/*=================================*/
/*General HTML tag styles*/
/*=================================*/
*
{
	padding:0; 
	margin:0;
} 
body 
{
	color: #000000;
	min-width: 749px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

p 
{
	margin: 0 0 1em;
	font-size: 0.9em;
}

fieldset
{
	border: none;
	padding: 8px;
}

dd
{
	text-align:left;
}

img
{
	border:none;
}

#wrapper
{
	width: 749px;
	margin: 10px auto 0;
}

/* Top navigation bar */

#topNav 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color:#D1020C;
	color: #ffffff;
	padding: 5px;
}

#topNav ul
{
	list-style: none;
	padding-left:5px;
}

#topNav li
{
	display: inline;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
}

#topNav a:link, 
#topNav a:visited 
{
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	padding: 2px;
}

#topNav a:hover 
{
	color: #FF0000;
	background-color: #FFFFFF;
}

#topNav a.selected,
#topNav a.selected:link,
#topNav a.selected:visited,
#topNav a.selected:hover
{
	color: #FF0000;
	background-color: #FFFFFF;
}

.separator 
{
	width: 749px;
	height: 3px;
	float: left;
	background-color:#FFFF00;
	line-height:3px; /*Required by IE6 */
}

/*----Footer----*/

#footer
{
	clear:both;
	background-image: url(/Images/Footer/footer.jpg);
	background-repeat:no-repeat;
	width: 749px;
	height: 41px;
	color: #ffffff;
	font-size: 0.8em;
	text-align:left;
	padding-left: 20px;
	padding-top:10px;	
}

#footer a,
#footer a:link, 
#footer a:visited 
{
	color: #ffffff;	
	text-decoration: none;
}
#footer a:hover
{
	text-decoration:underline;
}

/*--Errors--*/
.errorsArea 
{
	margin: 5px;
}
.errorTitle 
{
	padding: 5px;
	margin: 5px;
	font-size: 1em;
	color: red;
}
.errorsArea li
{
	color: red;
}

.inputAreaSetWidth
{
	width:200px;
}

#contentPage
{
	clear: both;
	margin-top: 10px;
	display: block;
	float: none;
}

#contentPage h1
{
	color: #D1020C;
	margin: 0 0 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

#contentPage h2 
{
	color: #FFFFFF;
	height: 50px;
	font-size:1.2em;
	font-variant:small-caps;
	margin:0px;
	padding-top:22px;
	padding-left:100px;
	text-align:left;
	background-image:url(/Images/TopNav/headingBackground.jpg);
	background-repeat:no-repeat;
}

#contentPage h3 
{
	color: #D1020C;
	margin: 0 0 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}
#contentPage h4
{
	color: #D1020C;
	font-size: 0.9em;	
	font-weight:normal;
	padding-bottom: 5px;
}

#contentPage a 
{
	color: #1D0E69;
	text-decoration:underline;
}

#contentPage a:hover 
{
	color: #1D0E69;
	text-decoration:underline;
}
#contentPage a:active 
{
	color: #FF0000;
}
#contentPage li 
{
	font-size: 0.9em;
}
#contentPage ul 
{
	margin-left: 15px;
	margin-top: -10px;
	padding: 0px;
}
#contentPage #centre
{
    width: 550px;
    float: right;
}

/*Left navigation styling */

#contentPage #left
{
	clear: both;
	display: block;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}
#contentPage #left ul 
{
	list-style-type:none;
}
#contentPage #left ul li 
{
	margin-top: 10px;
	padding-left: 35px;
	margin-left: -10px;
	background-image: url(/Images/LeftNav/flagBullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#contentPage #left ul li.selectedFolder,
#contentPage #left ul li.selectedContent
{
	background-image: url(/Images/LeftNav/flagBullet2.jpg);
}
#contentPage #left ul li ul li
{
	font-weight:normal;
	background-image:url(/Images/LeftNav/BlueArrowBullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	vertical-align:middle;
	margin-left:-24px;
}
#contentPage #left ul li ul li.selectedFolder,
#contentPage #left ul li ul li.selectedContent
{
	background-image: url(/Images/LeftNav/RedArrowBullet.jpg);
}
#contentPage #left a 
{
	color: #000000;
	text-decoration:none;
}
#contentPage #left a:hover 
{
	color: #ff0000;
	text-decoration:underline;
}

/* Questionnaire specific Start */

#questionNumberTextArea
{
	padding-bottom: 5px;
}

#questionTextArea
{
	color: #000000;
	padding-bottom: 5px;
}

#optionList
{
	color: #000000;
}

.optionArea label
{
	padding-left: 5px;
}

#associatedFileArea
{
	padding-bottom: 5px;
}

#questionButtonArea
{
	padding-top: 5px;
}

/* Questionnaire specific End */

.weeklyReturns
{
	border-collapse:collapse;
	width: 749px;
	margin-bottom:5px;
}
.weeklyReturns input
{
	text-align:right;
}
.weeklyReturns th,
.weeklyReturns td
{
	font-size:0.8em;
	text-align:right;
	border:solid 1px black;
	padding: 2px;
}
