	

/* //// Dynamic Stylesheet //////////////////

/* is read and processed by default.css.php */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
background-color:#ed7207;
border:none;
font-weight:bold;
color:#fff;
cursor:pointer;
padding:1px 0;
}
.button:hover {
background-color:#ED872D;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #454c57;
	color: #8f9eb3;
	height:100%;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

.pageSelectorSelected { color: #e86821; text-decoration: none; }

img
{
	border: none;
}

th {text-align: left; font-weight: bold;}

/* used for error highlighting on forms */
.errorText 	{ color: #ff0000; }


a { color: #808080; }
a:link {	text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

/* background colours and font colours for different page areas */
.logoBar { background-color: #454c57;}

.topBar {
	background-color: #454c57;
	color: #ffccff;
}

.bottomBar {
	background-color: #454c57;
	color: #ffccff;
}

.topBar a,  .bottomBar a { color: #ffccff; }


/* highlighting of menus */
.tabOff /* off = available menu item with link */
{
	background-repeat:no-repeat;
	padding-left:3px;
	padding-top:2px;
}

.tabOn /* on = currently selected menu item without a link */
{
	background-repeat:no-repeat;
	color: #dddddd;
	padding-left:3px;
	padding-top:2px;
}








/* HELP TREE ****************************************************/

/* used for online help "content tree" box */
table.infoBox {
	border: 1px solid #8f9eb3;
}

table.infoBox th {
	padding: 2px 4px 2px 4px;
	background-color: #8f9eb3;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

table.infoBox td {
	padding: 6px;
	background-color: #565F6B;
}

/* others */

.helpBreadcrumb
{

}
.helpBreadcrumb a, .helpBreadcrumb a:visited
{
color: #000000;
}


.helpTree
{

}

.helpTree img
{
	border-style: none;
}


.helpTree a, .helpTree a:visited
{
	color: #B6C9E3;
text-decoration:none;
}
.helpTree a:hover
{
text-decoration:underline;
	color: #B6C9E3;
}

.helpTree a.HelpOn, .helpTree a.HelpOn:visited
{
	color: #B6C9E3;
text-decoration:underline;
}


.helpTree a.unpublished, .helpTree a.unpublished:visited
{
color: #808080;
text-decoration:none;
}
.helpTree a.unpublished:hover
{
text-decoration:underline;
color:#808080;
}

.helpTree a.unpublishedHelpOn, .helpTree a.unpublishedHelpOn:visited
{
color: #808080;
text-decoration:underline;
}

table.helpTree td {padding:0px;}


table.standardBox { background-color: #8f9eb3; margin-bottom:8px;}

table.standardBox td {background-color: #565F6B;}
table.standardBox th {color: #ffffff; text-align: left; font-weight: bold;}
table.standardBox th a {color: #ffffff;}

#flattext {
	position:absolute;
	left:24px;
	top:130px;
	width:738px;
	z-index:3;
}
#capwebbox {
	position:absolute;
	left:562px;
	top:564px;
	height:30px;
	width:200px;
	text-align:right;
	z-index:6;
}
#toptext{
	position:absolute;
	left:424px;
	top:28px;
	width:340px;
	color:#fff;
	font-weight:bold;
}


#mainMenu {
position:absolute;
left:211px;
top:24px;
font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	background-color: transparent;
font-weight:bold;
}


#mainMenu, #mainMenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 100px;
	}
	
	#mainMenu li { /* all list items */
		position : relative;
		float : left;
		line-height : 16px;
		margin-bottom : 0px;
		width: 90px;
	}

	
	#mainMenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 90px;
		margin-top : -16px;
	}
	
	#mainMenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#mainMenu li a {
		width: 90px;
		display : block;
	}
#mainMenu li ul li a {
width:120px;
}
	
	
	#mainMenu li:hover ul ul, #mainMenu li.sfhover ul ul {
		left: -999em;
	}
	
	#mainMenu li:hover ul, #mainMenu li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	
#righttext {
	position:absolute;
	left:398px; top:150px;
	width:364px;
}

.q_commission {
color:#ED7207;
font-weight:bold;
padding-bottom:3px;
}
.a_commission {
color:#fff;
padding-left:0.5em;
padding-bottom:1.5em;
}
#checklist_commission {
color:#fff;
position:absolute;
top:380px;
}
#checklist_commission a:link{
color:#ed7207;
}
#checklist_commission a:visited{
color:#ed7207;
}
#checklist_commission a:hover{
text-decoration:underline;
color:#ed7207;
}
#checklist_commission a:active{
color:#ed7207;
}

