html
{
	padding: 0px;
	margin :0px;
	
}
body
{
	padding: 0px;
	margin :0px;
	width: 100%;
	font-family:verdana;
	font-size: 1em;
	background: #E1E1E1 url('../images/gui/header_background.png') repeat-x ;
	
}

div, h1, h2, h3, h4, a, ul, li, table, tr, td, form, pre{
	
	margin: 0px;
	padding: 0px;
	color: #666666;;
}

h1{
	font-size : 1.6em;
}

h2{
	font-size : 1.2em;
}

a, a:link, a:visited, a:hover, a:active{
	color: #007D9C;
	font-weight: bold;
	xxfont-size: 0.8em ;
	text-decoration: none;
}
a { outline: none; 

	}

hr {

	height:1px;
	color: #E8E8E8;
border: 1px solid transparent;
}

pre {
	font-family: arial;
	font-size: 1em;
	text-align : left;
	vertical-align : top;
}

a:hover{
	text-decoration: underline;
	color: #E97585;
}

#container
{
	width : 962px;
		margin : 0px auto;
	padding: 0px;
	position: relative ;
	top : 0px;
	
}

#header
{
	margin: 0px;
	
	height: 51px;
	background:  url('../images/gui/header_logo.png') no-repeat 0 0 ;
	
}

#toolbar
{
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	height: 32px;
}

#content
{
	margin-top: 18px;
	
}

#footer
{
float: right;
}

#header .current-user
{
	color: #fff;
	margin-top: 28px;
	float: right;
}
.form-outer
{

}

.form-inner
{

}

label { display:block; }
.fieldWithErrors { color:red; margin:0; padding:0; }

.normal-outer
{
	width: 655px;
	clear: none;
	position: relative;
	float:right;
	
}


.normal-outer .header
{
	background: url('../images/gui/main_header_normal.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 37px;
	position: relative;
	
}

.normal-outer .header-user-admin
{
	background: url('../images/gui/main_header_user_admin_with_tr.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 70px;
	position: relative;
	
}

.normal-outer .header-department-admin
{
	background: url('../images/gui/main_header_department_admin_with_tr.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 70px;
	position: relative;
	
}

.normal-outer .header-role-admin
{
	background: url('../images/gui/main_header_role_admin_with_tr.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 70px;
	position: relative;
	
}





.normal-outer .header-tr
{
	background: url('../images/gui/main_header_with_tr.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 70px;
	position: relative;
	
}

.normal-outer .body
{
	top: 0px;
	border : 0px solid transparent;
	border-bottom: 1px solid #C4C4C4;
	background-color: #ffffff;
	position :relative;
	
	background: #fff url('../images/gui/main_body_normal.png') repeat-y;
	padding :8px;

}

.wide-outer
{
	width: 964px;
	clear: none;
}

.wide-outer .header
{
	background: url('../images/gui/main_header_wide.png') no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px;
	height : 37px;
	position: relative;
	
}

.wide-outer .body
{
	top: 0px;
	border : 0px solid transparent;
	border-bottom: 1px solid #C4C4C4;
	background-color: #ffffff;
	position :relative;
	clear: none;
	background: #fff url('../images/gui/main_body_wide.png') repeat-y;
	padding :8px;

}

.normal-sidebar
{


	width: 300px ;
	float: left;
	clear: none;
}

.sidebar-block-top
{
	background: url('../images/gui/sidebar_block_top.png') no-repeat;
	height: 14px;
	font-size: 1px;
	
}

.sidebar-block-bottom
{
	height: 14px;
	background: url('../images/gui/sidebar_block_bottom.png') no-repeat;
	margin-bottom : 8px;
}

.sidebar-block-body
{
	
	background: url('../images/gui/sidebar_block_body.png') repeat-y;
	padding-left : 12px;
	padding-right : 12px;

	
}

.sidebar-block-body h2
{
	color: #666666;
	font-weight: bold;
	font-size: 0.8em ;
	padding-bottom: 6px;

}

.sidebar-block-body span
{
	color: #95BE44;
	font-weight: bold;
	font-size: 0.8em ;
	
	
}

.sidebar-block-body a
{
		font-size: 1em;
}

.sidebar-block-body hr
{
	border-top: 1px solid #eee;

	width: 100%;
	position : relative;
}

html>body .sidebar-block-body hr
{
	left: -11px;
	width: 298px;
	
}
.messages
{
}
/* FORMS */
table.form
{
	margin: 0px;
	width: 100%;
	border: none;
	border-collapse: none;
	border-spacing: 4px;
	/*border-top: 1px solid #95BE44;
	background-color: #95BE44;*/
}
table.form tr td
{
	
	vertical-align: top;
	
}
table.form tr td.label{
	/*background-color: #95BE44;*/
	text-align: right;
	color: #666666;
	table-layout: fixed;
	vertical-align: center;
	white-space: nowrap; 
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 8px;
	padding-right: 10px;
}

table.form tr td.label-header h2{
	border-bottom: 1px solid #95BE44;
	text-align: left;
	color: #95BE44 !important;
	table-layout: fixed;
	padding-top: 10px;
	padding-bottom: 0px;
	white-space: nowrap; 
	font-weight: bold;
	font-size: 1.4em;
}

table.form tr td.field{
	/*background-color: #ffffff;
	border: 1px solid #95BE44;*/
	border-top: none;
	font-weight: bold;
	font-size: 1.0em;
	width: 400px;
	text-align:left;
		
}
table.form tr td.field .tip{
	/*background-color: #ffffff;
	border: 1px solid #95BE44;*/
	border-top: none;
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic; 

}

table.form tr td.field input{
	width: 98%;
	border: 1px solid #ccc;
	font-size: 1.0em;
	padding: 4px;
	width: 380px;
}
table.form tr td.field select{
	width: 99%;
	margin-top: 4px;
	font-size: 1.0em;
}

table.form tr td.field input.checkbox {
	width: 20px;
	margin-top: 4px;
	font-size: 1.0em;
	text-align: left;
}

table.form tr td.field input.radio {
	width: 20px;
	margin-top: 4px;
	font-size: 1.0em;
	text-align: left;
}

table.form tr td.buttons
{
	text-align : right;
}

.admin-buttons { text-align:right; }
.admin-buttons button { display:inline; }

/* WIDE FORM */

table.form-wide
{
	width: 100%;
	border: none;
	border-collapse: none;
	border-spacing: 4px;
	/*border-top: 1px solid #95BE44;
	background-color: #95BE44;*/
}
table.form-wide tr td
{
	

	
}
table.form-wide tr td.label{
	/*background-color: #95BE44;*/
	text-align: right;
	color: #666666;
	table-layout: fixed;
	padding-top : 4px;
	padding-right : 4px;
	white-space: nowrap; 
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
}



table.form-wide tr td.field{
	/*background-color: #ffffff;
	border: 1px solid #95BE44;*/
	border-top: none;
	font-weight: bold;
	font-size: 0.8em;
	width: 700px;
}

table.form-wide tr td.label-header h2{
	border-bottom: 1px solid #95BE44;
	text-align: left;
	color: #95BE44 !important;
	table-layout: fixed;
	padding-top: 2px;
	padding-bottom: 0px;
	white-space: nowrap; 
	font-weight: bold;
	font-size: 1.2em;
}

table.form-wide tr td.field .tip{
	/*background-color: #ffffff;
	border: 1px solid #95BE44;*/
	border-top: none;
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic; 
}

table.form-wide tr td.field input{

	border: 1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding: 4px;
	width: 700px;
}

table.form-wide tr td.field textarea{
	height: 100px;
	border: 1px solid #ccc;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding: 4px;
	width: 700px;

}

table.form-wide tr td.field div.pre{
	padding: 0px;
	margin: 0px;
	height: 100px;
	border: 1px solid #ccc;

	padding: 4px;
	width: 700px;
vertical-align: top;
	padding: 0px;
	background-color: #eee;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
		padding: 4px;
		overflow: auto;
}

table.form-wide tr td.field select{
	width: 700px;
	margin-top: 4px;

}

table.form-wide tr td.field input.checkbox {
	width: 20px;
	margin-top: 4px;

	text-align: left;
}

table.form-wide tr td.field input[type="radio"] {
	width: 20px;
	margin-top: 4px;
	font-size: 1.0em;
	text-align: left;
}

table.form-wide tr td.buttons
{
	text-align : right;
}



table.admin { border-collapse:collapse; width:100%; }
table.admin th { text-align:left; vertical-align:top; padding: 7px 10px; background: #eaeaea; }
table.admin td { text-align:left; vertical-align:top; padding: 7px 10px; }
ul.admin-options { margin:0px; padding:0px; list-style:none; }
ul.admin-options li { padding:2px 0px; }
.admin-odd { background:#f4f4ef; }
table.admin td strong { font-weight:normal; color:#222; }

.admin-screen-links { margin:0px 0px 10px 10px; padding:0px; list-style:none; }


/* --- */
.btn_next
{
	border: none;
	background:  transparent url('../images/gui/btn_next_on_white.png') 0px 0px no-repeat;
	width: 70px;
	height: 34px;
	text-indent: -1000em;
	
}

.btn_next:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_next_on_white.png') 0px -35px no-repeat;
	width: 70px;
	height: 34px;
	cursor: hand;
}



.btn_save
{
	border: none;
	background:  transparent url('../images/gui/btn_save_on_white.png') 0px 0px no-repeat;
	width: 70px;
	height: 34px;
	text-indent: -1000em;
		line-height: 0px;
}

.btn_save:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_save_on_white.png') 0px -35px no-repeat;
	width: 70px;
	height: 34px;
	cursor: hand;
}

.btn_send
{
	border: none;
	background:  transparent url('../images/gui/send.png') 0px 0px no-repeat;
	width: 62px;
	height: 34px;
	text-indent: -1000em;
	
}

.btn_send:hover
{
	border: none;
	background:  transparent url('../images/gui/send.png') 0px -35px no-repeat;
	width: 62px;
	height: 34px;
	cursor: hand;
}

.btn_save_as_draft
{
	border: none;
	background:  transparent url('../images/gui/btn_save_as_draft_on_white.png') 0px 0px no-repeat;
	width: 140px;
	height: 34px;
	text-indent: -1000em;
		line-height: 0px;
}

.btn_save_as_draft:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_save_as_draft_on_white.png') 0px -35px no-repeat;
	width: 140px;
	height: 34px;
	cursor: hand;
}

.btn_ldap
{
	border: none;
	background:  transparent url('../images/gui/btn_ldap_test_on_white.png') 0px 0px no-repeat;
	width: 194px;
	height: 34px;
	text-indent: -1000em;
	
}

.btn_ldap:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_ldap_test_on_white.png') 0px -35px no-repeat;
	width: 194px;
	height: 34px;
	cursor: hand;
}

.btn_login
{
	border: none;
	background:  transparent url('../images/gui/btn_login_on_white.png') 0px 0px no-repeat;
	width: 80px;
	height: 34px;
	text-indent: -1000em;
	line-height: 0px;
}

.btn_login:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_login_on_white.png') 0px -35px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}

.btn_home
{
	border: none;
	background:  transparent url('../images/gui/btn_home.png') 0px 0px no-repeat;  
	width: 120px;
	height: 34px;
	
	display: block;	
}

.btn_home:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_home.png') 0px -35px no-repeat;
	width: 120px;
	height: 34px;
	cursor: hand;
}

.btn_home:active
{
	border: none;
	background:  transparent url('../images/gui/btn_home.png') 0px -70px no-repeat; 
	width: 120px;
	height: 34px;
	cursor: hand;
}

.btn_add_campaign
{
	border: none;
	background:  transparent url('../images/gui/Add Campaign.png') 0px 0px no-repeat;
	width: 145px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_add_campaign:hover
{
	border: none;
	background:  transparent url('../images/gui/Add Campaign.png') 0px -35px no-repeat;
	width: 145px;
	height: 34px;
	cursor: hand;
}

.btn_add_campaign:active
{
	border: none;
	background:  transparent url('../images/gui/Add Campaign.png') 0px -70px no-repeat;
	width: 145px;
	height: 34px;
	cursor: hand;
}



.btn_previous_screen
{
	border: none;
	background:  transparent url('../images/gui/Previous Screen.png') 0px 0px no-repeat;
	width: 159px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_previous_screen:hover
{
	border: none;
	background:  transparent url('../images/gui/Previous Screen.png') 0px -35px no-repeat;
	width: 159px;
	height: 34px;
	cursor: hand;
}

.btn_previous_screen:active
{
	border: none;
	background:  transparent url('../images/gui/Previous Screen.png') 0px -70px no-repeat;
	width: 159px;
	height: 34px;
	cursor: hand;
}

.btn_add_stage
{
	border: none;
	background:  transparent url('../images/gui/Add Stage.png') 0px 0px no-repeat;
	width: 117px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_add_stage:hover
{
	border: none;
	background:  transparent url('../images/gui/Add Stage.png') 0px -35px no-repeat;
	width: 117px;
	height: 34px;
	cursor: hand;
}

.btn_add_stage:active
{
	border: none;
	background:  transparent url('../images/gui/Add Stage.png') 0px -70px no-repeat;
	width: 117px;
	height: 34px;
	cursor: hand;
}

.btn_add_form_item
{
	border: none;
	background:  transparent url('../images/gui/Add Form Item.png') 0px 0px no-repeat;
	width: 155px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_add_form_item:hover
{
	border: none;
	background:  transparent url('../images/gui/Add Form Item.png') 0px -35px no-repeat;
	width: 155px;
	height: 34px;
	cursor: hand;
}

.btn_add_form_item:active
{
	border: none;
	background:  transparent url('../images/gui/Add Form Item.png') 0px -70px no-repeat;
	width: 155px;
	height: 34px;
	cursor: hand;
}
.btn_reports
{
	border: none;
	background:  transparent url('../images/gui/btn_reports.png') 0px 0px no-repeat;
	width: 98px;
	height: 34px;
	
	display: block;	
}

.btn_reports:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_reports.png') 0px -35px no-repeat;
	width: 98px;
	height: 34px;
	cursor: hand;
}

.btn_reports:active
{
	border: none;
	background:  transparent url('../images/gui/btn_reports.png') 0px -70px no-repeat;
	width: 98px;
	height: 34px;
	cursor: hand;
}

.btn_my_profile
{
	border: none;
	background:  transparent url('../images/gui/My Profile.png') 0px 0px no-repeat;
	width: 120px;
	height: 34px;
	
	display: block;	
}

.btn_my_profile:hover
{
	border: none;
	background:  transparent url('../images/gui/My Profile.png') 0px -35px no-repeat;
	width: 120px;
	height: 34px;
	cursor: hand;
}

.btn_my_profile:active
{
	border: none;
	background:  transparent url('../images/gui/My Profile.png') 0px -70px no-repeat;
	width: 120px;
	height: 34px;
	cursor: hand;
}


.btn_admin
{
	border: none;
	background:  transparent url('../images/gui/btn_admin.png') 0px 0px no-repeat;
	width: 80px;
	height: 34px;
	
	display: block;	
}

.btn_admin:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin.png') 0px -35px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}



.btn_admin:active
{
	border: none;
	background:  transparent url('../images/gui/btn_admin.png') 0px -70px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}

.btn_cancel
{
	border: none;
	background:  transparent url('../images/gui/btn_cancel.png') 0px 0px no-repeat;
	width: 80px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_cancel:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_cancel.png') 0px -35px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}

.btn_edit
{
	border: none;
	background:  transparent url('../images/gui/btn_edit.png') 0px 0px no-repeat;
	width: 60px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_edit:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_edit.png') 0px -35px no-repeat;
	width: 60px;
	height: 34px;
	cursor: hand;
}

.btn_print
{
	border: none;
	background:  transparent url('../images/gui/btn_print.png') 0px 0px no-repeat;
	width: 71px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_print:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_print.png') 0px -35px no-repeat;
	width: 71px;
	height: 34px;
	cursor: hand;
}

.btn_delete
{
	border: none;
	background:  transparent url('../images/gui/btn_delete.png') 0px 0px no-repeat;
	width: 80px;
	height: 34px;
	text-indent: -1000em;
	display: block;	
}

.btn_delete:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_delete.png') 0px -35px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}

.btn_plant
{
	border: none;
	background:  transparent url('../images/gui/btn_plant.png') 0px 0px no-repeat;
	width: 160px;
	height: 34px;
	text-indent : -9999px;
	display: block;	
}

.btn_plant:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_plant.png') 0px -35px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}

.btn_plant:active
{
	border: none;
	background:  transparent url('../images/gui/btn_plant.png') 0px -70px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}


.btn_add_attachment
{
	border: none;
	background:  transparent url('../images/gui/Add Attachment.png') 0px 0px no-repeat;
	width: 160px;
	height: 34px;
	text-indent : -9999px;
	display: block;	
}

.btn_add_attachment:hover
{
	border: none;
	background:  transparent url('../images/gui/Add Attachment.png') 0px -35px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}

.btn_add_attachment:active
{
	border: none;
	background:  transparent url('../images/gui/Add Attachment.png') 0px -70px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}

.btn_create
{
	border: none;
	background:  transparent url('../images/gui/Create.png') 0px 0px no-repeat;
	width: 74px;
	height: 34px;
	text-indent : -9999px;
	display: block;	
	line-height: 0px;
	float: right;
}

.btn_create:hover
{
	border: none;
	background:  transparent url('../images/gui/Create.png') 0px -35px no-repeat;
	width: 74px;
	height: 34px;
	cursor: hand;
}

.btn_hide
{
	border: none;
	background:  transparent url('../images/gui/Hide This.png') 0px 0px no-repeat;
	width: 99px;
	height: 34px;
	text-indent : -9999px;
	display: block;	
	line-height: 0px;
}

.btn_hide:hover
{
	border: none;
	background:  transparent url('../images/gui/Hide This.png') 0px -35px no-repeat;
	width: 99px;
	height: 34px;
	cursor: hand;
}

.btn_hide:active
{
	border: none;
	background:  transparent url('../images/gui/Hide This.png') 0px -70px no-repeat;
	width: 99px;
	height: 34px;
	cursor: hand;
}


.btn_generate
{
	border: none;
	background:  transparent url('../images/gui/btn_report_generate.png') 0px 0px no-repeat;
	width: 100px;
	height: 34px;
	text-indent : -9999px;
	display: block;	
	float: right;
	position:relative;
	line-height: 0px;
}

.btn_generate:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_report_generate.png') 0px -35px no-repeat;
	width: 100px;
	height: 34px;
	cursor: hand;
}

.btn_generate:active
{
	border: none;
	background:  transparent url('../images/gui/btn_report_generate.png') 0px -70px no-repeat;
	width: 100px;
	height: 34px;
	cursor: hand;
}

.btn_vote_up
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_up.png') 0px 0px no-repeat;
	width: 130px;
	height: 34px;
	text-indent : -9999px;
	display: block;	

}

.btn_vote_up:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_up.png') 0px -35px no-repeat;
	width: 130px;
	height: 34px;
	cursor: hand;
}

.btn_vote_up:active
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_up.png') 0px -70px no-repeat;
	width: 130px;
	height: 34px;
	cursor: hand;
}

.btn_vote_down
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_down.png') 0px 0px no-repeat;
	width: 140px;
	height: 34px;
	text-indent : -9999px;
	display: block;	

}

.btn_vote_down:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_down.png') 0px -35px no-repeat;
	width: 140px;
	height: 34px;
	cursor: hand;
}

.btn_vote_down:active
{
	border: none;
	background:  transparent url('../images/gui/btn_vote_down.png') 0px -70px no-repeat;
	width: 140px;
	height: 34px;
	cursor: hand;
}

#add-comment a
{
	position : relative;
	top: 10px;

}
.btn_add_comment
{
	
	border: none;
	background:  transparent url('../images/gui/btn_add_comment.png') 0px 0px no-repeat;
	width: 160px;
	height: 34px;
	text-indent : -9999px;
	display: block;	

}

.btn_add_comment:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_add_comment.png') 0px -35px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}

.btn_add_comment:active
{
	border: none;
	background:  transparent url('../images/gui/btn_add_comment.png') 0px -70px no-repeat;
	width: 160px;
	height: 34px;
	cursor: hand;
}


.btn_register:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_register_on_white.png') 0px -35px no-repeat;
	width: 98px;
	height: 34px;
	cursor: hand;
}

.btn_register:active
{
	border: none;
	background:  transparent url('../images/gui/btn_register_on_white.png') 0px -70px no-repeat;
	width: 98px;
	height: 34px;
	cursor: hand;
}

.btn_search
{
	margin-top : 2px;
	border: none;
	background:  transparent url('../images/gui/btn_search_on_white.png') 0px 0px no-repeat;
	width: 80px;
	height: 34px;
	text-indent : -9999px;
	float: right;
	display: block;	
}

.btn_search:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_search_on_white.png') 0px -35px no-repeat;
	width: 80px;
	height: 34px;
	cursor: hand;
}

.error_flash
{
	color : #E97585;
	padding-right: 20px;
}
.votedmsg
{
    	color : #E97585;
        padding-left: 20px;
      
}
#notice
{
    color : #E97585;
    padding-right: 20px;
    margin: 0px;
    font-size: 1em ;
}
#error
{
    color : #E97585;
   
    font-size: 1em ;
    text-align: right;
  
    table-layout: fixed;
   
}
ul#toolbar-buttons
{
	list-style : none;
	margin-left : 0px; 
	padding-left : 0px;

}
ul#toolbar-buttons li
{
	display: inline;
	overflow : hidden;
}

ul#toolbar-buttons li a
{
	float: left;
	display: block;
	margin-right : 6px;
   
}

ul#toolbar-buttons-right
{
	list-style : none;
	position: relative;
	margin-left : 0px; 
	padding-left : 0px;
}

ul#toolbar-buttons-right li a
{
	float: right;
	display: block;
	margin-left : 6px;
	
}

.search-field
{
	width: 170px;
	margin-top: 4px;
	font-size: 1.0em;
	margin-bottom: 2px;
	border: 1px solid #ccc;
	font-size: 1.0em;
	padding: 4px;
}

span.sidebar-link-right
{
	float :right;
}

*.sidebar-link-left
{
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
}


.count
{
	color: #95BE44;
	font-weight: bold;
	font-size: 1em ;
}

.none-message
{

	text-align: center;
	color: #95BE44;
	font-weight: bold;
	font-size: 2em ;
}

h2.idea-title, h2.idea-title a
{
	color: #666666;
	font-weight: bold;
	font-size: 0.8em ;
	margin-bottom: 6px;

}
h2.idea-title a
{
	font-size : 1em;
}

a.idea-points-value
{
	font-size : 0.8em; 
	color: #007D9C!IMPORTANT;
}      

a.idea
{
	
}

div.idea-summary
{
	color: #95BE44;
	font-weight: bold;
	font-size: 0.8em ;
	width: 400px;
}

div.idea-date
{
	font-weight: bold;
	font-size: 0.7em ;
	color: #999999;
}
div.idea-author
{
   float: right;
}
div.idea-points
{
    float: right;
}

hr.idea{
	border : none;
	border-bottom: 1px solid #E8E8E8;
	position : relative;
	
}

html>body hr.idea 
{
	left: -7px;
	width: 653px;
}

hr.idea_wide{
	border : none;
	border-bottom: 1px solid #E8E8E8;
	position : relative;
	
}

html>body hr.idea_wide{
	border : none;
	border-bottom: 1px solid #E8E8E8;
	left: -7px;
	width: 962px;
	position : relative;
	
}

table.idea tr td
{
	padding : 0px;
	margin: 0px;
}

table.idea tr td.sumarry
{
	width : 360px;
	vertical-align: top;

}

table.idea tr td.idea_sumarry
{
	width : 400px;
	vertical-align: top;

}

table.idea tr td.author
{
	width : 120px;
	text-align: right;
	vertical-align: top;
}

table.idea tr td.votes
{
	text-align: right;
	width : 100px;
	vertical-align: top;
}

table.idea tr td.points
{
	text-align: right;
	width : 100px;
	vertical-align: top;
}

table.idea tr td.delete
{
	text-align: right;
	width : 40px;
	vertical-align: middle;
}

.idea-votes-green
{
	float : right;
	width: 75px;
	height: 30px;
	background: url('../images/gui/vote_box_green.png') no-repeat 0 0;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.idea-votes-red
{
	float : right;
	width: 75px;
	height: 30px;
	background: url('../images/gui/vote_box_red.png') no-repeat 0 0;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.idea-outer
{
padding-top: 0px;

}

div.idea-list
{
	height: 600px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	
}

.float_right{
	float: right;
}
.float_left{
	float: left;
}
.button_margin_left {
	margin-left:8px;
}

.pad_left
{
	margin-left : 8px;
}

a.number 
{
	padding-left: 40px;
}
html>body a.one
{
	background: url('../images/gui/number_one.png') no-repeat 0 0 ;
	
}

html>body a.two
{
	background: url('../images/gui/number_two.png') no-repeat 0 0;
}

html>body a.three
{
	background: url('../images/gui/number_three.png') no-repeat 0 0;
}

html>body a.four
{
	background: url('../images/gui/number_four.png') no-repeat 0 0;
}

html>body a.five
{
	background: url('../images/gui/number_five.png') no-repeat 0 0;
}

html>body a.six
{
	background: url('../images/gui/number_six.png') no-repeat 0 0;
}

html>body a.seven
{
	background: url('../images/gui/number_seven.png') no-repeat 0 0;
}

html>body a.eight
{
	background: url('../images/gui/number_eight.png') no-repeat 0 0;
}

html>body a.nine
{
	background: url('../images/gui/number_nine.png') no-repeat 0 0;
}

html>body a.ten
{
	background: url('../images/gui/number_ten.png') no-repeat 0 0;
}

ul#admin-prefs
{
	list-style : none;
	margin-left : 0px; 
	padding-left : 0px;
	height: 140px;
	padding : 20px;
	font-size:0.8em;
	margin: 0px;
	padding: 0px;
	

}

ul#admin-tasks
{
	list-style : none;
	margin-left : 0px; 
	padding-left : 0px;
	height: 120px;
	padding : 20px;
	font-size:0.8em;
	margin: 0px;
	padding: 0px;
}

ul#admin-prefs li, ul#admin-tasks li
{
	display: inline;
	overflow : hidden;
}

ul#admin-tasks li a
{	
	float: left;
	display: block;
	margin-right : 6px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 74px;
	width: 64px;
margin : 20px;
	height: 0px;
	margin-top : 0px;
}

html>body ul#admin-tasks li a
{
	margin : 30px;
	height: 0px;
	margin-top : 0px;
}
ul#admin-prefs li a
{
	float: left;
	display: block;
	margin-right : 6px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 74px;
	width: 64px;
	margin : 20px;
	height: 0px;

}
html>body ul#admin-prefs li a
{
	width: 84px;
	margin : 20px;
	height: 0px;

}

a.btn_admin_prefs
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_preferences.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_prefs:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_preferences_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}


a.btn_admin_users
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_users.png') 0px 0px no-repeat;
	width: 64px;
	height: 64px;
	
	display: block;	
}

a.btn_admin_users:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_users_hover.png') 0px 0px no-repeat;
	width: 64px;
	height: 64px;
	cursor: hand;
}


a.btn_admin_api
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_api.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_api:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_api_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}



a.btn_admin_departments
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_department.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_departments:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_department_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}

a.btn_admin_roles
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_role.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_roles:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_role_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}

a.btn_admin_ideas
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_idea.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_ideas:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_idea_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}

a.btn_admin_emails
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_mail.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	
	display: block;	
}

a.btn_admin_emails:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_admin_mail_hover.png') 0px 0px no-repeat;
	width: 128px;
	height: 128px;
	cursor: hand;
}


a.btn_add_user_right
{
	border: none;
	background:  transparent url('../images/gui/btn_add_user.png') 0px 0px no-repeat;
	width: 150px;
	height: 34px;
	float: right;
	display: block;	
		text-indent: -1000em;
}

a.btn_add_user_right:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_add_user.png') 0px -35px no-repeat;
	width: 150px;
	height: 34px;
	cursor: hand;
}

a.btn_add_department_right
{
	border: none;
	background:  transparent url('../images/gui/btn_add_new_department.png') 0px 0px no-repeat;
	width: 210px;
	height: 34px;
	float: right;
	display: block;	
	text-indent: -1000em;
}

a.btn_add_department_right:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_add_new_department.png') 0px -35px no-repeat;
	width: 210px;
	height: 34px;
	cursor: hand;
}

a.btn_add_role_right
{
	border: none;
	background:  transparent url('../images/gui/btn_add_role.png') 0px 0px no-repeat;
	width: 150px;
	height: 34px;
	float: right;
	display: block;	
		text-indent: -1000em;
}

a.btn_add_role_right:hover
{
	border: none;
	background:  transparent url('../images/gui/btn_add_role.png') 0px -35px no-repeat;
	width: 150px;
	height: 34px;
	cursor: hand;
}


div.partial-outer table tr td
{
	vertical-align: top;
	width: 100px;
		text-align: right;
	
}
div.partial-outer table tr td.option
{
	text-align: right;
}
div.partial-outer table tr td.main
{
	width: 600px;
    text-align: left;
}
div.partial-outer table tr td.main h4{
	color:#95BE44;
}

div.partial-outer table tr td.main pre, div.partial-outer table tr td.main span
{
	

	font-size:0.8em;
	font-weight:normal;
	width:500px;
	overflow: auto;

	
}

div.partial-outer table tr td span.detail
{

	color:#666666;
	font-size:0.8em;
	font-weight:bold;
	width:400px;
	
	
}

div.partial-outer table tr td.main a
{
	color:#666666;
	font-size:1em;
	font-weight:bold;
	margin-bottom:6px;
}


div.partial-outer table tr td.type_gyph
{
	text-align: right;
}

table.AdminForm { width:100%; }
table.AdminForm th { text-align:right; padding:5px 10px; width:200px; font-size:90%; vertical-align:top; padding-top:10px;}
table.AdminForm td { padding:5px 10px; }
table.AdminForm tr td.field{
	border-top: none;
	font-weight: bold;
	font-size: 1.0em;
	width: 400px;
	text-align:left;

}
table.AdminForm tr td.label{
        text-align: right;
	color: #666666;
	table-layout: fixed;
	vertical-align: center;
	white-space: nowrap;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 8px;
	padding-right: 10px;
}
table.AdminForm tr td.field input
{
	width: 98%;
	border: 1px solid #ccc;
	font-size: 1.0em;
	padding: 4px;
	width: 380px;
}


table.AdminForm  tr td.field select
{
	width: 99%;
        border: 1px solid #ccc;
	margin-top: 4px;
	font-size: 1.0em;

}
table.AdminForm tr td.field input.checkbox {
	width: 20px;
	margin-top: 4px;
	font-size: 1.0em;
	text-align: left;
        border: 1px solid #ccc;
}

div.comment
{
	width: 620px;
	margin-left: 280px;
}

div.comment .top
{
	background: url('../images/gui/comment_top.png') no-repeat 0 0;
	height: 40px;
	
}
div.comment .top span
{
	float: right;
	margin-right : 100px;
	font-size: 0.8em;
}
div.comment .body
{
	background:  url('../images/gui/comment_body.png') repeat-y 0 0;
	border: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.comment .body pre
{
	font-size: 0.8em;
	width: 600px;
	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
		vertical-align: top;
}
	
div.comment_me .body pre
{
	font-size: 0.8em;
	width: 600px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	vertical-align: top;

}

div.comment .bottom
{
	background: url('../images/gui/comment_bottom.png') no-repeat 0 0;
		margin-bottom: 20px;
}

div.comment_me
{
	width: 620px;
	
}

div.comment_me .top
{
	background: url('../images/gui/comment_me_top.png') no-repeat 0 0;	
	height: 40px;
	
}

div.comment_me .top span
{
	font-size: 0.8em;
	margin-left : 75px;
}
div.comment_me .body
{
	background:  url('../images/gui/comment_body.png') repeat-y 0 0;
	border: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

div.comment_me .bottom
{
	background: url('../images/gui/comment_bottom.png') no-repeat 0 0;
	margin-bottom: 20px;
}

div.comment_new
{
	width: 620px;
	margin-top : 20px;
	
}

div.comment_new .top
{
	background: url('../images/gui/new_comment_top.png') no-repeat 0 0;	
	height: 40px;
	
}

div.comment_new .top h2
{
 padding-top: 10px;
padding-left: 10px;
font-size : 1.0em;
}

div.comment_new .body
{
	background:  url('../images/gui/comment_body.png') repeat-y 0 0;
	border: none;
	padding-top: 0px;
	margin-top: 0px;
	
}

div.comment_new .bottom
{
	background: url('../images/gui/comment_bottom.png') no-repeat 0 0;
	margin-bottom: 20px;
}

span.vote-cast
{
	color:#95BE44;
	font-size:0.8em;
	font-weight:bold;

}

.errorExplanation
{
	margin: 0px;
	border: 2px solid #004077;
	background-color: #CFE9FF;
	padding : 20px;
	color: #004077;
	font-size: 0.9em ;
}

.errorExplanation h2
{

	font-size: 1.4em ;
	margin: 0px;
	padding: 0px;
	background: url('../images/gui/information.png') no-repeat 0 0;
	height: 40px;
	padding-left : 70px;
	vertical-align: center;
	padding-top: 20px;
	color: #004077;
}

.errorExplanation p
{
	font-weight: bold;

}
.errorExplanation ul
{
	padding-top : 0px;
	margin-top: 0px;
	padding-left : 20px;

}
.errorExplanation ul li
{
		color: #004077;
}


.admin-errorExplanation
{
	margin: 0px;
	margin-bottom:10px;
	border: 2px solid #774000;
	padding : 0px;
	color: #774000;
	background: #FDD url('../images/gui/information.png') no-repeat 5px 5px;
	font-size:90%;
	min-height:75px;
}

.admin-errorExplanation h2
{
	margin: 0px;
	padding: 10px 0px 10px 80px;
	color: #774000;
 }
.admin-errorExplanation ul { padding: 0px; margin: 0px 0px 10px 110px; }
.admin-errorExplanation ul li { color: #774000; }

.admin-flashNotice
{
	margin: 0px;
	margin-bottom:10px;
	border: 2px solid #004077;
	padding : 0px;
	background: #CFE9FF url('../images/gui/information.png') no-repeat 5px 5px;
	font-size:90%;
	min-height:75px;
	position: relative;
}

.admin-flashNotice h2 { margin: 16px 12px; padding: 10px 0px 10px 80px; color: #004077; }

.welcome-flashNotice{
	margin: 0px;
	margin-bottom:10px;
	border: 2px solid #004077;
	padding : 10px;
	background: #CFE9FF;
	font-size:90%;
	min-height:75px;
	position: relative;

}

.littleHelper{
	
	font-weight:normal;
	font-size:0.8em;
}

#add_attachment_form
{
	width: 400px;
}

.attachment
{


	clear: both;
	padding-top : 10px;
}

.attachment span
{
		margin : 0px;
		background : #BAD2FF;
		border : 1px solid #76A9F7;  
		padding: 2px;
		padding-left: 8px;
		padding-right: 8px ;
		margin-right: 6px;
		-moz-border-radius:10px; 
		-webkit-border-radius:10px;
	
	
	color: #444;
	text-decoration: none;
	height : 30px;
}
.attachment a:hover
{
	text-decoration: underlined;
	
} 


a.button, input.button, button.button{
    -webkit-border-radius: 5px;
    border-radius: 5px;     
    -moz-border-radius: 5px;
    border: 1px solid #565D57;           
    
    
    color: #000;
    text-shadow: 0px 1px #fff;
    font-size: 0.8em;

    font-family: verdana;
    font-weight: bold;
    background: #DDD url('../images/button.png') repeat-x 0 0;  
    padding: 6px;    
    
}    

a.button:hover, input.button:hover,  button.button:hover{
    background: #DDD url('../images/button.png') repeat-x 0 -30px; 
    text-decoration : none  ;
}