/* Wim's BIOS Page common stylesheet */
html, body{ 
	margin:0; 
 	padding:0; 
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
} 

.center {
	text-align:center;
}

table, tr, td {
	border-width: 0px;	
	white-space: normal;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;	
	padding:0px;
}

p a, p a:visited,p a:hover {
  color: #4C5C93;
}

td a, td a:visited,td a:hover {
  color: #4C5C93;
}

a img {
	/* no ugly borders when an image is linked */
	border:none;
}


p  { padding: 0.5em; margin: 0; font-size: 1em; }

h1 { 
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	font-size: 1.3em; 
	font-weight: normal; 
	background-color: #1A307E;
	color: #FFFFFF;

	border:1px solid #1A307E;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

h2 { 
	padding: 0.5em; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.1em; 
	font-weight: bold;
	background-color: #677DCA;
	color: #FFFFFF;
	
	border:1px solid #677DCA;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

/* For Table lists */
.tablelist {
	background:#DCF0F7;
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	font:normal 12px verdana, arial, helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 15px;
}
.tablelist td, .tablelist th { 
	color:#363636;
	padding:.4em;
}

.tablelist tr { 
	border:1px dotted gray;
}

.tablelist thead th, .tablelist tfoot th { 
	background:#677DCA;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-align:left;
	text-transform:uppercase;
}

.tablelist tbody th, .tablelist tbody td { 
	text-align:left;
	vertical-align:top;
}

.tablelist tfoot td { 
	background:#5C443A;
	color:#FFFFFF;
	padding-top:3px;
}

.tablelist .odd { 
	background:#fff;
}

.tablelist tbody tr:hover { 
	background:#99BCBF;
	border:1px solid #03476F;
	color:#000000;
}

table th {
	/* For BIOS number tables */
	padding: 0.5em; 
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 1em; 
	font-weight: bold;
	background-color: #FFFF80;
	border: 2px solid black;
}

.summary {
	border: 3px solid black;
	background-color: #C0C0C0;
	margin: 0.5em 0.5em 0.5em 0.5em; 
}




#footer{ 		
	font-size: small;
	voice-family: "\"}\""; 
	voice-family:inherit;	
}

#content {
	font-size: 120%;
}

.fastclick640 {
	text-align: center; /* center the inline element img inside the div */
}

.center {
	text-align: center; /* center the inline element img inside the div */
}

.advertising640 {	
	text-align: center; /* center the inline element img inside the div */
 
}

.advertising640 p {
	text-align: center; /* center the inline element img inside the div */
}

.biosnumbers {
	  border: 1px solid black;
}
 
/* header */
#header { 
	width:100%; 	
} 

#header tr {
    margin-left: auto;
    margin-right: auto ;
}

/* Wim's BIOS Page sidebarleft */
#sidebarleft {
}

#sidebarleft p {
	text-align:center;
}

/* Sidebar right */
#sidebarright {
}

/* Tabview YUI overrides */
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content  {
	background: #FFFFFF;
	border:none;
	border-top:1px solid #808080;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	border: none;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	background:#677DCA url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x scroll left -1400px;
}
	
#indexsearch input[type="submit"] {
	font-weight: bold;
	width: 200px;
	height: 36px;
	background-color: #259700;
	font-size: 18px;
	color: white;
	text-shadow: black 1px 1px 0;
	border: 1px black solid;
	margin-top: 2px;
}

#indexsearch input[type="text"] {
	font-size: 16px;
	padding: 6px;
	margin: 0px;
}



	
