/************************************************
	GENERIC Styles
************************************************/

IMG{
	border:0;
}
DIV{text-align:left;} 

/************************************************
	MAIN Styles
************************************************/
BODY#htmlBody{
	background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 75%, #cccccc 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(75%,#ffffff), color-stop(100%,#cccccc));
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 75%,#cccccc 100%);
background: -o-radial-gradient(center, ellipse cover,  #ffffff 75%,#cccccc 100%);
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 75%,#cccccc 100%);
background: radial-gradient(ellipse at center,  #ffffff 75%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 );

	background: url(../../images/HeaderGraphics/onwin_bg2.jpg);
	/*background-attachment:fixed;*/
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentWrapper{
	border-collapse: collapse;
	/*-webkit-box-shadow:  0px 1px 10px 0px #000000;
  box-shadow:  0px 1px 10px 0px #000000;*/
}
#htmlBody a{
	text-decoration:none;	
}

TD#contentCell{
	padding:0;
	margin:0;
	border:0;
	border-spacing:0;
	width:inherit;
}

/************************************************
	Search Bar Styles
************************************************/
TABLE#searchTable{
	height:35px; 
	width:100%; 
	border:0;	
	background-color: transparent;
}

div#headerNav{
	color:#FFFFFF;
	padding-right:10px;
	vertical-align:middle;
	text-align:right;
}

div#headerNav  a:link{
	color:#FFFFFF;
}
div#headerNav a:visited{
	color:#FFFFFF;
}
div#headerNav a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

/************************************************
	Head Graphic Styles
************************************************/


/************************************************
	Ticker Styles
************************************************/
DIV#ticker1{
	width: 960px;
	background-color: #FFF;
}

DIV#ticker2{
	width: 960px;
	height: 27px; 
background: #0099ff;
background: -moz-linear-gradient(top,  #333333 0%, #0099ff 35%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(35%,#0099ff));
background: -webkit-linear-gradient(top,  #333333 0%,#0099ff 35%);
background: -o-linear-gradient(top,  #333333 0%,#0099ff 35%);
background: -ms-linear-gradient(top,  #333333 0%,#0099ff 35%);
background: linear-gradient(to bottom,  #333333 0%,#0099ff 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0099ff',GradientType=0 );
color: #FFF;
	float: left;
}
DIV#ticker2 a{
color: #FFF;
}

/************************************************
	Breadcrumb Styles
************************************************/
#breadCrumb img{
	border:0;	
}

#breadCrumb a{
	text-decoration:none;	
}

.small_a
{
	font-weight: normal;
	font-size: 10px;
}

.lg_a
{
	font-weight: normal;
	font-size: 14px;
}

.socialMedia img{
	vertical-align: bottom;
}
.socialMedia img:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/************************************************
	Main Content Body Styles
************************************************/
TABLE#content{
	width:100%;
	text-align:left;
	padding:0;
	border:0;
	margin:0;
	border-spacing:0;
	float:left;
	background-color: transparent;
}

#displayContent{
	text-align:left;
	vertical-align:top;
}
.imgZoom:hover{
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  -moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	cursor: pointer;
}
.imgZoomIn:hover{
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}
.featuredTitle{
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
background: #005984;
background: -moz-linear-gradient(top,  #005984 0%, #0099cc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005984), color-stop(100%,#0099cc));
background: -webkit-linear-gradient(top,  #005984 0%,#0099cc 100%);
background: -o-linear-gradient(top,  #005984 0%,#0099cc 100%);
background: -ms-linear-gradient(top,  #005984 0%,#0099cc 100%);
background: linear-gradient(to bottom,  #005984 0%,#0099cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#0099cc',GradientType=0 );

-webkit-box-shadow:  0px 1px 4px 0px #000000;
        
        box-shadow:  0px 1px 4px 0px #000000;
	color: #FFF;
	line-height: 30px;
	padding: 3px 10px 3px 10px;
}

/************************************************
	Footer Styles
************************************************/
.footerLinks a{
	text-decoration:none;
}


.footer a {
	text-decoration:none;	
}
.poweredby{
	padding-top: 30px;
}
/************************************************
	CONTENT FONT CLASSES
************************************************/
.text {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_page_title{
	font-weight: bold;
	color: #000000;
}

/************************************************
	Rounded Corners
************************************************/
.roundedCorner{
		border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	background: #eeeeee;
} 

/************************************************
	Section Headers
************************************************/
.blueSection{
	color: #ffffff;
	padding:5px;
background: -moz-linear-gradient(top,  #42aaff 0%, #003366 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42aaff), color-stop(100%,#003366));
background: -webkit-linear-gradient(top,  #42aaff 0%,#003366 100%);
background: -o-linear-gradient(top,  #42aaff 0%,#003366 100%);
background: -ms-linear-gradient(top,  #42aaff 0%,#003366 100%);
background: linear-gradient(to bottom,  #42aaff 0%,#003366 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42aaff', endColorstr='#003366',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.greySection{
		color: #ffffff;
		padding:5px;
background: -moz-linear-gradient(top,  #8a8a8a 0%, #242424 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8a8a), color-stop(100%,#242424));
background: -webkit-linear-gradient(top,  #8a8a8a 0%,#242424 100%);
background: -o-linear-gradient(top,  #8a8a8a 0%,#242424 100%);
background: -ms-linear-gradient(top,  #8a8a8a 0%,#242424 100%);
background: linear-gradient(to bottom,  #8a8a8a 0%,#242424 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#242424',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.greenSection{
		color: #ffffff;
		padding:5px;
background: #2ad310;
background: -moz-linear-gradient(top,  #2ad310 0%, #054417 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ad310), color-stop(100%,#054417));
background: -webkit-linear-gradient(top,  #2ad310 0%,#054417 100%);
background: -o-linear-gradient(top,  #2ad310 0%,#054417 100%);
background: -ms-linear-gradient(top,  #2ad310 0%,#054417 100%);
background: linear-gradient(to bottom,  #2ad310 0%,#054417 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ad310', endColorstr='#054417',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.cleanButton{
	color: #050505;
	padding: 2px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#b5b5b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
.cleanButton:hover{
	cursor: pointer;
		background: -moz-linear-gradient(
		top,
		#b5b5b5 0%,
		#dbdbdb 50%,
		#ebebeb 50%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b5b5b5),
		color-stop(0.50, #dbdbdb),
		color-stop(0.50, #ebebeb),
		to(#ffffff));
	background: -webkit-linear-gradient(top,  #b5b5b5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #b5b5b5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #b5b5b5 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #b5b5b5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#ffffff',GradientType=0 );
}
.btnBlue, .btnBlue:visited{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
	color:#FFFFFF;
	background: #0099cc;background: -moz-linear-gradient(top,  #0099cc 0%, #006699 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#006699));background: -webkit-linear-gradient(top,  #0099cc 0%,#006699 100%);background: -o-linear-gradient(top,  #0099cc 0%,#006699 100%);background: -ms-linear-gradient(top,  #0099cc 0%,#006699 100%);background: linear-gradient(to bottom,  #0099cc 0%,#006699 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0099cc", endColorstr="#006699",GradientType=0 );-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border: 1px solid #005985;-moz-box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.7);-webkit-box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.7);box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.7);text-shadow:0px -1px 0px rgba(000,000,000,0.3),0px 0px 0px rgba(255,255,255,0);
}
.btnBlue:hover{
	color: #FFF;
	background: #006699;
background: -moz-linear-gradient(top,  #006699 0%, #0099cc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#0099cc));
background: -webkit-linear-gradient(top,  #006699 0%,#0099cc 100%);
background: -o-linear-gradient(top,  #006699 0%,#0099cc 100%);
background: -ms-linear-gradient(top,  #006699 0%,#0099cc 100%);
background: linear-gradient(to bottom,  #006699 0%,#0099cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#0099cc',GradientType=0 );
-moz-box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.3);
-webkit-box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.3);
box-shadow:0px 1px 0px rgba(000,000,000,0.2),inset 0px 1px 0px rgba(255,255,255,0.3);
}
.cleanTableBox{
	width:97%;
	padding:5px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);
}
.cleanContainer {
padding: 5px;
background: #eee;
background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #cccccc;
-moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.2),
 inset 0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.2),
 inset 0px 1px 0px rgba(255,255,255,0.5);
box-shadow: 0px 0px 3px rgba(000,000,000,0.2),
 inset 0px 1px 0px rgba(255,255,255,0.5);
text-shadow: 0px 1px 0px rgba(255,255,255,1),
 0px 0px 0px rgba(255,255,255,0);
width: 100%;
box-sizing: border-box;
}
.cleanTableBox{
	width:97%;
	padding:5px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);
}
/*************************************************************
	Accordion Categories
*************************************************************/
#accordion .ui-state-focus{
    outline: none;
}
#accordion .ui-state-focus{
    outline: none;
}
#accordion .ui-accordion-header{
	cursor: pointer;
}
.ui-icon-triangle-1-s {
background-image: url(../../documents/assets/images/ico_arrowdownwhite.png);
}
.ui-icon-triangle-1-e {
background-image: url(../../documents/assets/images/ico_arrowrightwhite.png);
}
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon {
display: inline-block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}

/*!
 * Bootstrap v2.3.2 - Stripped By DH
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;}
textarea{height:auto;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:0px 2px 0;*margin-top:0;margin-top:1px \9;line-height:normal;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px;}
select{width:220px;border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.uneditable-input,.uneditable-textarea{color:#999999;background-color:#fcfcfc;border-color:#cccccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed;}
.uneditable-input{overflow:hidden;white-space:nowrap;}
.uneditable-textarea{width:auto;height:auto;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:middle;white-space:nowrap;*margin-left:.3em;}.btn-group:first-child{*margin-left:0;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px;}
.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn+.btn{margin-left:-1px;}
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px;}
.btn-group>.btn-mini{font-size:10.5px;}
.btn-group>.btn-small{font-size:11.9px;}
.btn-group>.btn-large{font-size:17.5px;}
.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px;}
.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px;}
.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px;}
.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px;}
.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}
.btn-group.open .btn-primary.dropdown-toggle{background-color:#0044cc;}
.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}
.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}
.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}
.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}
.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;}
.btn .caret{margin-top:8px;margin-left:0;}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333333;white-space:nowrap;}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#ffffff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default;}
.open{*z-index:1000;}.open>.dropdown-menu{display:block;}
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}
.pull-right>.dropdown-menu{right:0;left:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px;}

/*************** Images *****************/
.headerIMG{width:1000px; height:170px; display:inline-block;}
.searchglassIMG{background: url('/ccc/assets/images/ico_search.png') #ffffff top center no-repeat; width:20px; height:20px;}
.newspaperIMG{background: url('/ccc/assets/images/ico_news.png') #ffffff top center no-repeat; width:20px; height:20px;}
.checkmarkIMG{background: url('/ccc/assets/images/ico_surveys.png') #ffffff top center no-repeat; width:20px; height:20px;}