/* ------------------------------------- Global ------------------------------------- */
body {
    background-color: #CCCCCC;
    margin : 0;
    leftmargin: 0;
    rightmargin: 0;
    topmargin: 0;
    bottommargin: 0;
}
td {
	color: #000000;
	font: normal 11px Verdana, Helvetica, sans-serif;
}
a:link, a:visited		{
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active		{
	color: #000000;
	text-decoration: underline;
}
li		{
	padding-top: 4px;
	padding-bottom: 4px;
}

/* ------------------------------------- Header ------------------------------------- */
.header		{
	color: #FFFFFF;
	font: normal 12px/15px Verdana, Helvetica, sans-serif;
}
.headBG1 {
	border-bottom: 1px solid #EFB310;
	width: 200;
	background: #FFFFFF;
}
.headBG2 {
	border-bottom: 1px solid #EFB310;
	background: #FFFFFF;
}
.headBG3 {
	background: #FFFFFF;
	height: 60;
	border-bottom: 1px solid #EFB310;
	text-align: right;
	padding-right: 15px;
}
/* ------------------------------------- Body Container ------------------------------------- */
.containerBG		{
	background: url(../images/leftNavBG.gif) repeat-y;
    background-color: #FFE79C;
}
/* ------------------------------------- Login Row ------------------------------------- */
.loginRow		{
	color: #FFFFFF;
	background: #EFB310;
	padding: 2 5;
	border-bottom: 1px solid #EFB310;
}
/* ------------------------------------- Left Nav ------------------------------------- */
#leftNav		{
	padding-top: 5px;
	width: 145px;
}
#leftNav a		{
	color: #000000;
	display: block;
	background: #FFE79C;
	border-bottom: 2px solid #EFB310;
	padding: 2 0px 2 5;
}
#leftNav .subNav		{
	padding-left: 15px;
}
#leftNav .highlight		{
	background: #FFE79C;
	color: #000000;
}
/* ------------------------------------- Content Area ------------------------------------- */
.body		{topmargin:0; leftmargin:0; marginwidth:0; marginheight:0;
	padding: 7px 15px;
	background: #FFFFFF;
}
.titleHead		{
	color: #000000;
	font: bold 12px Verdana, Helvetica, sans-serif;
}
#tabula {
}
#tabula td {
	padding: 3 0 3 5;
}
#tabula .headRow {
	background-color: #999999;
}
/*#tabula .blueRow {
	background: #E6E6E6;
}*/

#tabula tr:nth-child(odd) {
	background-color:#fff;
}
#tabula tr:nth-child(even) {
	background-color:#E6E6E6;
}

.picArea		{
	width: 160px;
	padding-top: 7px;
	background: #FFFFFF;
}
.picArea img		{
	margin-bottom: 7px;
}
/* ------------------------------------- Footer ------------------------------------- */
.footer		{
	color: #FFFFFF;
	background: #EFB310;
	font-size: 9px;
	text-align: center;
	padding: 5px;
}
.footer a:link, .footer a:visited		{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover, .footer a:active		{
	color: #000000;
	text-decoration: underline;
}
