html,body {
	font-family:Verdana,Arial,Helvetica,sans-serif;

}
* { /*margin:0 5px 5px 0;  padding:0; */ }

blockquote { margin-left:0 }

hr { height: 1px; width: 100%; background-color: #eee;}
#main {
	/* background-color: #0099FF; */
	/* border-right:1px solid red; */
	width:760px;
}

#header tt {
	/* font-size: 130%; */
	
}
table.ratings{
	width:100%
}

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

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

#tabmenu {
    width: 95%;
    min-width: 900px;
    /* background-color: #0099ff; */
	background-color: #eee;
    margin: auto;
}

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

#sections input {
    vertical-align: bottom;
}

#sections {
    padding-top: 3px;
}

#survey {
  text-align: left;
}

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

}

.contents table {
	margin: auto;
	background-color: #FFFFFF;
	/* width: 95%; */
	width: 100%;
	font-size:12px;
}
.mainTable {
	border: 0;
	width:760px;	
}


.mainTable tr{
	font-size:11px;
	

}
.qnInner {
	background-color: #eeeeee;
}
.qnType {

}

.qnType table {
	/* border:1px solid blue; */
	/* width:640px; */
}

.qnInnerTd {
	width:25px;
}

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

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

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

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

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

.contents table .user {
	width: 300px;
	border: 1px solid black;
}

.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;
}

