/*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*/

body {
	color :#664C33;
	background-color:#FFFFFF;
}

#layout {
	width:980px;
	margin:auto;
	background:url('/img/background.jpg');
	background-position:center;
	background-repeat:repeat-y;
}

#contentcontainer {
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#664C33;
}

#buttons {
	width:970px;
	margin:auto;
}

#menucontainer {
	width:150px;
	color:#664C33;
	float:left;
}

#bottomfoot {
	width:790px;
	margin:auto;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#664C33;
	float:right;
	letter-spacing:1px;
}

.menuitemslinks {
	color:#664C33;
	margin-left:3px;
	border-right:1px #d6d6d6 solid;
	border-bottom:1px #d6d6d6 solid;
}

a.menulink {
	color:#AA4786;
	text-decoration:none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.menulink:hover {
	color:#AA4786;
	text-decoration:underline;
}

#tngcontainer {
	width:805px;
	float:right;
	color:#664C33;
}

.header {
	color:#664C33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


A:LINK, A:ACTIVE, A:VISITED {
	color : #AA4786;
}

.fieldname {
	font-size:12px;
}

.fieldnameback {
	background-color: #664C33;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.databack {
	background-color: #EAEAEA;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
	font-size:12px;
}


/* sideback: background color for side and top frames */
.sideback {
	background-color: #664C33;
}

a.snlink:hover, .snlinkact {
	background-color:#664C33; /*same as "fieldnameback" background color */
	color:#fff;
}

.spacercol {
    width: 5px;
}

.snlink {
	background-color:#EAEAEA; /*same as "databack" background color */
}

#mnav li { /* all list items */
	background: #EAEAEA; /*same as "databack" background color */
}

img {
	border:0px;
}

.tnggif {
	margin-left: 6px;
	margin-right: 6px;
	width: 16px;
  	height: 16px;
}

td.highlightedchild {
	border:0px;
}

td.unhighlightedchild {
    padding:0px;
}

.bar {
	background-color:#ab4787;
}
h2 {
	font-size:14px;
}
