/* Just Colors 
==================================================*/
body, div, td, th, h2, h3, h4
{
	color: #333333;
}
body
{
	background: #E5E5E5;
	color: #000;
	background-repeat: repeat-x;
}
a
{
	color: #132F80;
}
a:hover
{
	color: #132F80;
	text-decoration:none;
}
a:active
{
	color: #ff0000;
}
h1
{
	color: #000;
	margin-left:1px;
}

h2
{
	color: #545454;
	margin-left:1px;
	
}

td h2{
	color:#333;
	}
h1 a
{
	color: #3A4856;
}
h1 a:hover
{
	border-bottom-color: #666666;
}
h2
{
	border-bottom-color: #CCC;
}

h3
{
	background: #E3EDF8;
}
table.ActionConfirmation
{
	background: #E3E3E3;
	border-color: #CACACA;
}

table.tableBorder /* This is the outline around the main tables */
{
	border-color: #CACACA;
	background-color: #FFFFFF;
}
table.tableBorderNoBottomBorder /* This is the outline around the main tables */
{
	border-bottom: none;
	margin-bottom: 0px;
}
table.tableBorderNoTopBorder /* This is the outline around the main tables */
{
	border-top: none;
}

.tableBorder th, .column, tr.column td /* td.column is the main heading row of the table, Top row of all tables. */
{
	background-color: #79A6D4;
	color: #fff;
	background-image:url('qua_col_head.gif');
}
/* set base input attribs
==================================================*/
input.TextBox
{
	border-bottom-color: #CCCCCC;	
	border-left-color: #CCCCCC;	
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF; 
}
textarea.TextArea
{
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;	
	border-left-color: #CCCCCC;	
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
div.column
{
	background-color: #5C5C5C;
	color: white;
}

td.f, tr.f td 
{
	background-color: #E3EDF8;
}

tr.theBottomLine td
{
	background-color: #F0F1FB;
	background-color: lime;
	border-bottom-color: white;
}

TD.fh4 
{
	background-color: #FFFFFF;
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

td.fh, tr.fh td 
{
	background-color: #FFFFFF;
}

table#Footer
{
	color: #333333;
	border-color: #666666;
	background: #FFFFFF;
}
table#Footer td
{
	border-bottom-color: #6B86B3;
}


#main
{
	border-color: #A9A9A9;
}

#contents
{
	background: #ECECEC;
	border-top-color: #fff;
	
}

/* TABS
==================================================*/
#topNav ul#primary a, #topNav ul#primary span, #topNav ul#primary a.current
{
	color: #3A4856;
	font-weight:bold;
	border-color: #A9A9A9;
	
}

#topNav ul#primary span, #topNav ul#primary a.current, #topNav ul#primary a.current:hover
{
	border-color: #A9A9A9;
}

#topNav ul#primary a
{
	background: #5F7FA1;
	background-image:url('qua_tabgrad_unsel.gif'); 
	background-repeat:repeat-x;
	border-color: #A9A9A9;
	color: #fff;
}

/* ====== Current Tab ======*/
#topNav ul#primary a:hover, #topNav ul#primary a.selectedtab
{
	background: #fff;
	background-image:url('qua_tabgrad_sel.gif');
	background-repeat: repeat-x;	
	color: #000;
}

#topNav ul#secondary li {
	color:#868686
}

#topNav ul#secondary li a
{
	color: #132F80;
	font-weight:normal;
}

#topNav ul#secondary li a:hover
{
	color: #132F80;
	font-weight:normal;
	text-decoration:none;
}

#topNav ul#secondary li a:active
{
	color: #132F80;
}
/* END TABS==================================================*/