@import url("css/menu.css");

/* CSS Document */
body {
	background:#69735b;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:13px;
	color: #3C475B;
}

/*-------- Default Style --------*/
th,td,div{
font-size:13px;
	color: #3C475B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
em{
font-size:13px;
font-style:italic;
}
p,li{
font-size:13px;
	color: #3C475B;
}
a,a:link,a:visited,a:active{
	color:#72954c;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
a:hover{
	color:#b37baf;
	text-decoration:underline;
}

/*-------- design style --------*/
.template_style{width:960px; margin:auto;}

.top_space{
	height:15px;
}
.lang_pad{padding:7px 35px 0px 0px;}

.logo_top_left{padding:0px; margin:0px; background:url(images/logo_top_left.png) no-repeat top left; height:23px;} 
 .logo_top_right{padding:0px; margin:0px; background:url(images/logo_top_right.png) no-repeat top right;} 
 .logo_top_bg{
	padding:0px;
	margin:0 39px 0 27px;
	background:#69735b url(images/logo_top_bg.png) repeat-x top;
	height:23px;
} 
.logo_left{
	padding:0px;
	background: url(images/logo_left.png) repeat-y top left;
}
.logo_right{
	padding:0px;
	background: url(images/logo_right.png) repeat-y top right;
}
.logo_pad{
	background:#69735b;
	margin: 0 19px 0 7px;
	padding:0;
	height:100px;
	border-bottom: solid #ffffff 5px;
}

.menu_bg{padding:0 0 0 6px;  margin: 0 19px 0 7px; height:40px; background:url(images/menu_bg.png) repeat-x top left;}
.menu_left{padding:0px; margin:0px; background:url(images/menu_left.png) no-repeat top left;}
.menu_right{margin:0px; background:url(images/menu_right.png) no-repeat top right; }

.search_style{
	float:right;
	padding:0px 0px 0px 0px;
}
.search_bg{padding-right:2px;}
.search_bg Input{color: #43494D;}

.menu_style{float:left;}

.bread_bg{
	padding:0px;
	margin: 0 19px 0 7px;
	background:#e2e5db url(images/bread_bg_gray.png) repeat-x top left;
	height:34px;
}
.bread_left{padding:0px; margin:0px; background:url(images/bread_left.png) no-repeat top left;}
.bread_right{padding:0px;  background:url(images/bread_right.png) no-repeat top right;}

#login_style{ float:right; padding:8px 17px 0px 10px; }
#bread_style{ float:left; padding:8px 0px 0px 17px; color:#000000; font-size:13px; }

.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}
.content_pad{
	padding:10px 22px 10px 22px;
	margin: 0 19px 0 7px;
	background-color: #E2E5DB;
}

.bot_left{padding:0px; margin:0px; background:url(images/bot_left.png) no-repeat top left;}
.bot_right{padding:0px; margin:0px; background:url(images/bot_right.png) no-repeat top right; padding:0px 39px 0px 27px;}
.bot_bg{padding:0px; margin:0px; background:url(images/bot_bg.png) repeat-x top left; height:41px;}

.bot_pad{margin-bottom:20px;padding:0 30px 0 20px;}
#terms_style{float:left;}
#copy_style{float:right;}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{
	padding:0px 10px 0px 10px;
	margin:0px;
	color: #3C475B;
}
.LeftPane{
	padding:0px 10px 0px 0px; /*width:10em;*/
	margin:0px;
	width: 160;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
}
.RightPane{ padding:0px 0px 0px 10px; /*width:10em;*/ margin:0px; }

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{
	color:#69735B;
	font-size:13px;
}
a.Breadcrumb:hover{
	color:#b37baf;
}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{
	font-weight:bold;
	color:#69735B;
	font-size:11px;
	text-transform:uppercase;
}
a.links:hover{
	color:#b37baf;
}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited {
	color:#69735B;
	font-size:12px;
}
a.user:hover{
	color:#b37baf;
}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited {
	color:#E2E5DB;
	font-size:12px;
}
a.footer:hover{
	color:#b37baf;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{
	background-color: #b37baf;
	color:#ffffff;
	border: none;
}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
	color: #3C475B;
}
.subnavi {
width:155;
}
.subnavi a{
color:#3c475b;
text-decoration:none;
}
.subnavi a:hover{
color:#3c475b;
text-decoration:underline;
}
.subnavi ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
  }
.subnavi ul li {
	list-style: none;
	padding: 3px 1px 5px 10px;
	margin: 0px;
	background: url(/Portals/0/Skins/drsid-skin/images/arrow.png) 0px 9px no-repeat;
	font-size:12px;
  }

.subnavi-header {
	background-image: url(/Portals/0/Skins/drsid-skin/images/h3-bg.gif);
	height: 32px;
	width: 149;
	background-repeat: no-repeat;
}
.subnavi-header p {
	font-weight: bolder;
	margin: 3px;
}
.Contact-Formmaster{
	text-align:left;
	}
.Contact-Formmaster td{
 padding:3px;
	}