/*************************************************
** template: 7 - pastels
**************************************************/
.nav-table {
	text-align: left;
	border-top: solid 1px white;
}
body {
	background-color: white;
}

hr {
	color: #737373;
}

.template-table {
	background-color: white;
}

.content-table {
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
}

.header-cell {
	border-bottom: solid 1px #737373;
}
.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.footer-container a:hover {
	color: #737373;
}

.crumb-trail-container a:hover {
	color: #737373;
}

.welcome-message {
	color: #737373;
}
.login-link:hover {
	color: #737373;
}

.footer-container {
	border-top: #737373 1px solid;
	background-color: white;
	padding-top: 6px;
	padding-bottom: 3px;
}

.left-menu ul {
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
	text-align:left;
}
.left-menu ul li {
	padding: 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
}

.left-menu ul li a, .left-menu ul li span {
	padding: 6px 16px 6px 7px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: solid 6px white;
/*	border-right: solid 3px white;*/
}

.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 a {
	font-style: italic;
}

.left-menu ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	border: solid 1px black;
	padding: 0px 4px 6px 4px;
	background-color:White;
}
.left-menu ul li.menu-separator { /* default colors */
	background-color: black;
	height:3px;
	line-height:3px;
	margin: 8px 0px 2px 0px;
	font-size:2px;
	border: solid 2px lightgray;
}

.rightarrowclass{
	position: absolute;
	top: 14px;
	right: 10px;
}

/****************************/
/** standard header styles **/
.header-text-1 {
	color: #737373;
	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;
	border-color: #737373;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 3px;
	background-color: #C0C0C0;
	text-align: right;
	font-variant: small-caps;
 }

.header-text-3 {
	color: #737373;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	border-color: #737373;
	border-width: 6px;
	border-style: double;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px;
}

.button-bar {
	border-top: #737373 1px solid;
}

.admin-table th {
	background-color: #737373;
	color:White;
}
/****************************/
/** standard module styles **/

.content-header, h1 {
	background-color: #737373;
}

.content-sub-header-1, h2 {
	color: #737373;
	border-bottom: double 4px #C0C0C0;
}

.content-sub-header-2, h3 {
	color: #737373;
}
