@charset "utf-8";
/* CSS Document */

@import "cssmenu.css";

.dynamic-tab-pane-control h2 {
	text-align:	center;
	width:		auto;
}

.dynamic-tab-pane-control h2 a {
	display:	inline;
	width:		auto;
}

.dynamic-tab-pane-control a:hover {
	background: transparent;
}

#index-bar {
	clear: both;
	border: 1px solid rgb(120,172,255);
	font-weight: bold;
	white-space: nowrap;
	color: rgb(0,66,174);	
	background-color:rgb(189,217,251);
	margin: 0px 10px 0px 5px;
	border-bottom: 0;
	padding: 2px;
	padding-left: 20px;
}

#index-bar .index {
	width: 800px;
}

#index-bar .padding {
	float: right;
}


#index-bar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#index-bar li {
	list-style-type: none;
	margin-left: 10px;
	display: inline;
	font-weight: bolder;
	cursor:			hand;
	cursor:			pointer;
}

#index-bar li.selected{
	list-style-type: none;
	margin-left: 10px;
	display: inline;
	font-weight: bolder;
	color: #333;
	cursor:default;
}

.load-ocx {
  text-align:center;
  height: 30px;
  vertical-align:middle;
  margin: 0;
  margin-left: 50px;
  padding: 0;
  padding-left:45px;
}

#footer {
	border-top:#A1A1A1 dotted 1px;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color:#0035fc;
}

#sidebar_left {
	border-collapse: collapse;
	margin: 0px;
	margin-left: 10px;
	vertical-align: top;
}

#sidebar_left .title {
  	/*color: #FFF;
  	background: #999999 url(../images/menubg-black.gif) repeat-x;*/
	text-align:left;
  	font-weight: bold;
	font-size: 16px;
  	line-height: 30px;
	margin: 10px;
	margin-bottom: 12px;
	padding: 0;
}

#sidebar_left .contact_group {
	width: 180px;
	/*background-color: #fff;
	border: 1px solid rgb(187,216,251);*/
  	margin: 0;
	padding: 0;
}

#sidebar_left .contact_group .label {
	text-align:left;
  	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	line-height: 20px;
}

#sidebar_left .contact_group .label_selected{
	text-align:left;
  	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
	background-color: rgb(243,247,253);
	border: 1px solid rgb(187,216,251);
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	line-height: 20px;
}


#sidebar_left .contact_group .label:hover {
	background-color: rgb(243,247,253);
	border: 1px solid rgb(120,172,255);
	
	cursor:			hand;
	cursor:			pointer;
	margin: 0;
}


#header {
	/*width: 100%;*/
	border-collapse: collapse;
	margin: 0;
	border-bottom:#A1A1A1 dotted 1px;
	padding: 0;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	vertical-align:bottom;
	/*background: #36B9E5 url(../images/bg1.jpg) repeat-y;*/
}

#header .label {
	float: left;
	margin: 0;
	padding-left: 10px;
	/*padding: 4px 4px 4px 4px;*/
}

#header .data {
	margin: 0;
	padding-top: 20px;
	text-align:center;
	vertical-align:bottom;
	white-space:nowrap;
	color:#0035fc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
}

#header .navbar {
	vertical-align:bottom;
	float:right;
	/*border-top: solid rgb(120,172,255) 1px;
	border-bottom: 0;*/
	/*background-color: rgb(234,242,255);*/
	text-align: right;
}

#loginbox {
	width: 400px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#loginbox .header {
  	height: 35px;
  	color: #FFF;
  	background: #000000 url(../images/menubg-black.gif) repeat-x;
  	font-weight: bold;
	font-size: 20px;
  	line-height: 30px;
  	margin: 0;
	padding: 0 5px 0;
}

#loginbox .row {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #CCC;
	background: #F0F0F0;
	white-space: nowrap;
}

#loginbox .label {
	float: left;
	display: inline;
	position: relative;
	white-space:nowrap;
	width: 100px;
	margin-left: 0;
	padding: 4px 4px 4px 4px;
	text-align: right;
	vertical-align: middle;
	z-index:1;
}

#loginbox .data {
	overflow:hidden;
	padding: 4px 4px 4px 4px;
	border-left: 1px solid #CCC;	
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	white-space:nowrap;
}

#loginbox .submit {
	margin: 0;
	width: 100%;
	border-top: 1px solid #CCC;
	background: #F0F0F0;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

#toolbar{
	/*border: 1px solid #CCC;*/
	border-collapse: collapse;
  	height: 32px;
  	/*color: #FFF;
  	background: #999999 url(../images/menubg-black.gif) repeat-x;*/
  	line-height: 30px;
  	margin: 0;
	margin-left: 5px;
	margin-right: 10px;
	padding: 10px 0;
}

#toolbar .title {
  	/*color: #FFF;
  	background: #999999 url(../images/menubg-black.gif) repeat-x;*/
	float: left;
	text-align:left;
  	font-weight: bold;
	font-size: 16px;
  	line-height: 30px;
  	margin: 0;
	padding: 0;
}

#toolbar .navbar {
  	/*color: #FFF;
  	background: #999999 url(../images/menubg-black.gif) repeat-x;*/
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
}

#toolbar .navbar ul {
	margin: 0px;
	padding: 0px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: small;*/
	white-space: nowrap;
}

#toolbar .navbar li {
	list-style-type: none;
	margin-left: 20px;
	display: inline;
	font-weight: bolder;
	cursor:			hand;
	cursor:			pointer;
	
	/*vertical-align:middle;*/
}
#toolbar .navbar li a {
	text-decoration: none;
	padding: 5px ;
	color: #333;
}

#toolbar .navbar li a:link {
	color: #333;
}

#toolbar .navbar li a:visited {
	color: #333;
}

#toolbar .navbar li a:hover {
    font-weight: bold;
    /*color: #FFF;*/
	border: #F0F0F0 solid 1px;
}

#toolbar .searchdiv{
	float: right;
	display: inline;
	position: relative;
	white-space:nowrap;
}
#toolbar .searchdiv .searchbox {
  background-image:url(../images/search.gif);
  background-repeat:no-repeat;
  padding-left:20px;
  border:1px solid gray;
  color:#333;
  background-color: #fff;
  /*font-family:arial narrow;
  font-weight:bold;*/
  font-size:9pt;
  width: 150px;
}


.signup{
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  color: #000;
  /*margin: 5px 5px 5px 5px;*/
  margin: 0;
  padding: 0 2px;
}

.signingin{
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #000;
  margin: 5px 5px 5px 5px; /* LTR */
  padding: 0 2px;
}

.forgetpassword{
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  color: #000;
  padding: 0 2px;
}

.imgbtn{
  width: 65px;
  height: 24px;
  background: #000000 url(../images/submit-black.gif) no-repeat;
  border: none;
  /*font-size: 1em;*/
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  color: #FFF;
  margin: 5px 5px 5px 5px; /* LTR */
  padding: 0 2px;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	text-decoration: none;
	color: #0035fc;
}
a:visited {
	text-decoration: none;
	color: #0035fc;
}
a:hover {
	text-decoration: none;
	color: #0035fc;
}
a:active {
	text-decoration: none;
	color: #0035fc;
}

.box{
	background-color:rgb(243,247,253);
	border:solid 1px rgb(120,172,255);
}

#dialog {position:absolute; width:425px; padding:2px; z-index:200; background:#fff}
#dialog-header {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-content {display:block; height:420px; padding:6px; color:#666666; font-size:13px}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(../images/dialog_close.gif) no-repeat}

#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#999; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#fff url(../images/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(../images/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#fff url(../images/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(../images/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#fff url(../images/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(../images/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}

#dialogEx {position:absolute; padding:0px; z-index:200; background:#fff}
#dialog-content-Ex {display:block; padding:0px;}
/*
.prompt {background:#fff url(../images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
*/
.prompt {background:#fff  bottom right no-repeat; border:1px solid #4f6d81; border-top:none}

.promptheader {background:url(../images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}

