/******************************
** template: 61 - Recessed
*******************************/

body {
	background-image: url(images/61_background.jpg);
	background-repeat: repeat;
}
.template-wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.template-table {
	text-align:left;
	border-spacing: 0px;
	border-collapse:collapse;
}
.layout {
	font-size:1px;
}
.content {
	font-size:12px;
}
.left-side {	
	background-repeat:repeat-y;
	background-image: url(images/61_l.jpg);
}
.right-side {	
	background-repeat:repeat-y;
	background-image: url(images/61_r.jpg);
}
.top-border {
	background-image: url(images/61_t.jpg);
	background-repeat: repeat-x;
}
.bottom-border {
	background-image: url(images/61_b.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top-left {
	width:25px;
	height:26px;
	background-image: url(images/61_tl.png);
	background-repeat:no-repeat;
}
.top-right {
	width:25px;
	height:26px;
	background-image: url(images/61_tr.png);
	background-repeat:no-repeat;
}
.bottom-left {
	width:25px;
	height:25px;
	background-image: url(images/61_bl.png);
	background-repeat:no-repeat;
}
.bottom-right {
	width:25px;
	height:25px;
	background-image: url(images/61_br.png);
	background-repeat:no-repeat;
}
.box-2-container {
	padding-top:20px;
}
.content-table {
	background-color: white;
	text-align: left;
}

.nav-table {
	background-color: white;
	text-align: left;
}
.spacer-cell {
	background-color: white;
}
.login-panel {
	text-align:left;
	padding-bottom: 0px;
	background-color: white;
}
.left-menu ul {
	list-style-type:none; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.left-menu ul li {
	padding: 10px 20px 0px 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
	display: block;
}

.left-menu ul li span a, .left-menu ul li span span {
	padding:5px 1px 8px 20px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-position: 0px 0px;
}

.left-menu ul li a:hover {
	text-decoration: bold;
}

.left-menu ul li span:hover {
	text-decoration: bold;
	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 2px #666666;  /* default color */
	padding: 3px 4px 3px 3px;
	background-color:White;
}

.left-menu ul li.menu-separator {
	height:5px;
	font-size:0px;
	line-height:0px;
}

.rightarrowclass{
	position: absolute;
	top: 17px;
	right: 2px;
}

.header-text-1 {
	color: black;
	font-style: italic;
	font-size: 24px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;	
}

.header-text-2 {
	color: black;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 3px;
	font-variant: small-caps;
	border-right: #363636 1px solid;
	border-bottom: #363636 1px solid;
 }

.header-text-3 {
	color: black;
	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;
}
