/******************************
** template: 45 - gradient
** theme: 1800 - forest
** text colors: black, #336666, white
** border and background colors: black, #336666
*******************************/
.main-table {
	text-align:left;
}
.content-cell {
	background-image:none;
	background-color: white;
}

.divider-vertical {
	background-image: url(images/bg_vert_div.gif);
	padding-bottom: 2px;
	padding-top: 2px;
	background-position: center;
}

.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.login-link {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.login-link:hover {
	text-decoration: underline;
}

.left-menu ul {
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
}
.left-menu ul li {
	padding: 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
}

.left-menu ul li a, .left-menu ul li span {
	padding: 3px 4px 3px 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.left-menu ul li a:hover {
	text-decoration: underline;
}

.left-menu ul li span:hover {
	text-decoration: underline;
	cursor:pointer;
}

.left-menu ul li.selected-menu-item {
	border-bottom-style: double !important;
}

.left-menu ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	border: solid 1px black;
	padding: 3px 4px 3px 3px;
}

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 2px;
}

.header-text-1 {
	color: black;
}

.header-text-2 {
	color: white;
 }

.header-text-3 {
	color: black;
	border-color: black;
}

.instruction-text {
	color: #666666;
	border-color: #336666;
}

.button-bar {
	border-top: #336666 1px solid;
}


