 /*
* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}
*/

/* ================================================ */
/* ============== GENERIC ELEMENTS ================ */
/* ================================================ */

html, body {
	margin: 0;
	padding: 0;
	color: #111111;
	font: 12px Arial, Helvetica, sans-serif;
}

html:first-child body {
	height: 100%; /* fix opera 9.22 and 7.10 */
}


/* ================================================ */
/* ================ PAGE CONTAINER ================ */
/* ================================================ */
div#logoContainer {
	position: absolute;
	top: 0;
	left: 0;
}

div#rootContainer {
	position: absolute;
	min-height: 100%;
	width: 100%;
	background: url(/cullen/resources/leftColumn.gif) repeat-y scroll; /*left column picture */
}


div#rootContainerBottomPadding {
	padding: 0 0 40px 0; /* Height of the footer */
	min-height: 100%;
/*	background: transparent url(/cullen/resources/logo.jpg) no-repeat; /* cullen logo */
}

div#mainContainerMargin {
	margin: 0 0 0 161px;
}

div#mainContainer {
	width: 100%;
}

div#pageContentMargin {
	margin: 20px 20px 0 20px; /* some space on top and left of the page*/
}

div#pageContent {
	width: 100%;
}

table.PageTable {
	width: 100%;
	height: 100%;
	font-size: 12px;
}


/* ================================================ */
/* =============== PAGE HEADER ==================== */
/* ================================================ */

div#headerTop {
	background: #22364C;
	height: 43px;
}

div#headerSearchArea {
	text-align: left;
	float: right;
	background: inherit;
	margin-top: 1px;
	margin-right: 15px;
}

div#headerSearchArea div#searchFieldArea {
}


div#headerSearchArea div#searchFieldArea div#searchIcon {
	display: inline;
	position: relative;
	top: 5px;
	left: 2px;
	cursor: pointer;
}

div#headerSearchArea div#searchFieldArea div#searchHelpIcon {
	display: inline;
	position: relative;
	top: 5px;
	left: 2px;
	cursor: pointer;
}

div#headerSearchArea input.DLSearchField {
	border: 1px solid #00ADAC;
	font-size: 90%;
	padding-left: 1px;
}

div#headerSearchArea div#advancedSearchArea {
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 40px;
	text-align: right;
}

div#headerSearchArea div#advancedSearchArea a {
	color: white;
	font-style: italic;
	font-size: 8pt;
	text-decoration: none;
	white-space: nowrap;
	
}

div#headerSearchArea div#advancedSearchArea a:hover {
	font-weight: bold;
}

div#headerMenu {
	background-color: #26536F;
	height: 24px;
	clear: both;	
}

div#myProfileLogoutArea {
	float: right; 
	margin-right: 15px;
	line-height: 24px;
	position: relative;
}

div#myProfileLogoutArea a.topMenu {
	padding: 0px 4px;	
}

div#myProfileLogoutArea div#savedQueriesPopup {
	position: absolute;
	background-color: #26536F;
	overflow: auto;
	top: 24px;
	z-index: 10;
}

div#savedQueriesPopup div.savedQueryLine {
	padding: 0px 5px;
	line-height: 20px;
}

div#savedQueriesPopup div.savedQueryLine a,
div#savedQueriesPopup div.savedQueryLine span {
	text-decoration: none;
	color: #BCDFE2;
}

div#savedQueriesPopup div.savedQueryLine a:HOVER {
	font-weight: bold;
}

div#savedQueriesPopup #savedQueriesHeader {
	padding-bottom: 5px;
	font-style: italic;	
}	

div#savedQueriesPopup #openSavedQueries {
	padding-top: 5px;
	font-style: italic;	
	white-space: nowrap;
}	

span.pathSeparator {
	margin: 0 3px;
}

div#publicMenuArea {
	padding-left: 5px;
	line-height: 24px;
}

div#publicMenuArea span.pathSeparator {
	color: #C8E3E5;	
}

a.topMenu, span.topMenu {
	text-decoration: none;
	color: #C8E3E5;
	white-space: nowrap;
}

a.topMenu:hover {
	font-weight: bold;
	color: #C8E3E5;
}	

a.topMenuSelected {
	text-decoration: underline;
	font-weight: bold;
	color: #C8E3E5;
}

a.topMenuSelected:hover {
	text-decoration: none;
	color: #C8E3E5;
}

center.newVersionMessage {
	padding-top: 5px;
}

div#newVersionMessageDiv {
	color: #FFFFFF;
	font-size: 8pt;
	width: 250px;
}

span#newVersionMessageTitleSpan {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
}

span#newVersionMessageLinkSpan a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ================================================ */
/* ================ BREADCRUMBS =================== */
/* ================================================ */

div#headerBreadCrumbs {
	background-color: #BCDFE2;
	white-space: nowrap;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: 5px;
}

div#headerBreadCrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom:none;
	font-weight: bold;
	text-decoration: none;
}

div#headerBreadCrumbs a:hover {
	text-decoration:underline;
}

/* PATH */
div#headerBreadCrumbs span.pathSeparator {
	color: #000000;	
}

.path1 {
	color: #000000;
}

.path2 {
	color: #14B2B4;
}

.path3 {
	color: #303D5F;
}

.path4 {
	color: #000000;
}

.path5 {
	color: #000000;
}

/* ================================================ */
/* =================== FOOTER ===================== */
/* ================================================ */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	width: 100%;
	background-image: url(/cullen/resources/bottomLeftColumn.gif);
	background-repeat:repeat-y;
	background-color: rgb(235, 236, 239);
}

#footerMargin {
	margin: 0 0 0 161px;
}

#footerMain {
	text-align:center;
	width:100%;
}

#footerBottomImage {
	background-image: url(/cullen/resources/prbottom.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#footerText {
	white-space: nowrap;
	margin: 4px;
}

a.footerLink {
	color: #555577;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -0, 5px;
	font-size: 95%;
	text-decoration: none;
}

span.footerLinkSpacer {
	margin: 0 20px 0 20px
}


/* ================================================ */
/* ====== FROM CULLEN FILE : GENERAL CSS  ========= */
/* ================================================ */

th {
	text-align: left;
}

table {
	font-size:12px;
}


/* USED ? */

a.nostyle {
	color: #555577;
	text-decoration: none;
	border-bottom:none;
}

a.nostyle:hover {
	border-bottom: none;
}

a.underlined {
	color: #555577;
	text-decoration: none;
	border-bottom: 1px solid #9999BB;
}

a.underlined:hover {
	border-bottom: 1px solid #000000;
}

/* CONTENT */
h1 {
	font-size: 19px;
	color: #00AEAF;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #005566;
	letter-spacing: -1pt;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #00AEAF;
	letter-spacing: -1pt;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #005566;
	letter-spacing: -1pt;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #22364C;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	color: #00AEAF;
}


a {
	color: #22364C;
}



a:hover {
	color: #009999;
}

a.prhome {
	color: #22364C;
	text-decoration: none;
}


/* FORMS */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #22364C;
	background-color: #C6E2E4;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}
a.white:link {
	color: #22364C;
}
a.white:hover {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}

form {
	margin: 0;
}

label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	margin: 0 5px 0 0;
}

span.label {
	width: 120px;
	font-weight: bold;
	margin: 0 5px 0 0;
}

input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
}

input.Field, textarea.Field, select.Field {
	border: 1px solid #00ADAC;
	padding: 2px;
}

input.Field_MANDATORY, textarea.Field_MANDATORY, select.Field_MANDATORY {
	border: 1px solid #00ADAC;
	padding: 2px;
}

input.Field_ERROR, textarea.Field_ERROR, select.Field_ERROR {
	border: 1px solid #00ADAC;
	padding: 2px;
	background-color: #FF9999;
}

div.FormRow {
	padding: 5px 0;
}

div.FormActions {
	/*padding: 0 0 20px 0;*/
	/*margin: 0 20px 20px 0;*/
	text-align: right;
}

div.FormActions input {
	width: 75px;
}

div.backToHelpIndex {
	padding: 20px 0px 0px 5px;
}

div.backToHelpIndex a {
	color: #26536F;
	text-decoration: none;
	font-weight: bold;
}