/* Generic *.class - applies to all classes, from body down but affects forms too */

*
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #315191;
}


body {

	min-width: 610px;
	text-align: center;


	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #cccccc;


}

h1 {
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	display: inline;
	text-align: center;

}



h2 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
}

h3 {

	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
}

p {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}


.normalText
{

	line-height: 150%;
	font-size: 11px;
	font-color: #000000;
}




/* Links */
a, a:visited, a:active
{
	color: #1C0F6E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



/* Generic *.class - Global Site Specific */


.errormessage
{
	font-size: 8pt;
	font-weight:bold;
	font-family: Verdana,sans-serif;
	color: #ff3300;
}



.dropdown{
	align: top;
	background-color: #EEF5FA;
	COLOR: #FF6600;
	text-decoration:none;
	FONT-SIZE:9px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;

}




/* dotted lines */
	.dpinkDotsV {
         background-image:url(../asset/global/img/d/dpinkDotsV.gif);
         width:1px;
		 background-repeat: repeat-y;
	}
	.dpinkDotsH { 
         background-image:url(../asset/global/img/d/dpinkDotsH.gif);
         height:1px;
		 line-height:1px;
		 background-repeat: repeat-x;
	}
	
	
	.redDotH
	{
	background-image: url(../asset/global/img/d/burgundyDotsH.gif);
	background-repeat: repeat-x;
	line-height: 1px;
	font-size: 1px;
	background-position: bottom;
	}

	.greydot-h
	{
	background-image: url(../asset/global/img/d/greydot-h.gif);
	background-repeat: repeat-x;
	line-height: 1px;
	}

	.greydot-v
	{
	background-image: url(../asset/global/img/d/greydot-v.gif);
	background-repeat: repeat-y;
	line-height: 0px;
	font-size: 1px;
	width: 1px;
	}	

	.bluedot-h
	{
	background-image: url(../asset/global/img/d/bluedot-h.gif);
	background-repeat: repeat-x;
	line-height: 1px;
	}

/* table formatting */

	.colour-table-1 {
		background-color: #DCE9CB;	
	}
	.colour-table-2 {
		background-color: #D6E7B5;
	}
	.colour-table-3, .colour-shopping, .side-button-layout {
		background-color: #C6DF9C;
	}

	.colour-table-lblue {
		background-color: #EEF5FA;	
	}

	.colour-table-dblue {
		background-color: #6699CC;	
	}
	.table-break {
		background-color: #FFFFFF;
	}

/* corners */

.tr {
	background-image:  url(../asset/img/global/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tl {
	background-image:  url(../img/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.br {
	background-image:  url(../img/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bl {
	background-image:  url(../img/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* sorted list of descendant selectors and other classes */ 

#view .viewBody
{
	margin				:		15px 0 0 5px;
	border-bottom			:		1px solid #f1f1f1;
	padding				:		10px;
	text-align			:		left top;
	float				:		left


}

#view .viewdocument
{
	margin				:		15px 0 0 5px;
	border-bottom			:		1px solid #f1f1f1;
	background-color		:		#CCCCCC;
}

#view .viewdocument a
{
	font-size			:		1.2em;
	font-weight			:		bold;
}












/* Printing */

	@media print {
		body	{
			background-colour: #ffffff !important;
			color : #000000 !important;
			}
		     }		
	














