


body {
	margin:0;
	padding:0;
	text-align:center; /* Hack for IE5/Win */
	color: black;
	font-size: 1em;  /* for text resizing */
	font-family: Arial,Helvetica,sans-serif;
}

#frame {
	width: 500px;
	margin: auto;
	padding:10px;
	text-align:left; /* Counteract to IE5/Win Hack */
	border: 1px solid #CC6600;
	background-image:url(../images/background_logo.gif); background-repeat:no-repeat; background-position:-510px -70px;
	font-size:76%;  /* for text resizing */
}

#question{
	float:left;
	width: 440px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	border: 1px solid #CC6600;
	background-color:#FFFFFF;
}

#questionnumber{
	float:left;
	width: 440px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
}

#answers{
	/*float:left;*/
	width: 440px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

#photoupload{
	/*float:left;*/
	width: auto;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	border: 1px solid #CC6600;
	background-color:#F0F0F0;
	text-align:center;
}

#imgDiagramDiv img{
	margin-bottom:10px;
	border: 1px solid #000000;
}

.ButtonImage{
	vertical-align:middle;
}

#jumpto{
	float:left;
	width: 440px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	border-top: 1px solid #CC6600;
}

#nav{
	width:140px;
}

h1, h2, h3, h4, h5, h6, p{margin-top: 8px; margin-right: 10px; margin-left: 10px; margin-bottom: 8px; font-weight: bold; color: #cc6600;}
 
p {font-weight: normal; color: #000000;}
h1 {font-size: 150%; margin-top: 15px; margin-bottom: 10px;}
h2 {font-size: 110%;}
h3 {font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 80%;}
h6 {font-size: 100%; color: #000000;}
blockquote {font-size: 100%;}

a:link {color: #cc6600; text-decoration: none;}
a:visited {color:#993300; text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}
a:active {color: #cc6600; text-decoration: underline;}

ul {margin-top:0.5em; margin-bottom: 0.5em; list-style-image: url(../newtemplate/images/bullet.gif); list-style-type: disc;}
ol {margin-top:0.5em; margin-bottom: 0.5em;}
acronym { border-bottom-width:thin; border-bottom-style:dashed; border-left-color:#FE6801; cursor: help; color: #000000; font-size: 90%;}

img {border:0;}

table {width:inherit;}
td {font-size: 76%;}
th {font-size: 76%;}


#image{
	float:left; 
	margin:0.8em 1em 0.5em 5px;
}

.summary {font-size: 105%; font-weight:bold; padding-top:5px;} 

/* SPECIAL TEXT */

.smallText {font-size: 90%;}
.orangeText {color: #cc6600; font-size: 90%;}
.whiteText {color: #ffffff;}  
.blackText {color: #000000;}

.textbox {
	margin:0px;
	padding:0px;
}

#tbUsername, #tbPassword, #tbDescription, #tbName {width:100%;}
#tbNumQuestions {width:3em;}

#dgScoreBands input, #dgScoreBands {width:100%}
#dgScoreBands td
{
	 padding: 2 2 2 2; 
	 border:solid 1px #cccccc;
}


#dgQuestions td{ border:solid 1px #cccccc}
#dgAnswers, #dgAnswers input { width:100% }
#dgAnswers td {border: solid 1px #cccccc}



#tbQuestionText { width:100%; }

#tbMinScore, #tbMaxScore {width:3em}
#tbScoreBandDescription, #tbExtraUserQuestions {width:100%}

#tbQuestionNumberFrom, #tbQuestionNumberTo {width:3em}

#FileUploadBox { width:auto;}

#ddlQuizzes {width:100%;}

#btnStart {text-align:center;}

/*#frame { text-align: center; }*/
