@charset "utf-8";

/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/
.bea-portal-body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../../../images/bodybg.jpg);
	background-repeat: repeat-x;
}

.bea-portal-body a {
	display: inline;
}

.bea-portal-body a:hover {
	text-decoration: underline;
}

.bea-portal-body-content {
	
}

.bea-portal-body-header,.bea-portal-body-footer {
	margin: 0px;
	padding: 0px;
	color: #cccce5;
}

.bea-portal-body-header {
	font-size: large;
	font-weight: bold;
}

.bea-portal-body-footer {
	font-size: x-small;
	font-style: italic;
}

.bea-portal-body-header a,.bea-portal-body-footer a {
	color: #cccce5;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;
}

/* Headers */
h1 {
	font-family: arial;
	font-weight: bold;
	color: #158155;
	font-size: 200%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: arial;
	font-weight: bold;
	color: #012E4D;
	font-size: 160%;
	margin-top: 0px;
}

h3 {
	font-family: arial;
	font-weight: bold;
	color: #FE8600;
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 25px;
}

.header3 {
	font-family: arial;
	font-weight: bold;
	color: #FE8600;
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 25px;
}

/* Anchor */
a {
	color: #4B84B5;
	text-decoration: underline;
}

a:hover {
	color: #158155;
}

/* Horizontal Rule */
hr {
	color: #666666;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}

.rgov-leftmenu-placeholder hr {
	margin-left: -10px;
	margin-right: 5px;
}

/* Table */
th {
	vertical-align: top;
}

/* Captions */
.searchCriteriaCaption {
	font-weight: bold;
	background-color: #DEE7EE;
	background-image: url(../../../../images/icon_search.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 84px;
	padding-top: 8px;
}

.quickSearchCriteriaCaption {
	font-weight: bold;
	background-color: #DEE7EE;
	background-image: url(../../../../images/icon_quicksearch.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 123px;
	padding-top: 8px;
}

/* Header Classes */
.topNavBGLogo {
	background-image: url(../../../../images/bg_topnavbar_logo.jpg);
}

.rgov-header {
	color: #FFFFFF;
}

.rgov-header a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.rgov-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rgov-header .integration {
	background-image: url('../../../../images/TopBannerDevelopment.jpg');
	background-repeat: no-repeat;
}

.rgov-header .acceptance {
	background-image: url('../../../../images/TopBannerAcceptance.jpg');
	background-repeat: no-repeat;
}

.rgov-header .production {
	background-image: url('../../../../images/TopBanner.jpg');
	background-repeat: no-repeat;
}

/* End - Header Classes */ /* Footer */
.rgov-footer {
	color: #333333;
	background-color: #D4EEC0;
	border: 1px solid #7CC0B8;
	height: 100%;
}

.rgov-footer a {
	color: #000000;
	text-decoration: none;
}

.rgov-footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.rgov-footer hr {
	color: # #547038;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 0px;
	width: 875px;
}

/* Display Tag Classes */
.searchResults {
	padding-top: 10px;
}

.searchResults thead tr th {
	background-color: #EBEBEB;
	vertical-align: top;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: #000000;
}

.even {
	background-color: #EBEBEB;
}

.searchResults th a {
	font-weight: bold;
	vertical-align: top;
	color: #4B84B5;
}

.searchResults td a {
	font-weight: bold;
}

.searchResults .regularText a {
	font-weight: normal;
}

.searchResults td {
	padding: 4px;
	vertical-align: top;
}

.searchResults th {
	padding: 4px;
}

/*
.sorted {

}

.order1 {
}

.order2 {
}
*/
.buttonsPanel {
	padding-bottom: 12px;
	padding-top: 12px;
	vertical-align: top;
}

.buttonsPanel a img {
	border: 0px;
}

/* Errors */
.errors {
	color: red;
	padding-left: 50px;
	padding-bottom: 12px;
}

.errors tr {
	background-image: url(../../../../images/red_arrow.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.errors td {
	padding-left: 25px;
	vertical-align: middle;
}

/**********************************************************************************************/
	/* Forms */
	/**********************************************************************************************/
.form { /*background-color:#EBEBEB;*/
	
}

/************************************************************************************************/
	/* About Menu
/************************************************************************************************/
.aboutMenu {
	background-color: #D4EEC0;
	margin-left: -18px;
	line-height: 135%;
}

.aboutMenuLink {
	color: #4B84B5;
}

.aboutMenuLink:hover {
	color: #158155;
}

/************************************************************************************************/
	/* Adjust Font Size
/************************************************************************************************/
.fontSizeSelector a:hover {
	color: #000000;
	font-weight: bold;
}

.fontSizeUnselected {
	color: #999999;
}

.fontSizeSelected {
	color: #000000;
	font-weight: bold;
}

/************************************************************************************************/
	/* BODY
/************************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	line-height: normal;
}

.bgLeft {
	background-color: #FFFFFF;
	border-left: 1px solid #012E4D;
}

.bgRight {
	background-color: #FFFFFF;
	border-right: 1px solid #012E4D;
}

.bodyBGFooter {
	background-color: #FFFFFF;
	border-right: 1px solid #012E4D;
	border-left: 1px solid #012E4D;
	border-bottom: 1px solid #012E4D;
}

.bgbottom {
	background-color: #FFFFFF;
	border-bottom: 1px solid #012E4D;
}

.bgRightBottom {
	background-color: #FFFFFF;
	border-right: 1px solid #012E4D;
	border-bottom: 1px solid #012E4D;
}

.bgLeftBottom {
	background-color: #FFFFFF;
	border-left: 1px solid #012E4D;
	border-bottom: 1px solid #012E4D;
}

/************************************************************************************************/
	/* CMS
/************************************************************************************************/
.cms h2 {
	color: #158155;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

/************************************************************************************************/
/* BETA
/************************************************************************************************/

.beta {
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
}

/************************************************************************************************/
/* attachments
/************************************************************************************************/
.pdf_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/pdf.gif)}
.word_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/word.gif)}
.excel_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/excel.gif)}
.powerpoint_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/powerpoint.gif)}
.generic_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/generic.jpg)}
.zip_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/zip.gif)}
.movie_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/movie.jpg)}
.visio_link {text-indent: 15px; margin-left: 35px; list-style-position:outside; list-style-image: url(../../../../images/visio.gif)}

/************************************************************************************************/
/* Attachment Header
/************************************************************************************************/
.attachmentsHeader {
	color:#4A75AD;
	font-family:Arial,Helvetica,sans-serif;
	font-size:120%;
	font-weight:bolder;	
}

.allReviews {
	font-family: arial;
	font-weight: bold;
	color: #158155;
	font-size: 140%;
	margin-top: 0px;
}
