body
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;

}

.alert
{
  position:absolute:top:0px;left:0px;
  background-color:gainsboro;
  display:block;
  padding:4px;

}

.usermenu
{
 position:absolute;
 background-color:gainsboro;
 padding:3px;
 margin:0px;
 top:0px;
 right:0px;
border-bottom:1px orange solid;
 border-left:1px orange solid;
 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


h2
{
font-family: Arial, Helvetica, sans-serif;
 font-size:16px;

}

p
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

li
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.header
{
  height:120px;
  border:1px gainsboro solid;
  padding:5px;

}
.footer
{
  height:40px;
  border:1px gainsboro solid;
  padding:5px;
}


.nav
{
 padding-top:5px;
 padding-right:5px;
 border-left:1px gainsboro solid;
}



.content1
{
	width:100%;
	height:400px;
	padding:10px;
	margin:6px;
  border-right:1px gainsboro solid;
  border-left:1px gainsboro solid;
}



.vmouseover, vmouseover a 
{
  background-color:#C7B59D;
  color:#ffffff;
}

.heading
{
 background-color:#000000;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:3px;
	 border:1px orange solid;

}

.heading a
{
 background-color:#000000;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:3px;
}



.grid
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}



.system
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border:1px gainsboro solid;
	padding:0px;

}

.system td
{
	font-size: 11px;
}


.nav-top {

	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}


.nav-tab {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
	height:20px;
	border:1px orange solid;
	width: 162px;
	
}

.nav-tab a, .nav-tab a:active,.nav-tab a:visited {
	 
	font-size: 14px;
	color: white;
	text-decoration:none;
	display:block;

}


.nav-tab-on {

	font-size: 12px;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
	height:20px;
	width: 162px;
	border:1px orange solid;
}

.nav-tab-on a, .nav-tab-on a:active,.nav-tab-on a:visited {

	font-size: 14px;
	color: orange;
	text-decoration:none;
	display:block;
	
}


.nav-left {

	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	padding:2px;
	width: 142px;
	text-align: left;
	text-decoration:none;
	display:block;
}


.nav-left-on {

	font-size: 11px;
	color: #000000;
	background-color: orange;
	font-weight: bold;
	padding:2px;
	width: 142px;
	text-align: left;
	text-decoration:none;
	display:block;
}

.footerNav
{

  text-align:center;

}


/*
	class for entire table
	*/
	.vtable
	{
	 font-size:12px;
	 
	}
	
	
	.vtr_even
	{
	 background-color:gainsboro;
	
	}
	
	.vtr_odd
	{
	background-color:ghostwhite;
	
	}
	
	/*
	class for cells in the table
	*/
	.vtd
	{
	 border:1px gainsboro solid;
	}
	
	
	/*
	class for header row
	*/
	.vheader
	{

	}
	

	/*
	class for header cell
	*/
	.vth
	{
	 background-color:#ffffff;
	 border:1px black solid;
	 color:#000000;
	 padding:3px;
	}
	.vth a
	{
		color:#000000;
		font-size:14px;
		color:blue;
	}
	
	
	/*
	class for the edit cell
	*/
	.vedit 
	{
	 background-color:none;
	}
	.vedit a
	{
	 color: red;
	}
	
		.category_child
	{
  	font-size:11px;	
	
	}
	
	.autosave td
	{
	  font-size:10px;
	}
	
		.autosave th
	{
	  font-size:11px;
	}
	
	.archive_header
	{
	  padding:4px;
	  background-color:gainsboro;
	  margin-bottom:3px;
	}