﻿*
{
	margin: 0;
	padding: 0;	
}

body 
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 13px;
	line-height: 125%;
	letter-spacing: 115%;
	background: #FFF;
	text-align: center;
}

ol
{
	margin: 0 0 0 50px;
	font-size: 90%;
}

ul
{
	margin: 0 0 0 50px;
	font-size: 90%;
}

#shade
{
	height: 150px;
	background-color: Black;
	color: White;
	border: solid 1px black;
}

#header
{
	width: 100%;
	height: 150px;
	text-align: left;
	background: #FFF url(../Images/bkgd_Header.jpg) top repeat-x;	
}
#externalheader
{
	width: 100%;
	height: 150px;
	text-align: left;
	background: #FFF url(../Images/bkgd_Header.jpg) top repeat-x;	
}


#tab
{
	width: 100%;
	height: 50px;
}
#tab ul
{
	list-style: none;
}
#tab ul li
{
	float: right;
	background: transparent url(../Images/bkgd_TabLeft.gif) bottom left no-repeat;
	height: 35px;
}
#tab ul li a
{
	background: transparent url(../Images/bkgd_TabRight.gif) bottom right no-repeat;
	height: 35px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: White;
	font-size: 110%;
	margin: 0 0 0 20px;
	padding: 0 40px 0 20px;
}

#logo
{
	width: 50%;
	float: left;
	height: 100px;
}
.name
{
	margin: 65px 0 10px 0;
	font-size: 200%;
}
.externalname
{
	margin: 115px 0 10px 0;
	font-size: 200%;
}

#menu
{
	width: 50%;
	float: left;
	height: 100px;
}
#menu ul
{
	list-style: none;
	margin-top: 75px;
}
#menu ul li
{
	float: right;
	height: 24px;
	margin-left: 5px;
}
#menu ul li:hover
{
	background-color: #999;
}
#menu ul li a
{
	display: block;
	height: 30px;
	line-height: 24px;
	padding: 0 10px 0 10px;
	font-size: 90%;
	text-decoration: none;
	color: #666;
}
#menu ul li:hover a { color: #FFF }
#welcome #nav-welcome a,
#signin #nav-signin a,
#register #nav-register a,
#account #nav-account a,
#settings #nav-settings a,
#surveys #nav-surveys a,
#companies #nav-companies a
{
	background-color: #FFF;
	color: Green;
}

.wrapper
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.splash
{
	margin: 10px 0 10px 0;
}

#leftcolumn
{
	width: 230px;
	float: left;
	margin: 5px 5px 0 0;
}

#rightcolumn
{
	width: 500px;
	float: left;
	margin: 0;
	padding: 5px;
	border-left: dashed 1px #999999;
}

.linklist
{
	list-style-image: url(../Images/img_MidArrow.jpg);
	margin: 0px 0px 0px 35px;
}
.linklist li
{
	margin: 5px 0 5px 0;
	height: 30px;
	padding: 0 0 0 5px;
}
.linklist li a
{
	font-size: 90%;
	color: Green;
}

h1
{
	font-size: 160%;
	font-family: Trebuchet MS, Tahoma;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
h2
{
	font-size: 145%;
	font-family: Trebuchet MS, Tahoma;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
h3
{
	font-size: 130%;
	font-family: Trebuchet MS, Tahoma;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
h4
{
	font-size: 100%;
	font-family: Trebuchet MS, Tahoma;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h5
{
	font-size: 115%;
	font-family: Trebuchet MS, Tahoma;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
p
{
	margin: 5px 5px 10px 5px;
}

.sidebutton
{
	border: solid 1px white;
	background-color: #cccccc;
	height: 21px;
	padding: 0px;
}
.sidebutton:hover
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
}

.quote
{
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #F0F0E6 url(../Images/bkgd_Quote.jpg) top repeat-x;
	border: solid 1px #333333;
}

.tl { background: transparent url(../Images/bkgd_TL.gif) top left no-repeat;}
.tr { background: transparent url(../Images/bkgd_TR.gif) top right no-repeat;}
.bl { background: transparent url(../Images/bkgd_BL.gif) bottom left no-repeat;}
.br { background: transparent url(../Images/bkgd_BR.gif) bottom right no-repeat;}


.c1
{
	color: #FF0000;
}
.c2
{
	color: #FF9966;
}
.c3
{
	color: #0000FF;
}
.c4
{
	color: #009999;
}
.c5
{
	color: #336600;
}

.qpanel
{
	margin-bottom: 6px;
}

.qnumber
{
	float: left;
	width: 35px;
	text-align: left;
	font-size: 75%;
	margin: 3px 5px 0 0;
}

.qtext
{
	float: left;
	width: 325px;
	text-align: left;
	margin: 3px;
}

.qinput
{
	float: left;
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 3px;
	background: #BDCEEF url(../Images/bkgd_Input.jpg) repeat-x top;
	border: solid 1px black;
}
.qinput input
{
	display: block;
	float: left;
	width: 14px;
	margin: 0;
	padding: 0;
}
.qinput label
{
	display: block;
	float: left;
	width: 10px;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 70%;
}

.qclear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.qerror
{
	font-size: 85%;
	color: #000000;
	border: solid 1px #FF0000;
	background-color: #FFDCDC;	
	padding: 10px 5px 10px 5px;
}

.qbutton
{
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	text-align: right;
}

.qarea
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 150%;
	margin: 15px 0 5px 0;
}

.bestworst
{
	width: 150px;
	text-align: center;
	margin-left: 375px;
}
.bestworst img
{
	margin: 5px;
}

.divide
{
	margin: 5px;
	border-top: solid 1px #DDD;
	clear: both;
}
.loggedas
{
	text-align: right;
	color: White;
	font-size: 85%;
	font-style: italic;
}

.checkblock
{
	float: left;
	width: 240px;
	height: 75px;
	font-size: 85%;
	background: transparent url(../Images/img_Check.jpg) no-repeat 5px 5px;
	cursor: pointer;
	margin: 5px;
	border: none;
}
.checkblock:hover
{
	margin: 4px;
	border: solid 1px #8EBB8E;
}
.checkblock h1
{
	font-size: 150%;
	margin: 7px 0px 5px 40px;
}
.checkblock p
{
	color: #666666;
	margin: 5px 0px 5px 45px;
}
.checkblock ul
{
	color: #666666;
	margin: 5px 0px 5px 45px;
}

.clearfloats
{
	clear: both;
}

.fs 
{
  margin: 10px;
  border: none;
}
.fs legend 
{
  padding: 0 2px;
  font-weight: bold;
  font-size: 100%;
}
.fs label 
{
  display: inline-block;
  line-height: 115%;
  width: 150px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 90%;
}
.fs ol 
{
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}
.fs li 
{
  list-style: none;
  padding: 5px;
  margin: 5px;
  background-color: #F5F5F5;
}

.fs .linklist
{
	list-style-image: url(../Images/img_MidArrow.jpg);
	margin: 0px 0px 0px 35px;
}
.fs .linklist li
{
	margin: 5px 0 5px 0;
	height: 30px;
	padding: 0 0 0 5px;
}
.fs .linklist li a
{
	font-size: 90%;
	color: Green;
}


.grid
{
	width: 100%;
	overflow: auto;
	margin-top: 20px;
	border: none;
}
.grid th
{
	font-weight: bold;
	background-color: #333;
	color: White;
	text-align: left;
	padding: 3px;
}
.grid th a
{
	color: White;
}
.grid td
{
	font-size: 85%;
	padding: 3px;
}
.row1
{
	padding: 3px;
	background-color: #F5F5F5;
}
.row2
{
	padding: 3px;
	background-color: #FFF;
}
.warning
{
	border: solid 2px red;
	font-size: 120%;
	color: Red;
	padding: 10px;
	background-color: #FFF;
	margin: 10px 0 10px 0;
}

.qinput label
{
	margin: 0 1px 0 1px;
}
.qinput label
{
	padding: 0;
	margin: 0 1px 0 1px;
}
.qinput input
{
	padding: 0;
	margin: 0 1px 0 3px;
}

.wizcol { padding: 10px; border: solid 1px #CCC; background-color: #F5F5F5; vertical-align: top;  }
.wizcol a { display: block; padding: 3px; }
.wizstep { padding: 10px; background-color: #FFF; vertical-align: top; }

.small_label { font-size: 11px; color: #666; font-style: italic; }

img.arrow {vertical-align: middle;}
