@charset "utf-8";
/* CSS Document */
.UserNavigation {
	padding: 2px;
}

.UserNavigation ul{
	margin: 0;
	padding: 0;
	 /*Set to "right" to right align pagination interface*/
	/*text-align: right;*/
	font-size: 12px;
}

.UserNavigation li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	height: 26px;
	line-height: 16px;
}
.UserNavigation a, .UserNavigation a:visited{
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	/*border-right: 1px solid #9aafe5;*/
	text-decoration: none; 
	color: #2e6ab1;
	font-weight: bold;
}
.UserNavigation a:hover, .UserNavigation a:active{
	/*border-right: 1px solid #9aafe5;*/
	text-decoration: underline;
}
.UserNavigation a.TerminalLink, .UserNavigation a.TerminalLink:visited{
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
	text-decoration: none; 
	color: #2e6ab1;
	font-weight: bold;
}
.UserNavigation a.TerminalLink:hover, .UserNavigation a.TerminalLink:active{
	border-right: 0px;
	text-decoration: underline;
}
.UserNavigation a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.UserNavigation a.disablelink, .UserNavigation a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.ErrorMessage {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #FF0000;
	padding-bottom: 4px;
}

.UserData td {
	vertical-align: top;
	padding: 2px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.UserData th {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tdDimmed {
	background-color: #CCCCCC;
}

td {
	padding: 2px;
}
.article table {
	margin: 0px;
	padding: 0px;
}
.IndentSpacer {
	float: left;
	width: 25px;
}
.tdMenuOption {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #2e6ab1;
}
.tdMenuOption:hover, .tdMenuOption:active {
	text-decoration: underline;
}
