/* General */
body
{
	background: #E4E4E4;   /* bottom background color */

}

tr, p, div {
  font-family      : Tahoma;
  font-size        : 11px;
  color            : #666666;
}


.tdpathway
{
	padding-left:6px;
	height:30px;
	vertical-align:bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #E4E4E4;  /* bottom border color */
}

.tdbody
{
	padding-left: 5px;
	padding-right: 5px;
}
.tblmain
{
	
	width: 97%;
	margin-left:5px;
	margin-top:0px;
	margin-right: 5px;
}


table.moduletable
{
	width: 183px;
	margin-bottom: 5px;
	padding-bottom:3px;
	background: #E4E4E4;  /* Menu table background color */
}

table.moduletable th
{
	/* background-image: url("../images/menu-header.gif"); */
	background-repeat : no-repeat;
	height: 31px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	color: #666666;
}

table.moduletable td
{
	padding-left : 9px;	
}


table.contentpaneopen td
{
	text-align:justify;
}


.tdmodule
{
	text-align: left;
	width: 213px;
	border-right: 1px solid #E4E4E4;  /* right vertical border color */
}

#active_menu 
{
	border-left : 0px solid #E4E4E4; /* active menu left border color */
	padding-left: 4px;
}
a.mainlevel:link, a.mainlevel:visited {
	font-size: 11px;
	color: #D5BDA2;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #000000;  /* main menu item hover highlighted text color */
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 10px;
	color: #D5BDA2;
	text-align: left;
        text-decoration: none;
}

a.sublevel:hover {
	color: #000000;    /* sub-menu item hover highlighted text color */
	text-decoration: none; 
}


.contentheading {
	font-family: Georgia;
	/* background-image: url("../images/vr_content_head.png"); */
	background-repeat : no-repeat;
	background-position : left bottom;
	height: 19px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	padding-left: 3px;
	vertical-align:bottom;
	text-decoration: none;
}

.componentheading
{
	border-bottom: 1px solid;
	font-size: 18px;
	font-weight: bold;
	color : #666666;
}

table.moduletable a:link
{
	color: #666666;
	font-weight:bold;
}

table.moduletable a:visited
{
	color: #666666;
	font-weight:bold;
}

table.moduletable a:hover
{
	color: #000000;
}

a:link, a:visited {
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;

}

a:hover {
	color: #000000;
	text-decoration: none;
}

.sectiontableheader
{
	/* background-image: url("../images/vr_section_head.png"); */
	background-repeat : no-repeat;
	color : #000000;
	height:30px;
	padding-left:3px;
	font-weight:bold;
}


.contentdescription
{
	padding-top:3px;
}

.createdate , .small
{
	font-family: verdana;
	font-size:10px;
	color: #666666;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	/* background-image: url(../images/arrow.png) ; */
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

table.contenttoc {
	border: 1px solid #cccccc;
}

table.contenttoc th {
	border-bottom : 1px solid #000000;
	background : #669D01;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left : 3px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

table.contenttoc td
{
	background : #000000;
	line-height:12px;
	padding:2px;
}

table.contenttoc a:link , table.contenttoc a:visited
{
	font-size:11px;
	color: #666666;
	text-decoration : none;
}

table.contenttoc a:hover
{
	color : #000000;
	text-decoration : none;
}

input , textarea, select
{
	border:1px solid #666666;
	background : #E4E4E4;
	font-family:verdana;
	font-size:10px;
}

.button
{
	border:1px solid #666666;
	font-size:10px;
	background: #e4e4e4;
	color: #666666;
}


.highlight
{
	color: #000000;
	text-decoration:none;
}

.vmCartModule img {
        display: none;
}