body {
	background: url("/") repeat-x;
	margin: 0px; 
	padding: 0px;
	color: #555556;
	font: 12px/14px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: #64809c;
	text-decoration: none;
	}
a:visited {
	color: #64809c;
	text-decoration: none;
	}
a:hover {
	color: #e52b1f;
	text-decoration: none;
	}
a:active {
	color: #64809c;
	text-decoration: none;
	}
	
.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }


/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.retnec { text-align: center; }

.no_border { border: 0px; }
.border { border: 1px solid red; }

.large_font { color: #494949; font-size: 16px; line-height: 20px; }

.red_font { color: #e52b1f; }
.blue_font { color: #64809c; }

.left_quote_container {	border-bottom: 1px dotted #858585; padding-bottom: 5px; margin-bottom: 15px; }


ul {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 20px;
	}
	
li {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	list-style-image: url("/_ima/arrow_tip.jpg");
	}

/*____________________________________________________________________________________________Form Validation_*/
	
#ClientValidationSummary {
	background-color: #eeeeee;
	width: 718px;
	padding: 10px 5px;
	color: red;
	line-height: 20px;
	}
#ClientValidationSummary a {
	color: red;
	}
.validation-inline-error-message { 
	width: 270px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	color: #ff0000;
	}

/*____________________________________________________________________________________________Fake Buttons_*/

a.btn_white {
	background: url("/_ima/btn_white.jpg") no-repeat;
	width: 210px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	float: left;
	}
a.btn_white p:hover { color: #46688D; }
a.btn_white p {
	color: #7396b9;
	padding: 8px 0px 10px 17px;
	}

a.btn_blue {
	background: url("/_ima/btn_blue.jpg") no-repeat;
	width: 210px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 10px;
	float: left;
	border-bottom: 1px dotted #858585;
	}
a.btn_blue p:hover { color: white; }
a.btn_blue p {
	color: #b8dafd;
	padding: 8px 0px 10px 17px;
	}

a.btn_white_on {
	background: url("/_ima/btn_blue.jpg") no-repeat;
	width: 210px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	float: left;
	}
a.btn_white_on p:hover { color: white; }
a.btn_white_on p {
	color: #b8dafd;
	padding: 8px 0px 10px 17px;
	}


/*____________________________________________________________________________________________Input Buttons_*/

#goldsmith_login {
	background: url("/_ima/goldsmith_bg.jpg") no-repeat;
	width: 225px;
	height: 268px;
	position: absolute;
	}
	
#goldsmith_login .space_box {
	padding: 208px 0 0 10px;
	}
	
#goldsmith_login #submit_button input {
	height: 19px;
	width: 51px;
	clear: both;
	float: right;
	padding: 4px 11px 0 0;
}

#goldsmith_login #submit_button input:hover {
	border: none;
}

#login_container {
	background-color: #AB231A;
	width: 77px;
	height: 30px;
	float: right;
	padding: 0px 18px 10px 0px;
	margin: 0px 2px 0px 0px;
	}

#index_login #submit_button input {
	height: 30px;
	width: 75px;
}

#index_login #submit_button input:hover {
	border: none;
}

.buttons a, .buttons button {
	background: url("/_ima/login_btn.jpg") no-repeat;
	width: 75px;
	height: 30px;
    display: block;
    float: right;
    margin: 0px 0px 0px 0px;
    background-color: white;
    border: 0px solid black;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: black;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
	background-color: #AB231A;
	}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
	width: 75px;
	height: 30px;
	}
.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
	width: 75px;
	height: 30px;
	}
*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
	width: 75px;
	height: 30px;
	}
/* .buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
	width: 75px;
	height: 30px;
	} */
	/* POSITIVE */

button.positive, .buttons a.positive {
    color: black;
	width: 75px;
	height: 30px;
}
.buttons a.positive:hover, button.positive:hover{
    border: 0px solid black;
    color: #FA7003;
	width: 75px;
	height: 30px;
}
.buttons a.positive:active {
    background-color: white;
    border: 0px solid black;
    color: black;
	width: 75px;
	height: 30px;
}

/* _ btns start _ */
.login_form {
	padding: 0px;
	margin: 0px 0px 0px 20px;
    width: 150px;
    height: 21px;
	}
.buttons_login a, .buttons_login button {
    display: block;
    float: left;
    margin: 0px;
    background: url("/_ima/client_signin.jpg") no-repeat top;
    border: 0px;
    font-size: 100%;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
    width: 97px;
    height: 21px;
	}
.buttons_login button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 10px; /* IE6 */
    width: 97px;
    height: 21px;
	}
.buttons_login button[type] {
    padding: 2px 10px 3px 10px; /* Firefox */
    line-height: 15px; /* Safari */
    width: 97px;
    height: 21px;
	}
*:first-child+html button[type] {
    padding: 1px 10px 3px 10px; /* IE7 */
    width: 97px;
    height: 21px;
	}
.buttons_login button img, .buttons_login a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    width: 97px;
    height: 21px;
	}
.buttons_login.positive, .buttons_login a.positive {
    color: #666;
    width: 97px;
    height: 21px;
	}
.buttons_login a.positive:hover, button.pository:hover {
    background: url("/_ima/client_signin.jpg") no-repeat bottom;
    border: 0px;
    width: 97px;
    height: 21px;
	}
.buttons_login a.pository:active {
    background-color: #ffffff;
    border: 1px solid #287344
    color: #fff;
    width: 97px;
    height: 21px;
	}
/* _ btns end _ */

/*____________________________________________________________________________________________Main Layout_*/

a.nav_solutions { 
	background: url("/_ima/nav_solutions.gif") no-repeat; background-position: 0 0px;
	width: 64px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black;
	}
	a.nav_solutions:visited { text-decoration: none; color: black; }
	a.nav_solutions:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_solutions:active { text-decoration: none; color: black; }	
a.nav_solutions_on { 
	background: url("/_ima/nav_solutions.gif") no-repeat; background-position: 0 -10px;
	width: 64px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black; font-weight: bold;
	}
	a.nav_solutions_on:visited { text-decoration: none; color: black; }
	a.nav_solutions_on:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_solutions_on:active { text-decoration: none; color: black;	}	
		
a.nav_resources { 
	background: url("/_ima/nav_resources.gif") no-repeat top center; background-position: 0 0px;
	width: 66px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black;
	}
	a.nav_resources:visited { text-decoration: none; color: black; }
	a.nav_resources:hover { background-position:  0 -10px; text-decoration: none; 	color: black; }
	a.nav_resources:active { text-decoration: none; color: black; }	
a.nav_resources_on { 
	background: url("/_ima/nav_resources.gif") no-repeat; background-position: 0 -10px;
	width: 66px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black; font-weight: bold; 
	}
	a.nav_resources_on:visited { text-decoration: none; color: black; }
	a.nav_resources_on:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_resources_on:active { text-decoration: none; color: black;	}	
		
a.nav_news { 
	background: url("/_ima/nav_news.gif") no-repeat; background-position: 0 0px;
	width: 33px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; float: left; line-height: 10px; overflow: hidden; clear: none; color: black;
	}
	a.nav_news:visited { text-decoration: none; color: black; }
	a.nav_news:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_news:active { text-decoration: none; color: black; }	
a.nav_news_on { 
	background: url("/_ima/nav_news.gif") no-repeat; background-position: 0 -10px;
	width: 33px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black; font-weight: bold;
	}
	a.nav_news_on:visited { text-decoration: none; color: black; }
	a.nav_news_on:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_news_on:active { text-decoration: none; color: black;	}	
		
a.nav_company { 
	background: url("/_ima/nav_company.gif") no-repeat; background-position: 0 0px;
	width: 57px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black;
	}
	a.nav_company:visited { text-decoration: none; color: black; }
	a.nav_company:hover { background-position:  0 -10px; text-decoration: none; color: black; }
	a.nav_company:active { text-decoration: none; color: black; }	
a.nav_company_on { 
	background: url("/_ima/nav_company.gif") no-repeat; background-position: 0 -10px;
	width: 57px; padding: 0px 30px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black; font-weight: bold;
	}
	a.nav_company_on:visited { text-decoration: none; color: black; }
	a.nav_company_on:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_company_on:active { text-decoration: none; color: black;	}	
		
a.nav_contact { 
	background: url("/_ima/nav_contact.gif") no-repeat; background-position: 0 0px;
	width: 55px; padding: 0px 0px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black;
	}
	a.nav_contact:visited { text-decoration: none; color: black; }
	a.nav_contact:hover { background-position:  0 -10px; text-decoration: none; 	color: black; }
	a.nav_contact:active { text-decoration: none; color: black; }	
a.nav_contact_on { 
	background: url("/_ima/nav_contact.gif") no-repeat; background-position: 0 -10px;
	width: 55px; padding: 0px 0px 0px 0px; margin: 0px auto; text-decoration: none; text-align: center; height: 10px; line-height: 10px; overflow: hidden; float: left; clear: none; color: black; font-weight: bold;
	}
	a.nav_contact_on:visited { text-decoration: none; color: black; }
	a.nav_contact_on:hover { background-position: 0 -10px; text-decoration: none; color: black; }
	a.nav_contact_on:active { text-decoration: none; color: black;	}	
						
/*____________________________________________________________________________________________Main Layout_*/

.bg_fade {
	background: url("/_ima/bg_fades.jpg") repeat-x bottom;
	width: 100%;
	height: 100%;
	}
.blue_bar {
	background: url("/_ima/blue_bar.gif") repeat-x top;
	width: 100%;
	height: 100%;
	}
	.blue_bar_fades {
		float: left;
		display: block;
		}
		
.container {
	margin: 0 auto;
	padding: 0px;
	width: 775px;
	height: 100%;
    clear: both;
	}	
			
.third_container {
	background: url("/_ima/third_bg.png") repeat-y left;
	margin: 0 auto;
	padding: 0px;
	width: 775px;
	height: 100%;
    clear: both;
    _background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_ima/third_bg2.png",sizingMethod='crop');
	background-position: center;
	}	
				
.two_third_container {
	background: url("/_ima/third_bg3.png") repeat-y;
	margin: 0 auto;
	padding: 0px;
	width: 775px;
	height: 100%;
    clear: both;
    _background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_ima/third_bg3.png",sizingMethod='crop');
	}	
	
#banner {
	width: 100%;
	height: 140px;
	padding: 0px 0px 0px 0px;
	}
	.htgr_logo {
		border: 0px;
		padding: 40px 0px 0px 0px;
		float: left;
		}
	#navigation {
		padding: 35px 5px 0px 3px;
		width: 400px;
		height: 20px;
		float: right;
		border-bottom: 1px dotted #858585;
		}
	#top_login {
		width: 200px;
		height: 50px;
		float: right;
		padding: 20px 5px 0px 0px;
		text-align: right;
		font-size: 11px;
		}
		#top_login a:link { color: #666; }
		#top_login a:visited{ color: #666; }
		#top_login a:hover { color: #ED1C24; }
		#top_login a:active { color: #666; }
		#top_login img { padding: 0px 0px 1px 3px; border: 0px; }
		#top_login .current a { color: #ED1C24; }
		
#footer {
	background: url("/_ima/footer_fade.jpg") repeat-x;
	height: 31px;
	width: 100%;
	}
#footer_content {
	margin: 0 auto;
	padding: 0px;
	width: 775px;
	}
	#footer_content a:link { color: #666; }
	#footer_content a:visited { color: #666; }
	#footer_content a:hover { color: #FF0000; }
	#footer_content a:active { color: #666; }
	.footer_nav {
		width: 430px;
		float: left;
		font-size: 9px;
		padding: 10px 0px 0px 0px;
		}
	.footer_cred {
		width: 335px;
		float: right;
		font-size: 9px;
		text-align: right;
		padding: 10px 0px 0px 0px;
		}

/*____________________________________________________________________________________________Index Layout_*/

.section_third_fade_two .screenshot_container {
	float: right;
	width: 285px;
	height: auto;
	margin: 0 0 10px 20px;
	}
	.section_third_fade_two .screenshot_container p {
		margin: 0;
		padding: 0;
		color: #3070a9;
		font-size: 11px;
		line-height: auto;
		font-style: italic;
		font-weight: bold;
		}

p.mission_state {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	width: 390px;
	float: left;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	font-size: 16px;
	line-height: 24px;
	}
#new_level {
	width: 320px;
	float: right;
	padding: 20px 20px 20px 0px;
	}
	.new_level_title {
		padding: 0px 0px 8px 0px;
		font-size: 12px;
		}
	#new_level a:link { color: #64809c;;; }
	#new_level a:visited { color: #64809c;;; }
	#new_level a:hover { color: #e52b1f; }
	#new_level a:active { color: #64809c;; }
	#new_level span { margin: 0px; padding: 0px }
	#new_level span img {
		border: 0px;
		padding: 0px 5px 2px 0px;
		}
	.new_level_break {
		width: 320px;
		height: 1px;
		line-height: 1px;
		border-bottom: 1px dotted #858585;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
		}
		
	.new_leveler {
		background: url("/_ima/arrow_full.gif") no-repeat;
		background-position: 0px 3px;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 12px;
		}
			
.section_third {
	width: 256px;
	float: left;
	}
	.section_third_content {
		padding: 19px 20px 20px 20px;
		line-height: 16px;
		font-size: 11px;
		}
		.section_third_content h3 {
		margin: 0;
		}
.section_third_fade {
	/* background: url("/_ima/side_fade.png") repeat-y left; */
	width: 256px;
	height: 100%;
	float: left;
	}
.section_third_fade_two {
	/* background: url("/_ima/side_fade.png") repeat-y left; */
	width: 500px;
	height: 100%;
	float: left;
	}
	.section_third_fade_content {
		padding: 10px 20px 20px 25px;
		line-height: 16px;
		font-size: 11px;
		}
	.section_two_third_fade_content {
		padding: 10px 0px 20px 25px;
		line-height: 16px;
		font-size: 11px;
		}
	.section_two_third_fade_content p {
		padding: 10px 0px 10px 0px;
		line-height: 16px;
		}
	.section_third_fade_content h3 {
		margin: 0;
		}

.comment_sections {
	color: #666;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #858585;
	text-align: center;
	}	
	.comment_sections span {
		color: #333;
		display: block;
		font-style: italic;
		padding-bottom: 10px;
		}		
.news_sections {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #858585;
	}	
.news_sections img {
	border: 0px;
	padding: 0px 5px 2px 0px;
	}
	
.resources_title {
	padding: 10px 0px 0px 0px;
	}
	
#index_login {
	background-color: #AB231A;
	width: 210px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	#index_login img {
		display: block;
		}
	#index_login p {
		padding: 3px 20px 10px 20px;
		color: white;
		text-align: right;
		}
	#index_login input {
		width: 162px;
		height: 20px;
		float: right;
		margin: 0px 20px 0px 0px;
		padding: 5px 0px 0px 5px;
		}
		
#indside_top_left {
	width: 200px;
	float: left;
	font-size: 10px;
	padding: 12px 0px 0px 20px;
	}
		
.break_it_down {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px dotted #858585;
	}

.new_arrow {
	padding: 0px 5px 2px 0px;
	border: 0px;
	}
	
.small_box {
	float: right;
	padding: 0px 0px 10px 0px;
	}
	
.insiders {
	background: url("/_ima/arrow_full.gif") no-repeat;
	background-position: 0px 8px ;
	padding: 5px 0px 5px 15px;
	line-height: 12px;
	}
	
.insiders a:link { color: #666; }
.insiders a:visited { color: #666; }
.insiders a:hover { color: #e52b1f; }
.insiders a:active { color: #666; }

	.insiders_on {
	background: url("/_ima/arrow_full.gif") no-repeat;
	background-position: 0px 8px ;
	padding: 5px 0px 5px 15px;
	line-height: 10px;
	}
	
	.insiders_on a:link { color: #e52b1f; }
	.insiders_on a:visited { color: #e52b1f; }
	.insiders_on a:hover { color: #e52b1f; }
	.insiders_on a:active { color: #e52b1f; }
	

/*____________________________________________________________________________________________Form Details_*/
div.form-container { margin: 10px; padding: 5px; background-color: #FFF; }

p.legend { margin-bottom: 1em; }
	p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
	div.errors p { margin: 0; }
	div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
	div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
	div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
	div.form-container form legend { color: #666; }
	div.form-container form fieldset div { padding: 0.25em 0; }
	div.form-container label, 
	div.form-container span.label { color: #67829F; margin-right: 10px; padding-right: 10px; width: 150px; display: block; font-weight: normal; float: left; text-align: right; position: relative; }
	div.form-container label.error, 
	div.form-container span.error { color: #C00; }
	div.form-container label em, 
	div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
	div.form-container input.error { border-color: #C00; background-color: #FEF; }
	div.form-container input:focus,
	div.form-container input.error:focus, 
	div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
	div.form-container div.controlset label, 
	div.form-container div.controlset input { display: inline; float: none; }
	div.form-container div.controlset div { margin-left: 170px; }
	div.form-container div.buttonrow { margin-left: 180px; }

.notification { padding:10px; border-top:2px solid #9cc63b; border-bottom:2px solid #9cc63b; background:#fcfce1 repeat-x 0 top; }

/*____________________________________________________________________________________________Validation_*/
input.required, input.notrequired, textarea.required, textarea.notrequired, input.validate-date { 
	color :#000; 
	font-style: italic;
	border:1px solid #dddedd; 
	padding: 5px 0px 5px 2px; 
	}

input.validation-failed, textarea.validation-failed { 
	border:1px solid #dab0ae; 
	color :#cf0d0d; 
	}
	
input:hover {
	border: 1px solid #6994B7;
	}
textarea {
	border:1px solid #dddedd; 
	}

.validation-advice { margin:0; padding: 5px 0; color :#cf0d0d; font-weight: bold; }
.custom-advice {margin: 5px 50px; padding: 5px 0; background-color: #C8AA00; font-style: italic; color: white; font-weight: bold; }

fieldset { margin-bottom: 0.5em; }
label { font-weight: bold; }	

/*____________________________________________________________________________________________Manager Area_*/

#manager_wrapper {
	padding: 0px 0px 30px 0px;
		}
	#manager_wrapper p {
		line-height: 19px;
		}
	#manager_wrapper a:link, #manager_wrapper a:visited {
	color: red;
		}
	#manager_wrapper a:hover {
	color: black;
		}
#manager_container {
	margin: 0px;
	padding: 0px;
	display: block;
	}
	.managerbutton { 
		margin: 0px;
		padding: 0px;
		float: left;
		width: 185px;
		}

	.managers_name { 
		line-height:30px; 
		height: 30px; 
		width: 100%; 
		border-bottom: 1px solid #ccc; 
		clear:both; 
		}
	.mgr_username { 
		color:#5c97E5; 
		}
	#manager_wrapper { 
		padding: 18px 15px 200px 18px; 
		}
	.employee_example {
		color: #aaa; 
		font-size: 10px; 
		font-weight:normal; 
		}

a.edit_btn { float: right; margin: 0px auto; display: block; background: url(/_ima/button/edit.gif) no-repeat; text-decoration: none; width: 100px; height: 30px; }
a.edit_btn:hover { background-position: 0px -30px; text-decoration: none; }

a.delete_btn { float: right; margin: 0px auto; display: block; background: url(/_ima/button/delete.gif) no-repeat; text-decoration: none; width: 100px; height: 30px; }
a.delete_btn:hover { background-position: 0px -30px; text-decoration: none; }

a.delete_btn_none { float:right; margin: 0px auto; display: block; background: url(/_ima/button/delete.gif) no-repeat; text-decoration: none; width: 100px; height: 30px; }
a.delete_btn_none:hover { background-position: 0px -30px; text-decoration: none; }

a.mgr_home_btn { margin: 0px auto; display: block; background: url(/_ima/button/home.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_home_btn_2 { margin: 0px auto; display: block; background: url(/_ima/button/home2.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_home_btn:hover, a.mgr_home_btn_2:hover { background-position: 0px -174px; text-decoration: none; }
a.mgr_managers_btn { margin: 0px auto; display: block; background: url(/_ima/button/managers.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_managers_btn:hover { background-position: 0px -174px; text-decoration: none; }
a.mgr_employees_btn { margin: 0px auto; display: block; background: url(/_ima/button/employees.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_employees_btn:hover { background-position: 0px -174px; text-decoration: none; }
a.mgr_statistics_btn { margin: 0px auto; display: block; background: url(/_ima/button/statistics.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_statistics_btn_2 { margin: 0px auto; display: block; background: url(/_ima/button/statistics2.gif) no-repeat; text-decoration: none; width: 185px; height: 174px; }
a.mgr_statistics_btn:hover, a.mgr_statistics_btn_2:hover { background-position: 0px -174px; text-decoration: none; }

/*____________________________________________________________________________________________Message Update_*/
#message_update { 
	padding:5px; 
	border-top:2px solid #9cc63b; 
	border-bottom:2px solid #9cc63b; 
	width: 732px;
	background:#fff url(/_ima/bg/messageupdate.gif) repeat-x 0 top; 
		}
#message_update h6 { 
	color: #345b1a; 
	font-size: 14px; 
	padding-left: 30px; 
	font-weight: normal; 
	margin: 0; 
	}
#message_update .message_text { 
	margin-left: 30px; 
	color:#587c0e; 
	padding-bottom:10px;
	}
	#message_update_error {
		padding: 5px;
		border-top: 2px solid red; 
		border-bottom: 2px solid red; 
		width: 732px;
		background:#fff url(/_ima/bg/messageupdate_red.gif) repeat-x 0 top; 
		}
	#message_update_error h6 { 
		color: red; 
		font-size: 14px; 
		padding-left: 30px; 
		font-weight: normal; 
		margin: 0; 
		}
	#message_update_error .message_text { 
		color: #666;
		margin-left: 30px; 
		padding-bottom:10px;
		}