/***************

Colours
 
heading red..............................#800000;
off white background colour..............#f7f2ea;
light gray...............................#F1F1ED
medium gray..............................#ccc
darker gray..............................#aaab9c	
darkishay................................#777		
dark gray................................#404040					
very dark gray...........................#151515
****************/

/**********************************************
Font Sizes  
			800				1000+
	
font-size : 13px;			font-size : 13px;
font-size : 12px;			font-size : 12px;
font-size : 11px;			font-size : 13px;
font-size : 10px;			font-size : 12px;



line-height :19px			line-height :19px 
line-height :18px           line-height :18px 
line-height :17px           line-height :17px 
line-height :16px           line-height :19px 
line-height :15px           line-height :18px 
line-height :14px           line-height :17px 


**********************************************/

/************************
TABLE STYLES
************************/
.scrollBox{
	height: 400px;
	overflow: auto;
	text-align: justify;
}

.rhtableblue {

	background-color: #B4D2DC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCA95;
	border-right-color: #FFCA95;
	border-bottom-color: #CC6600;
	border-left-color: #FFCA95;
}



.bottombordertablepaleblue {
	border-bottom-width: 3px;
	border-bottom-color: #61AAB7;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;

}

.bottombordertableblue {
	border-bottom-width: 3px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
}




table.noborder  {
   	background-color : #ffffff;
   	padding-left : 2px;
   	padding-right : 2px;
   	font-family :  Verdana, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
   	color : #185263;
   }
   
   table.alphabet  {
	background-color : #ffffff;
	padding-left : 2px;
	padding-right : 2px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size : 12px;
	line-height :15px;
	text-transform : none;
	color : #185263;
	font-weight: bold;

   }

table.blueborder  {
	background-color : #ffffff;
	padding-left : 2px;
	padding-right : 2px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height :15px;
	text-transform : none;
	color : #185263;
	border: 1px solid #4F93A9;

   }
   
   table.orderline  {
   	background-color : #ECEAEC;
   	border-style : solid;
   	border-left-width : 2px;
   	border-right-width : 2px;
   	border-top-width : 2px;
   	border-bottom-width : 2px;
   	padding-left : 2px;
   	padding-right : 2px;
   	border-color : #4F93A9;
   	font-family :  Verdana, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
   	color : #185263;
   }
   
   table.orderlinetop  {
	background-color : #ECEAEC;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	padding-left : 0px;
	padding-right : 0px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height :15px;
	text-transform : none;
	color : #185263;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4F93A9;
	border-right-color: #4F93A9;
	border-bottom-color: #4F93A9;
	border-left-color: #4F93A9;

   }

/************************
CELL STYLES
************************/

td.ProductLine {
	background-image : url(images/bluewhitewash.jpg);
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
	margin: 2px;
	padding: 2px;

}

/************************
TEXT STYLES
************************/
.mainstyle{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #185263;
}	

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF8000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF8000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #185263;
}


.linetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #185263;
	text-align: justify;

}
.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #185263;
	text-align: justify;

}

.downloadLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #185263;

}

.orangetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF8000;
}

.greentextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F94AA;
	line-height: 16px;

}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.carttext  {
   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	color : #01687E;
   	font-size : 10px;
   	line-height :15px;
   	text-transform : none;
   }
   
   .whiteheading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height :16px;
	color: #FFFFFF;
	font-style: normal;
	}

   
   /************************
LINK STYLES
************************/

.headingsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align : center;
	color: #FF8000;
}

.textLink{
   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	color : #01687E;
   	font-size : 11px;
   	line-height :15px;
   	text-transform : none;
   	
}

.textLinkSmall{
   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	color : #01687E;
   	font-size : 10px;
   	line-height :15px;
   	text-transform : none;
   	
}


.textLinkSmall a:link, .textLinkSmall a:active, .textLinkSmall a:visited {
	color : #01687E;
	text-decoration: underline;
}

.textLinkSmall a:hover{
	color: #FF8000;
}


.textLink a:link, .textLink a:active, .textLink a:visited {
	color : #01687E;
	text-decoration: underline;
}

.textLink a:hover{
	color: #800000;
}

  .Q-search  {
   	font-size : 11px;
   	line-height :18px;
   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-weight : normal;
   	color : #01687E;
   	text-decoration : none;
   	text-align : left;
   	text-transform : none;
   	border-bottom-width : thin;
   	border-color : #FF8000;
   	list-style-type : circle;
   	list-style-position : outside;
   }
   
   /************************
MESSAGE STYLES
************************/

.welcome	{		
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color : #01687E;
	font-size : 12px;
	line-height :18px;
}
	.welcomelink		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color : #FF8000;
	font-size : 12px;
	line-height :18px;
	}
.whitetable {
	background-color: #FFFFFF;
	width: 100%;
}
.button {
	background-position: center center;
	height: 25px;
	width: 54px;
	border: none;
}

.fieldsettype{
		padding: 4;
		border-style : solid;
   	border-left-width : 1px;
   	border-right-width : 1px;
   	border-top-width : 1px;
   	border-bottom-width : 1px;
		border-color : #4F93A9;
		font-family :  Verdana, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
   	font-weight: bold;
   	color : #FF8000;
	}
	
	
	.fieldsettype2{
		padding: 4px;
		border-style : solid;
   	border-left-width : 1px;
   	border-right-width : 1px;
   	border-top-width : 1px;
   	border-bottom-width : 1px;
		border-color : #4F93A9;
		font-family :  Verdana, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
   	color : #FF8000;
	}
	
.orangetextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF8000;
}
.lightgreytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bodytextlightgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.headingnormal {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align : center;
	color: #FF8000;
}
.tableblueshade {
	background-color: #E4F1F3;
}
.tablelightgrey {
	background-color: #F8F8F8;
	border: 1px solid #A9D0D8;
}
.orangetextheadersmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF8000;
}
.carttextlarge {

   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	color : #FF8000;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
}
.carttextlargered {


   	font-family : Verdana, Arial, Helvetica, sans-serif;
   	color : #FF0000;
   	font-size : 12px;
   	line-height :15px;
   	text-transform : none;
}
.pictureBorder {
	margin: 10px;
	padding: 5px;
}
.whiteTable {
	background-color: #FFFFFF;
}
