/*colours
af9fc4: light purple
442185: dark purple
66BA98: vas green*/
/* standard body tag */
body { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	background-color: #ffffff; 
	color: #383412; 
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
table
{
	font-size:100%;
}
/* wrapper wraps banner and content and leftcol */
#wrapper {
 	width: 98%; 
	margin: 0px auto;/* centers the wrapper. */
	background-color: #ffffff; 
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}
/* top banner section */
#banner {
	background-color: #ffffff;
	margin-top: 5px;
	height: 53px;
}
/* logo on left */
#bannerleft
{
	float:left;
	/*background-image: url(images/1to1logo.jpg);  
	background-repeat: no-repeat; */
	width: 300px;
	height: 53px;
}
/* logo on right */
#bannerright
{
	float:right;
	/*background-image: url(images/vaslogosmallwith.jpg);  
	background-repeat: no-repeat; */
	width: 210px;
	height: 53px;
}
/* underline for the banner */
#underline
{
	clear:both;
	background-color: #AF9FC3;
	height: 9px;
	font-size: 0px;
	background-image: url(images/headershadow.gif);
	background-repeat: repeat-x;
}


/* footer details */
#footerlogo
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-size: 75%;
	clear: both;
}

h1
{
	font-size: 19px;
	color: Gray;
}

img
{
border: none;	
}

/*****************************/
/* left navigation menu here */
/*****************************/
#leftmenu 
{
	float: left;
	width: 85px;
	background-color: #f5f5f5;
	border: solid 1px lightgrey;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
/* need this section for the main content if using the left menu for */
/* floating                                                          */
#contentright
{
	float: right;
	width: 100px;
	margin-top: 10px;
	
	padding: 0px;
}

/***************************************/
/* define look for an entry style form */
/***************************************/
div.form
{
	width: 100%;
	border: 1px solid #3cb371;
}
.formheader
{
	padding: 3px 0px 3px 7px;
	color: #000000;
	background-color: #81c6aa;
	font-weight:bold;
	border-bottom: 1px solid #3cb371;
}
.formcontent
{
	padding: 3px 3px 3px 3px;
	background-color: white;
}
.formsubheader
{
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
	background-color: #DFF1EA;
}
.buttonspacing
{
	border-top: 1px solid #3cb371;
	text-align:right;
	padding: 4px 4px 4px 4px;
}
.greenline
{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #3cb371;
}

.th
{
	text-align:right;
}

/********************************/
/* field widths for entry here  */
/********************************/
.entryhomepage
{
	width: 200px;
}
.entrywide1
{
	width: 375px;
}
.entrywide2
{
	width: 450px;
}
.entrywide3
{
	width: 590px;
}
.entrywide4
{
	width: 35px;
}


/****************************/
/* standard link style here */
/****************************/
A:Link, A:Visited
{
	color:Blue;
	text-decoration: none;
}
A:hover, A:active
{
	color: darkslategray;
	text-decoration: underline;
}
A.Underline:Link, A.Underline:Visited
{
		text-decoration: underline;
}
/* error message properties */
.errMessage
{
	color:red;
}
.errMessageText
{
	color:red;
	background-color: #ffffff;
}


/****************************/
/* results scheme            */
/****************************/

.resultTitle
{
	BACKGROUND-COLOR: khaki;
}


/*****************************************************/
/* specify here different line styles for table rows */
/*****************************************************/
/* Repeater class here. Using repeater so table headings will print */
/* on each page of print out */
.repeaterTableClass
{
	width: 100%;
}
.repeaterTableClass td, .repeaterTableClass th
{
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding: 4px;
}	
.repeaterTableClass th
{
	border-top: 1px solid lightgrey;
	background-color: #CDE9DF;
	padding-left: 4px;
}
.repeaterTableClass thead
{
	display:table-header-group
}

/******************************************/
/* table settings here for datagrid style */
/******************************************/
.headerStyle td
{
	color: #000000;
	background-color: white;
	font-weight:bold;
	height: 1.4em;
	padding:3px 4px 3px 4px;
}
.itemStyle td
{
	background-color: white;
	padding:4px;
}
.alternateItemStyle td
{
	background-color: #F1F9F6;
	padding:4px;
}
.selectedItemStyle td
{
	background-color: white;
	padding:4px;
}
.editItemStyle td
{
	background-color: white;
	padding:1px 0px 0px 4px;
}

/************************************************************/
/* here describes table class to use for displaying         */
/* detail information in a table style                      */
/* We just want to add light grey borders in the table area */
/************************************************************/
.displayTableClass
{
	width: 99%;
	padding: 0px;
	margin: 0px;
	border: solid 1px lightgrey;
	border-collapse:collapse;
}
.displayTableClass td
{
	border-right: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	padding: 4px;
	text-align:left;
}

.displayTableClass th
{
	border-right: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	padding: 4px;
	text-align:left;
	color: #CC0066;
}

.displayTableClass thead
{
	display:table-header-group
}
.displayTableClass tfoot
{
	display:table-footer-group
}

/***********************/
/* Tab page style here */
/***********************/
.tabbutton, .selectedtabbutton
{
	cursor: pointer;
	color: Black;
	/*background-color: #FFD1D8;*/
	/*background-image: url(../images/formheader.jpg);*/
	text-align: center;
	border-right: solid 4px white;
}
.selectedtabbutton
{
	cursor: default; 
	font-weight: bold;
	color: Black;
	background-repeat:repeat-x;
	background-color: lightblue;
}
.tabbutton
{
	
    background-image: url(../images/formheader.jpg);
	background-repeat:repeat-x;
}

.tabbutton:hover
{
    background-image:none;
    background-color:#FFD1D8;
}


.tabbutton a:hover, .tabbutton a:active,
.tabbutton a:link, .tabbutton a:visited,
.selectedtabbutton a:link, .selectedtabbutton a:visited, 
.selectedtabbutton a:hover, .selectedtabbutton a:active
{
	text-decoration:none;
	color:Black;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabbutton a:hover, .tabbutton a:active
{
	text-decoration:  none;
}


/***************************************/
/* define look for an entry style form */
/***************************************/
.form2
{
	width: 99%;
	border: solid 1px lightgrey;
}
.formheader2
{
	padding: 3px 0px 3px 7px;
	color: black;
	font-weight: bold;
	background-image: url(../images/formheader.jpg);
	background-repeat:repeat-x;
	border-bottom: solid 1px lightgrey;
	background-color: White;
}
.formcontent2
{
	padding: 3px;
}
.formsubheader2
{
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
	background-color: #F1F8F1;
}
.buttonspacing2
{
	border-top: solid 1px lightgrey;
	text-align:left;
	padding: 6px 4px 3px 0px;
}

/************************************************************/
/* here describes table class to use for displaying         */
/* detail information in a table style                      */
/* We just want to add light grey borders in the table area */
/************************************************************/
.displayTableClass2
{
	width: 99%;
	padding: 0px;
	margin: 0px;
	border: solid 1px lightgrey;
	border-collapse:collapse;
}
.displayTableClass2 td
{
	border-right: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	padding: 4px;
	text-align:left;
}

.displayTableClass2 th
{
	border-right: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	padding: 4px;
	text-align:left;
	color: black;
	width:150px;
	background-color:#C4E8DA;
}

.displayTableClass2 thead
{
	display:table-header-group
}
.displayTableClass2 tfoot
{
	display:table-footer-group
}

/************************************************************/
/* here describes table class to use for displaying         */
/* detail information in a table style  - within a table    */
/* We just want to add light grey borders in the table area */
/************************************************************/
.displayTableClass3
{
	width: 40%;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse:collapse;
}
.displayTableClass3 td
{
	border: none;
	padding: 4px;
	text-align:left;
}

.displayTableClass3 th
{
	border: none;
	padding: 4px;
	text-align:left;
	color: black;
	width:150px;
	background-color:#C4E8DA;
}

.displayTableClass3 thead
{
	border: none;
	display:table-header-group
}
.displayTableClass3 tfoot
{
	border: none;
	display:table-footer-group
}