﻿.body
{
	background-color:White;
}


/* Search table Start ***************************************************************/

.SearchTable
{
	width:100%;
}

.SearchCol
{
	border:solid 1px black; 
	border-left-color:gray;
	border-top-color:gray;
	background-color:white;
}
/* Search table End ******************************************************************/

/* Main table Start ******************************************************************/

/*main table holds the links data*/
.MainTable
{
	width:99%;
}
/*OuterColumns formats the 4 outer columns*/
.OuterColumns
{
	BACKGROUND-COLOR:Transparent;
	width: 180px;
	text-align:left;
	PADDING:0,0,0,0;
}
/*OuterPanels formats the panels in each of the 4 outer columns. the links are added to the panels*/
.OuterPanels
{
	BACKGROUND-COLOR:Transparent;
	border-top: 1px solid #2B2B55;
	border-right: 1px solid #2B2B55;
	border-bottom: 1px solid #2B2B55;
	border-left: 1px solid #2B2B55;
	width: 100%;
	text-align:left;
	PADDING:0,0,0,0;
}


.DataCol
{
	BACKGROUND-COLOR:Transparent;
	text-align:left;
	PADDING:0,0,0,0;
}

.DataPanel
{
	BACKGROUND-COLOR:Transparent;
	border-top: 1px solid #2B2B55;
	border-right: 1px solid #2B2B55;
	border-bottom: 1px solid #2B2B55;
	border-left: 1px solid #2B2B55;
	width: 100%;
	text-align:left;
	PADDING:0,0,0,0;
}

/**/
/**/
/**/
/**/
/**/
/**/


/* navigation box start ******************************************************************/

/*navheader is the top header cell*/
#navheader {
background: #C9FAB4;
border-top: 1px solid #2B2B55;
border-right: 1px solid #2B2B55;
border-bottom: 1px solid #2B2B55;
border-left: 1px solid #2B2B55;
font:  bold 0.8em Verdana;
color: #000;
HEIGHT:18px;
text-align: center;
width: 99%
}

/*navgroups is the sub header cell under the top header cell*/
#navgroups {
background: #333333;
color: #FFFFFF;
FONT-WEIGHT:bold;
text-align:center;
width: 100%
}

#navgroupshilite {
background: #FF0000;
color: #FFFFFF;
FONT-WEIGHT:bold;
text-align:center;
width: 100%
}


/*navbox is the links under the sub header cell*/
#navbox {
font: 0.7em Verdana;
color: #000;
background: #EEE;
width: 100%
}

/*navbox a is for when the mouse hovers over the navbox links*/
#navbox a {
display: block;
padding: 2px;
color:  #000;
text-decoration: none;
width: 96%;

}

#navbox a:link { background: #EEE; border: 1px solid #EEE; }
#navbox a:active { background: #FFF; border: 1px solid #2B2B55; }
#navbox a:visited { background: #EEE; border: 1px solid #EEE; }
#navbox a:hover { background: #DDD; border: 1px solid #2B2B55; }


/*navbox is the links under the sub header cell*/


/* data column start ******************************************************************/

/*navheaderdata is the top header cell*/
#navheaderdata {
background: #C9FAB4;
border-top: 1px solid #2B2B55;
border-right: 1px solid #2B2B55;
border-bottom: 1px solid #2B2B55;
border-left: 1px solid #2B2B55;
font:  bold 0.8em Verdana;
color: #000;
HEIGHT:18px;
text-align: left;
width: 99.8%
}

/*navbox is the links under the sub header cell*/
#navboxdata {
font: 0.7em Verdana;
color: #000;
background: #EEE;
width: 100%
}

/* change the color of new items*/
#navheaderdataNew {
background: #ff8000;
border-top: 1px solid #2B2B55;
border-right: 1px solid #2B2B55;
border-bottom: 1px solid #2B2B55;
border-left: 1px solid #2B2B55;
font:  bold 0.8em Verdana;
color: #000;
HEIGHT:18px;
text-align: left;
width: 99.8%
}


/* data column end ******************************************************************/


/* footer control */
#footer {
font: 8pt Arial;
color: #AAA;
text-align: right;
margin: 0px 10px 10px 0px;
}

#footer a:link { color: #AAA; text-decoration: none; }
#footer a:active { color: #F00; text-decoration: none; }
#footer a:visited { color: #AAA; text-decoration: none; }
#footer a:hover { color: #2B2B55; text-decoration: underline; }

/* footer control END */
