@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/templates/images/bg.png);
}

#wrapper{
	width:880px;
	height:600px;
	margin:auto;
}

#twtwrapper{
	width:880px;
	height:1700px;
	margin:auto;
}

#leftside{
	width:40px;
	height:520px;
	float:left;
	background-image:url(/templates/images/leftside.png);
}

#rightside{
	width:40px;
	height:520px;
	float:left;
	background-image:url(/templates/images/rightside.png);
}

#topside{
	width:800px;
	height:40px;
	float:left;
	background-image:url(/templates/images/topside.png);
	z-index:0;
}

#bottomside{
	width:800px;
	height:40px;
	float:left;
	background-image:url(/templates/images/bottomside.png);
}

#centrecontent{
	width:800px;
	height:520px;
	float:left;
	background-color:#FFFFFF;
}

#centreheader{
	width:800px;
	height:100px;
	float:left;
}

.centrecolumn{
	width:200px;
	height:350px;
	float:left;
}

.centrecolumntrends{
	width:180px;
	margin:10px;
	height:250px;
	float:left;
	background-color:#f2f2f2;
}

#centrecolumntrendssearch{
	padding:10px;
	width:160px;
	margin:10px;
	height:230px;
	float:left;
	background-color:#f2f2f2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#twtcontent{
	width:800px;
	height:1820px;
	float:left;
	background-color:#FFFFFF;
}

.twtcolumn{
	width:550px;
	height:1620px;
	padding: 0px 20px 10px 5px;
	float:left;
}

.adcolumn{
	width:240px;
	height:1820px;
	float:left;

}

#twtleftside{
	width:40px;
	height:1820px;
	float:left;
	background-image:url(/templates/images/leftside.png);
}

#twtrightside{
	width:40px;
	height:1820px;
	float:left;
	background-image:url(/templates/images/rightside.png);
}

.dateform{
	width:80px;
	float:left;
	padding-bottom:5px;
	text-align:center;
}

.dateformsubmit{
	width:160px;
	float:left;
	padding-bottom:5px;
	text-align:center;
}

.dateformtitle{
	width:160px;
	float:left;
	padding-bottom:5px;
	text-align:center;
	border-top-width:medium;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	margin-top:8px;
	padding-top:5px;
}

#centrecolumntrendssearch a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#centrecolumntrendssearch a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}



#centrecontentbottom{
	width:800px;
	height:60px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
}

.centrecolumntrends ul
{
	list-style: none;
	padding: 5px;;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
} 

.centrecolumntrends li
{
	padding: 5px;
} 

.centrecolumntrends a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
} 

#addspace
{
	height:20px;
	width:200px;
} 


#topleftcorner{
	height:40px;
	width:40px;
	float:left;
	background-image:url(/templates/images/topleftcorner.png);
}

#toprightcorner{
	height:40px;
	width:40px;
	float:left;
	background-image:url(/templates/images/toprightcorner.png);
}
#bottomleftcorner{
	height:40px;
	width:40px;
	float:left;
	background-image:url(/templates/images/bottomleftcorner.png);
}

#bottomrightcorner{
	height:40px;
	width:40px;
	float:left;
	background-image:url(/templates/images/bottomrightcorner.png);
}

#logo{
	height:130px;
	width:350px;
	z-index:10;
	position:relative;
	left:0px;
	top:0px;
}

#searchbox[disabled="disabled"]{
	background-color:#FFFFFF;
}

#feedbacktab{
	position: fixed;
	top: 120px;
	left: auto;
	right: 0px;
	width: 30px;
	height:100px;
}

.hoverdiv{
	display:none; 
    position:absolute; 
    border-style: solid;
	border-width:thin;
	border-color:#999999;
    background-color: white; 
    padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.hoverdiv a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#hoverdivlogos{
	width:300px;
}

#headertext{
	width:470px;
	height:90px;
	padding-top:10px;
	float:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#4f85c5;
}

H1{
	font-size:20px;
	font-weight:normal;
	display:inline;
}

.hoverdivlogo{
	width:100px;
	float:left;
}

.hovertextbottom{
	padding-top:10px;
	width:300px;
	float:left;
}