

.pageTop
{
  background-repeat : repeat;
  background-color : #fff;
  background-image :  url(/mod/images/top_nav_bg.gif);	
  border-bottom : #807971 1px solid;
}

BODY 
{
	background: #fff;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

INPUT.inputSubmit
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}

INPUT.inputReset
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}

INPUT.inputButton
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}


/*
   Links
*/

/* Link to use for light color background */
A {
	color: #06c;
	background: none transparent scroll repeat 0% 0%;
}

/* Link to use for dark color background */
A.light {
	color: #fff;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

A.banner {
	color: #06c;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

A:hover {
	color: #dc4c13;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

/* Standard table - Table with thin border on the right and bottom*/

TABLE.border TH 
{
  background-color: #e5d083;
  padding-left : 5px;
  padding-bottom : 3px;
  padding-top : 3px;
  padding-right : 5px;
  color : #000;
  border-right : 1px solid #985;
  border-left : 1px solid #fff;
  border-bottom : 1px solid #985;
  border-top : 1px solid #fff;
}

TABLE.border {
	border-right: #652 1px solid;
	border-top: #eee 0px solid;
	border-left: #fff 0px solid;
	border-bottom: #652 1px solid;
}

TD.border
{
  color: #000;
  background-color: #ebe2c7;
  border-right: #985 1px solid;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  border-bottom: #985 1px solid;
}
