﻿body {
	background: #FFFFFF url(http://gennit.com/img/topback.gif) repeat-x scroll left top;
	font-family:"Myriad Pro", "Trebuchet MS",Verdana;
	font-size:14pt;
}

fieldset { border:solid 1px #efefef; }

fieldset legend { font-weight:bold; }


h1 
{
	font-size:11pt;
	font-weight:normal;
	padding:0 0 15px 0;margin:0;
}

h4 
{
	font-weight:bold;
}

p 
{
	font-size:12pt; 
}

#centerbox
{
	margin: 0pt auto;
	position: relative;
	width: 960px;
	
	
}


#footer 
{
	font-size:70%; text-align:center; color:#444;margin:10px 0 10px 0;
}

#footer a { color:#aaa; }

textarea { width:250px; margin:5px 0 5px 0; height:80px }
input 
{
	font-family:"Myriad Pro", "Trebuchet MS",Verdana;
}

input
{
	margin-right:13px;
}

a { color:#173051 }

div.linkBox {
	width:650px;
	border:solid 1px #efefef;
	padding:5px;
	margin-top:20px;
}

div.linkPageBox 
{
	width:650px;
	border:solid 1px #efefef;
	padding:5px;
	margin-top:20px;
	font-size:80%;
}

div.linkBox div.lbTwitter {
	font-size:120%;
}

div.linkBox div.lbTitle {
	font-size:90%;
	color:#2B2B2B;
	margin-left:10px;
}

div.linkBox div.lbUnderTitle {
	font-size:80%;
	
}

div.linkBox div.lbBlog {
	padding-top:5px;
	font-size:80%;
	color:#2B2B2B;
	margin-left:10px;
}

#header {
	text-align:center;
	
	margin-top:20px;
}

#wtf
{
	padding:5px;
	border:solid 1px #efefef;
}

#wtf div.title {
	font-weight:bold;
	font-size:80%;
}

#wtf div.desc {
	
	font-size:80%;
	margin-bottom:15px;
}



div.stats table 
{
	width:100%; margin-top:40px;
}

div.stats table tr td { vertical-align:middle; padding:10px 10px 30px 10px; }

div.stats table tr td.stat { font-size:200%; width:300px; text-align:right }
div.stats table tr td span { font-size:80%; display:block; text-align:left; color:#404040; }

div.stats table tr td.stat span { font-size:40%; display:block; text-align:right; color:#404040;}

div.brownNoser 
{
	text-align:center;
}

div.brownNoser div { padding-bottom:10px; }

div.info p , div.info h2 { text-align:center; }




.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


div.searchArea { width:570px; padding:30px; }



div.searchArea input 
{
	width:350px; font-size:18px; padding:4px;
}

table.sortable { border-collapse:collapse; width:100%; font-size:90%; }

table.sortable tr td { padding:3px; }

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
    font-size:80%;
}

table.sortable thead tr td { cursor:pointer; }

/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: 16px;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  
  
  
}
