.smc_buttons {
	background-color: #4788A6;
	border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin: 1px;
}

.smc_buttons_small {
	background-color: #4788A6;
	border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.form_fields {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin: 2px;
}

body {
	background-image: url();
	background-color: #DBDBDB;
}
.menu_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
}
.submit_button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #77b6d0;
	border: 1px solid #00365b;
}
.menu_border { 
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.white_text_field_border {
	border: 1px solid #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medium_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.right_shaddow {
	background-image: url(Assets/right_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.corner_shaddow {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Assets/corner_shaddow.jpg);
}
.top_right_shadow {
	background-image: url(Assets/top_right_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_left_shaddow {
	background-image: url(Assets/bottom_left_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom_shaddow {
	background-image: url(Assets/bottom_shaddow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_border {
	border: 1px solid #000000;
}
.footer_text {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
}
.footer_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(Assets/Footer_Bg.jpg);
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
}
.bottom_black_border {
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.top_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.body_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-transform: none;
}
.bottom_shading {
	background-image: url(Assets/bottom_shading.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top_shading {
	background-image: url(Assets/top_shading.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.menu_background {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 7px;
	right: 7px;
	background-color: #F5F5F5;
}
.page_title_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	color: #333333;
	letter-spacing: 0.1em;
}
a:link {
	color: #396F88;
	text-decoration: none;
}
hr {
	BORDER-TOP-WIDTH: 0px; DISPLAY: block; MARGIN: 10px 0px 15px; WIDTH: 100%; BORDER-BOTTOM: #aaa 2px dotted
}
a:visited {
	text-decoration: none;
	color: #396F88;
}
.bottom_table_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DAE6;
}

a:hover {
	text-decoration: none;
	color: #252122;
}
select {
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #3497B7;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C1DAE6;
	text-indent: 3px;
}

.blue_border {
	border: 1px solid #3495B6;
	background-image: none;
}
.blue_top_side {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.blue_left_bottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.blue_left_top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Red_Text {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Print_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
.login_border {	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.table_bottom_border {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.blue_border {
	border: 1px solid #CCCCCC;
}
.large_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.white_heading {
	color: #FFFFFF;
	font-weight: bold;
}
.List_Box {
	background-color: #EFEFEF;
}
.down_arrow {
	background-image: url(Assets/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}
.submenu_background {
	background-attachment: fixed;
	background-image: url(Assets/menu_background.jpg);
	background-repeat: no-repeat;
}
input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error_message_box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFCC;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top_black_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.error_message_box_nb {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	border: 1px none #EFEFEF;
	text-align: right;
}
.side_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-transform: none;
	padding: 3px;
	background-color: #F0F0F0;
	border: 1px inset #FFFFFF;
}
.error_message_box_hide {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #FFFFFF;
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
}
.blue_text {
	color: #3C7591;
}
.black_border {
	border: 1px solid #000000;
}
.Page_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.bg_r {
	background-image: url(Assets/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.footer_bg {
	background-image: url(Assets/footer_Background.jpg);
	background-repeat: repeat;
}

.bg_jr {
	background-image: url(Assets/employee_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.Courier_heading {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.small_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.msg_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.graph_bar {
	background-color: #AC1C24;
	border: 1px solid #666666; 
}
.very_small_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.very_small_white {
	font-size: 8px;
	color: #FFFFFF;
}
.Heading_Line {
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #4889A7;
}
.red_border {
	border: 1px solid #CC0000;
}

.error_message {
	background-color: #FFFFCC;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #c60000;
	border: 1px solid #ffcc00;
	text-indent: 3px;
	text-align: left;
	padding: 3px;
}
.Center_Text {
	text-align: center;
}

.info_message {
	background-color: #F9FCFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #3399FF;
	text-align: left;
	padding: 3px;
}
.grey_border {

	border: 1px solid #CCCCCC;
	background-image: none;
}
.grey_top_right {
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
}
.grey_top_left {
	background-image: none;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-top-width: 1px;
}
.grey_right_left_bottom {
	background-image: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
.Active_Cell {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #3399FF;
}
.black_top_border {
	border: 1px solid #000000;
}
.Blue_Page_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #2F95BD;
	letter-spacing: 0.5px;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	text-indent: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#popupcontent{
	width: auto;
	position: absolute;
	visibility: hidden;
	overflow: hidden; 
	border:1px solid #CCC; 
	background-color:#F9F9F9;
	border:1px solid #999999;
	padding:5px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.Menu_Bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007BAD;
}

.SubMenu_Border {
	BORDER-RIGHT: #96968d 1px dotted;
	BORDER-TOP: #96968d 1px dotted;
	BORDER-LEFT: #96968d 1px dotted;
	BORDER-BOTTOM: #96968d 1px dotted;
}
.dotted_border {
	border: 1px dotted #CCCCCC;
}
.smaller_text {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.info_message_box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	background-color: #CEE7FF;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_border {
	background-image: url(Assets/menu_shaddow.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.1; /* Safari, Opera */
	-moz-opacity:0.10; /* FireFox */
	filter: alpha(opacity=10); /* IE */
	z-index: 0;
	height: 100%;
	background-repeat:repeat;
}
