@import url("menu.css");

body	{ 	
		scrollbar-3dlight-color: #cccccc; 
		scrollbar-arrow-color: #ff9933; 
		scrollbar-base-color: White; 
		scrollbar-darkshadow-color: #cccccc; 
		scrollbar-face-color: White; 
		scrollbar-highlight-color: #cccccc; 
		scrollbar-shadow-color: #cccccc;
	}

body,p,td { 	
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 13px;
} 

h1{
	color:#FF9933;
	font-size:16px;
	font-weight:bold;
}

a:link,a	{ 
	color : red; 
	}
 
a:hover{ 
	color : #AAAAAA; 
	} 

p.teaser{
	margin-top: 10px;
	margin-bottom: 8px;
	}

form	{
	padding: 0px;
	margin: 0px;
	}

input.button
	{
	cursor: hand;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #CC3333;
	}


.FormBox { 	
		background-color: #ffffff; 
		BORDER-RIGHT: #999999 1px solid; 
		BORDER-TOP: #999999 1px solid; 
		BORDER-LEFT: #999999 1px solid; 
		COLOR: #666666; 
		BORDER-BOTTOM: #999999 1px solid; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-weight: normal; 
	}

a.vheader {
		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-weight: bold; 
		color: #000000; text-decoration: none
	  } 

.vheader { 
  		font-size: 16px; 
		font-weight: bold; 
		color: #FF9933; 
	} 

.vheader2 {
		font-size: 16px; 
		font-weight: bold; 
		color: #000000;
  	}
	
.sys-Heading1, .vsHeader1 {
	color:			#FF9933;
	font-size:		16px;
	font-weight:		bold
}

.sys-Heading2, .vsHeader2 {
	color:			#FF9933;
	font-size:		14px;
	font-weight:	bold
}

.sys-Heading3, .vsHeader3 {
	font-weight:		bold
}

.vdate{ 
		font-size: 10px; 
		font-weight: normal; color: #000000;
		font-style: italic
	} 

.sys-Imagetext, .vimage { 
		font-size: 11px; 
		font-weight: normal; 
		color: #000000; 
		font-style: normal
	}

a.vmenu {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline
} 

a.vmenu:hover { 
		color: #FFFFFF; 
		text-decoration: underline
		}

a.vmenuselect { 
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold
	} 

a.vmenuselect:hover { 
		color: #FFFFFF; 
		text-decoration: underline
		}


a.vheader2	{ 
		font-size: 16px; 
		font-weight: bold; 
  		text-decoration: none; 
		color: #006666
		}

.smaller {
		font-size: 11px; 
		color: #000000 
	}

a.vmenu2 { 
		font-size: 11px; 
		font-weight: bold; 
		font-style: normal; 
		color: #FFFFFF
	} 

a.vmenu3 { 
 		font-size: 12px; 
		font-weight: normal; 
		font-style: normal; 
		color: #FFFFFF
	} 

a.vxlheader { 
		font-size: 22px; 
		font-weight: bold; 
		color: #000000; 
		text-decoration: none 
	} 

a.vmenu2:hover { 
		font-size: 11px; 
		font-weight: bold; 
		font-style: normal; 
		color: #FFFFFF; 
		text-decoration: underline
		} 

a.vmenu3:hover { 
		font-size: 12px; 
		font-weight: normal; 
		font-style: normal; 
		color: #FFFFFF 
		} 

.vauthor { 	
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #000000 
	} 



	
.vsButton{
	width: 		auto;
	background: 	#CC3333;
	color:		white;
}

.vsMouseOverRow {
	background: #F7F7F7;
}

.vsMouseOutRow {
	background: #FFFFFF;
}


.vsImportant {
	color:			#FF0000;
}

.vsImageBorder{
	border:			1px solid black;
}

.vsBorders {
	background:		#7F7F7F
}

.vsBorder01{
	border: 1px solid #CC3333;
	width: 100%;
	height: auto;
}

.vsBorder01 td.header{
	background:		#CC3333;
	font-weight:		bold;
	height:			18px;
	color:			white;
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left: 5px;
	padding-right: 5px;
}

.vsBorder01 td.body{
	padding: 5px;
}

.vsLightBorders {
	background:		#C7C8C9
}

.vsBackground {
	background:		#F5F5F5
}


.vsTitleBar {
	background:		#CC3333;
	font-weight:		bold;
	height:			18px;
	color:			white;
	padding-top:		2px;
	padding-bottom:		2px;
}


.vsTitleBar a, .vsTitleBar td, .vsTitleBarLink, a.vsTitleBarLink {
	color:			white;
	font-weight:		bold;
	text-decoration:	none;
}

.vsDate {
	font-size:		11px;
}

.vsAuthor {
	font-size:		11px;
	font-weight:		bold
}


.vsSelected {
	color:			black
}

.vsFeedback{
	font-weight: bold;
	color: Red;
}

.textfield{
	width: 353px;
}

.textarea{
	width: 432px;
}
Form#vsUserForm table td{
	font-size : 		13px;
	font-weight:		bold;
	padding-left:		5px;
	padding-right:		5px;
}

Form#vsUserForm input.vsTextfield{
	width:			200px;
	background-color:	white;
}

Form#vsUserForm input.vsButton#reset{
	margin-left:		10px;
}

.sys-Simdax-orange{
	color: #FF9933;
}


/* Search styles */
div#search-navigation-header {
    background-color:#EEE;
	padding:.3em .3em;
}

ul#search-navigation-menu{
	margin: 0;
	padding: .4em 0 0 0;
	list-style-type: none;
	color: #999;
	clear: both;
}

ul#search-navigation-menu li{
	display: inline;
	padding: 0 .3em 0 .3em;
}

ul#search-navigation-menu li.numbers.active{
	font-weight: bold;
	color: #000;
}

div.search-item {
	border-top: 1px solid #CCC;
	padding: .8em 0 .8em 0;
	clear: both;
	margin: 0;
	height: 100%;
}

div.search-item.first{
	border: 0;
}

div.search-item h2 {
    font-size:1em;
    margin:0;
}

div.search-item span.highlight {
    font-weight:bold;
}

div.search-item .context {
    float:left;
    width:70%;
}

div.search-item .location {
    display:block;
    margin:0 0 1em 0;
    font-size:.8em;
}

div.search-item .relevance {
    font-size:9px;
}

div.search-item .relevance .bar {
    float:left;
    width:100px; 
    border:1px solid #99B3CC;
    font-size:1px;
    background-color:#EEEEEE;
}

div.search-item .relevance .bar .percent {
    height:11px;
    font-size:1px;
    background-color:#99B3CC;
}

div.search-item .relevance .score {
    float:left;
    width:20px;
    margin-left:.5em;
}

.pointer{
    cursor:pointer;
}

/* end search styles */