/* ////////////// Narhex Styles ////////////// */

/*************************
COLOURS USED
**************************
BLUES....
Darkest Blue : 004870
Dark Blue  : 005C8F
Light Blue : E5EEF4

98BDD1

**************************/

body{
	background-color: #FFFFFF;
	font-size       : 11px;
	font-family     : Arial, Verdana, Helvetica;
	color           : #005C8F;
	margin-bottom   : 0px;
	margin-left     : 0px;
	margin-right    : 0px;
	margin-top      : 0px;
}

a:link    {color: #004870; background: transparent;}
a:visited {color: #004870; background: transparent;}
a:active  {color: #004870; background: transparent;}
a:hover   {color: #FF6600; background: transparent;}

table{
	padding-bottom : 0px;
	padding-left   : 0px;
	padding-right  : 0px;
	padding-top    : 0px;
	border         : 0px solid #FFFFFF;
	}

p, td, li{
	font-family	: Arial, Verdana, Helvetica;
	font-size	: 11px;
	color		: #005C8F;
	}

p.HeadingText{
	FONT-FAMILY	: Tahoma, Arial, Verdana, Helvetica;
	FONT-SIZE	: 18px;
	COLOR 		: #004870;
	FONT-WEIGHT	: bold;
}


.LetterText{
	COLOR 		: #000000;
}

TABLE.Container{
    BORDER           : #004870 1px solid;
    BACKGROUND-COLOR : #E5EEF4;
    PADDING: 3px;
}

td.top_border{
	FONT-SIZE       : 11px;
	FONT-FAMILY     : Arial, Verdana, Helvetica;
	COLOR           : #005C8F;
	FONT-WEIGHT     : normal;
	TEXT-DECORATION : none;
}

td.bottom_border{
	font-size       : 11px;
	font-family     : Arial, Verdana, Helvetica;
	color           : #004870;
	font-weight     : normal;
	text-decoration : none;
}

td.page_title{
	font-family         : Tahoma, Arial, Verdana, Helvetica;
	font-size           : 25px;
	color               : #004870;
	font-weight         : bold;
	background-image    : url(/images/title_dotted_line.gif);
	background-repeat   : repeat-x;
	background-position : bottom left;
	padding-top         : 30px;
}


td.HomePageText{
	font-size           : 11px;
	font-family         : Arial, Verdana, Helvetica;
	color               : #004870;
	font-weight         : normal;
	background-image    : url(/images/test.gif);
	background-repeat   : repeat-both;
        PADDING: 5px;
}


td.content_main{
	/*background-image    : url(/images/molecules1-old.gif);
	background-repeat   : repeat-x;
	background-position : center left;*/
	
	/*
	background-repeat   : no-repeat;
	background-position : center center;
	*/
}


b{font-weight: bold;}

option, select, textarea, input{
	background-color : #E5EEF4;
	font-family      : Arial, Verdana, Helvetica;
	font-size        : 11px;
	color            : #005C8F;
	font-weight      : normal;
	border-bottom    : solid #005C8F 1px;
	border-top       : solid #005C8F 1px;
	border-left      : solid #005C8F 1px;
	border-right     : solid #005C8F 1px;

	}

option.blue, textarea.blue, input.blue, select.blue{
	background-color : #005C8F;
	color            : #E5EEF4;
	font-family      : Arial, Verdana, Helvetica;
	font-size        : 11px;
	font-weight      : bold;
	border-bottom    : solid #000066 1px;
	border-top       : solid #EEEEEE 1px;
	border-left      : solid #EEEEEE 1px;
	border-right     : solid #000066 1px;
	padding-bottom   : 1px;
	padding-left     : 1px;
	padding-right    : 1px;
	padding-top      : 1px;

	}

 
 /*
 a.BulletLinks{
 FONT-FAMILY       : Arial, Verdana, Helvetica;
 FONT-SIZE         : 11px;
 FONT-WEIGHT       : normal;
 COLOR             : #005C8F;
 TEXT-DECORATION   : underline;
 }
 a.BulletLinks:visited{
 FONT-FAMILY       : Arial, Verdana, Helvetica;
 FONT-SIZE         : 11px;
 FONT-WEIGHT       : normal;
 COLOR             : #005C8F;
 TEXT-DECORATION   : underline;
 }
 a.BulletLinks:active{
 FONT-FAMILY       : Arial, Verdana, Helvetica;
 FONT-SIZE         : 11px;
 FONT-WEIGHT       : normal;
 COLOR             : #005C8F;
 TEXT-DECORATION   : underline;
 }
 a.BulletLinks:hover{
 FONT-FAMILY       : Arial, Verdana, Helvetica;
 FONT-SIZE         : 11px;
 FONT-WEIGHT       : normal;
 COLOR             : #005C8F;
 TEXT-DECORATION   : none;
 }
*/
 
 
 
 .DateTable{
 	background-color: #FFFFFF;
 	border: #004870 1px solid;
 	color: #000000;
 	font-size: 11px;
 	font-family: Arial, Verdana, Helvetica;
 	padding: 0px;
 }
 
 .DateTableHeader{
 	color		: #FFFFFF;
 	background-color: #005C8F;
 	font-size       : 11px;
 	font-family	: Arial, Verdana, Helvetica;
 	font-weight     : bold;
 	padding-top     : 2px;
 	padding-bottom  : 2px;
 	padding-left    : 5px;
 	padding-right   : 5px;
 }
 
 .DateTableBody{
 	color		: #000000;
 	font-size	: 11px;
 	font-family	: Arial, Verdana, Helvetica;
 	padding		: 5px;
 }
 
 .DataTableColumnHeading{
 	color		: #004870;
 	font-size	: 11px;
 	font-family	: Arial, Verdana, Helvetica;
	font-weight      : bold;
  	padding-top     : 1px;
  	padding-bottom  : 1px;
  	padding-left    : 1px;
  	padding-right   : 1px;
 }
 
 .DataTableColumnHeadingWithLine{
 	color		: #004870;
 	font-size	: 11px;
 	font-family	: Arial, Verdana, Helvetica;
	font-weight     : bold;
 	border-bottom	: #E5EEF4 1px solid;
  	padding-top     : 1px;
  	padding-bottom  : 1px;
  	padding-left    : 1px;
  	padding-right   : 1px;
 }
 
  .DataTableDataCell{
  	color		: #004870;
  	font-size       : 11px;
  	font-family	: Arial, Verdana, Helvetica;
  	padding-top     : 1px;
  	padding-bottom  : 1px;
  	padding-left    : 1px;
  	padding-right   : 1px;
  }
 
  .DataTableDataCellWithLine{
  	color		: #004870;
  	font-size       : 11px;
  	font-family	: Arial, Verdana, Helvetica;
 	border-bottom  : #E5EEF4 1px solid;
  	padding-top     : 1px;
  	padding-bottom  : 1px;
  	padding-left    : 1px;
  	padding-right   : 1px;
  }
 
 .DateTableNavigation{
  	color		: #004870;
  	background-color: #E5EEF4;
  	font-size       : 11px;
  	font-family	: Arial, Verdana, Helvetica;
  	padding-top     : 1px;
  	padding-bottom  : 1px;
  	padding-left    : 1px;
  	padding-right   : 1px;
}
 
 .asterisk{
 	font-size       : 9px;
 	color		: #FF6600;
 	}
 .asterisk_superscript{
 	font-size       : 9px;
 	color		: #FF6600;
 	vertical-align	: super
	}
