body {
	background-image: url(Assets/black-bg.jpg);
	background-repeat: repeat;
	background-color: #161616;
}
.login_menu {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #EEE;
}

.login_menu a:link {
	color: #FFF;
	text-decoration: none;
}

.login_menu a:visited {
	text-decoration: none;
	color: #FFF;
}

.login_menu a:hover {
	text-decoration: underline;
	color: #F2F2F2;
}

.login_menu a:active {
	text-decoration: none;
	color: #FFF;
}

select {
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #3497B7;
}
.employee_menu_heading {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	background-color: #4788a6;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.employee_menu_text {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #EEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: 3px;
	padding-bottom: 5px;
}

.dropdown_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #559CBE;
	opacity: .80; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
	min-width:185px;
	max-width:200px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: left;
}
.dropdown_menu_hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #161616;
	background-color: #559CBE;
	opacity: .98; /* Safari, Opera */
	-moz-opacity:0.98; /* FireFox */
	filter: alpha(opacity=98);
	min-width:185px;
	max-width:200px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: left;
}
.tab_divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}

.tab_inactive {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
}


.tab_active {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #559CBE;
	text-align: center;
}
.tab_hover {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #E6E6E6;
	text-align: center;
}
.main_menu_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_content {
	background-color: #FFF;
	vertical-align: top;
	height: 750px;
	background-image: url(Assets/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#main_content_ordering {
	background-color: #FFF;
	vertical-align: top;
	height: 750px;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.image_border {
	border: 1px solid #b2b3b5;
	padding: 1px;
} 
.large_image {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 1px;
	padding-bottom: 1px;
}

#contentText {
	color: #666;
}

.popupWindow {
	border: 4px solid #5A96BA;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #FFF;
	z-index: 105;
	display:none;
	position:absolute;
	width: 450px;
	height: 525px;
	padding: 20px;
	left: 454px;
}

.smc_buttons {	
	background-color: #5A96BA;
	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: 11px;
	margin: 0 2px;
	padding: 6px 18px;
}

.smc_buttons_small {
	background-color: #5A96BA;
	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: 0 2px;
	padding: 3px 9px;
}

.form_fields {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	font-weight: normal;
	margin: 2px;
	padding: 5px;
}

.form_fields_active {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #5A96BA;
	font-weight: normal;
	margin: 2px;
	padding: 5px;
}

.search_input {
	font-family: tahoma, verdana, arial, sans-serif;
	background: white url(Assets/searchIcon.gif) right no-repeat;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.menu_text {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.submit_button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #77b6d0;
	border: 1px solid #00365b;
}

.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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	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;
}

hr {
	BORDER-TOP-WIDTH: 0px;
	DISPLAY: block;
	MARGIN: 10px 0px 15px;
	WIDTH: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8E908F;
}

.bottom_table_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DAE6;
}

a:link {
	color: #396F88;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #396F88;
}

a:hover {
	text-decoration: none;
	color: #252122;
}

a:active {
	text-decoration: none;
	color: #3497B7;
}

select {
	background-color: #CCCCCC;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #cee3ed;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.sub_heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #394a59;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

.heading2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #394a59;
	text-align: left;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-color:#E3E9EE;
	font-weight: bold;
}

.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: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
.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: 11px;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFCC;
	padding: 10px;	
}
.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: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 20px;
	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: #fff5e1;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	border: 1px solid #e4d2aa;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	color: #842500;
}

.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: 10px;	 
}

.Center_Text {
	text-align: center;
}


.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: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 18px;
	color: #008ecd;
	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;
}

#toolTips {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	max-width:375px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow: 0px 0px 10px #000; 
	font-family: tahoma, verdana, arial, sans-serif;
	z-index: 108;
	position: absolute;
}

.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: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}

.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;
}

.suggestionsBox {
	position: absolute;
	margin: 15px 0px 0px 0px;
	width: 200px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
	text-align: left;
}
.suggestionList ul li:hover {
	background-color: #4788A6;
	color:#FFFFFF;
}
.suggestionList ul {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

.load{
background-image:url(Assets/loader_spinner.gif); 
background-position:right;
background-repeat:no-repeat;
}

#suggest { 
	position:relative;
} 
.smc_border {
	border: 1px solid #4788A6;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #71818C;
	text-align: left;
}

.formTips {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	max-width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	z-index: 999;
}

.image_border {
	border: 1px solid #b2b3b5;
	padding: 2px;
} 
.Category_Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #41A6C7;
	text-transform: lowercase;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8E908F;
	border-right-color: #8E908F;
	border-bottom-color: #8E908F;
	border-left-color: #8E908F;
	padding-bottom: 2px;
}
.Category_Items {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Item_Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #4d4e53;
	font-weight: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.smc_news {
	border: 1px none #171717;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.content_divider {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #DBDBDB;
}

#bodyContent {
	padding-top:30px;	
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(Assets/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(Assets/info.gif); 
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(Assets/info.gif);
}

#popup_content.confirm {
	background-image: url(Assets/important.gif);
}

#popup_content.prompt {
	background-image: url(Assets/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.gallery {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.gallery li {
	float: left;
	position: relative;
	width: 25%;
}
.gallery img {
	width: 95%;
	border: 1px solid #b2b3b5;
	padding: 1px;
	margin-bottom: 3px;
}

#imageViewer {
	z-index:105;
	border: 1px solid #FFF;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow: 0px 0px 10px #000;
	opacity: .95; /* Safari, Opera */
	-moz-opacity:0.95; /* FireFox */
	filter: alpha(opacity=95); /* IE */
	color: #FFF;
	background-color: #000;
	display:none;
	position:absolute;
}

.fieldsLeft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #cee3ed;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.fieldsRight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E5E5E5;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.light_blue_border {
	border: 2px solid #C1DAE6;
}
.l_r_b_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

