html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	text-align:center;

}

#main {
	background-color: #EFEFEF;
	text-align:center;
margin:0 auto;
width:800px;
}

.hidden{
	display:none;
}

h2{
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
	color: #2b55a7;
text-decoration:underline:
}

#header tt {
	font-size: 0%;
}

#surveyAdmin, #surveyResults, #userAdmin, #guide, #logout {
    width: 40%;
    margin: auto;
}

#surveyAdmin, #surveyResults, #userAdmin, #guide, #logout ul{
    text-align: left;
}

#tabmenu {
    width: 800px;
    background-color: #2b55a7;
    margin: auto;
}

#sections li{
    display: inline;
    list-style-type: none;
    vertical-align: bottom;
}

#sections input {
    vertical-align: bottom;
}

#sections {
    padding-top: 3px;
}

.contents {
        border: none;
        width: 95%;
        margin: auto;
        text-align: center;
        background-color: #FFFFFF;

}

.contents table {
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
	width:100%;
}

.contents table .header {
	background-color: #DDDDDD;
}

.contents table th {
	text-align: left;
}

.contents table .right{
	text-align: right;
	padding-right: 5px;
}

.contents table td{
	text-align: left;
}

.contents table .left{
	text-align: left;
}

.contents table .center{
	text-align: left;
}

.contents table .user {
	width: 300px;
}

.contents .results {
    border: 1px solid;
    text-align: left;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: x-small;
}

.red {
	color: #FF0000;
}

.large {
	font-size: x-large;
}

img {
	border: 0px;
}

.line1 {
	width: 100%;
	color: #FFFFFF;
}

.createSurvey {
	width: 90%;
}

.warn {
	color: #FF0000;
	font-size: large;
}

.error {
	color: #FF0000;
	font-size: large;
}

.numbered {
	text-align: right;
	padding-right: 5px;
}

.help {
	background-color: #FFFFFF;
	width: 98%;
}

.help td {
	text-align: left;
}
.exportsave {
    clear: left;
}

#view_survey_statistics { }
#view_survey_statistics table { }
#view_survey_statistics table tr { }
#view_survey_statistics table tbody tr:nth-child(odd) { background: #09f; }
#view_survey_statistics table td { }
#view_survey_statistics table th { }

.mainTable{
 background-color:#D9E3E8;
}

.surveyImage{
	background-image:url(lewis_club_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	height:173px;
background-color:#1C638D;

}
