/* CSS Document */

/* CSS Document
This define the style for the side menus
If you want to use this for another menu with different styles
1. save this as a new file
2. change ALL the '.sidemenu' entries to the new class name
3. edit the attributes till your blue in the face
4. make sure your index likes to the new file.
 */

table.lists{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	font-size: 10px;

}

table.lists tr td {
	text-align : left;
	margin-left: 10px;
	padding-left: 10px;
	color: #000000;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}

table.lists th{
	font-weight: bold;
	padding-left: 3px;
	text-align: center;

}

table.formlists{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-size: 10px;

}

table.formlists tr td {
	text-align : left;
	margin-left: 1px;
	padding-left: 1px;
	color: #000000;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-top-style: none;

}

table.formlists th{
	font-weight: bold;
	padding-left: 3px;
	text-align: center;

}


/* Don't change the order of these, active,link,visited,hover*/
a.lists:active {

}
a.lists:link {
	color:WHITE;
	text-decoration: none;

}

a.lists:visited {
	color:WHITE;
	text-decoration: none;

}
a.lists:hover {
	color:#CCCCCC;
}
