/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}a:active { outline:none; }

body {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	background:#093a7f;
}

#wrapperOutside {
	width: 784px;
	margin:0px auto;
	background:#0a3571;
}

#wrapper {
	width: 772px;
	margin:0px auto;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#fff;
}

/* Top Area */

#top {
	padding: 0px;
	font-size: 11px;
	line-height: 20px;
	background-color: #09397F;
	display: block;
	height: 92px;
}

#topFloat {
	background-color: #DEE4EE;
	color: #333;
	height: 22px;
	background-image:url(../imagesNav/bg_top.jpg);
	background-repeat:repeat-x;
}

#topFloat ul {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
}

#topFloat li { 
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.topText {
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 3px 2px 0px 0px;
	padding: 2px 2px 0px 7px;
	line-height: 12px;
	color: #09397F;
}

.topText:hover { text-decoration: underline; }

.topBreak {
	font-size: 9px;
	text-align: center;
	line-height: 22px;
	display: block;
	width: 20px;
}

.topImage {
	margin: 2px 0px 0px 0px; 
	padding: 2px 4px 0px 0px; 
	border: 0px;
}

#search {
	margin: 2px 0px 0px 5px; 
	padding: 0px 2px 0px 2px; 
	font-size: 10px;
}

#searchButton { margin: 0px 0px 0px 6px; }


/* BANNER CSS */

#banner {
	clear:both;
	position:relative;
	top: 0px;
	/*display:none;
	visibility:hidden;*/
}

/* Main Menu */

/*
#menuBG {
	width: 100%;
	background-color:#8A93B0;
	background-image:url(../imagesNav/bg_mainMenu.jpg);
	background-repeat:repeat-x;
	height: 37px;
}
*/

#menuBG {
	width: 100%;
	/*background-color:#766A63;
	border-top: 1px solid #82766F;
	border-bottom: 1px solid #6A5F59;*/
	background-color:#8A93B0;
	background-image:url(../imagesNav/bg_mainMenu.jpg);
	height:32px;
}


#menu { 
	width:auto;
	margin:0 10.5%;
}

ul#udm li li a { border-radius:3px!important; }
ul#udm ul { border-radius:3px!important; }
ul#udm>li>ul { 
border-top-right-radius: 0!important;
border-top-left-radius: 0!important; 
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}

.spacing { margin: 0; }


 /* SECONDARY NAV CSS */
#secondMenu {
	position: absolute;
	top: 22px;
	width: 772px;
	height: 70px;
	background:#09397f;
	text-align: right;
	overflow: hidden;
	z-index:3;
}

#logo {
	float:left;
	margin: 0px;
	padding: 0px;
}

#logo img { border: 0px; }

#secondMenu ul {
	margin: 27px 5px 0px 0px;
	list-style-type: none;
}

#secondMenu li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 12px 0px 6px;
}

#secondMenu a {
	font-size: 10px;
	font-weight: 200;
	text-decoration: none;
	color: #fff;
}

#secondMenu a:hover { text-decoration: underline; }

/* Content Area */

#contentClear{
	clear: both;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#content {
	float: left;
	width: 571px;
	margin: 0 0 10px 0;
	padding: 0 14px 0 15px;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #222;
	background:#fff;
	border-left:1px solid #eee;
}

#content a { text-decoration:none; }

#content a:hover { text-decoration:underline; }

#content a.small { font-size:smaller; }

#content h1 {
	font-weight: bold;
	font-size: 25px; 
	color: #cb6114;
	margin: 10px 0px 13px 0px;
	line-height: 30px;
}

#content h2 {
	font-weight: bold;
	font-size: 16px; 
	color: #2c5288;
	margin: 15px 0px 5px 0px;
	background: none;
	line-height: 20px;
}

#content h3 {
	font-weight: bold;
	font-size: 12px; 
	color: #2c5288;
	margin: 15px 0px 5px 0px;
	background: none;
}

#content h4 {
	font-weight: bold;
	font-size: 12px; 
	color: #2c5288;
	margin: 1px 0px;
	background: none;
}

#content h3 a, #sitemap h3 a {
	font-weight: bold;
	font-size: 12px; 
	color: #2c5288;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 1px 0px;
	text-decoration: none;
	border-bottom: 1px dotted #2c5288;
	background: none;
	border:none;
}

#content h3 a:visited, #sitemap h3 a:visited {
	text-decoration: none;
	border:none;
	outline:none;
}

#content h2 a, #sitemap h2 a {
	font-weight: bold;
	font-size: 16px; 
	color: #2c5288;
	margin: 15px 0px 5px 0px;
	text-decoration: none;
	background: none;
	border:none;
}

#content h2 a:visited, #sitemap h2 a:visited {
	text-decoration: none;
	outline:none;
}

#content ul.contentList, .contentArea ul, #content ul {
	list-style-type: none;
	padding: 2px 0px 2px 3px;
	margin: 0px;
}

#content ul.contentList li, .contentArea ul li, #content ul li {
	padding: 2px 0px 0px 9px;
	margin: 0px;
	background-image: url(../imagesNav/contentArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#content ol.contentList, .contentArea ol, #content ol {
	list-style-type: decimal;
	padding: 5px 0px 5px 3px;
	margin: 0px 0px 0px 20px;
}

#content ol.contentList li, .contentArea ol li, #content ol li {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	background-image: none;
}


.contentLink, .contentArea a, #contactInfo a, #date, #sitemap a, #content a {
	color: #cb6114;
	text-decoration: none;
}

.contentLink:visited, .contentArea a:visited, #contactInfo a:visited, #sitemap a:visited, #content a:visited { text-decoration:none; }

.contentLink:hover, .contentArea a:hover, #contactInfo a:hover, #sitemap a:hover, #content a:hover { text-decoration:none; border-bottom:1px solid #e6a678; }

.contentHighlight {
	margin: 5px;
}

#contactInfo {
	clear:both;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 9px;
}

#content blockquote {
	margin: 10px 10px 10px 0;
	padding: 5px 14px;
	border: 1px solid #ddd;
	border-left:6px solid #ddd;
	background-color:#fcfcfc;
}

#content blockquote ul {
	margin: 2px 0px 2px 15px;
}

#content blockquote.quotes { background:#fcfcfc url(/_img/blockquote-quotes.png) 0 0 no-repeat; }

#content img.gallery {
	margin: 2px;
	padding: 3px;
	background-color: #eee;
	background-image: url(../imagesNav/quickLinksOutsideBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
}

.galleryImg {
	margin: 2px;
	padding: 3px;
	background-color: #eee;
	background-image: url(../imagesNav/quickLinksOutsideBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
}

.imgRight {
	float: right;
	margin: 5px 0 5px 10px;
	padding: 7px 7px 5px;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	text-align: center;
	display: inline;
	font-size:9px;
	border-radius: 3px;
}

.imgCenter {
	margin: 5px 0px;
	padding: 7px 7px 5px;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	border-radius: 3px;
	display:inline-block;
}

.imgLeft {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 7px 7px 5px;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	text-align: center;
	display: inline;
	font-size:9px;
	position:relative;
	border-radius: 3px;
}

.imgLeft img, .imgCenter img, .imgRight img {
	border: none;
	margin: 0px 0px 2px 0px;
}

/*** Table CSS  ***/
.formattedTitle td {
	padding: 5px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ddd;
	background-image: url(../imagesNav/quickLinksOutsideBG.jpg);
	text-align: center;
}

.formatMy table { border-top: solid 1px #ccc; }

.formatMy td, td, .formatMy th, th { border-bottom: solid 1px #ccc; }

.formatMy form td { border:none !important; }

th { font-weight:bold; }

/* Breadcrumb  */

#breadCrumb { padding: 10px 0px 5px 0; color:#666; font-size: 9px; }

#breadCrumb a { color: #666; }

#breadCrumb a:visited { color: #666; border:none; outline:none; }

#breadCrumb a:hover { color: #333; }

/* Left Menu */

#leftMenu {
	float: left;
	width: 169px;
	margin: 0;
	font-size: 11px;
	padding:6px 0 20px;
}

#leftMenu ul { border-bottom:none; }

#leftMenu li {
	margin: 0px;
	padding: 0px;
}

#leftMenu a {
	text-decoration: none;
	display: block;
}

#leftMenu li a {
	text-align: left;
	color: #2c5288;
	padding:5px 7px 5px 10px;
	width: 153px;
}

#leftMenu a:hover {
	background-color:#f4f7fb;
	border-top:1px solid #ebf1f8;
	border-bottom:1px solid #ebf1f8;
	padding:4px 7px 4px 10px;
}

#leftMenu li a.selected, #leftMenu li a.doubleSelected {
	font-weight:bold;
	color:#2c5288;
}

#leftMenu ul ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#leftMenu li li {
	padding: 0px;
	margin: 0px;
}

#leftMenu li li a {
	margin-left: 10px;
	width: 136px;
	border-left:4px solid #ccd7e3;
}

#leftMenu li li a:hover {
	padding-right: 10px;
}

#leftMenu>a:hover {
	padding:0; border:0 none;
}

#leftMenu li li a.selected, #leftMenu li li a.doubleSelected {
	text-align:left;
}

#leftMenu li li li {
	padding:0;
	margin:0 0 0 10px;
	border-left:4px solid #ccd7e3;
}
#leftMenu li li li a {
	text-decoration: none;
	width: 122px;
}

#leftMenu li li li a:hover {
	color: #2c5288;
	text-decoration: none;
}

#leftMenu li li li a.selected:hover, #leftMenu li li li a.doubleSelected:hover { text-decoration: none; color:#2c5288; cursor:default; background:none; border-top:1px solid #fff; border-bottom:1px solid #fff; }

dt { font-weight:bold; }

dd { margin-bottom:13px; }

/**** Academic Site Navigation ****/

#leftMenu .program li a { padding-left: 20px; padding-right:35px; }

#leftMenu .program li a.selected, #leftMenu .program li a.selected:hover { padding-left: 20px; padding-right:35px; background:#7A88A1; font-weight:normal; color:#fff; }

#leftMenu .program li li a { background:#fff; padding-left:35px; width:100px; border-bottom:1px solid #e2e2e2; }

#leftMenu .program li li a.selected, #leftMenu .program li li a.selected:hover { background:#fff; padding-left:35px; width:100px; color:#444; font-weight:bold; }

#leftMenu .program li li a:hover, #leftMenu .program li li a.selected:hover { background:#eee; }

#leftMenu .program a.selected:hover { text-decoration:none; }

/*********************************/

#leftMenu img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

#leftMenu img.noFormat {
margin-top: 5px;
margin-bottom: 5px;
}

#leftMenu li.noFormat {
margin: 0px;
padding: 0px;
border-bottom: none;
}

#leftMenu table {
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

#leftMenu td {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#leftMenu h3 { padding:15px 7px 2px; font-weight:bold; font-size:12px; color:#2c5288; }

.calendar-month {
	font-weight: bold;
	font-size: 12px; 
	color: #2c5288;
	margin: 2px;
	background: none;
}

.leftCalendar {
	font-size: 11px;
	color: #777777;
	padding: 15px 0px 0px 14px;
}

.leftCalendar a { color: #09397F; }

.leftCalendar a:hover { background:#fff; }



/* Right Menu */
/*
#rightMenu h3, .ql { display:block; background:#2c5288; color:#fff; padding:5px 11px; margin:0!important; width:142px; font-size:9px!important; font-weight:normal; text-transform:uppercase; letter-spacing:0.2em; line-height:14px; border-right:1px solid #a8b1be; border-left:1px solid #a8b1be; }

#rightMenu { float:right; background:none; width:166px; margin:0 -10px 10px 10px; padding:8px; background-color:#f7f7f7; border:1px solid #ddd; }

#rightMenu img { margin:0 0 0 12px; }

#rightMenu ul {
	list-style-type: none;
	background-color: #fff;
	margin:0;
	padding:0 0 6px;
	text-align:left;
	border:1px solid #ddd !important;
	line-height: 12px;
}

#rightMenu ul li {
	padding:0;
	background-image:none;
	font-size: 10px;
}

#rightMenu a {
	border:none;
	border-bottom:1px solid #eee !important;
	color: #444;
	text-decoration:none !important;
	display: block;
	padding:7px 10px;
}

#rightMenu a:hover {
	text-decoration:none;
	background:#f9f9f9;
	color:#333;
}

#rightMenu a.selected {
	font-weight: bold;
}

#rightMenu a#events { background:transparent url(../imagesNav/quick_links_bg.png) 0 0 no-repeat; border:none !important; text-decoration:none; margin:10px 0 -73px 0; padding:79px 0 0 0; height:3px; }

#rightMenu ul.highlight {
	margin:5px 0 5px 5px;
	background-color:#e8d2d2;
	padding:10px;
}

#rightMenu ul.highlight a {
	text-decoration:underline;
	margin:0;
	border:none;
}

#rightMenu ul.highlight a:hover {
	color:#000;
	margin:0;
	background:none;
	text-decoration:none;
	border:none;
}
*/



/* Right Menu New */

#rightMenu { float:right; width:166px; margin:0 -15px 30px 20px; padding:0 4px 0 2px; border-left:4px solid #e1e1e0/*#e7e7e7*/; }

#rightMenu h3, .ql { display:block; color:#433933; padding:0 0 6px; margin:0 10px 2px!important; font-size:12px!important; border-bottom:1px solid #e1e1e0; }

#rightMenu img { margin:0 0 0 12px; }

#rightMenu ul {
	list-style-type: none;
	margin:0 0 10px;
	padding:0;
	text-align:left;
	/*border:1px solid #ddd !important;*/
	line-height: 12px;
}

#rightMenu ul li {
	padding:0;
	background-image:none;
	font-size: 11px;
}

#rightMenu a {
	border:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color: #766a63;
	text-decoration:none !important;
	display: block;
	padding:4px 7px 4px 10px;
}

#rightMenu a:hover {
	background-color:#f4f4f3;
	border-top:1px solid #e1e1e0;
	border-bottom:1px solid #e1e1e0;
	padding:4px 7px 4px 10px;
}

#rightMenu a.selected {
	font-weight:bold;
	color:#766a63;
}

#rightMenu a.selected:hover {
	font-weight:bold;
}

#rightMenu a#events { background:transparent url(../imagesNav/quick_links_bg.png) 0 0 no-repeat; border:none !important; text-decoration:none; margin:10px 0 -73px 0; padding:79px 0 0 0; height:3px; }

#rightMenu ul.highlight {
	margin:5px 0 5px 5px;
	background-color:#e8d2d2;
	padding:10px;
}

#rightMenu ul.highlight a {
	text-decoration:underline;
	margin:0;
	border:none;
}

#rightMenu ul.highlight a:hover {
	color:#000;
	margin:0;
	background:none;
	text-decoration:none;
	border:none;
}






/* Footer */

#footer {
	clear: both;
	width:764px;
	height: 55px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	margin-left:-6px;
	padding: 10px 10px 10px 10px;
	background: #093a7f;
	border-top:4px solid #0a3571;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#footer a:hover { color: #cccccc; }

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	outline:none;
}

#footer a:visited:hover { color:#cccccc; }

#address {
	float: left;
	padding: 4px 100px 0px 8px;
}

.footerDiv {
	float: left;
	padding: 4px 120px 0px 0;
}

.footerFacebook a {
	float: right;
	padding:0;
	margin:6px 0 0 0;
	text-align:right;
}

.footerFacebook a:hover { margin-top:17px; }

.submitButton {
	font-size: 11px;
	margin-top: 5px;
}

.searchField {
	font-size: 11px;
	margin-top: 2px;
}

.submitButtonLarge {
	font-size: 16px;
	margin-top: 8px;
}

.searchFieldLarge {
	font-size: 22px;
	margin-top: 2px;
	background-color:#f7ece3; 
	color:#2c5288;
}


/* extras */

.hidden {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	voice-family: silent;
	visibility: hidden;
	display: none;
}

.newsArchiveTable { margin-top:10px; }

.newsArchiveTable td {
	border-bottom: 1px solid #cfc6b0;
	padding: 7px 10px;
}

.clear { clear:both; display:block; }

.action-button { 
	padding:10px 20px; 
	background:#baae92 url(../_img/action-button.png) top repeat-x; 
	border:1px solid #968a6f; 
	color:#433933; 
	font-weight:bold; 
	width:auto; 
	cursor:pointer; 
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
}
.action-button:hover { background:#b9ae93 url(../_img/action-button.png) center repeat-x; }

.action-button:active { background:#baae92 url(../_img/action-button.png) bottom repeat-x; outline:none!important; }


/*Validation CSS*/

.LV_validation_message{
	display: block;
	clear: both;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

label.errorLabel {
	color:#CC0000;
	display: block;
	clear: both;
}

.success { padding:20px; background:#f4f6e6; border:1px solid #bcc095; margin-top:10px; }

.info { padding:20px; background:#eef3fa; border:1px solid #69717b; margin-top:10px; }

.warning { padding:20px; background:#f5f0de; border:1px solid #6a6556; margin-top:10px; }

.error { padding:20px; background:#f5dad6; border:1px solid #776764; margin-top:10px; }

.successMsg {border-top: 2px solid #ddd;}

.successForm {display:none;}

.errorElement {background: #ffc;}

#map_canvas {
	margin:10px; 
	width:370px; 
	height:250px;
	border:1px solid #717c90;
}

#eventCategoryHelp {
	background-color:#fff;
	border:1px solid #DEE4EE;
	width:350px;
	z-index:1000;
	position:absolute;
	padding:5px;
	margin:5px;
}

p a[href^="http://"], li a[href^="http://"] {
    background: url(../images/external-icon.png) center right no-repeat;
    padding-right: 14px;
}

#rightMenu li a[href^="http://"] {
	margin:0;
    background-image:none!important;
    padding-right:0!important;
	display:block;
}

a[href^="http://www.mcc.commnet.edu/"] {
    background:none!important;
    padding-right:0!important;
}

.contentArea a[href$='.pdf'] { 
	background:url(../images/pdf-icon.png) center right no-repeat!important;
	padding-right:15px!important; margin-right:1px!important;
}

#leftMenu li a[href$='.pdf'] { 
	background:url(../images/pdf-icon.png) center right no-repeat!important;
	padding-right:0!important; margin-right:0!important;
}

#leftMenu li a[href$='.pdf']:hover { 
	background:#f8f8f8 url(../images/pdf-icon.png) center right no-repeat!important;
}

.video { 
	background:url(../images/video-icon.png) center right no-repeat;
	padding-right:15px; margin-right:1px;
}

.contentArea a[href$='.doc'], .contentArea a[href$='.docx'], .contentArea a[href$='.rtf'],
#leftMenu li a[href$='.doc'], #leftMenu li a[href$='.docx'], #leftMenu li a[href$='.rtf'] { 
	background:url(../images/doc-icon.png) center right no-repeat!important;
	padding-right:15px!important; margin-right:1px!important;
}
.contentArea a[href$='.ppt'], .contentArea a[href$='.pptx'],
#leftMenu li a[href$='.ppt'], #leftMenu li a[href$='.pptx'] { 
	background:url(../images/ppt-icon.png) center right no-repeat!important;
	padding-right:15px!important; margin-right:1px!important;
}

.contentArea a[href$='.xls'], .contentArea a[href$='.xlsx'], 
#leftMenu li a[href$='.xls'], #leftMenu li a[href$='.xlsx'] { 
	background:url(../images/xls-icon.png) center right no-repeat!important;
	padding-right:15px!important; margin-right:1px!important;
}

#leftMenu a[href^="http://"] { background:none !important; }

.contentArea a[href^="mailto:"] {
    background: url(/../images/envelope.png) center right no-repeat;
    padding-right:15px; margin-right:1px;
}

a.img, a[href$='.pdf'].img { border:none!important; background:none!important; outline:none; text-decoration:none!important; padding:0!important; margin:0!important; }

.small_gray { color:#666; font-size:80%; }
.smallcaps { text-transform:uppercase; font-size:85%; letter-spacing:0.1em; line-height:inherit; }

#content ul.nobullets li, .contentArea ul.nobullets li {
padding: 2px 0 0;
margin: 0px;
background-image: none;
}

hr { border:0; width:100%; height:1px; color:#ddd; background:#ddd; margin:16px 0 10px; clear:both; display:block; }

#content ul.nobullets, .contentArea ul.nobullets { padding-left:0; margin-left:0; }

fieldset#listForm { background:#fcfcfc; border:1px solid #ccc; padding:20px 22px; margin:0 0 1.5em;  }

fieldset#listForm legend { background:#333; border:1px solid #000; margin:0 0 0 -23px; padding:0.5em 1em; color:#fff; font-size:1.2em; }

fieldset#listForm li { padding:0 0 1em!important; clear:both; background-image:none!important; }

fieldset#listForm li span { font-size:80%; }

fieldset#listForm label { padding:0; display:block; font-weight:bold; }

fieldset#listForm input { font-size:1em; }

fieldset#listForm input[type="text"], fieldset#listForm input[type="password"], fieldset#listForm input[type="textarea"] { border:1px solid #ddd; vertical-align:top; padding:0.3em; width:300px; } /* vertical-align removes a bug in FF where input elements have extra margin applied by the browser*/ 

fieldset#listForm input[type="submit"], fieldset#listForminput[type="reset"], fieldset#listForminput[type="button"], fieldset#listForminput[type="image"] { width:auto; }

fieldset#listForm textarea { font-size:1em; line-height:1.5; border:1px solid #ddd; vertical-align:top; padding:0.3em; width:300px; }

fieldset#listForm input.radio, fieldset#listForm input.checkbox { float:left; margin-right:1em }

fieldset#listForm select, #listForm optgroup, #listForm button { font-size:1em; }

fieldset#listForm optgroup { padding-left:0.5em; font-style:normal; font-weight:bold; color:#666; }

fieldset#listForm option { padding-left:0.5em; color:#000; }

blockquote a img { border:none!important; display:block; }

.games li { padding:6px 0 6px 13px!important; border-bottom:1px solid #eee; }

.left { float:left; }

.right { float:right; }

.half { width:200px; }

#rightMenu img.thumb { width:56px; height:56px; margin:0 5px 2px 0; }

.green { color:#adbf43; }

.allcaps { text-transform:uppercase; letter-spacing:1px; line-height:inherit; }

.inline { display:inline!important; clear:none; line-height:2.5; }

.brandBlurb { clear:both; margin-top:10px!important; padding:10px 0px 5px 0; color:#333; font-size: 12px; border-top:1px solid #ccc; }

.brandBlurb a { color:#444!important; border-bottom:1px dotted #ddd!important; }

.brandBlurb a:visited { color:#444!important; border:none; border-bottom:1px dotted #ddd!important; outline:none; }

.brandBlurb a:hover { color:#cb6114!important; border-bottom:1px dotted #cb6114!important; }

.brandBlurb a:active { color:#cb6114!important; border-bottom:1px solid #cb6114!important; }

#sidebarEngage { color:#cb6114; padding:8px; line-height:1.5; }

#sidebarEngage a:link, #sidebarEngage a:visited, #sidebarEngage a:hover { color:#cb6114; text-decoration:underline; margin-right:0; padding-right:0; background:none; }

#sidebarEngage a:hover { color:#7c451c; padding:0; border:0 none; }

.normal { font-weight:normal; }


/* :::: FancyBox/BolGallery :::: */

#fancybox-overlay { z-index:1000; }

#gallery a { border:none!important; text-decoration:none; background:none; }

#gallery a:hover { text-decoration:underline; }

#gallery ul { list-style:none; margin:0; padding:0; }

#gallery li { float:left; margin:0 12px 10px 0!important; padding:1px!important; line-height:0; background-image:none!important; }

#gallery li a:link img, #gallery li a:visited img { display:block; margin:0 auto; background:#fdfdfd; padding:6px; border:1px solid #ddd; }

#gallery li a:hover img { background:#eee; }

#gallery li.quarter { width:141px; height:141px; } /* img size (129px) + img border (12px) */

#gallery li.third { width:192px; height:192px; } /* img size (180px) + img border (12px) */

#gallery .pagination_nav { font-size:10px; padding:10px 10px 10px 0; /*background:#fdfdfd; border:1px solid #ddd; margin-bottom:10px;*/ }

#gallery .pagination_nav a:link, #gallery .pagination_nav a:visited { color:#888!important; padding:3px 8px; background:#fff; border:1px solid #ddd!important; margin:0 4px 0 0; }

#gallery .pagination_nav a:hover, #gallery .pagination_nav a:active { color:#000!important; background:#f4f5f7; text-decoration:none; }

#gallery .pagination_nav a.active_page { color:#fff!important; background:#377dde; border:1px solid #ddd!important; font-weight:bold; }

.ui a.selected, .ui a.selected:hover { font-weight:bold; color:#666!important; cursor:default; }
.ui ul.pagination_content li { border-bottom:1px solid #eee; }
.ui ul.pagination_content li input { float:left; margin:3px 10px 0 0; }
.ui ul.pagination_content li p.date { width:55px; float:left; margin:0 15px 0 0; padding:0; line-height:1.4; text-align:right; }
.ui ul.pagination_content li p.event { width:450px; float:left; margin:0; padding:0 0 8px; line-height:1.4; }
.ui ul.pagination_content li label { color:#953628; font-weight:bold; }
.ui .button1 { border:none; }
.ui .button1 input { background:#953628!important; border:1px solid #953628; cursor:pointer; }

/* ::: Date Stamp / Calendar Event Listing ::: */

.cal-list-event { width:100%; border-top:3px solid #ccc; padding:0; }

.cal-list-event li { background-image:none!important; margin:0; padding:8px 0 10px!important; border-bottom:1px solid #ccc; }

.cal-list-event li.shaded { background:#eee; }

.datestamp { width:60px; display:inline; float:left; margin-right:20px; }

.datestamp p { display:block; text-align:center; margin:0; line-height:1.1; font-family:Arial, Helvetica, sans-serif; color:#766a63; }

.datestamp p.date { font-size:18px; padding:4px 0 2px; }

.datestamp p.month { font-size:9px; text-transform:uppercase; letter-spacing:1px; }

.datestamp p.day { font-size:8px; padding:0; color:#92867f; /*text-transform:uppercase;*/ letter-spacing:1px; }

.datestamp p.time { font-size:9px; }


/* stylized button */

/* .button1 { display:inline-block; border:1px solid #8598b2; height:100%; -moz-border-radius:3px; }

.button1 a, .button1 a[href$='.pdf'], .button1 input { display:block; width:auto; background:#8598b2!important; border:1px solid #8ea1bc; border-top:1px solid #bbc8da; border-bottom:1px solid #7d8ea6; padding:8px 20px; color:#fff!important; -moz-border-radius:2px; font-weight:bold; margin:0!important; }

.button1 a:hover, .button1 a[href$='.pdf']:hover, .button1 input:hover { background:#94a8c4!important; border:1px solid #a0b1ca; border-top:1px solid #bbc8da; border-bottom:1px solid #7d8ea6!important; color:#f2f5f9; } */

ul.buttons { background:#999 url(../_img/button1-gray.png) 0 0 repeat-x; padding:4px 5px!important; border:1px solid #ccc; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }

.button1 { display:inline-block; }

.button1 a, .button1 a[href$='.pdf'], .button1 input { display:block; width:auto; background:#377dde url(../_img/button1-blue-sky.png) 0 -30px repeat-x!important; border:1px solid #377dde; padding:6px 14px; color:#fff!important; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; font-weight:bold; margin:0!important; box-shadow:0 0 3px #ccc; font-size:11px; }

.button1 a.small-button, .button1 a[href$='.pdf'].small-button, .button1 input.small-button { background:#999 url(../_img/button1-gray.png) 0 -30px repeat-x!important; border:1px solid #999; padding:3px 5px!important; color:#333!important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:10px; line-height:1; }

.button1 a.selected, .button1 a[href$='.pdf'].selected, .button1 input.selected { background:#666 url(../_img/button1-gray.png) 0 80px repeat-x!important; border:1px solid #000; color:#eee!important; padding:3px 5px!important; line-height:1; }

.button1 a.selected:hover, .button1 a[href$='.pdf'].selected:hover, .button1 input.selected:hover { border:1px solid #000!important; color:#fff!important; }

.button1 a:hover, .button1 a[href$='.pdf']:hover, .button1 input:hover { background-position:0 30px!important; border:1px solid #377dde!important; }

.button1 a.small-button:hover, .button1 a[href$='.pdf'].small-button:hover, .button1 input.small-button:hover { background:#999 url(../_img/button1-gray.png) 0 -40px repeat-x!important; color:#ddd; border:1px solid #999!important; }

.button1 a:active, .button1 a[href$='.pdf']:active, .button1 input:active { background-position:0 -50px!important; }

.margin-b10 { margin-bottom:10px!important; }

.margin-t10 { margin-top:10px!important; }

.deck { font-family:Cambria, Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:1.4; }

/* :::::::: ClearFix ::::::::: */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}

/* :::: widths :::: */
.half { width:48%; float:left; padding-right:2%; }

.third { width:31%; float:left; padding-right:2%; }

.quarter { width:22%; float:left; padding-right:2%; }

.last { padding-right:0; }

.inline-list { list-style:none; }

.inline-list li { float:left; background-image:none!important; padding:0!important; margin:0 10px 0 0!important; }


::selection { background: #b8d2f5; } /* Safari */
::-moz-selection { background: #b8d2f5; } /* Firefox */

/* Athletics Roster */
#team-number { position:absolute; top:8px; right:8px; background:#f7f7f7; border:1px solid #ccc; border-right:none; border-top:none; width:auto; height:auto; padding:3px 3px 10px 6px; font-weight:bold; font-size:15px; color:#0f1f36; }
#athlete-info { float:left; width:320px; padding:0 0 20px 10px; }
#athlete-info b { font-weight:bold; color:#999; }
#athlete-profile { width:300px; margin:5px 0 10px -20px; background:#94a8c4; padding:15px 20px 10px 23px; color:#0f1f36; }
#athlete-profile h2 { margin-top:0; color:#0f1f36; }
#athlete-profile b { color:#fff; font-weight:normal; }
