/******************************
** template: 4 - minimal
** theme: 1125 - pea
** text colors: black, #7BA94B
** border and background colors: white, #7BA94B

** Changes made by DSFCA: 
**** All fonts to font-family:"Trebuchet MS", Arial, sans-serif;
**** Pea color changed to #7BA94B
**** Removed border and underline from h2
*******************************/

/******************************/
/** template specific styles **/
.nav-table {
	background-color: white;
}
.spacer-cell {
	background-color: white;
}


/******************************/
/** standard template styles **/

body {
	background-color: white;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

hr {
	color: #7BA94B;
}

.template-table {
	background-color: #7BA94B;
}

.content-table {
	background-color: White;
	text-align: left;
}

.divider-cell {
	background-color: #7BA94B;
}

.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.login-link {
	color: #333333;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

.login-link:hover {
	text-decoration: underline;
	color: #7BA94B;
}

.crumb-trail-container a:hover {
	color: #7BA94B;
}

.welcome-message {
	color: #7BA94B;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.footer-container {
	border-right: #7BA94B 1px solid;
	border-left: #7BA94B 1px solid;
	border-bottom: #7BA94B 1px solid;
	border-top: #7BA94B 1px solid;
	background-color: white;
}

.footer-container a:hover {
	color: #7BA94B;
}

.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 4px;
	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 2px #7BA94B;  /* 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: 6px;
	right: 2px;
}

.left-menu ul {
	/*border-top: solid 1px #7694CA;*/
	background-color: white;
	padding-bottom: 40px;
}
.left-menu ul li {
	border-bottom: solid 1px #7BA94B;
}
.left-menu ul li a, .left-menu ul li span {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: black;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	color: #7BA94B;
}

.left-menu ul li.selected-menu-item a {
	background-color: #7BA94B;
	color: white;
}
/*
.left-menu ul li.selected-menu-item a:hover {
	color: black;
}
*/
.left-menu ul li ul {
	border-color: #7BA94B
}
.left-menu ul li.menu-separator {
	background-color: #7BA94B;
}
/*
.menu-link {
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.menu-link a {
	color: black;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu-link a:hover {
	text-decoration: underline;
	color: #7BA94B;
}

.menu-link-selected {
	background-color: #7BA94B;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.menu-link-selected a {
	color: white;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.menu-link-selected a:hover {
	text-decoration: underline;
}

.menu-divider {
	background-color: #7BA94B;
}
*/

/****************************/
/** standard header styles **/
.header-text-1 {
	color: white;
	font-style: italic;
	font-size: 24px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

.header-text-2 {
	color: white;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 3px;
	background-color: #7BA94B;
	text-align: right;
	font-variant: small-caps;
 }

.header-text-3 {
	color: white;
	font-size: 10px;
	font-family:"Trebuchet MS", 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;
}

/****************************/
/** standard module styles **/

.content-header, h1 {
	color: white;
	background-color: #7BA94B;
}

.content-sub-header-1, h2 {
	color: #7BA94B;
	/*border-top: solid 2px #7BA94B;
	border-left: solid 2px #7BA94B;*/
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	color: #666666;
	border-color: #7BA94B;
}

.admin-table th {
	background-color: #7BA94B;
	color:black;
}

.button-bar {
	border-top: #7BA94B 1px solid;
}
