@CHARSET "UTF-8";
@import "css/menu.css";
@import "css/structure.css";
@import "css/tables.css";
@import "css/forms.css";

*{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #494949;
}


/*** links ***/

a	{
	color : #280905;
	text-decoration:none;
	border-bottom:1px #280905 dotted;
	
}

a:hover	{
	color : #FF6600;
	text-decoration:none;
	border-bottom:1px #FF6600 dotted;
}


/************ headers **************/

h1,h2,h3,h4{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0;
}
	
h1{	
	font-size: 14px; 
	line-height : 22px;
	color: #444444;
}	

h2{	
font-size: 14px;
line-height : 25px;
color: #444444;
}

h2 a{
padding-left: 0px;	
font-size: 14px;
line-height : 25px;
color: #444444;
}


h3{	
	font-size: 12px; 
	font-weight: bold;
	line-height : 22px;
	color : #444444;
 }	

h4 {	
	font-size: 11px;
	line-height : 16px;
	color : #7f9db9;
} 


h2 a{
	text-decoration:none;
}


ul.links li{
	display: inline;
	list-style-type: none;
	padding-top: 0pt;
	padding-right: 0em;
	padding-bottom: 0pt;
	padding-left: 0em;
}


#content_bar .node li{
background-image:url(img/bullet.jpg);
background-position:0 2px;
background-repeat:no-repeat;
line-height:14px;
list-style-image:none;
list-style-type:none;
margin:0 0 5px;
padding:0 0 0 17px;
vertical-align:top;
}

.highlight{
color:#FF6600;
}

/*********** search block ***************/
#edit-search-block-form-1-wrapper{
float : left;
height: 20px!important;
}

#searchblock .form-submit {
	margin: 10px 0px 0px 2px;
	border:#FF0000 0px solid;
	height: 20px!important;
}



/**
 * vertical tabs
 */

.vertical-tabs-fieldsets{
  float:left;
  width: 550px;
  overflow:hidden;
  }
  
  
#tabs-wrapper{
display:block;
visibility:visible;

}

#tabs-wrapper li{
border:#FFFFFF 1px solid !important;
visibility:visible !important;;
}


#tabs-wrapper li a, #tabs-wrapper li a.active{
color: #027ac6 !important;
}

