/* $Id: default.css,v 1.5 2005/03/28 18:35:53 greggmc Exp $ */

body {
	font-family:arial,helvetica;
	font-size:12px;
}


.clearBoth {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.floatLeft {float:left;}
.floatRight {float:right;}



.mainTable {
	width:600px;
	border: solid 1px #e3e3e3;
	border-width:1px 1px 1px 1px;

}

.mainTable tbody {
	height:2px;
	margin:2px;
	padding:2px
}


.header-container {
	width:600px;
}

/*  Header image */
.headerGraphic {
	width:600px;
}

.surveyTitle {
	font-size:22px;
	margin: 0 0 8px 0;
	width:388px;
}


h4 { font-size:12px; }

.logoImage {
	float:right;
	/* background:url(../../../images/logo.gif) no-repeat; */
	margin:4px 0 0 8px;
}

.headerGraphic h2 {
	font-size:16px;
}

/* Title text */
.surveyTitle {
	font-size:16px;
	display:block;
}

.qnInnerTd {
        background-color:none;
        text-transform: none;
        color: #000000;
        text-decoration: none;
        width:26px;
        vertical-align:text-top;
		font-size:12x;
}
/* Question Number */
.qnInnerTd a {
	font-weight:bold;
}

.qnInner {
	font-size:11px;
}
.qnType {
	font-size:11px;
	padding:0px;
	margin:0px;
}
.qnOuterTable {
	background:#eeeeff;
}
.qnInnerTable {

}
td.preQuestionBorder {
	display:none;
	visiblity:hidden;
}



.message {
        font-weight: bold;
        color: #CC0000;
        text-align: left;
		font-size:11px;
}

body#auth {
    margin: 5px;
}
.login {
    width: 480;
}
.login form {
    float: left;
}
div.row {
    clear: both;
    padding-top: 10px;
}

div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}

/* Error box */
/*
.message {
	border:4px solid;
	width:400px;
	margin: 0;
	padding: 10px;
}
*/
/* INPUT ELEMENTS */

select , textarea {
	font-size:11px;
}
textarea,input,select  {
	padding:8px;
	font-family:arial,helvetica,sans;
	font-size:12px;
}

/* Submit and next buttons */
.submit-button, .next-button  { margin-top:10px; }

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}