/* for cwiInfo application */
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 75% !important;
}
/*.ui-widget,.ui-widget-header,.ui-widget-content,.ui-widget-header .ui-widget-header,.ui-widget-content .ui-widget-content,.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
{
    font-size: 100% !important;
} */
.ui-tabs-left:after, .ui-tabs-right:after {
	clear: both;
	content: ".";
	display: block;
	height: 180px;
	visibility: hidden;
}
#title {
	background-color:#0042A3;
	height:60px;
	color:white;
	vertical-align:middle;
	font-size: 45px;
	padding: 10px 10px 0 ;
}
.outLabel {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100%;
	font-style: italic;
	font-weight: 300;
}
.outSelect {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100% !important;
	font-style: normal;
	font-weight: 300;
	height: 22px;
}
.outText {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100%;
	font-weight: 600;
	padding: 10px;
}
.outHeader {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 90%;
	font-style: italic;
	font-weight: 300;
	word-wrap:break-word;
}
.dialogHeader {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
}
.outColumn {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 90%;
	padding: 0px;
	font-style: normal;
	font-weight: 300;
	word-wrap:break-word;
}
.outLink {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100%;
	font-weight: 500;
	font-style: italic;
	padding: 5px;
}
.outLink a {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100%;
	font-weight: 500;
	font-style: italic;
}
a:hover {
    background: #C0C0C0;

}
a:focus {
	background: #B0C4DE;
}

#cwiHeaderPrev {
	background-color:#0042A3;
	padding:1px;
	height: 75px;
	width:100%;
}
#cwiHeader {
	background: #1760b0 url(/javax.faces.resource/bkgd_header.gif.xhtml?ln=img) 0 0 repeat-x;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 73px;
    overflow: hidden;
}

#cwiBanner {
	background: transparent;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 73px;
}
#logo {
	background: transparent url(/javax.faces.resource/bkgd_logo.png.xhtml?ln=img) 0 0 repeat-y;
    padding: 0;
    margin: 0;
    width: 304px;
    height: 73px;
    border-right: 1px dotted #b5d9ee;
    float: left;
}

#logo img {
	margin: 8px 0 0 30px;
	float: left;
}

#logo h1 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin: 5px 0 0 15px;
	float: left;
	width: 150px;
}

.clearfix {
	display: inline-block;
}
#navigation {
	background: #39c;
	padding: 0;
	margin: 32px 0 0 0;
	width: 593px;
	height: 40px;
	border-top: 1px dotted #b5d9ee;
	border-right: 1px dotted #b5d9ee;
	float: left;
}
#apptitle {
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
	width: 550px;
	height: 26px;
	overflow: hidden;
}

#apptitle h1, #apptitle h2, #apptitle h3, #apptitle h4, #apptitle h5, #apptitle h6 {
	font-family: 'CharisSILRegular', arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2.5em;
	line-height: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#cwiTitle {
	color:white;
	margin:10px;
	background-color:#0042A3;
	font-size:2.5em;
	font-weight:bold;
	display: inline-block !important;
	vertical-align:middle;
	font-family: Arial,sans-serif;
}
#cwiSearch {
	padding:4px;
	font-size:10px;
}
#fixed-div {
	position: fixed;
	top: 1em;
	right: 1em;
	color: white;
	font-size: 0.5em;
}

