	

/* //// Dynamic Stylesheet //////////////////

/* is read and processed by default.css.php */

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #86b918;
	color: #000000;
	height:100%;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

.pageSelectorSelected { color: #808080; text-decoration: none; }

img
{
	border: none;
}

th {text-align: left; font-weight: bold;}

/* used for error highlighting on forms */
.errorText 	{ color: #ff0000; }


a { }
a:link {	color: #000;  }
a:visited {  color: #000;}
a:hover { color:#000; }
a:active { color: #000;}

/* background colours and font colours for different page areas */
.logoBar { background-color: #ffffff;}

.topBar {
	background-color: #86b918;
	color: #ffffff;
}

.bottomBar {
	background-color: #86b918;
	color: #ffffff;
}

.topBar a,  .bottomBar a { color: #ffffff; }


/* 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: #c5e67e;
	padding-left:3px;
	padding-top:2px;
}

.icon {
background-color:#FF0000;
background-image: url(/images/bg_rounded.gif);
background-repeat: no-repeat;
}

.icon_no_bg {
background-color: 	#6E6A6B; 
background-image: url(/images/bg_rounded.gif);
background-repeat: no-repeat;
}


/* HELP TREE ****************************************************/

/* used for online help "content tree" box */
table.infoBox {
	border: 1px solid #86b918;
}

table.infoBox th {
	padding: 2px 4px 2px 4px;
	background-color: #86b918;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

table.infoBox td {
	padding: 6px;
	background-color: #c5e67e;
}

/* 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: #86b918; margin-bottom:8px;}

table.standardBox td {background-color: #c5e67e;}
table.standardBox th {color: #ffffff; text-align: left; font-weight: bold;}
table.standardBox th a {color: #ffffff;}

.popupBorder { background-color: #ffffff; }

.MP3Preview {
width:50px;
text-align:center;
background:#fff;
border:1px solid #ddd;
padding:5px;
margin:0 auto;
}
.MP3Preview object, .MP3Preview embed {
margin-top:5px;
}



/* ZOOMTIP related */
#tooltip {
    padding: 5px;
    background-color:#fff;
	 background-image: url(../images/loading.gif);
	 background-position: 50% 5px;
	 background-repeat:no-repeat;
    border: 1px solid #888;
    text-align: center;
	 z-index:1001;
	 position:absolute;
}
#tooltip img {
padding-bottom:8px;
}

#selAutozoom {
	 background-image: url(../images/loading.gif);
	 background-position: -5000em 0;
	 background-repeat:no-repeat;
}

#chkZoomtips { margin:0 15px 0 0; }
#lblZoomtips { padding:0 5px 0 0; }

