	

/* //// Dynamic Stylesheet //////////////////

/* is read and processed by default.css.php */

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serifTrebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0d0d0;
	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: #808080;  }
a:visited {  color: #808080;}
a:hover { color:#000; }
a:active { color: #808080;}

/* background colours and font colours for different page areas */
.logoBar { background-color: #ffffff;}

.topBar {
	background-color: #E70095;
	color: #ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:40px;
}

.bottomBar {
	background-color: #E70095;
	color: #ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:40px;	
}

.topBar a,  .bottomBar a { color: #ffffff; font-weight:bold; text-decoration:none;}


/* 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: #142D03;
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
	padding-top:2px;
}


/* CSS put by cho ***********************************************/

.hometextbox
{
	border:1px #E70095 solid; 
	width:183px; 
	height:20px;
}

.homecolor1
{
	color:#312E2F;
}

.homecolor1bold
{
	color:#312E2F;
	font-weight:bold;
}

#herelink
{
	color:#312E2F; 
	font-weight:bold; 
	text-decoration:none; 
}

#capturelink
{
	color:#A3A6A8; 
	text-decoration:none; 
}

#lostpasswordlink
{
	color:#312E2F; 
	text-decoration:none; 
}

#searchtitle 
{
	color:#000000; 
	font-weight:bold;
}

#searchtable
{
	border:2px solid #E70095; 
	background-color:#E70095; 
	width:196px; height:53px; 
}

#go
{
	border:2px solid #E70095; 
	background-color:#E70095; 
	width:196px; height:53px; 
}

/* HELP TREE ****************************************************/

/* used for online help "content tree" box */
table.infoBox {
	border: 1px solid #E70095;
}

table.infoBox th {
	padding: 2px 4px 2px 4px;
	background-color: #E70095;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

table.infoBox td {
	padding: 6px;
	background-color: #fafafa;
}

/* others */

.searchbox
{
	border:2px solid #E70095; 
	background-color:#E70095; 
	width:196px; height:53px; 
}

.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: #E70095; margin-bottom:8px;}

table.standardBox td {background-color: #fafafa;}
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;
}
