html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-size: 11px; /*set default font size */
	font-family: Arial, Helvetica, Verdana, sans-serif; /* set default font */
}


body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0;
	margin:0;
	border:0;
	background-color: #efefef;
}

/* START Global DIVs */
#wrapper {
    position:absolute;
    width:100%;
    height:auto;
    top:22px;
    margin:0px;
}
#container {
    position:relative;
    width: 860px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 20px;
    text-align:center;
    border-color:#663366;
    border-style:solid;
    border-width:1px;
    background-color:#f0ecd7;
}

img {
	border: 0px;
}

h1 {
	color: #993399;
	padding:0px;
	margin:0px;
	font-size: 12px;
}

sup {
    font-size: 7px !important;
    font-size: 8px;
    vertical-align: text-top;
}

/********** Float Fix **********/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

/***** Header *****/
#header{
  position:relative;
  width: 100%;
  background-color: #fff;
  height: 95px;
}

#logo {
	position:absolute; 
	top:9px; 
	left:25px; 
	margin-left: 20px;
}

/* Search Form */
#search {
	position: absolute;
	margin-left: 221px;
	margin-top: 10px;
}

#searchForm {
	font-size: 11px;
	margin-top: 5px;
	color: #999999;  
	width: 306px;
	
}
select.answers {
	font-family:Arial, Helvetica, San-serif;;
	font-size: 11px;
	color: #000000;
}

#register {
	position:absolute; 
	top:12px; 
	left:16px; 
	margin-left: 550px;
	font-family: Arial, Helvetica, San-Serif; 
	font-size: 11px; 
	text-align: justify;
	width: 218px;
}

#loggedIn {
	position:absolute; 
	top:12px; 
	left:535px;
	width: 250px;
    text-align: right;
}

a.signUp:link, a.signUp:visited {
	color: #ff9900;
	text-decoration: none;
}
a.signUp:active, a.signUp:hover{
	color: #cc6600;
	text-decoration: underline;
}

a:active
{
  outline: none;
}

#loginBox, div.loginBox {
	width: 255px;
	font-size: 11px;
	text-align: center;
	position: absolute;
    top: 11px !important;
	top: 10px;
	left: 550px;
	opacity: 0;
    filter: alpha(opacity=0);
	display:none;
}

.loginBorder{
    border-left: 1px #90b1c5 solid;
    border-right: 1px #90b1c5 solid;
    border-bottom: 1px #90b1c5 solid;
}
.login {
	font-size:11px;
	padding: 0px;
	width: 90px;
	height: 11px;
    margin: 0px;
}

/***** Footer *****/
#footer {
    margin-top:15px;
	background-color: #fff;
    border-top:1px solid #ccc;
	color: #666;
	font-size: 11px;
	padding: 10px;
    text-align: center;
}


/****** Text Styles *******/
.textPurp {
	color: #993399
}

.textPurpHead {
    color: #993399;
    font-weight: bold;
    font-size:13px;
}

.textPink{
	color: #ff99ff;
}

.textOrangeBig {
	font-size: 16px;
	color: #ffc432;
	font-weight: bold;
}

.textBlk {
	color: #000
}

.textBlkBold {
	color: #000;
	font-weight: bold;
}

.textPurpBold {
	color: #993399;
	font-weight: bold;
}

.textWhite {
	font-size: 11px;
	color: #ffffff;
}

.gray {
    color:#666666;
}

A.textWhite:link, A.textWhite:visited{
 color: white;
 text-decoration: none;
}

A.textWhite:hover {
 color: white;
 text-decoration: underline;
}

A.purple:link, A.purple:visited {
	color: #993399;
	text-decoration: none;
}

A.purple:hover {
	color: #993399;
	text-decoration: underline;
	font-size: 11px;
}

A.purpleB:link, A.purpleB:visited {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
}

A.purpleB:hover {
	color: #993399;
	font-weight: bold;
	text-decoration: underline;
}

A.greyB:link, A.greyB:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

A.greyB:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

A.purpleHead:link, A.purpleHead:visited {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.purpleHead:hover {
	color: #993399;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

A.purpleHeadBig:link, A.purpleHeadBig:visited {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

A.purpleHeadBig:hover {
	color: #993399;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

td.termstable1 {border-bottom:1px solid #aaaaaa; border-right:1px solid #aaaaaa; padding:3px}
td.termstable2 {border-bottom:1px solid #aaaaaa; padding:3px}
td.termstable3 {border-right:1px solid #aaaaaa; padding:3px}

.createPollBanner{
	background-image: url(../img/bg_createPollBanner.gif);
	background-repeat: no-repeat;
	width: 249px;
	height: 53px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
    font-size:12px;
}

/* Home Page Styles */
#centerBlock{
    float:left;
    margin-top:16px;
    margin-left:45px !important;
    margin-left:25px;
}

#center {
    background-image: url(../img/home/bg_center.gif);
    width:568px;
    height:348px;
}

#pollZone {
    float:right;
    width:229px;
    text-align:left;
}

.headline{
    padding-top:10px;
    font-size:28px;
    font-family:Tahoma, arial, helvetica;
    color:#970797;
}
#createPoll{
    float:left;
    width:182px;
    text-align:right;
    font-size:16px;
    font-family:arial, helvetica;
    color:#970797;
    font-weight:bold;
}
#arrow {
    float:left;
    width:204px;
    text-align:center;
    padding-top:15px;
}

#putSite{
    float:right;
    width:182px;
    text-align:left;
    font-size:16px;
    font-family:arial, helvetica;
    color:#970797;
    font-weight:bold;
}

#blogs{
    color:#666;
    font-size:14px;
    text-align:left;
    margin-top:3px;
    font-weight:bold;
    margin-left:1px;
}

#answers{
    background-image: url(../img/home/bg_answers.gif);
    width:568px;
    height:105px;
    margin-top:17px;
    color:#fff;
    text-align:left;
}

#answersHeadline{
    font-family: arial;
    font-size:20px;
    padding:10px 0 5px 15px;
}

#answersContent{
    font-size:16px;
    font-family:arial, helvetica;
    color:#fff;
    font-weight:bold;
    padding:0px 0 5px 15px;
}