td,tr,p,div,span {
	font-family: Verdana;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}


.arrow{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat; 
	background-position : top left;
	padding-left: 15px;
	line-height: 16px;
}



.align-l{
	float:left;
	clear: left;
}


.ln-5-gold{
	background-color: #00468c;
	line-height: 5px;
}

.ln-1-gold{
	background-color: #00468c;
	line-height: 1px;
}

.bkg-F0EFED{
	background-color:#F0EFED;
}

.whatsnew-content{
	padding: 10px;
	background-color:#F0EFED;
}

.p-t-5{
	padding-top: 5px;
}

.p-b-5{
	padding-bottom: 5px;
}

.p-l-10{
	padding-left: 10px;
}

.ul-experts {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
	white-space : nowrap;
}

.experts-arrow {
	background: url(../images/arrow.gif) no-repeat top left;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 10px;
	list-style: none none;
}

a.go-b, a.go-b:visited{
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/go_arrow.gif);
	background-repeat: no-repeat; 
	background-position : bottom right;
	padding-right: 13px;
}
a.go-b:hover{
	font-size: 11px;
	color: #817156;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../images/go_arrow.gif);
	background-repeat: no-repeat; 
	background-position : bottom right;
	padding-right: 13px;
}

.sitesidesleft {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}


.sitesidesright {
	border-width: thin;
	border-left-style: solid;
	border-color: #BBBBBB;
}


#scrollblock{overflow:hidden; height:100px; //height:150px;}






/* form */



form select.selectOne, form select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form select.selecttow, form select.selectMultiple {
  width: 122px;
  padding: 1px 3px;
}


form input.inputTexxt, form input.inputPassword {
  width: 122px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}


fieldset {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 5px;
  border: 1px solid #666666; 
  
}



div fieldset {
  
  width: 400px;
  height: auto;
  margin: 0 0 0 0;
  padding: 5px;
  border: 1px solid #666666; 
  
}


.notes {
  width: 400px;
  height: auto;
  margin: 0 0 0 0;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  
}

.notes_v {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  
}

form label {
  
  padding: 3px 10px;
  margin: 0 0 5px 0;
  
}

