/******************************
** template: 62 - Tabs
*******************************/

body {
	background-color: white;
}
.template-wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.template-table {
	text-align: left;
}
.login-panel {
	padding: 6px 10px 6px 10px;
	margin: 0px; /*white-space:nowrap;*/
}

.box-1-container, .box-2-container {
	padding: 6px 0px 6px 0px;
	margin: 0px; /*white-space:nowrap;*/
}
.content-table {
	background-color: white;
	text-align: left;
}

.nav-table {
	background-color: white;
	text-align: left;
}
.spacer-cell {
	background-color: white;
	width: 5px;
}
.left-menu ul {
	list-style-type: none;
	padding:0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.left-menu ul li {
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
	display: block;
	position: relative;
}
.left-menu ul li span {
	display: block;
}
.left-menu ul li span a, .left-menu ul li span span {
	padding: 5px 10px 8px 20px;
	font-family: Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	outline:0px;
}

.left-menu ul li.sub-parent {
	height:32px;
}
.left-menu ul li a:hover {
	text-decoration: bold;
}

.left-menu ul li span:hover {
	text-decoration: bold;
	cursor: pointer;
}
.left-menu ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	border: solid 2px #666666; /* default color */
	padding: 3px 4px 3px 3px;
}

.left-menu ul li.menu-separator {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
}

.rightarrowclass {
	position: absolute;
	top: 8px;
	right: 2px;
	font-size:1px;
}

.header-text-1 {
	font-style: italic;
	font-size: 24px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.header-text-2 {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 3px;
	font-variant: small-caps;
}

.header-text-3 {
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	border-color: black;
	border-width: 6px;
	border-style: double;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px;
}

.box_2 {
}
