/* 
Colour Definitions

Blue1:   #B6CDE1 (Light Blue)
Blue2:   #FFFCF2 (Medium Blue)
Blue3:   #FBFEFF (Light Blue)
Blue4: 	 #EDF5FF (Light Blue used in table rows)
Blue5:   #F5F8FD (Medium Blue)
Green1:  #FBFFFC (Light Green)
Green2:          (Med Green)
Green3:  #006600 (Dark Green)
Grey1:   #EAEAEA (Light Grey)
Orange:  #FFFCF2 (Orange)

TableRow: #EDF5FF (Light Blue matches YUI Sam Skin table row)

*/

html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #2D527C;
	margin: 0px;
	padding: 0px;
}

/* --- Standard Element Definitions --- */

a:link {color: #000099}     /* unvisited link */
a:visited {color: #000066}  /* visited link */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
	line-height: 18px;	
	vertical-align: baseline;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
	vertical-align: baseline;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;		
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	vertical-align: baseline;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;		
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	vertical-align: baseline;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;		
}

/* --- End Standard Element Definitions --- */

/* --- Start Font Colours --- */
.tfv-font-white {
	color: #FFF;
}
.tfv-font-red {
	color: #FF0000;
}
.tfv-font-green {
	color: #006600;
}
/* --- End Font Colours --- */

/* --- Start Table Borders --- */

.tfv-bg-white {
	background-color: #FFFFFF;
}

.tfv-bg-blue4 {
	background-color: #EDF5FF;
}

.tfv-bdr-grey-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

.tfv-bdr-blue1-bg-green1 {
	border: 1px solid #B6CDE1;
	background-color: #FBFFFC;
}

.tfv-bdr-blue1-bg-blue3 {
	border: 1px solid #B6CDE1;
	background-color: #FBFEFF;
}

.tfv-bdr-blue1-bg-blue5 {
	border: 1px solid #B6CDE1;
	background-color: #F5F8FD;
}

.tfv-bdr-blue1-bg-orange {
	border: 1px solid #B6CDE1;
	background-color: #FFFCF2;
}

.tfv-bdr-blue2-bg-orange {
	border: 1px solid #3366CC;
	background-color: #FFFCF2;
}

.tfv-bdr-grey {
	border: 1px solid #EAEAEA;
}

.tfv-bdr-grey-outline {
	border-top: 1px solid #EAEAEA;
	border-right: 1px none #EAEAEA;
	border-bottom: 1px none #EAEAEA;
	border-left: 1px solid #EAEAEA;
}

.tfv-bdr-grey-cell {
	border-top: 1px none #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px none #EAEAEA;
}

.tfv-bdr-grey-right {
	border-right: 1px solid #EAEAEA;
}

.tfv-bdr-red-bg-red {
	background-color: #FFEAEA;
	border: 1px solid #F00;
}

/* --- End Table Borders --- */

/* --- Start Table Header Styles --- */

.tfv-tbl-hdr-bdr-grey-bg-blue4 {
	border: 1px solid #CCCCCC;
	background-color: #EDF5FF;
}

.tfv-tbl-hdr-data-list {
	background-color: #EFF3FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px none #EAEAEA;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.tfv-tbl-hdr-rpt-title {
	border-top: 1px none #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px none #EAEAEA;
	background-color: #B3C7EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	margin-bottom: 0px;
}

/* --- End Table Header Styles --- */

/* --- Start Control Styles --- */

.tfv-txtbox {
	padding: 2px;
	border: 1px solid #7F9DB9;
}
.tfv-txtbox-error {
	border: 1px solid #FF0000;
	padding: 2px;
}
.tfv-txtbox-align-right {
	padding: 2px;
	border: 1px solid #7F9DB9;
	text-align: right;
}
.tfv-txtbox-align-right-error {
	border: 1px solid #FF0000;
	padding: 2px;
	text-align: right;
}
.tfv-dropdown {
	border: 1px solid #7F9DB9;
}
.tfv-dropdown-error {
	border: 1px solid #FF0000;
}
.tfv-txt-align-right {
	
}
/* --- End Control Styles -- */

/* --- Start Info Bar Styles --- */

.infoBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.infoBar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.infoBar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* --- End Info Bar Styles --- */

/* --- Start Modal Control Styles Styles --- */

#modalOverlay {
	 visibility: visible;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 text-align:center;
	 z-index: 999;
	 background-color: #000000;
	 opacity: 0.25;   
	 filter: alpha(opacity = 25);  
}

/* --- End Modal Control Styles Styles --- */


