/** HEADER

	custom.css
	Terra Dotta
	Copyright 2009-2010.
	Please check for cross-browser compatibility prior to making changes
	MINIMUM BROWSER CHECK :: IE7,Firefox,Safari

 **/

/** CSS DOCUMENT **/

/** BODY AND OUTER WRAPPERS **/

	body {
		/*font-size:62.5%;*/
		font-family: Arial, Helvetica, sans-serif;
		margin:0 auto;
		padding:0;
		 
		color:#000000;
    background: -moz-linear-gradient(center top , #777777, #333333) repeat-x scroll left top transparent;
     
    width: 100%;
	}
	/** BASIC LINK COLORS **/
	a:link {
		color:#006983;
	}
	a:visited {
		color:#006983;
	}
	a:active {
		color:#E17000;
	}
	a:hover {
		color:#E17000;
	}
	#mainContainer {
		/** contains all page elements **/
		/** establish page width; center page in browser window **/
		margin:0 auto;
		padding:0;
		background-color:#ffffff;
		min-height:576px; /** does not work in IE7 **/
		width:850px;
		 box-shadow: 0 0 10px #000000;
		
	}
	#mainContainerInside {
		/** secondary main contaner **/
		/** may provide background image, color or padding **/
	}

/** HEADER **/

	#headerContainer {
		/** contains title, subtitle, and horizontal main menu **/
		width:100%;
		background-color:#FFFFFF;
		
	}
	#headerContainer #header1 {
		/** container for the site title **/
		background-color:#000000;
		color:#eeeeee;
		padding:0px 15px;
		border-bottom:none;
	}
	#headerContainer #header1 h1 {
		/** site title **/
		font-size:1.8em;
		font-weight:normal;
		margin:0px;
		padding:0px;
		line-height:100%;
	}
	#headerContainer #header1 h1 a:link {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:visited {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:active {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header1 h1 a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header2 {
		/** container for the site subtitle **/
		
		color:#ffffff;
		background-color:#e17000;
		height:39px;
		padding:0px 15px;
		 box-shadow: 0 2px 5px #000000;
		
	}
	#headerContainer #header2 h2 {
		/** site subtitle **/
		padding:0px;
		margin:0px;
		font-size:1.4em;
		font-weight:normal;
		line-height:100%;
	}
	div#header2 h1 {
		margin:0}

	div#header2 h1 a span {
    color: #EFBD47;
    font-size: 28px;
    font-weight: bold;
    z-index: 99;
}

	#headerContainer #mainNavigation {
		/** container for the main horizontal nav **/
		width:100%;
		background-color:transparent;
		text-align:right;
	}
	#headerContainer #mainNavigation ul {
		display:block;
		font-size:1.1em;
		line-height:100%;
		margin:0;
		padding:3px 20px;
	}
	#headerContainer #mainNavigation ul li {
		/** establish space and border between options **/
		margin:0px;
		list-style:none;
		display:inline;
		padding:0px 0.75em 0px 1em;
		border-left:1px solid #707070;
	}
	#headerContainer #mainNavigation ul li a:link {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
		font-size:62%;
	}
	#headerContainer #mainNavigation ul li a:visited {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
	}
	#headerContainer #mainNavigation ul li a:active {
		/** main nav link hover color **/
		color:#006983;
	}
	#headerContainer #mainNavigation ul li a:hover {
		/** main nav link hover color **/
		color:#006983;
	}
	#headerContainer #mainNavigation ul li.first {
		border:none;
		padding-left:0px;
	}
	#headerContainer #mainNavigation ul li.last {
		padding-right:0px;
	}
/** CONTENT AREAS **/

	#contentWrap {
		/** main content wrapper, contains the left and right columns **/
		width:100%;
		margin:0px;
		 font-size:62.5%;
	}
	#contentWrap #leftColumn {
		/** contains the left side navigation and announcements **/
		margin:0px;
		padding:0px;
		width:200px;
		float:left;
		background-color:transparent;
	}
	#contentWrap #leftColumn #leftColumnInside {
		/** secondary left column contaner **/
		/** may provide background image, color or padding **/
	}
	#contentWrap #rightColumn {
		/** contains the page content **/
		width:750px;
		float:left;
		font-size:1.4em;
		margin:0px;
		padding:0px;
	}
	#contentWrap #rightColumn #rightColumnInside {
		/** secondary right column contaner **/
		/** may provide background image, color or padding **/
		padding:10px 20px 20px 20px;
	}

/** LEFT COLUMN NAVIGATION **/

	#leftColumn #leftNavigation {
		/** wrapper for left side menu **/
		margin:10px 0px 0px 0px;
		background-color:#ffffff;
		border-top:1px solid #f2f2f2;
		font-size:1.1em;
		line-height:1.1em;
	}
	#leftColumn #leftNavigation #SA_TOC_Container {
		/** secondary wrapper for left side menu **/
	}
	#leftColumn #leftNavigation #SA_TOC_Container a {
		/** attributes of all menu links **/
		display:inline;
		text-decoration:none;
	}
	/* TOP LEVEL OPTIONS */
	.level0block {
		display:block;
		margin:0px;
		padding:0px;
	}
	.level0item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-bottom:1px #f2f2f2 solid;
	}
	.level0text {
		padding:7px 20px 7px 20px;
		background-image:none;
		color:#000000;
	}
	.level0text a:link {
		color:#000000;
	}
	.level0text a:visited {
		color:#000000;
	}
	.level0text a:active {
		color:#ff6600;
	}
	.level0text a:hover {
		color:#ff6600;
	}
	.level0text a.hovered {
		color:#ff6600;
	}
	/* FIRST SUBMENU OPTIONS */
	.level1block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#ffffff;
	}
	.level1item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #e6e6e6 solid;
	}
	.level1text,.level1text_off {
		padding:7px 20px 7px 35px;
		background-image:none;
	}
	.level1text a:link {
		color:#003366;
	}
	.level1text a:visited {
		color:#003366;
	}
	.level1text a:active {
		color:#ff6600;
	}
	.level1text a:hover {
		color:#ff6600;
	}
	.level1text a.hovered {
		color:#ff6600;
	}
	/* SECOND SUBMENU OPTIONS */
	.level2block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#ffffff;
	}
	.level2item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #e0e0e0 solid;
	}
	.level2text {
		padding:7px 20px 7px 50px;
		background-image:none;
	}
	.level2text a:link {
		color:#336699;
	}
	.level2text a:visited {
		color:#336699;
	}
	.level2text a:active {
		color:#336699;
	}
	.level2text a:hover {
		color:#336699;
	}
	.level2text a.hovered {
		color:#ff6600;
	}
	/* THIRD SUBMENU OPTIONS */
	.level3block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#ffffff;
	}
	.level3item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #d9d9d9 solid;
	}
	.level3text {
		padding:7px 20px 7px 65px;
		background-image:none;
	}
	.level3text a:link {
		color:#6699cc;
	}
	.level3text a:visited {
		color:#6699cc;
	}
	.level3text a:active {
		color:#ff6600;
	}
	.level3text a:hover {
		color:#ff6600;
	}
	.level3text a.hovered {
		color:#ff6600;
	}

	/** MENU BUTTON STATES **/
	.link-selected {
		/** currently selected menu option text and bg **/
		font-weight:bold;
		background-color:#ffffff;
		color:#666666;
	}
	.link-selected a:link {
		/** hyperlink on selected option **/
		color:#666666;
		text-decoration:none;
	}
	.link-selected a:visited {
		/** hyperlink on selected option **/
		color:#666666;
		text-decoration:none;
	}
	.link-selected a:active {
		/** hyperlink on selected option **/
		color:#666666;
		text-decoration:none;
	}
	.link-selected a:hover {
		/** hyperlink on selected option **/
		color:#666666;
		text-decoration:none;
	}

	/** ICON FOR MENU EXPANSION AND COLLAPSE, BY LEVEL **/
	.level0item.expandable .level0text {
		background-image:url(TOCplus.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level0item.expandable .level0text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
		color:#ff6600;
	}
	.level0item.expandable.submenuopen .level0text {
		background-image:url(TOCminus.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level0item.expandable.submenuopen .level0text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable .level1text {
		background-image:url(TOCplus.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable .level1text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
		color:#ff6600;
	}
	.level1item.expandable.submenuopen .level1text {
		background-image:url(TOCminus.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable.submenuopen .level1text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable .level2text {
		background-image:url(TOCplus.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable .level2text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
		color:#ff6600;
	}
	.level2item.expandable.submenuopen .level2text {
		background-image:url(TOCminus.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable.submenuopen .level2text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}

/** ANNOUNCEMENTS **/

	#announcements-frame {
		/** container for announcements **/
		margin:10px 0px 0px 0px;
		background-color:#ffffff;
		border-bottom:none;
	}
	#announcements-box {
		/** secondary wrapper for announcements **/
		background-color:#eeeeee;
		margin-left:5px;
	}
	#announcements-box h3 {
		/** announcements box title **/
		font-size:1.5em;
		margin:0px;
		padding:7px 20px;
		
		line-height:1.1em;
		color:#E17000;
	}
	#announcements-box #controls {
		/** previous and next buttons **/
		margin:0px;
		padding:0px;
		height:15px;
	
		width:200px;
	}
	#announcements-box #controls li {
		float:left;
		width:100px;
		list-style:none;
		margin:0px;
		padding:2px 0px 0px 0px;
	}
	#announcements-box #controls li #prev {
		/** previous button, default state **/
		display:block;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(ANMTprev.gif) 20px 1px no-repeat;
	}
	#announcements-box #controls li #prev:hover {
		/** previous button, hovered state **/
		background:transparent url(ANMTprev.gif) 20px -8px no-repeat;
	}
	#announcements-box #controls li #next {
		/** previous button, default state **/
		display:block;
		float:right;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(ANMTnext.gif) 25px 1px no-repeat;
	}
	#announcements-box #controls li #next:hover {
		/** previous button, hovered state **/
		background:transparent url(ANMTnext.gif) 25px -8px no-repeat;
	}
	#announcements-box #announcements-list {
		display:block;
		font-size:1.1em;
		margin:10px 20px 0px 20px;
		padding:0px;
		height:12em;
		overflow:hidden;
		
	}
	#announcements-box #announcements-list li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#announcements-box #announcements-list li h4 {
		margin:0px 0px 0.25em 0px;
		font-size:1.1em;
		padding:0px;
	}
	#announcements-box #announcements-list li p {
		margin:0px 0px 0.25em 0px;
		padding:0px;
	}
	#announcements-box p.more {
		padding:5px 20px;
		margin:0px;
		border-top:1px #cccccc solid;
	}

/** USER NAVIGATION **/

	#rightColumn #userNav {
		/** wrapper for menu that appears when logged in **/
		background-color:#ffffff;
		font-size:0.786em;
		padding:8px 20px 8px 20px;
		margin:0px;
		text-align:right;
		line-height:1.1em;
		border-bottom:#dddddd 1px solid;
	}
	#rightColumn #userNav small {
		font-size: 1em;
	}
	#rightColumn #userNav a.authBar {
		font-weight:normal;
		text-decoration:underline;
		display:inline;
		color:#666666;
		font-size:1em;
	}
	#rightColumn #userNav a.authBar:hover {
		color:#000000;
		font-weight:normal;
		text-decoration:underline;
	}
	#rightColumn #userNav .authBar {
		color:#999999;
	}
/** BREADCRUMB **/

	#rightColumn #BreadCrumbs:before {content:"Hornet Passport >";}
	#rightColumn #BreadCrumbs {
		/** breadcrumb container **/
		color:#666666;
		margin:0px 0px 10px 0px;
		padding:0px;
		font-weight:bold;
		text-transform:uppercase;

	}
	#rightColumn #BreadCrumbs img {
		padding: 0px 2px 0px 3px;
	}
	#rightColumn #BreadCrumbs a:link {
		color:#006983;
		text-decoration:none;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:visited {
		color:#006983;
		text-decoration:none;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:active {
		color:#e17000;
		text-decoration:underline;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:hover {
		color:#e17000;
		text-decoration:underline;
		font-weight:normal;
	}
/** FOOTER **/
DIV#stage DIV#pagefooter {
    background-color: #000000;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 150px;
    line-height: normal;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: left;
    width: 1000px;
}
div#pagefooter table {
    background-color: #000000;
    width: 1000px;
	position:relative; top:50px;
}
.admin-template div#pagefooter table { width:100%}
DIV#pagefooter td {
    color: #999999;
    font-size: 12px;
    vertical-align: top;
}
div.footerK {
    height: 150px;
    left: 20px;
    position: relative;
    top: -50px;
    width: 158px;
    z-index: 99;
}
DIV#pagefooter a {
    color: #888888;
    font-size: 12px;
}
/** ADMIN LAYOUT ADJUSTMENTS **/

	/** MAIN CONTAINER **/
	#mainContainer.admin-template {
		width:auto;
		margin:0px;
	}

	#mainContainer, #mainContainer.admin-template.students {
		width:1000px !important;
		margin:auto;
	}

	/** CONTENT AREA **/
	#mainContainer.admin-template #rightColumn {
		float:none;
		width:auto;
		margin:0px 0px 0px 200px;
	}

	/** ADMIN VIEWS **/
	#contentAdmin table, #sa_content table {
		font-size: 0.857em;
	}
	#contentAdmin table table {
		font-size: 1em;
	}
	#contentAdmin table .Small,
	#sa_content table .Small {
		font-size: 0.917em;
	}
	#contentAdmin td.Small {
		padding:3px 5px;
	}
	#sa_tips {
		line-height:133%;
		font-size:0.857em;
	}
	#sa_tips img {
		clear:none;
	}
	
	
	/** global top nav*/
	#global-top-nav {
	height:57px;
	margin: 0px 0px 0px 0px;
	 background-color:#000000;/* fallback color if gradients are not supported /for non-css3 browsers */
	background-image: -webkit-linear-gradient(top, #484848 0, #272727 50%, #000000 51%, #000000 100%);
  background-image:    -moz-linear-gradient(top, #484848 0, #272727 50%, #000000 51%, #000000 100%); /* For Fx 3.6 to Fx 15 */
  background-image:     -ms-linear-gradient(top, #484848 0, #272727 50%, #000000 51%, #000000 100%); /* For IE 10 Platform Previews and Consumer Preview */
  background-image:      -o-linear-gradient(top, #484848 0, #272727 50%, #000000 51%, #000000 100%);
  background-image:         linear-gradient(to bottom, #484848 0, #272727 50%, #000000 51%, #000000 100%);  /* Standard syntax; must be the last statement */
	width:1000px;
	 
	 -moz-box-shadow: 0px 0px 10px #000;
	 -webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000; 
	/* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');*/
}

.admin-template #global-top-nav{width:100%}

div#global-top-nav li a, div#kzoo-quicklinks option, div#kzoo-quicklinks select {
color:#ddd;
background-color:#000;
font-weight:bold; 
font-size:10px !important;
}


#global-top-nav td {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

#global-top-nav th {
	font-family: Arial, Helvetica, sans-serif;
}
#kzoo-search {
	height:30px;
    width: 150px;
	float:right;
	margin:0px 30px;
	text-align:right;
	vertical-align: bottom;
}
div#kzoo-search input.searchphrase {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #000000;
    border-bottom-color: #777777;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #777777;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #777777;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #777777;
    border-top-style: solid;
    border-top-width: 1px;
    color: #DDDDDD;
}
div#kzoo-search input {
	border:1px solid #ccc}
div#kzoo-search input[placeholder] {
    color: #888888;
}
#kzoo-search a, #kzoo-search a:visited {
color:#ffffff;
font-size:7pt;
text-decoration:none;
}
#kzoo-search a:hover, #kzoo-search a:active {
color:#dddddd;
font-size:7pt;
text-decoration:none;
}

 #kzoo-webmail,#kzoo-quicklinks, #kzoo-sitemap, #kzoo-hornethive, #kzoo-sports {width:95px; float:right; padding-top:2px}
  #kzoo-hornethive {width:110px;}
  #kzoo-quicklinks {width:auto; padding-top:4px}
 #kzoo-webmail a,  #kzoo-sitemap a, #kzoo-hornethive a, #kzoo-sports a, #kzoo-quicklinks a{font-size:60%; color: #dddddd;}
#kzoo-webmail a:hover, , #kzoo-sitemap a:hover, #kzoo-hornethive a:hover, #kzoo-quicklinks a:hover , #kzoo-sports a:hover{color: #eeeeee;}

#MAINnav {
	height:15px;
	background: transparent;
	padding-left:20px;
	width: 1000px;
	margin:0 0 0 0;
	FONT-WEIGHT:BOLD;
	font-size:9pt;
	FONT-WEIGHT:BOLD;
	text-decoration:none;
	text-align:LEFT;
	color: #FFFFFF;
}
.admin-template #MAINnav{width:100%}

#mainabout, #mainacademics, #mainadmission,  #maingiving, #mainalumni, #mainnews, #mainstudev  {
	width:14%;
	float: left;
	 z-index:50;
}
  
 

#mainabout a, #mainacademics a, #mainadmission a,  #maingiving a,  
#mainalumni a, #mainnews a, #mainstudev a {
	text-decoration:none;
	color:#dddddd;
	font-weight: bold;
	font-size:12px;
}
 
#mainabout a:hover, #mainacademics a:hover, #mainadmission a:hover,  #maingiving a:hover, 
  #mainalumni a:hover, #mainnews a:hover, #mainstudev a:hover {
	text-decoration:none;
	color:#eeeeee;
	font-weight: bold;
}
	
	#undermain img {padding-left:15px;}
 
 #header-container .header-title {color:#e17000; font-size:125%; width:650px;}
  #header-tips-container {width:650px;}
 #header-container .header-title .header-center .center-blue,
 #header-container .header-title .header-left,
 #header-container .header-title .header-right{	 
	 backgound-color:#FFF !important;
	 color:#e17000;
	 padding-left:0px;
	  background-image:none;
	 }
	 #header-container .bottom-layer-left,
	 #header-container .bottom-layer-center,
	 #header-container .bottom-layer-right{border-bottom:none;background:none;}
	 
#header-container .header-title .header-center .center-black {background: none !important;}
#header-container .header-title .header-center .center-black a {color: #666 !important;}
#form-data-container .form-data-header-title .data-header-left, 
#form-data-container .form-data-header-title .data-header-center,
#form-data-container .form-data-header-title .data-header-right,
#process-form-container .title-row .title-column .title-header-left,
#process-form-container .title-row .title-column .title-header-center,
#process-form-container .title-row .title-column .title-header-right,
#program-term-container .program-term-header .program-term-header-left,
#program-term-container .program-term-header .program-term-header-center,
#program-term-container .program-term-header .program-term-header-right,
.wdgt-container .wdgt-header .wdgt-header-left,
.wdgt-container .wdgt-header .wdgt-header-center,
.wdgt-container .wdgt-header .wdgt-header-right,
#data-container .data-header .data-header-left,
#data-container .data-header .data-header-center,
#data-container .data-header .data-header-right {
	 background-color:#e1e1e1 !important;
	 color:#000000 !important;
	 background-image:none !important;
	 }
.wdgt-container .wdgt-header .wdgt-header-center h2, #data-container .data-header h2, #process-form-container .title-row .title-column .title-header-center {color:#333 !important; text-transform:uppercase !important;}	 

	
#data-container .data-table .bg-color {background:none; color:#444444 !important;}

#header-container #header-tips-container .help-image {
    background: url("helpicon.png") no-repeat scroll 0 0 transparent;}



	
.SA_error {
    border: 2px solid #9e0e19;
    background-color: #9e0e19;	
	color:#eee;
}
.redBold {color: #9e0e19;}

.SA_information {
 	background-color: #A2B500;
	 border-color: #6A7F10;
	 color:#eee;
}
#data-container .data-table .bg-color a, .linkopt a {
    color: #006983 !important;
}
.wdgt-heading-bg.linkopt a {color:#eee !important;}

#pagination-container .table-container .table-header .data-header-left,
#pagination-container .table-container .table-header .data-header-right,
#pagination-container .table-container .table-header .data-header-center,
#search-wizard-container .wizard-container .wizard-header .wizard-header-left,
#search-wizard-container .wizard-container .wizard-header .wizard-header-right,
#search-wizard-container .wizard-container .wizard-header .wizard-header-center,
#multi-select-picker-container .multi-select-picker-header .multi-select-picker-left ,
#multi-select-picker-container .multi-select-picker-header .multi-select-picker-center,
#multi-select-picker-container .multi-select-picker-header .multi-select-picker-right,
#questionnaire-form-container .questionnaire-form-title .questionnaire-title-left,
#questionnaire-form-container .questionnaire-form-title .questionnaire-title-right,
#questionnaire-form-container .questionnaire-form-title .questionnaire-title-center,
#pagination-container .title-header-left,
#pagination-container .title-header-right,
#pagination-container .title-header-center {
	background-color:#E1E1E1 !important;
	background-image:none;
	color:#333 !important;
	text-transform:uppercase ;
}
#pagination-container .table-container .table-header .data-header-center h2,
#multi-select-picker-container .multi-select-picker-header h2 {
	color:#000 !important;
}