body, td, div, a, span, input, textarea, select, option {
  font-family: verdana,tahoma,sans-serif,arial;
  font-size: 11px;
  color: black;
}

body {
	background: white;
}

table.login_flat {
	border-bottom: 2px solid #bddbff;
}
table.login_flat td {
	padding: 8px;
	color: black;
}
table.no_padding td {
	padding: 0px;
	padding-bottom: 3px;
	color: black;	
}	
td.login_header {
	border-top: 2px solid #bddbff;
	border-bottom: 2px solid #bddbff;	
	background: url('./webimages/gradientBlue.jpg');
	padding: 4px;
}

input[type="submit"], input[type="button"] {
  background: #bddbff;
  border: 2px solid #d0f0fb;
  font-size: 10px; 
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;  
  font-weight: bold;
  
}

input,
input[type="text"], 
input[type="password"] {
  background: #d0f0fb;
  border: 1px solid #bddbff;
  font-size: 10px; 
  padding-left: 10px;
  padding-right: 10px;  
  font-weight: normal;
  
}


input.n,
select.n,
textarea {
  background: white;
  border: 2px inset gray;
  font-size: 11px;
  font-family:courier,arial,tahoma,verdana; 
  padding-left: 4px;
  padding-right: 4px;  
  font-weight: normal;  
}
input.s, select.s {
  background: white;
  border: 2px outset gray;
  font-size: 11px;
  font-family:courier,arial,tahoma,verdana; 
  padding-left: 4px;
  padding-right: 4px;  
  font-weight: normal; 
}

input.no_style {

}

div#menuLeft a,
div#menuLeft a:link, 
div#menuLeft a:active, 
div#menuLeft a:visited, 
div#menuLeft a:hover {
  display: block;
  padding: 10px;
  color: black;
  width: 90%;
}  

div#menuLeft a:hover {
  background: rgb(243,142,0);
  color: white;
}
div#pageContent {
  padding-left: 20px;    
}
div#h {
  font-size: 14px;
  font-weight: bold;
  /*border-bottom: 2px solid #d0f0fb;*/
}

div#group_title {
  background: rgb(220,220,220);
  border-bottom: 2px solid rgb(190,190,190);  
  font-size: 11px;
  font-weight: normal;
  padding: 10px;
  padding-top: 8px;
}

div#group_content {
  padding: 10px;
}

div#group_end {  
  border-bottom: 2px solid rgb(190,190,190);
}  

div.lnk, p.lnk, span.lnk {
  cursor: pointer;
}

ul.li_odstep li {
	margin-bottom: 10px;
}



div.helpArea {
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.helpArea
{
	background: #dedede;
	width: 535px;
	font-style: italic;
	font-size: 10px;
}

.tip {
	border: solid 1px #666666; 
	width: 270px; 
	padding: 1px;
	position: absolute; 
	z-index: 100;
        visibility: hidden; 
	color: #333333; 
	top: 20px;
	left: 90px; 
	background-color: #ffffcc;

}


div.helpArea a,
div.helpArea a:link {
	font-size: 10px;
}