/* //// Dynamic Stylesheet //////////////////

/* is read and processed by default.css.php */

body, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}


form { margin:0px; padding:0px; }

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
	height:100%;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }


.pageSelectorSelected { color: #c0c0c0; 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: #FFFFFF;}

.topBar {
	background-color: #92B1DD;
	color: #92B1DD;
	font-weight:bold;
}

.bottomBar {
	background-color: #FFFFFF;
	color: #92B1DD;
}

.topBar a,  .bottomBar a { color: #92B1DD; }

.topBarRSPCA {
	background-color: #FFFFFF;
	color: #92B1DD;
	font-weight:bold;
}
.topBarRSPCA a { color: #92B1DD; }

/* highlighting of menus */
.tabOff /* off = available menu item with link */
{
	/* background-repeat:no-repeat; */
	padding:0px 2px;
	/* padding-left:3px; */
	/* padding-top:2px; */
}

.tabOn /* on = currently selected menu item without a link */
{
	/* background-repeat:no-repeat; */
	color: #dddddd;
	padding:0px 2px;
	/* padding-left:3px; */
	/* padding-top:2px; */
}



.headerTable { border-bottom: 3px solid #bf197f; padding:5px 0px 5px 10px; }
.footerTable {
	border-top: 3px solid #92b1dd;
	padding:5px 0px 5px 10px;
	font-size:8pt;
}


/* Blue Box******************************************/
.bb { background: url(../images/bk.gif) repeat; }
.bbtop div  { background: url(../images/lt.gif) no-repeat top left; }
.bbtop      { background: url(../images/rt.gif) no-repeat top right; }
.bbbot div  { background: url(../images/lb.gif) no-repeat bottom left; }
.bbbot      { background: url(../images/rb.gif) no-repeat bottom right; }

.bbtop div, .bbtop, .bbbot div, .bbbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.bbcontent  { margin: 0 4px; color:#ffffff; font-weight:bold; }
.bbcontent a { color: #ffffff; }


/* Custom form style*********************************/
.cfs { background: url(../images/bkg.gif) repeat; }
.cfstop div  { background: url(../images/ltg.gif) no-repeat top left; }
.cfstop      { background: url(../images/rtg.gif) no-repeat top right; }
.cfsbot div  { background: url(../images/lbg.gif) no-repeat bottom left; }
.cfsbot      { background: url(../images/rbg.gif) no-repeat bottom right; }

.cfstop div, .cfstop, .cfsbot div, .cfsbot {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.cfscontent  { margin: 0 4px; color:#ffffff; font-weight:bold; }
.cfscontent a { color: #ffffff; }




/* HELP TREE ****************************************************/

/* used for online help "content tree" box */
table.infoBox {
	border: 1px solid #CCCCCC;
}

table.infoBox th {
	padding: 2px 4px 2px 4px;
	background-color: #92B1DD;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

table.infoBox td {
	padding: 6px;
}

/* 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;
background-color:#ffffff;
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;
background-color:#ffffff;
color:#808080;
}

.helpTree a.unpublishedHelpOn, .helpTree a.unpublishedHelpOn:visited
{
color: #808080;
text-decoration:underline;
}

table.helpTree td {padding:0px;}


table.standardBox { background-color: #92B1DD; margin-bottom:8px;}

table.standardBox td {background-color: #FFFFFF;}
table.standardBox th {color: #FFFFFF; text-align: left; font-weight: bold;}
table.standardBox th a {color: #FFFFFF;}	
