/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#D0BDAC; 
scrollbar-3dlight-color:#D0BDAC; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#E0E0E0; 
}

BODY {
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
color:#000000;
margin-left: 10px;
margin-right: 10px;
}


P, TD {
font-family: Verdana, Arial, sans-serif;
/*was font-family: Arial, Helvetica, sans-serif;*/
font-size: 100%;
}

LI, UL {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #808080;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors NEJE modified to remove borders*/

A:LINK {color: #A4805E; text-decoration: underline; font-weight: bold; }
A:VISITED {color: #808080; text-decoration: underline; font-weight: bold; }
A:HOVER {color: #BF7C41; text-decoration: underline; font-weight: bold; }
A:ACTIVE {color: #BF7C41; text-decoration: underline; font-weight: bold; }
/* was
A:LINK {color: #A4805E; text-decoration: underline; font-weight: bold; border: 1px solid #FFFFFF;}
A:VISITED {color: #808080; text-decoration: underline; font-weight: bold; border: 1px solid #FFFFFF;}
A:HOVER {color: #BF7C41; text-decoration: underline; font-weight: bold; border: 1px solid #BF7C41;}
A:ACTIVE {color: #BF7C41; text-decoration: underline; font-weight: bold; border: 1px solid #BF7C41;}
*/

/* We like to use headings for special effects */
H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
color: #896647;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #896647;
}

h3 {
color: #896647;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

/* special classes */

.globalbar {
background-color: #808080;
color: #ECE7E3;
text-align: left;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 1;
height: 25px;
padding: 2 0 2 20;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
/* got rid of the border around the links was "border: 1px solid #808080;" at the end of each line below}*/
.globalbar a:link, .globalbar a:visited, .globalbar a:active {color: #ECE7E3; text-decoration: none; }
.globalbar a:hover, .globalbar a:focus {color: #FFFFFF; }

/* .header is a style in sue by tng so I have commendted out my version */
/* .header { */
/* background-color: #D0BDAC; */
/* color: #000000; */
/* vertical-align: top; */
/*font-size: 12px */
/* } */

.picture {
background-color: #D0BDAC;
border-right: 1px solid #FFFFFF;
}

.banner {
background-color: #A4805E;
color: #000000;
text-align: left;
font-size: 12px;
padding: 2 20 2 0;
height: 22px;
}

.banner-sm {
background-color: #A4805E;
color: #FFFFFF;
text-align: left;
font-size: 10px;
padding: 2 20 2 0;
height: 22px;
font-weight:normal;
font-style:underline;
}
/* got rid of the border around the links was "border: 1px solid #808080;" at the end of each line below}*/
.banner a:link, .banner a:visited, .banner a:active {color: #ECE7E3; text-decoration: none;}
.banner a:hover, .banner a:focus {color: #FFFFFF;}

.topcolor {
color: #000000;
background-color: #D0BDAC;
padding: 10 20 10 10;
border-top: 1px solid #FFFFFF;
height: 145px;
font-family: Verdana, Arial, sans-serif;
}

.mainbody {
background-color: #FFFFFF;
color: #000000;
border-top: 20px solid #FFFFFF;}

.main {
background-color: #FFFFFF;
color: #000000;
width: 500px;
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 10 20 10 0;
border-right: 1px dashed #C0C0C0;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
font-size: 90%;
vertical-align: top;
text-align: left;
padding: 10 0 10 20;
width: 250px;
}

.copyright {
color: #000000;
font-size: .85em;
text-align: center;
letter-spacing: 2;
margin: 30 0 30 0;
padding-bottom: 30px;
padding-top: 15px;
border-top: 3px solid #D0BDAC;
}

/* form buttons */

.form {
background-color: #D0BDAC;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}

/* override some default tng styles

/* headertext-sm added to replace <font size=1> */
.headertext-sm {
	font-size: 10px;
	color: #B99852;
}

/* headertext added to replace <font size=2 color=#B99852> */
/*.headertext {*/
/*background-color: #A4805E;*/
/*color: #FFFFFF;*/
/*text-align: right;*/
/*font-weight: normal;*/
/*font-variant: small-caps;*/
/*font-size: 90%;*/
/*padding: 2 20 2 0;*/
/*height: 22px;*/
}

/* headerback: is defined to replace the bgcolor=#3E331D; in the top table and footer */
.headerback {
	background-color : #A4805E; /* was #3E331D */
	padding: 10px;
}

/* row is defined to replace the height="60" in <tr> */
.row60 {
	height: 60px;
	padding: 0px;
}

/* row5 is defined to replace the height="5" in <tr> */
.row5 {
	height: 5px;
}

/* databack: background color for data areas */
.databack {
	background-color: #F2E6CC;
	font-family: Arial, Helvetica, sans-serif;
}


/* moved these styles over from template 5 */
a.lightlink:hover, a.lightlink:active {
	color: #CCE2E3;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #CCE2E3;
	text-decoration: none;
}

.lightback {
	background-color: #FAF4E6;
} 

a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #ECD9CC;
}

/* fieldname: background color for column and row title sections */
.fieldname {
	background-color: #68939B;
	text-align: left;
}

a.snlink:hover, .snlinkact {
	background-color:#68939B;
	color:#fff;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #68939B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663333;
	border-bottom-color: #663333;
	/*background-image: url(fieldbg.jpg)*/;
}

.loginbutton {
	width: 100%;
}