﻿#subMenu {
	background-color: #e4e4e4;
	color: #121535;
	padding: .25rem 0;
	border-top: solid 1px #171c46;
	border-bottom: solid 1px #171c46;
}

#systemLabel {
	float: left;
	min-width: 15em;
	width: auto !important;
	width: 15em;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 1em;
}

#twoColumns {
	width: auto !important;
	position: relative;
}

#content {
	padding: 1rem;
}

.clear{
	clear: both;
}

/* Main Menu section */
#mainMenu {
	float: left;
	padding: 1rem 0 1rem 1rem;
	overflow: hidden;
}

#mainMenu ul{
	list-style-type:none;
	margin: 0;
	border: 0;
	padding: 0;
}

#mainMenu a{
	display: block;
	text-decoration: none;
	border-left: solid 1em #595d81; /*#4c71a7;*/
	border-bottom: solid 2px #595d81; /*#4c71a7;*/
	margin: 4px 0;
	padding-left: 10px;
	color: #242a68;
	font-weight: bold;
	height: 1%;
}

#mainMenu a.link{
	font-weight: normal;
}

#mainMenu a.link:hover{
	text-decoration: underline;
}



#mainMenu li ul{
	border-bottom: dashed 1px #121535; /*#003683;*/
	margin-bottom: 0.5em;
	padding-left: 1em;
}

#mainMenu li li a{
	border-bottom: none;
	border-left: solid 1em white;
	color: #404041;
}



#mainMenu a:hover{
	border-color: #373737; /*#003683;*/
}

#mainMenu .expandable{
	background-repeat: no-repeat;
	background-position: 0.1em 0.5em;
}

#mainMenu .expand ul{
	display:block;
}
#mainMenu .contract ul{
	display:none;
}

#mainMenu .border{
	color: #242a68; /*#003683;*/
	font-weight:bold;
	text-align: center;
	border-bottom: solid 2px #171c46; /*#003683;*/
	border-left: none;
	margin-bottom: 0.5em;
}

#mainMenu .border a{
	color: #242a68; /*#003683;*/
	border: 0;
	border-top: solid 1px #171c46; /*#003683;*/
	padding: 0;
	padding-top: 4px;
	margin-top: 0.5em;
}

#mainMenu .border a:hover,
	#mainMenu .logOut a:hover {
	color: #121535;
	text-decoration: underline;
}

#mainMenu a.currentPage{
	background-color: #f1f1f2;
	color: #121535;
	font-weight: bold;

}

#mainMenu .logOut{
	background-color:#e4e4e4;
	border-top: solid 1px #171c46; /*#003683;*/
	border-bottom: solid 1px #171c46; /*#003683;*/
}

#mainMenu .logOut a{
	border: 0;
	text-align: center;
	padding: 0;
	font-variant: small-caps;
	font-weight: bold;
}

#mainMenu .expand .expandable{
	background-image: url(/MasterPageResource/arrow_l.gif);
	background-repeat: no-repeat;
}
#mainMenu .contract .expandable{
	background-image: url(/MasterPageResource/arrow_r.gif);
	background-repeat: no-repeat;
}

.titlePM{
	border-top: solid 3px #171c46;
	border-bottom: solid 1px #171c46;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	margin-top: 3em;
	color: Red;
}

.messagePM{
	text-align:center;
	padding:0.1em;
	font-style:italic;
	border-bottom: solid 1px #171c46;
}
.ulPM li{
	padding: 0.1em;
	border-bottom: solid 1px #171c46;

}

/* End mainMenu */

.pageTitle {
	margin-top:0;
	padding-top: 0;
	margin-bottom:0.25em;
	text-decoration:underline;
}

.hl-light a,
.pager-light a {
	color: #f8f9fa !important;
	text-decoration: none;
	font-weight: normal;
}
	.hl-light a:hover,
	.pager-light a:hover {
		text-decoration: underline;
	}

.pager-light span {
	color: #fff3cd !important;
}

.pager-light table {
	margin-left: .5rem;
	margin-right: .5rem;
}

.row-select {
	background-color: #fff3cd !important;
}