/******************************
** template: 4 - minimal
*******************************/
body {
	background-color: white;
}

.content-table {
	background-color: White;
	text-align: left;
}

.nav-table {
	background-color: white;
}
.spacer-cell {
	background-color: white;
}
.login-panel {
	text-align:center;
	padding-bottom: 10px;
	background-color: white;
}
.left-menu ul {
	list-style-type:none; 
	padding: 0px 0px 40px 0px;
	margin: 0px;
}
.left-menu ul li {
	padding: 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
	display: block;
}

.left-menu ul li a, .left-menu ul li span {
	padding: 3px 4px 3px 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(images/prefix.gif);
	background-repeat:no-repeat; 
	background-position: 1px 7px;
}

.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 #666666;
	padding: 3px 4px 3px 3px;
}

.left-menu ul li.menu-separator {
	height:5px;
	font-size:0px;
	line-height:0px;
}

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 2px;
}

/*
.menu-link {
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.menu-link a {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu-link a:hover {
	text-decoration: underline;
}

.menu-link-selected {
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.menu-link-selected a {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu-link-selected a:hover {
	text-decoration: underline;
}
*/
.header-text-1 {
	color: white;
	font-style: italic;
	font-size: 24px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.header-text-2 {
	color: white;
	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;
 }

.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;
}
.column-header {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.column-header-centered {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}

.column-data {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.column-data a {
	color: black;
}

.column-data a:hover {
	text-decoration: underline;
}

.column-data-centered {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}
