﻿/* TABLE OF CONTENTS
		1. SHARED BODY STYLES 
		2. MAIN NAVBAR
		3. SIDEBAR
		4. FOOTER
		5. HOMEPAGE STYLES
		6. INTERIOR PAGE STYLES	
        7. FORM    
*/


/*----------------------------------------------  1. SHARED BODY STYLES  ------------------------------------------------*/
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	line-height: 26px !important;
	color: #222;
	background-color: #fff;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
a {
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	color: #0088cc;
	text-decoration: underline;
}
a:hover {
	color: #005580;
	text-decoration: underline;
}
br {
	display:none;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#banner {
	margin-bottom:10px;
	padding:5px;
	background-image: url('/images/528fd5-1257a5-bbbbcc-ffffff/40-1200-0-1/sprite.png');
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}
#bIcon {
}
#bTitle {
	display:block;
	font-weight:bold;
	font-size:20px;
	float:left;
	color:#ffffff;
}
#sIcon {
	float:right;
	width:24px;
	margin-right:8px;
}
.summary, .secPanel, .attachmentDiv {
	padding-left:0px;
	padding-right:0px;
}
#footer {
	margin-top:5px;
	padding:15px;
	text-align:center;
	font-size:14px;
	color:#000;
	background:#f6f6f6;
	border-top:solid 1px #000;
}
#footer br {
	display:block;
}
/* Nav */
#navHome {
	padding:5px 10px 5px 10px;
	background:#1767a3;
	margin-top:25px;
	font: 300 24px 'Open Sans', sans-serif;
	color:#fff;
}

#bNavDiv {
	
}
#bNavDiv #navL {
}
#bNavDiv #navR {
}
#bNavDiv ul {
	padding:0px;
	margin:0px;
}
#bNavDiv ul li {
	padding:10px 0px 10px 10px;
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), -ms-linear-gradient(top, #fff, #ededed);
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ededed));
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), -webkit-linear-gradient(top, #fff, #ededed);
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), -o-linear-gradient(top, #fff, #ededed);
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), linear-gradient(top, #fff, #ededed);
	background-image:url(/upcms/designs/mobile2/html/assets/img/arrow.png), -moz-linear-gradient(top, #fff, #ededed);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:solid 1px #bbb;
	font:normal 20px 'Open Sans', sans-serif;
	color:#000;
	overflow:hidden;
}
#bNavDiv ul li a {
	color:#000;
	display:block;
	width:90%;
	overflow:hidden;
	text-decoration:none;
	font:normal 19px 'Open Sans', sans-serif;
}
#bNavEnd {
	clear:both;
	padding-bottom:20px;
}
/* Section display */
.sectionTitle {
	font: 300 2.75em 'Open Sans', sans-serif;
	color: #000000;
	text-decoration:none;
	margin: 0px 10px 12px 10px;
}
.sectionBody {
	margin: 0px 10px 0px 10px;
}
.sectionBody img {
	min-width:100px;
}

.StudentTab {width:100%; text-align:center;background:#fdb813; margin:10px 0 10px -10px;}
.FamiliesTab {width:100%; text-align:center;background:#0065a4; margin:0 0 10px -10px;}
.CommunityTab {width:100%; text-align:center;background:#bf2e1a; margin:0 0 10px -10px;}

.FamiliesTab a, .CommunityTab a, .StudentTab a {width:100%; height: 45px; text-align:center; font:300 26px 'Open Sans', sans-serif;display:block; color:#fff; padding:3px 0;}

/* item display */
.rssFeedIcon {
	display:none;
}
.summary {
	width: 98%;
	padding:5px 1%;
	color: #000;
	overflow: hidden;
	margin: 0 auto;
	background:#f9f9f9;
}
.summary ul {
	width:95%;
  margin:0 auto;
  overflow:hidden;
}
.summary li {
	line-height:1.5em;
  border-bottom:1px solid #f9f9f9;
  float:left;
  display:inline;
  width:45%;
  padding:3px 5px;
  margin-right:2%;
}
.summary li a {
	color:#000;	
	font:normal 18px 'Open Sans', sans-serif;
	text-decoration:underline;
}
.item_title {
	font: 300 28px 'Open Sans', sans-serif;
	text-decoration:none;
	color:#1570a6;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px -10px;
	padding:10px 0px 10px 1%;
	padding:5px 10px 5px 10px;
	background:#f9f9f9;
	/*background:-ms-linear-gradient(top, #dedede, #fff);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#fff));
	background:-webkit-linear-gradient(top, #dedede, #fff);
	background:-o-linear-gradient(top, #dedede, #fff);
	background:linear-gradient(top, #dedede, #fff);
	background:-moz-linear-gradient(top, #dedede, #fff);
	border:solid 1px #cdcdcd;
	border-width:1px 0px 0px 0px;
	border-radius:5px 5px 0px 0px;*/
}
a.item_title {
	font: 300 28px 'Open Sans', sans-serif;
	color: #1570a6;
	text-decoration:underline;
}
a.item_title:hover {
}
.item_date {
	font-size:8px;
	color: #999999;
	display: none;
}
.pager {
	display: none;
	clear: both;
	text-align:right;
	margin-top:25px;
}
.rssIcon {
	display:none;
}
.caption{
	font-size:smaller;
	color: #666666;
}
.itemFull {
	margin-left:5px;
}
.itemFull ul {
	list-style:none;
}
.itemFull li {
	margin:10px 0px 10px 0px;	
	padding-left: 15px;
	background-image:url(/upcms/designs/mobile2/html/assets/img/bullet.png);
	background-repeat: no-repeat;
	background-position: 1px;
}
.itemFull li a {
	color:#000;	
	font:normal 18px 'Open Sans', sans-serif;
	text-decoration:underline;
}
.attachmentDiv {
	clear:both;
	padding:10px 0;
}
.summarySpan {
	display:none;
	clear:both;
	margin-top:15px;
	background: url('/images/f0f0f0-dddddd-ffffff-ffffff/15-1200-0-1/sprite.png') no-repeat;
	height:15px;
}
.sidebar_div {
	clear:both;
	margin:10px 0px 5px 0px;
}
.sidebar_title {
	font: 300 24px 'Open Sans', sans-serif;
	width:100%;
	text-decoration:none;
	color:#fff;
}
.sidebar_title_div {
    width: 98%;
    padding: 5px 1%;
    background: #00958F;
}
.sidebar_body_div {
	padding:5px;
}
.sidebar_image_div {text-align:center;} 
/* rotator promo */

.rotatorTitle 
{
  width:98%;
	background:#5a4099;
	font:300 24px 'Open Sans', sans-serif;
	color:#fff;
	padding:5px 1%;
	margin:5px 0 0 0; 
    }

.rotatorSummary {
	width: 98%;
	padding: 0px 1% 10px 1%;
	color: black;
	overflow: hidden;
	margin-right:40px;
}

/* promos */
.promo {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
}
.promoSummary {
	width: 99%;
	padding: 0px 0px 10px 1%;
	color: black;
	overflow: hidden;
	margin-right:40px;
}
.promoSummary a {
	color:#000;
	text-decoration:underline;
}
.promoSummary span.item_summary p {
	margin-right:40px;
}
.promo #title, #title a {
	width:98%;
	background:#5a4099;
	font:normal 18px 'Open Sans', sans-serif;
	color:#fff;
	padding:5px 1%;
	margin-top:5px;
	text-transform:uppercase;
	border:solid 1px #000;
	border-width:1px 0px 1px 0px;
}
.promo #title a {text-decoration:underline;}
.promo #items {
	padding-top:10px;
}

div.tabularPromoTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 35px;
}


/* images */
.imageBox {
	float:left;
	margin:5px 5px 5px 0px;
}
.imageAbove{float:right;}
.imageTop {
	float:right;
	margin:0px 0px 5px 5px;
}
.thumbnail {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
}
#ig_thumbdiv a {
	margin-right:2px;
}
#inlineSlideshow {
	display:none;	
}
/* Pager */
.dxpSummary {
	font-size:large !important;
}
.dxpPageNumber {
	font-size:large !important;
	padding-left:20px;
	padding-right:20px;
}
.dxpButton {
	display:none;
}
/*Directory*/
.dxgvTable {
	font-family:'Open Sans', sans-serif;
}
.dxgvTable a {
	color:#0088cc;
}
.dxgvHeader {
	background:#b9d0e7;
}
.dxgvHeader td {
	font-family:'Open Sans', sans-serif;
}
.dir_AltRow {
	background:#ecf2f9;
}

/*Searchbox*/
.subtext {}


div.banner1 { width: 1500px; height: 490px;
	
}
div.banner2 {width: 1500px; height: 490px;
	
}
div.banner3 {width: 1500px; height: 490px;
	background-image: url('/UPCMS/designs/mobile2/images/banners/subBanner004.png');
}

/* Directory */
.dir_Header, .dir_Pager { background-color:#b9d0e7 !important; border:solid 2px #ffffff !important;}
.dir_Filter { background-color:#f5f2e8;}
.dir_Filter td {border:none !important;}
.dir_Row { background-color:#ecf2f9 !important;}
.dir_AltRow { background-color:#ffffff !important;}
.dir_Cell { padding-right:30px !important; border:solid 2px #000000;}
.dir_Cell a { color:#005288 !important; text-decoration:none;}
.dir_Cell a:hover { color:#bf2e1b !important;}
.dir_subText { width:100%; margin-bottom:4px; font-size:8pt;}
#alphaList { margin-bottom:8px; margin-top:15px;}
#alphaList>span { margin:0px 4px 0px 4px}
#alphaList>#hl { text-decoration:underline; cursor:pointer; color:#0000ff;}
*+html .searchTable{ margin-top:10px;}
.directory {
	font-family:'Open Sans', sans-serif;
	font-size:10px !important;	
}

/* START STYLE STRIPPING */

.sectionBody div{	
	background: none !important;
	border: none !important;
	text-align: left !important;
	text-decoration: none !important;
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sectionBody p {
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	color: #000 !important;
     line-height: 26px !important;
}
.sectionBody ul {
	overflow: hidden !important;
}
.sectionBody {
	font: normal 18px 'Open Sans', sans-serif !important;
}
.sectionBody span {
	background: none !important;
	font: normal 18px 'Open Sans', sans-serif !important;
	color: #000 !important;
	text-decoration: none !important;
	border: none !important;
	text-transform: none !important;
}
.sectionBody h1, h2, h3, h4 {
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	text-decoration: none !important;
}
.sectionBody table, tr, td, font {
	background: none !important;
	background-image: none !important;
	font: normal 18px 'Open Sans', sans-serif !important;
	text-align: left !important;
	color: #000 !important;
}
.sectionBody iframe {
	max-width: 490px !important;
}
.sectionBody a {
	font: bold 18px 'Open Sans', sans-serif !important;
}
.sectionBody u {
	text-decoratin: none !important;
}
.sectionBody .img {
	margin: 0px 10px 0px 10px !important;
}
.sectionBody .imageRight {
	margin: 0px 10px 0px 10px !important;
	display:block !important;
}
.sectionBody .image {
	display:block !important;
	margin: 10px !important;
	float:none !important;
	visibility:visible !important;
}
/*.sectionBody img {visibility:hidden !important;}*/
.sectionBody .panel-body img {visibility:visible !important;}
.imageTop img {visibility:visible !important;}
.imageAbove img {visibility:visible !important;}
.imageBelow img {visibility:visible !important;}
/*.sectionBody iframe {
	display:none !important;	
}*/
.sidebar_body div{	
	background: none !important;
	border: none !important;
	text-align: left !important;
	text-decoration: none !important;
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width:200px !important;
	overflow:hidden;
}
.sidebar_body p {
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	color: #000 !important;
}
.sidebar_body ul {
	overflow: hidden !important;
}
.sidebar_body {
	font: normal 18px 'Open Sans', sans-serif !important;
}
.sidebar_body span {
	background: none !important;
	font: normal 18px 'Open Sans', sans-serif !important;
	color: #000 !important;
	text-decoration: none !important;
	border: none !important;
	text-transform: none !important;
}
.sidebar_body h1, h2, h3, h4 {
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	text-decoration: none !important;
}
.sidebar_body table, tr, td, font {
	background: none !important;
	background-image: none !important;
	font: normal 14px 'Open Sans', sans-serif !important;
	text-align: left !important;
	color: #000 !important;
}
.sidebar_body table { max-width:200px !important;}
.sidebar_body iframe {
	max-width: 490px !important;
}
.sidebar_body a {
	font: normal 18px 'Open Sans', sans-serif !important;
}
.sidebar_body u {
	text-decoration: none !important;
}
.sidebar_body img {
	max-width:200px; !important;
	height:auto !important;
}
.nav_inSectionUL li {font:bold 18px 'Open Sans', sans-serif; border-bottom:solid 1px #ccc; padding:0px 0px 5px 0px;}
.nav_inSectionUL li a {font:bold 18px 'Open Sans', sans-serif;}
/* END STYLE STRIPPING */


.wizard_fieldLabel {
    display: block;
    margin-right: 15px;
    font-weight: bold;
}

.form_required .wizard_fieldLabel {
    display: block;
    margin-right: 15px;
    color: #bf2e1a;
}

div.alert { background-color: #f2f2f2; padding: 35px; }

	div.alert div#alertText { font-size: 17px; }