body {
  margin: 0px;
  background-color: #7d7d7d;
}

body.mceContentBody {
  background: #FFF;
	font-size: 12px;
	color: #fff;
}

a:link {color: #930A0C;}
a:visited {color: #930A0C;}
a:hover {color: #B8696A;}

p, ul, li {
  color: #000;
	font-size: 11px;
  line-height: 18px;
}

.dyk {
  color: #5f85b8;
	font-size: 11px;
  line-height: 18px;
}

.search_bar {
  height: 43px; 
	background-image: url('../images/search_bg.gif');
	color: #fff;
}

.search_bar_s {
  height: 43px; 
	background-image: url('../images/search_start.gif');
	color: #fff;
}

.search_bar_e {
  height: 43px; 
	background-image: url('../images/search_end.gif');
	color: #fff;
	background-position: bottom right;
}

.search_find {
  width: 100px;
  height: 24px; 
	background-image: url('../images/search_find.gif');
	color: #a10b0d;
	border: none;
	font-weight: bold;
	font-size: 12px;	
}

.search_clear {
  width: 100px;
  height: 24px; 
	background-image: url('../images/search_clear.gif');
	color: #004ba3;
	border: none;
	font-weight: bold;	
	font-size: 12px;
}

h1 {
  color: #0349A5;
	font-size: 18px;
}

h1.large {
  color: #0349A5;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

h2 {
  color: #930A0C;
	font-size: 16px;
	font-weight: bold;
}

h3 {
  color: #930A0C;
	font-size: 15px;
	font-weight: bold;
}

h3.email_bad {
  color: #0349A5;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
  line-height: 11px;
}

.smalltext {
  font-size: 9px;
}

.red_txt {
  color: #930A0C;
	border-bottom: 1px #930A0C solid;
	width: 80%;
}

div.errorMsg {
  border-top: 3px #ed1c24 solid;
	border-bottom: 3px #ed1c24 solid;
  padding: 10px;
  background: #f8c3c5;
	margin: 20px 0px;
	font-size: 14px;
	text-align: center;
}

div.succMsg {
  border-top: 3px #2BBF23 solid;
	border-bottom: 3px #2BBF23 solid;
  padding: 10px;
  background: #B7DFB5;
	margin: 20px 0px;
	font-size: 14px;
	text-align: center;
}

td {
  font-family: Verdana, Arial, Sans;
	font-size: 12px;
}

tr.color_bg1 td {
  background: #E2E2E2;
	padding: 5px;
}

tr.color_bg2 td {
  background: #fff;
	padding: 5px;
}

td.background_left {
  width: 10px; 
  background-image: url('../images/content_left.gif');
	background-repeat: repeat-y;
}

td.background_right {
  width: 9px; 
  background-image: url('../images/content_right.gif');
}

td.content_area {
  width: 950px;
  background-color: #FFFFFF;
}

td.nav_background {
  background-color: #e2e2e2;
	width: 179px;
}

td.nav_background-2 {
  background-color: #fff;
	width: 179px;
}

td.nav_border {
  border-right: 1px #b4b4b4 solid;
}

input.button {
  background-image: url('../images/form_bg.gif');
  color: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px #0346A2 solid;
}

td.nav_login_bar {
  background-color: #7d7d7d;
  height: 20px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

td.nav_login_bar_button {
  background-color: #535353;
	border-left: 1px #FFFFFF solid;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

.logo {
  background-image: url('../images/header_logo.gif');
	height: 56px;
}

div.msg_box {
  border: 1px #ccc solid;
  padding: 20px;
}

/*/////////////////////////////
/////LEFT MENU/////////////////
/////////////////////////////*/

div.sdmenu {
	width: 179px;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #73ab00;
}
div.sdmenu div {
	background: url(../images/nav_head.gif) repeat-x;
	overflow: hidden;
	color: #73ab00;	
}
div.sdmenu div:first-child {
	background: url(../images/nav_head.gif) no-repeat;
	color: #73ab00;
}
div.sdmenu div.collapsed {
  height: 30px;
}
div.sdmenu div span {
	display: block;
	vertical-align: middle;
	padding-left: 35px;
	padding-top: 10px;
	margin-bottom: -10px;
	font-weight: bold;
	color: #0152af;
	text-transform: uppercase;
	font-size: 10px;
	background: url(../inc/menu/expanded.gif) no-repeat 10px center;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
	height: 30px;
}
div.sdmenu div.collapsed span {
	background-image: url(../inc/menu/collapsed.gif);
	height: 30px;
}
/*div.sdmenu div a {
	padding: 10px 10px;
	background: #e2e2e2;
	display: block;
	border-bottom: 1px solid #fff;
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
}*/
/*new start*/
table.nav td {
	padding: 10px 10px;
	background: #e2e2e2;
	border-bottom: 1px solid #fff;
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding-right: 0px;
}

table.nav a {
  color: #930a0c;
	text-decoration: none;
}

table.nav a:link {
  color: #930a0c;
	text-decoration: none;
}

table.nav a:visited {
  color: #930a0c;
	text-decoration: none;
}

table.nav a:hover {
  color: #7d7d7d;
	text-decoration: none;
}

.navCur {
	background-color: #930a0c;
	color: #ffffff;
}
/*new end*/
div.sdmenu div a.current {
	background : #930a0c;
	color: #ffffff;
}
/*div.sdmenu div a:hover {
	background : #cccccc url(linkarrow.gif) no-repeat right center;
	color: #7d7d7d;
	text-decoration: underline;
}*/

.form_text {
	border: 1px #01367e solid;
}

#main_cont {
  padding: 20px;
}

.footer {
  font-size: 10px; 
	color: #FFFFFF;
}

.footer a:link, .footer a:visited {
  color: #fff;
}

.nav_login_bar_button a:link, .nav_login_bar_button a:visited {
  color: #fff;
}