	

/* //// Dynamic Stylesheet //////////////////

/* is read and processed by default.css.php */

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AEE238;
	color: #000000;
	height:100%;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

.pageSelectorSelected { color: #00ff00; text-decoration: none; }

img
{
	border: none;
}

th {text-align: left; font-weight: bold;}

/* used for error highlighting on forms */
.errorText 	{ color: #ff0000; }


a { color: #CC6600; }
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: #AEE238;}

.topBar {
	background-color: #AEE238;
	color: #CC6600;
}

.bottomBar {
	background-color: #CCFF66;
	color: #CC6600;
}

.topBar a,  .bottomBar a { color: #CC6600; }


/* 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: #FFFFFF;
	padding-left:3px;
	padding-top:2px;
}

.searchInputStyle
{
    font-size: 13px;
    width: 150px;
    height: 18px;
}


/* HELP TREE ****************************************************/

/* used for online help "content tree" box */
table.infoBox {
	border: 1px solid #CCFF66;
}

table.infoBox th {
	padding: 2px 4px 2px 4px;
	background-color: #CCFF66;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

table.infoBox td {
	padding: 6px;
	background-color: #FFFFFF;
}

/* others */

.helpBreadcrumb
{

}
.helpBreadcrumb a, .helpBreadcrumb a:visited
{
color: #000000;
}


.helpTree
{

}

.helpTree img
{
	border-style: none;
}


.helpTree a, .helpTree a:visited
{
color: #000000;
text-decoration:none;
}
.helpTree a:hover
{
text-decoration:underline;
color:#000000;
}

.helpTree a.HelpOn, .helpTree a.HelpOn:visited
{
color: #000000;
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: #CCFF66; margin-bottom:8px;}

table.standardBox td {background-color: #FFFFFF;}
table.standardBox th {color: #000000; text-align: left; font-weight: bold;}
table.standardBox th a {color: #000000;}
