.normalText {
	font-family: 'Global User Interface', Arial;
	font-size: 12px;
}

.smallText {
	font-family: 'Global User Interface', Arial;
	font-size: 10px;
}

.adminText {
	font-family: 'Global User Interface', Arial;
	font-size: 12px;
}

.adminHeader {
	font-family: 'Global User Interface', Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.borderThin {
	border: thin solid #9BBCDD;
}

.adminTextSmall {
	font-family: 'Global User Interface', Arial;
	font-size: 10px;
}

.fullborder {
	border: 1px solid #7494B2;
}

.mainborder {
	border-left: 1px solid #7494B2;
	border-right: 1px solid #7494B2;
	border-bottom: 1px solid #7494B2;
}

.leftrightborder {
	border-left: 1px solid #7494B2;
	border-right: 1px solid #7494B2;
}

.menuborder {
	border: 1px solid #7494B2;
	background-image: url(../images/MenuBG.jpg);
	cursor: pointer;
}

.footerDivider {
	border-left: 1px solid #032d5d;
}

.standardText {
	font-size: 12px;
	color: #696969;
	font-family: 'Global User Interface', Arial;
}

.standardWhiteText {
	font-size: 12px;
	color: #ffffff;
	font-family: 'Global User Interface', Arial;
}

.smallStandardText {
	font-size: 10px;
	color: #696969;
	font-family: 'Global User Interface', Arial;
	font-weight: bold;
}

.pageTitleText {
	font-size: 24px;
	color: #365D7E;
	font-family: 'Global User Interface', Arial;
}

.squareborder {
	border: 1px solid #7494B2;
}

/*
.modalStyle {
    background-color: #FFFFFF;
    opacity: .1;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 900;
}
*/

.popUpStyle {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 900;
}

.light {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: #FFFFFF;
}

.dark {
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: #000000;
}

.popUpMessageStyle {
	color: #000000;
	background-color: #FFFFFF;
	z-index: 910;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.shadow {
	border: 1px solid #EEEEEE;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.RDSButton {
	font-size: 10pt;
	font-family: 'Global User Interface', Arial;
	text-align: center;
	border-radius: 5px;
	background-color: #365D7E;
	border: 1px solid #365D7E;
	color: #EEEEEE;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 40px;
}

	.RDSButton:hover {
		background-color: #7494B2;
	}

.ReportFolder {
	font-size: 10pt;
	font-family: 'Global User Interface', Arial;
	text-align: left;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 40px;
	border: 1px solid #FFFFFF;
}

	.ReportFolder:hover {
		border-radius: 5px;
		background-color: #7494B2;
		border: 1px solid #365D7E;
		color: #EEEEEE;
	}

.ReportFolderSelected {
	border-radius: 5px;
	background-color: #7494B2;
	border: 1px solid #365D7E;
	color: #EEEEEE;
}

.RDSHeaderButton {
	font-size: 9pt;
	font-weight: bold;
	font-family: 'Global User Interface', Arial;
	text-align: left;
	background-image: url('');
	background-repeat: no-repeat;
	color: #EEEEEE;
	padding: 3px 5px;
}

.Sort {
	cursor: pointer;
}

.RDSBorder {
	border: 1px solid #365D7E;
	border-radius: 5px;
}

.RDSHeader {
	font-size: 10pt;
	font-family: 'Global User Interface', Arial;
	border-radius: 5px;
	background-color: #365D7E;
	background-repeat: no-repeat;
	border: 1px solid #365D7E;
	color: #EEEEEE;
	padding: 2px 5px;
	font-weight: bold;
	height: 24px;
	line-height: 20px;
}

.Recipient {
	padding: 2px;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	font-family: Arial;
	background-color: #EEEEEE;
	border-radius: 3px;
	display: inline-block;
	margin: 2px;
}

.SearchResultsRow {
	font-size: 12px;
	font-family: Arial;
}

.SearchResultsCell {
	padding: 2px 3px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	min-height: 20px;
}

.SearchResultsRow:hover {
	background-color: #CCCCCC;
}

.reportSelected {
	background-color: #CCCCCC;
}

.evenRow {
	background-color: #EEEEEE;
}

.right {
	text-align: right;
	padding-right: 2px;
}

.left {
	text-align: left;
	padding-left: 2px;
}

.tooltip {
	padding: 3px;
	background-color: #EEF8FF;
	border: 1px solid black;
	position: absolute;
	width: auto;
	border-radius: 3px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	font-size: 12px;
	z-index: 950;
}

.listEvenRow {
	background-color: #EEEEEE;
}

button {
	font-size: 11px;
}
