/*your custom style goes in this file*/

/* header: heading text */
.header {
	/*colour change by Roger*/
	color: #000099;
}

/* link: normal links, active: links in use */
/* colour change by Roger */
A:LINK, A:ACTIVE {
/*	text-decoration:none; */
	color : #000099;
}

/* visited: previously visited links */
A:VISITED {
/*	text-decoration:none; */
	color: #336666;
}

A:hover {
	text-decoration: underline; color: red;
}

/* fieldnameback: background color for column and row title sections */
/* colour change by Roger */
.fieldnameback {
	background-color: #663300;
}

/* databack: background color for data areas */
/* colour change by Roger */
.databack {
	background-color: #ffffff;
}

/* sideback: background color for side and top frames */
/* colour change by Roger */
.sideback {
	background-color: #663300;
}

#mnav li { /* all list items */
	background: #cc9966; /*same as "databack" background color */
	border-top:1px solid #cc9966; /*same as "databack" background color */
	border-left:1px solid #cc9966; /*same as "databack" background color */
}


/* Below here additions by Roger*/

/* to make topmargin=0, leftmargin=0*/
.body { 
margin: 0px; padding:0px;
background-image:url(../_themes/tabs/tabbkgnd.jpg);
}

/* fieldnamebackline: background color for lines in topmenu.html - same colour as fieldnameback */
.fieldnamebackline {
	background-color: #000099;
}

/* databacktopmenu: background color for top menu - same colour as databack */
.databacktopmenu {
/*  	background-color: #e0e9e0;  */
}

/* topmenu text */
.topmenu  {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

/*for datacell to give space*/
.datacell {
	padding: 5px;
	border-color: #000099;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/*for index.php page side block*/
.index {
	margin-top: -5px;
	margin-left: -5px;
	margin-bottom: -5px;
}

/*border on right side of cell*/
.borderright {
	border-right-color: #000099;
	border-right-width: 1px;
	border-right-style: solid;
	background-image:url(../_themes/tabs/tabbkgnd.jpg);
}

/*border on table on index.php*/
.thicktableborder {
	border-color: #000099;
	border-width: 2px;
	border-style: solid;
	background-color: #FFFFCC;
}

/*border randomphoto and randomdocument on index.php*/
.randomborder {
	border-color: #000099;
	border-width: 1px;
	border-style: solid;
}


