/* Benchmarks */
/* table */
.stats .result, .text{width:100%}

.stats {margin: 10px 0px 10px 0px; border-collapse: collapse;}
.stats acronym {display: block; cursor: help;}
.stats td, .stats th {border: 1px #fff solid; font-family: 'lucida console', fixed, helvetica, arial, sans-serif; font-size: 10pt; letter-spacing: -1px; white-space: nowrap;}
.stats td {padding: 2px 0px 0px 0px;}
.stats th {padding: 1px; font-weight: normal;}
.stats .graph {padding: 0px; background-color: #eee;}
.stats .graph, .stats .hit {font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; letter-spacing: 0px; vertical-align: top;}
.stats .right, .stats .hit {text-align: left;}
.stats .center {text-align: center;}

.hbarcontainer {position: relative; margin-right: 2px;}
.hbarcontainer * {position: absolute; overflow: hidden; border-left: 1px #aaa solid; border-top: 1px #777 solid; border-right: 1px #888 solid; border-bottom: 1px #999 solid;}
.hbar1a {background-color: #ddd;}
.hbar1b {background-color: #ccc;}
.hbar1c {background-color: #bbb;}
.hbar1d {background-color: #aaa;}
.hbar1e {background-color: #999;}
.hbar2a {background-color: #fcc;}
.hbar2b {background-color: #ebb;}
.hbar2c {background-color: #daa;}
.hbar3a {background-color: #cfc;}
.hbar4a {background-color: #ccf;}
.hbar5a {background-color: #ffc;}
.hbar6a {background-color: #cff;}

.hits1a, .hits1b, .hits1c, .hits1d, .hits1e, .hits2a, .hits2b, .hits2c, .hits3a, .hits4a, .hits5a, .hits6a {padding: 0px; text-align: center;}
.hits1a {background-color: #eee;}
.hits1b {background-color: #ddd;}
.hits1c {background-color: #ccc;}
.hits1d {background-color: #bbb;}
.hits1e {background-color: #aaa;}
.hits2a {background-color: #fee;}
.hits2b {background-color: #edd;}
.hits2c {background-color: #dbb;}
.hits3a {background-color: #efe;}
.hits4a {background-color: #eef;}
.hits5a {background-color: #ffe;}
.hits6a {background-color: #eff;}

/* table CPU/GPU overzicht */

.table {margin: 5px 0px 5px 0px; border-collapse: collapse;}

.table td, .table th {	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;}
.table td {padding: 2px 0px 0px 2px; }
.table th {padding: 1px; font-weight: bold;}

/* Main style */
body
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 100.00%;
	overflow: -moz-scrollbars-vertical;
 }
.container
 {
	width: 940px;
	position: relative;
	overflow: auto;
	margin-left: 10px;
 }
.contentcontainer
 {
 	width: 72%;
	float:left;
 }
#header
 {
  	font-size: 18px;
 	color: #336699;
 	text-align:right;
 	/* border-bottom:solid 1px #c6c6c6; */
 }
#menu
 {
 	font-size: 16px;
 	color: #FFFFFF;
 	text-align: left;
 	background-color: #336699;
 	padding: 10px;
 	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }

.headers li
 {
	margin-left: -25px;
 }
 
.nick
 {
 	font-size: 12px;
	float: left;
	display: inline;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align: left;
	width: 100%;				
	width: 695px;				
	background-color: #E3E3E3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }

 .forumpost
 {
 	font-size: 12px;
	float: left;
	display: inline;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align: left;
	width: 100%;				
	width: 695px;				
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
.content
 {
 	font-size: 12px;
	float: left;
	display: inline;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	width: 100%;				
	width: 695px;				
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 .contentwide
 {
 	font-size: 12px;
	float: left;
	display: inline;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	width: 100%;				
	width: auto;				
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 
.sidebar
 {
 	font-size: 12px;
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;				
	width: 200px;			
	padding: 10px;	
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
	
/* Titles and such */
/* Article */
.articletitle {
 	font-size: 14px;
	color:#336699;
	font-weight: bold;
	float: left;
 }
.articledate
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: right;
	padding-right: 1px;
	width: 175px;
 }
.titleright
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: right;
	padding-right: 1px;
}
.articleintro
 {
 	font-size: 12px;
 	color:#3b3b3b;
	float: left;
	width:100%;
 }
.articleheader
 {
 	font-size: 12px;
 	color:#3b3b3b;
	float: right;
	width:100%;
 }
.articleborder
 {
  	border-bottom: solid 1px #c6c6c6;
	overflow: auto;
	margin-bottom: 0px;
 }
.articleimageleft
 {
  	float: left;
  	margin-right: 5px;
  	margin-bottom: 1px;
 }
.articleimageright
 {
  	float: right;
  	margin-left: 5px;
  	margin-bottom: 1px;
  	margin-right: 1px;
 }
/* Forum */
.forumtitle
 {
 	font-size: 12px;
	color:#336699;
	font-weight: bold;
	float: left;
	padding-bottom: 2px;
 }
.forumreplies
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: right;
	width: 55px;
 } 
.forumtopics
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: right;
	width: 65px;
 }
.forumtopictitle
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: left;
	width: 390px;
 }
.forumtopicstarter
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: left;
	width: 110px;
 }
.forumlatestreply
 {
 	font-size: 12px;
 	color:#336699;
	font-weight: bold;
	float: right;
	width: 100px;
 }
.clear
 {
 	clear: both;
 }
 
/* Hyperlinks */
/* Used in: Article-titles on home page;*/
.frontpage_title A:link {text-decoration: none; color: #336699; font-size:12px}
.frontpage_title A:visited {text-decoration: none; color: #336699; font-size:12px}
.frontpage_title A:active {text-decoration: none; color: black; font-size:12px}
.frontpage_title A:hover {text-decoration: none; color: black; font-size:12px}
/* Used in: forum for topics with multiple pages;*/
.forum_page_link A:link {text-decoration: none; color: #000000; font-size:12px}
.forum_page_link A:visited {text-decoration: none; color: #000000; font-size:12px}
.forum_page_link A:active {text-decoration: none; color: #336699; font-size:12px}
.forum_page_link A:hover {text-decoration: none; color: #336699; font-size:12px}
/* Normal Hyperlink */
.hyperlink A:link {text-decoration: none; color: #336699; font-size:12px;}
.hyperlink A:visited {text-decoration: none; color: #336699; font-size:12px;}
.hyperlink A:active {text-decoration: none; color: black; font-size:12px;}
.hyperlink A:hover {text-decoration: none; color: black; font-size:12px;}
  /* Menu Hyperlink */
#menu A:link {text-decoration: none; color: white; font-size:16px;}
#menu A:visited {text-decoration: none; color: white; font-size:16px;}
#menu A:active {text-decoration: none; color: white; font-size:16px;}
#menu A:hover {text-decoration: none; color: black; font-size:16px;}
/* Used in: breadcrumb;*/
.title_big A:link {text-decoration: none; color: #336699; font-weight: bold; font-size: 12px;}
.title_big A:visited {text-decoration: none; color: #336699; font-weight: bold; font-size: 12px;}
.title_big A:active {text-decoration: none; color: black; font-weight: bold; font-size: 12px;}
.title_big A:hover {text-decoration: none; color: black; font-weight: bold; font-size: 12px;}

.hyperlink_small A:link,
.hyperlink_small A:visited{text-decoration:none;color:#369;font-size:12px}
.hyperlink_small A:active,
.hyperlink_small

/* Icons */
.icon
 {
 	border: none;
	width: 60px;
	height: 60px;
 }

.header
 {
 	border: none;

 }
 
.thumb {
 	border: none;
	width: 100px;
	height: 75px; }
.noborder {	border:none; }
/* Replies */

.replyborder
 {
  	border-bottom:solid 1px #c6c6c6;
	overflow: auto;
	height: auto;
 }
.header
 {
 	border-bottom: 1px solid #dcdcda;
	height: 16px;
	background-color:#E0E0E0;padding-left:5px;padding-top:4px;

 }
.nickname
 {
  	font-size: 12px;
  	font-weight: bold;
 	color: #336699;
 	text-align:left;
 	float: left;
 }
.date {
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #6F6F6F;
	float: right;
}
.icons
 {
 	padding-right: 1px;
	float: right;
}
.icons ul {
	margin: 0;
	padding: 0;
}
.icons li {
	list-style-type: none;
	display: inline;
}
.userdata div {
	border-top: 0px solid #dcdcda; /* evt voor subtitle */
	width: auto;
	height: auto;
	float: left;
	position:relative;
 }
.userdata span {
	display: none;
}
.userdata ul {
	margin: 0;
	padding: 0;
}
.userdata li {
	list-style-type: none;
	display: inline;
}
.reply
 {
	font-size: 12px;
 	color:#3b3b3b;
	margin-left: 67px;
 }
.avatar
 {
	margin-right: 5px;
  	margin-top: 5px;
  	margin-bottom: 5px;
	padding: 1px;
  	width: 60px;
  	height: auto;
 }
.avatarimg
 {
	width: 60px;
	height: 60px;
 }

 /* Basic text markup */
.content p
 {
 	margin: 2px 0 1px 0px;
 }
.content h1
 {
	color:#336699;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
 }
.content h2
 {
	color:#336699;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
 }
.content h3
 {
	color:#336699;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
 }
.alignleft { float:left; }
.alignright { float:right; }
.edittext
  {
  	font-size: 10px;
  	color: #6C6C6C;
  }
.greytext
  {
  	font-size: 12px;
  	color: #6C6C6C;
  }
   
 .normalblue
 {
  	font-size: 12px;
  	color: #336699;
 }
 
 .bigblue
 {
  	font-size: 14px;
  	color: #336699;
  	font-weight: bold;
  }
 
 /* Border for gallery */
 .galleryborder
 {
   	font-size: 12px;
 	color:#3b3b3b;
	float: left;
	width:100%;
 }

 .galleryobjects
 {
	float: left;
	width:75px;
 }
 
 .galleryresults
 {
	float: left;
	width:410px;
 }

.galleryavatar
 {
  	padding-top: 2px;
	float: right;
	width:60px;
 }
 
/* Editprofile */

.profilerow
 {
 	font-size: 12px;
 	width:380px;
 	float:left;
 	overflow:auto;
 }

/* Registerform */

.registerrow
 {
 	font-size: 12px;
 	width:410px;
 	float:left;
 	overflow:auto;
 }

/* New topic on Forum */

.newtopic
 {
 	font-size: 12px;
 	width:550px;
 	float:left;
 	overflow:auto;
 }

 /* FORMS */
 
form.form1, form.form2 {
	margin: 0 0 10px 0;
	padding: 1px;
	border: 1px solid #e1e1df;
	-moz-border-radius: 4px;
	background-color: #f4f4f3;
	
}

form dl dd {
	padding: 2px 0 2px 2px;
}
form dl dt.nodd {
	float: none;
	width: auto;
}


form div.formsubmit {
	padding: 0 0 2px 90px;
	
}
 
 /* Form1 */

form.form1 dl dd textarea {
	width: 350px;
	height: 120px;
}

form.form1 dl, form.form1 dl dd, form.form1 dl dt {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
}

form.form1 dl dt {
	float: left;
	clear: both;
	padding: 2px 0px 2px 9px;
	width: 180px;
	
}

/* Form2 */

form.form2 dl, form.form2 dl dd, form.form2 dl dt {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
}

form.form2 dl dt {
	float: left;
	clear: both;
	padding: 2px 0px 2px 9px;
	width: 80px;
}

form.form2 dl dd textarea {
	width: 550px;
	height: 150px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset legend {
	display: none;
}

.underlined {
text-decoration: underline;
} 

.line-through {
text-decoration: line-through;
} 

.blue { color: #00c;}
.green { color: #060;}
.red{ color: #c00;}
.orange { color: #f90;}
.purple { color: #90f;}
.bgblue { background-color: #00c;}
.bggreen { background-color: #060;}
.bgred{ background-color: #c00;}
.bgorange { background-color: #f90;}
.bgpurple { background-color: #90f;} 

/*  Niet nodig ? */
form.form1 fieldset form.form2 fieldset {
	background-color: #f1f1ef;
}

form div.center {
	padding-left: 0;
	text-align: center;
	border-top: 2px solid #e6e4e1;
}

.quote
 {
	background: #ffffff;
	border: 1px solid #D2D2D2;
	-moz-border-radius: 2px;
	padding: 4px;
 }

.message .post .messageContent blockquote div {
	font-size: 12px;
}
.message .post .messageContent blockquote div.message-quote-div {
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #d2d2d0;
	-moz-border-radius: 2px;
	padding: 6px;
	color: #505050;
}
.message .post .messageContent blockquote .messagelink {
	text-decoration: none;
	color: #505050;
}

/* hardware & object */
.ComName
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 95px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .ObjVendor
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 125px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .ObjsSpec
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 105px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
.ObjName
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 200px;
	border-bottom: 1px dotted #C6C6C6;
 }
 .ObjRAM
  {
  	color: #000000;
 	font-size: 12px;
	float: left;
	width: 55px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .ObjInt
  {
  	color: #000000;
 	font-size: 12px;
	float: left;
	width: 49px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .ObjvCore
   {
  color: #000000;
  font-size: 12px;
   float: left;
   width: 59px;
   border-bottom: 1px dotted #C6C6C6;
  }

  .ObjProto
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 40px;
	border-bottom: 1px dotted #C6C6C6;
 }
.ObjFreq
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 84px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .ObjTransistor
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 53px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
.Underline
 {
 	border-bottom: 1px dotted #C6C6C6;
 }
 
.lintelan
 {
 	line-height: 16px;
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 180px;
 } 

.lintelanmessage
 {
 	
 	clear: both;
	-moz-border-radius: 2px;
	padding: 4px;
	border-top: 1px dotted #C6C6C6;
 }
 
 /* Admin */
 .a_articletitle
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 500px;
	height: 18px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .a_articleedit
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 50px;
	height: 18px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .a_articlehide
 {
 	color: #000000;
 	font-size: 12px;
	float: left;
	width: 50px;
	height: 18px;
	border-bottom: 1px dotted #C6C6C6;
 }
 
 .a_articledelete
 {
 	color: #000000;
 	font-size: 12x;
	float: left;
	width: 50px;
	height: 18px;
	border-bottom: 1px dotted #C6C6C6;
 }
 