/* culture shock: grass stains by pogy366 - Sept. 2005 */

/*
blue 355d91
less of a bright blue 397bcf 
*/

/******* structure and layout *******/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	margin: 0px auto;
}

.wrapwide {
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	background: #ffffff;
	border-left: 1px solid #355d91;
	border-right: 1px solid #355d91;
	border-top: 1px solid #355d91;
}

.wrapbackground {
	background: #efefef;
}

/******* font control begin *******/
.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	margin-left: auto;
	margin-right: auto;
}

.textBld {
	font-weight: bolder;
}

.textNrml {
	font-weight: normal;
}

.displayInline {
	display: inline;
}

.width150px {
	width: 150px !important;
}

.width200px {
	width: 200px !important;
}

.width300px {
	width: 300px !important;
}

.width790px {
	width: 790px !important;
}

/******* font control end*******/

/******* colors & fonts start *******/
.page_title {
	color: #355d91;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.page_subtitle {
	color: #355d91;
	font-size: 1em;
	font-weight: bold;
}

.paddingTop10px {
	padding-top: 10px;
}

.footerSubtitle {
	font-size: 0.7em !important;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

label {
	margin-bottom: 5px;
	font-weight: bold;
}

.dataRed {
	text-align: left;
	color: red;
	font-weight: bolder;
}

.textBlack {
	color: black;
}

.textRed {
	color: #FF0000;
}

.textRedBld {
	color: #FF0000;
	font-weight: bolder;
}

.textBigRedBld {
	color: #FF0000;
	font-weight: bolder;
	font-size: 20px !important;
}

.disclaimer {
	color: DarkRed;
	margin: 0 10px 5px 0px;
	display: block;
}

.popupStyle {
	border: solid 1px #355d91;
	border-radius: 5px;
	color: #355d91;
}

.commandLink {
	color: #397bcf !important;
}

a {
	color: #397bcf;
	text-decoration: underline;
}

a:hover {
	color: #397bcf;
	text-decoration: none;
}

/******* colors & fonts end *******/

/******* header/logo begin*******/
/*  here is the blue    #397bcf   */
/* adjustment to logo positioning */
.logo {
	margin-top: -120px;
	height: 125px;
	background: url(../resources/images/skyline_125.png) no-repeat;
	background-position: center;
	position: relative;
	z-index: 900;
}

.header {
	margin-top: 95px;
	position: relative;
}

.headerText {
	position: relative;
	z-index: 1000;
}

.header strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: -1px 0 #355d91, 0 1px #355d91, 1px 0 #355d91, 0 -1px
		#355d91;
	font-size: 15pt;
	letter-spacing: .3em;
}

.logoLeft {
	background: url(../resources/images/skylineLeft_125.png) repeat-x;
	margin-top: -125px;
	height: 125px;
	width: 50%;
	float: left;
	position: relative;
	left: 0px;
}

.logoRight {
	background: url(../resources/images/skylineRight_125.png) repeat-x;
	margin-top: -125px;
	height: 125px;
	width: 50%;
	float: right;
	position: relative;
	right: 0px;
}

#branding {
	background-image: url(../resources/images/branding-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
}
/******* header/logo end*******/

/******* Dev/Cat BEGIN **********/
.applicationLevelHeading {
	font-family: "Arial", "Helvetica", sans-serif;
	background: linear-gradient(#FFFF00, #FFFF00, #FF0000, #FF0000, #FF0000);
	/*
	OCIO Standard colors 
	background: linear-gradient(#FFC843, #FFC843, #BB1F53, #BB1F53, #BB1F53);
	*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40pt;
	font-weight: bold;
	position: absolute;
	right: 5%;
	z-index: 1000;
	margin-top: 65px;
}

.positionRelative {
	position: relative;
}
/******* Dev/Cat end **********/
/******* top navigation begin *******/
#nav ul {
	padding: 0;
	margin: 0;
	font-size: 8pt;
	float: left;
	width: 100%;
	background: #ffffff url(../resources/images/topnav_bg_grey.gif);
}

#nav ul li {
	list-style: none;
}

#nav ul li a {
	padding: .5em 1em .5em 1em;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cccccc;
	line-height: 10px;
}

#nav ul li a img {
	margin: -2px 0px -4px 0px;
}

#nav ul li a:hover {
	background: #8DA8D5 url(../resources/images/topnav_blue.png);
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #cccccc;
}
/******* top navigation end *******/
/******* footer begin *******/
#footer a {
	color: #397bcf;
	text-decoration: none;
}

#footer a:hover {
	color: #355d91;
	text-decoration: none;
}

.footer {
	margin: 20px 0 0 0;
	padding: 4px 0 4px 0;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #355d91;
	border-bottom: 1px solid #355d91;
}
/******* footer end *******/
/******* images begin*******/
img {
	border: none;
}

.right img {
	position: relative;
	float: right;
	padding: 0 0 0 0;
	margin: 5px 2px 2px 5px;
}

.left img {
	position: relative;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 2px;
}

.floatLeft {
	float: left;
	padding: .2em .6em 0 0;
}

.floatRight {
	float: right;
	padding: .2em .6em 0 0;
}

/******* images end*******/
/******* custom button begin*******/
.buttonBlue {
	width: 350px !important;
	height: 100px;
	font-size: 14pt !important;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: bold !important;
	color: White !important;
	background: #333366 !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

/* CUSTOM BUTTONS START */
.topBtn {
	transition: all 0.5s ease-out;
	text-decoration: none !important;
	opacity: 80%;
}

.topBtn:hover {
	background-color: #5dd1ee !important;
	transition: all 0.5s ease-in;
}

/******* custom button end*******/

/******* icons begin*******/
.ui-icon.excel {
	background-image: url(../resources/icons/file_extension_xls.png)
		!important;
}

.ui-icon.edit {
	background-image: url(../resources/icons/edit.png) !important;
}

.ui-icon.delete {
	background-image: url(../resources/icons/delete.png) !important;
}

.ui-icon.add {
	background-image: url(../resources/icons/add.png) !important;
}

.ui-icon.iconAdd {
	background-image: url(../resources/icons/add-lg.png) !important;
	height: 32px !important;
	width: 32px !important;
}

.ui-icon.cancel {
	background-image: url(../resources/icons/cancel.png) !important;
}

.ui-icon.update {
	background-image: url(../resources/icons/arrow_refresh.png) !important;
}

.ui-icon.save {
	background-image: url(../resources/icons/page_save.png) !important;
}

.ui-icon.checkmark {
	background-image: url(../resources/icons/checkmark.png) !important;
}

.ui-icon.pdf {
	background-image: url(../resources/icons/file_extension_pdf.png)
		!important;
	background-position: 0;
}

.ui-icon.magnifier {
	background-image: url(../resources/icons/magnifier.png) !important;
}

.ui-icon.help {
	background-image: url(../resources/icons/help.png) !important;
}

.ui-icon.printer {
	background-image: url(../resources/icons/printer.png) !important;
}

.ui-icon.important {
	background-image: url(../resources/icons/important.png) !important;
}

.ui-icon.time {
	background-image: url(../resources/icons/time.png) !important;
}

.ui-icon.folderVertical {
	background-image: url(../resources/icons/folder_vertical_open.png)
		!important;
}

.ui-icon.books_stack {
	background-image: url(../resources/icons/books_stack.png) !important;
}

.ui-icon.book_add {
	background-image: url(../resources/icons/book_add.png) !important;
}

.house {
	background: url(../resources/icons/house.png) !important;
	height: 16px;
	width: 16px;
}

.folder {
	background: url(../resources/icons/folder_explore.png) !important;
	height: 16px;
	width: 16px;
}

/******* icons end*******/
/******* override prime start *******/
.neg5-zindex {
	z-index: -5 !important;
}

.ui-accordion .ui-accordion-content {
	padding: 5px !important;
}

/** Altering ToolBar styles for appraiser menu **/
.ui-toolbar {
	padding: 0px !important;
	border: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display: block !important;
}

.ui-toolbar-group-left {
	float: none !important;
	font-weight: normal !important;
	display: block !important;
}

.ui-sticky-ghost {
	height: 25px !important;
}

.noBorders tr, .noBorders td, .noBorders div {
	background: none !important;
	border: none !important;
}

/******* override prime end *******/
@media screen and (min-width: 1em) {
	.desktopOnly {
		display: none;
	}
}

@media screen and (min-width: 64.063em) {
	.desktopOnly {
		display: block;
	}
}