/* classes for general styles used throughout the site*/
html { 
margin:0px; 
padding:0px;
height:100%;
} 
a{
	outline:none;
}
p {
	margin:0px; 
	padding:0px;
}
body {
	background-image : none;
	color: #3E545C;
	font-family: Arial;
	font-size: 12px;
}
.homebody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: none;
}
.maintext {
color: #000000;
font-family: Verdana;
font-size: 11px;
line-height: 13px; 
}
.maintextbold {
color: #000000;
font-family: Verdana;
font-size: 11px;
line-height: 13px; 
	font-weight: bold;
}
.textbold {
	font-weight: bold;
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
color: #8c8d8e;
font-family: Verdana;
font-size: 11px;
line-height: 13px;
text-decoration: underline; 
}

a:hover {
color: #32467a;
text-decoration: underline; 
}

#wideCol {}
#skinnyCol {}
#contentarea {}

/*generic spacer class*/
.spacer{margin-bottom:10px;}
/*generic clear class*/
.clear{clear:both;}

.fixPeekaboo{zoom: 1;}
/*--------------------------------------------*/
/*----------------PAGE HEADERS----------------*/
#L1Header{
	
}

#L2header {}

#L3header {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold; 
}

/*--------------------------------------------*/
/*--------------PODIUM cpbuttonS----------------*/

/*DEFAULT cpbutton, for when you use the PDcpbutton function when outside a content channel*/
/*SEE http://www.oscaralexander.com/tutorials/how-to-make-sexy-cpbuttons-with-css.html FOR EXPLANATION OF HOW THESE WORK*/
/*YOU CAN BREAK THE HOVE STYLE INTO ITS OWN DECLARATION TO SET UP A OVER STATE FOR THE cpbuttonS*/
a.cpbutton,
a.cpbutton:link,
a.cpbutton:active,
a.cpbutton:hover,
a.cpbutton:visited,
a.cpbutton:hover {
   background: transparent url(/images/buttonLeft.png) no-repeat;
    display: block;
    float: left;
    font: 10px/12px Verdana, sans-serif;
	color: #ffffff;
    height: 17px;
    margin-right: 6px;
	margin-top:5px;
    text-decoration: none;
}
a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonRight.gif) top right no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 9px 4px 9px;
}
/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
/*Channel Box*/
#photo .chbox {
	background:url(/ftpimages/100/podium/style566/imagegal_left_across.gif) repeat-x;
	padding-left:4px;
	padding-right:4px;
}
#photo .chbox2 {}
#photo .chbox3 {}
#photo .chbox4 {}

/*Footer*/
#photo .chfooter {
	background:url(/ftpimages/100/podium/style566/imagegal_bottom.gif) top right no-repeat;
	height:17px;
	margin-bottom:10px;
}
#photo .chfooter2 {}
#photo .chfooter3 {}
#photo .chfooter4 {}

/*Header*/
#photo .chheader {
	background:url(/ftpimages/100/podium/style566/imagegal_top.gif) top left no-repeat;
	
}
#photo .chheader2 {}
#photo .chheader3 {}
#photo .chheader4 {
	height:12px;
}

/*Header Text*/
#photo .chhtext{}

/*Link*/
#photo a,
#photo a:link,
#photo a:hover,
#photo a:active,
#photo a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}
#photo a:hover {
	text-decoration: none;
}

/*cpbuttons*/
#photo a.cpbutton,
#photo a.cpbutton:link,
#photo a.cpbutton:active,
#photo a.cpbutton:hover,
#photo a.cpbutton:visited,
#photo a.cpbutton:hover {
    background: transparent url(/images/bg_cpbutton_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#photo a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_cpbutton_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
/*Text*/
#photo .chtext {}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
	background-color: #cecece; 
}
#sidebar .chbox2 {

}
#sidebar .chbox3 {
	
}
#sidebar .chbox4 {
	padding: 8px 9px 10px 9px;
}

/*Footer*/
#sidebar .chfooter {
	margin-bottom: 10px; 
	height: 1px;
}
#sidebar .chfooter2 {

}
#sidebar .chfooter3 {

}
#sidebar .chfooter4 {
	
}

/*Header*/
#sidebar .chheader {
	background-color: #cecece;
	border-bottom: 3px solid #32467a; 
}
#sidebar .chheader2 {
	
}
#sidebar .chheader3 {
	
}
#sidebar .chheader4 {
	padding:8px 9px 3px 9px;
}

/*Header Text*/
#sidebar .chhtext{
color: #33467a;
font-family: 'Times New Roman';
font-size: 12px;
line-height: 16px;
text-transform: uppercase; 
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited {
color: #8c8d8e;
font-family: Verdana;
font-size: 11px;
line-height: 13px;
text-decoration: underline; 
}
#sidebar a:hover {
	color: #32467a; 
}

/*cpbuttons*/
#sidebar a.cpbutton, 
#sidebar a.cpbutton:link,
#sidebar a.cpbutton:active,
#sidebar a.cpbutton:hover,
#sidebar a.cpbutton:visited,
#sidebar a.cpbutton:hover {
    background: transparent url(/images/buttonLeft.png) no-repeat;
    display: block;
    float: left;
    font: 10px/12px Verdana, sans-serif;
	color: #ffffff;
    height: 17px;
    margin-right: 6px;
	margin-top:5px;
    text-decoration: none;
}
#sidebar a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonRight.gif) top right no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 9px 4px 9px;
}

/*Text*/
#sidebar .chtext {
color: #000000;
font-family: Verdana;
font-size: 11px;
line-height: 13px; 
}

.subHeader{
	font-family: 'Times New Roman', Times;
	font-size: 12px;
	line-height: 14px;
	}

.sidebarlink,.sidebarlink:link,.sidebarlink:hover,.sidebarlink:active,.sidebarlink:visited, #sidebar a.sidebarlink, #sidebar a.sidebarlink:hover{
	font-family: 'Times New Roman',Times;
	font-size: 12px;	
	line-height: 14px;
}

/*sidebar400 content channel*/
/*Channel Box*/
#sidebar400 .chbox {
	background-color: #cecece; 
	height: 400px;
	width: 240px;
	overflow: auto;
}
#sidebar400 .chbox2 {

}
#sidebar400 .chbox3 {
	
}
#sidebar400 .chbox4 {
	padding: 8px 9px 10px 9px;
	
}

/*Footer*/
#sidebar400 .chfooter {
	background-color: #cecece; 
	height: 5px;
	margin-bottom: 10px; 
}
#sidebar400 .chfooter2 {

}
#sidebar400 .chfooter3 {

}
#sidebar400 .chfooter4 {
	
}

/*Header*/
#sidebar400 .chheader {
	background-color: #cecece;
	border-bottom: 3px solid #32467a; 
}
#sidebar400 .chheader2 {
	
}
#sidebar400 .chheader3 {
	
}
#sidebar400 .chheader4 {
	padding:8px 9px 3px 9px;
}

/*Header Text*/
#sidebar400 .chhtext{
color: #33467a;
font-family: 'Times New Roman';
font-size: 12px;
line-height: 16px;
text-transform: uppercase; 
}

/*Link*/
#sidebar400 a,
#sidebar400 a:link,
#sidebar400 a:hover,
#sidebar400 a:active,
#sidebar400 a:visited {
color: #8c8d8e;
font-family: Verdana;
font-size: 11px;
line-height: 13px;
text-decoration: underline; 
}
#sidebar400 a:hover {
	color: #32467a; 
}

/*cpbuttons*/
#sidebar400 a.cpbutton, 
#sidebar400 a.cpbutton:link,
#sidebar400 a.cpbutton:active,
#sidebar400 a.cpbutton:hover,
#sidebar400 a.cpbutton:visited,
#sidebar400 a.cpbutton:hover {
    background: transparent url(/images/buttonLeft.png) no-repeat;
    display: block;
    float: left;
    font: 10px/12px Verdana, sans-serif;
	color: #ffffff;
    height: 17px;
    margin-right: 6px;
	margin-top:5px;
    text-decoration: none;
}
#sidebar400 a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonRight.gif) top right no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 9px 4px 9px;
}

/*Text*/
#sidebar400 .chtext {
color: #000000;
font-family: Verdana;
font-size: 11px;
line-height: 13px; 
}
/*vnav content channel*/
/*Channel Box*/
#vnav .chbox {}
#vnav .chbox2 {}
#vnav .chbox3 {}
#vnav .chbox4 {}

/*Footer*/
#vnav .chfooter {}
#vnav .chfooter2 {}
#vnav .chfooter3 {}
#vnav .chfooter4 {}

/*Header*/
#vnav .chheader {}
#vnav .chheader2 {}
#vnav .chheader3 {}
#vnav .chheader4 {}

/*Header Text*/
#vnav .chhtext{}

/*Link*/
#vnav a,
#vnav a:link,
#vnav a:hover,
#vnav a:active,
#vnav a:visited {}
#vnav a:hover {}

/*cpbuttons*/
#vnav a.cpbutton,
#vnav a.cpbutton:link,
#vnav a.cpbutton:active,
#vnav a.cpbutton:hover,
#vnav a.cpbutton:visited,
#vnav a.cpbutton:hover {
	/*DO NOT REMOVE THIS*/
	display: block;
	float: left;
	/*DO NOT REMOVE THIS*/
}
#vnav a.cpbutton span {
    /*DO NOT REMOVE THIS*/
	white-space:nowrap; 
	display: block;
	/*DO NOT REMOVE THIS*/
}

/*Text*/
#vnav .chtext {}
/*--------------------------------------------*/

/*------------------------------------------------*/
/*--------------- GALLERY STYLES -----------------*/
.galbtm{}

.gal_button_left, .gal_button_right {}
	.gal_button_left { float: left; cursor:pointer; }
	.gal_button_right { float: right; cursor:pointer; }

.gal_caption {}

.gal_bar {}
	.gal_counter {}

.gal-img {}
	.imgSlide {} /*div wrapping image for each slide - use for centering*/
		.imgSlide img {}

.galtop{}

/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------DDLB STYLES -----------------*/

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

/*--------------------------------------------*/
/*---------------MISCELANEOUS-----------------*/
.hide {display:none;}
.show {display:inline;}

/*Fixes IE disappearing content*/
* html .hollyHack { height: 0.01%; }

/*--------- styles from old site --------------- */
.sidebartextwhite {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;	
}

.maintextwhite {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;	
}

.maintextwhitebox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;	
}

.maintextwhitebold {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;	
	
}

.atmaintextwhitebold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #ffffff;	
	text-decoration:none;	
}
.atmaintextblackbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;	
	text-decoration:none;	
}
.maintextgrey {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;	
}

.maintextgreybox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;	
}

.maintextgreybold {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;	
}

.maintextbold {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #000000;	
}

.greenbold {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #698A37;	
}

.maintextboldwhite {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;	
}

.greenmaintextbold {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #698A37;	
}

.level1head {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 14px;
	color : #000000;
}

.level2head {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #000000;
}

.level3head {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #000000;
}

.photocaption {
	font-family : Arial, Verdana;
	font-size : 9px;
	color : #000000;
}

a.teamlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration:none;	
}

a:visited.teamlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration:none;	
}
a:active.teamlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration:none;	
}
a:hover.teamlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #698A37;
	text-decoration:none;	
}


a.sportlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: normal;
	color : #ffffff;
	text-decoration:none;	
}

a:visited.sportlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: normal;
	color : #ffffff;
	text-decoration:none;	
}
a:active.sportlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: normal;
	color : #ffffff;
	text-decoration:none;	
}
a:hover.sportlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color : #ffffff;
	text-decoration:none;	
}




a.sitelink, a:visited.sitelink, a:active.sitelink, a:hover.sitelink  {
color: #8c8d8e;
font-family: Verdana;
font-size: 11px;
line-height: 13px;
text-decoration: underline; 
}
a:hover.sitelink{color: #32467a;}

a.boxlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : underline;
}

a:visited.boxlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : underline;
	
}

a:active.boxlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : underline;
}

a:hover.boxlink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #A9D9F5;
	text-decoration : underline;
}

a.aclink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
}

a:visited.aclink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
	
}

a:active.aclink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
}

a:hover.aclink {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
	font-weight:bold;
}

/* default classes for the news sections */

.newsl1headline {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 13px;
	color : #000000;
}

.newsl2headline {
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	line-height:19px;
}

.newspostdate {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	line-height:19px;
}

.newspostdatebox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	line-height:19px;
}

.newstext {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;
}

.newstextbox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;
}

.eventdate {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
}

.eventdatebox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
}

.eventheadline {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
	font-weight:bold;
}

.eventtext {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;
}

.eventtextbox {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #CCCCCC;
}

/* default classes for the sports sections*/


.sportgamedate {
	font-family : Arial, Verdana;
	font-size : 10px;
	color : #FFFFFF;	
	font-weight : bold;
}

.sportgametime {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #FFFFFF;	
	font-weight : bold;
}

.sportcoachname {
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #000000;
}

.sportscore {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #FFFFFF;	
	font-weight : bold;
}

.sporthometeam {
	font-family : Arial, Verdana;
	font-size : 10px;
	color : #FFFFFF;	
	font-weight : bold;
}

.sportopponent {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #FFFFFF;	
	font-weight : bold;
}

/* default styles - do not edit */
.clCMEvent{
	position:absolute; 
	width:99%; 
	height:99%; 
	clip:rect(0,100%,100%,0); 
	left:0; top:0; 
	visibility:visible;
}
.clCMAbs{
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0
}
/* default styles - end */
  
/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute; 
	padding:0px; 
	font-family:verdana; 
}
.clLevel0{
	background-color:#33477B; 
	layer-background-color:#33477B; 	
}
.clLevel0over{
	background-color:#33477B; 
	layer-background-color:#33477B; 
	cursor:pointer; 
	cursor:hand; 
}
.clLevel0border{
	position:absolute; 
	visibility:hidden; 
	background-color:#33477B; 
	layer-background-color:#33477B;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position:absolute; 
	padding:2px; 
	font-family:verdana,arial,helvetica; 
	font-size:10px; 
	font-weight:normal
}
.clLevel1{
	background-color:#57648A; 
	layer-background-color:#57648A; 
	color:#ffffff;
}
.clLevel1over{
	background-color:#838EAF; 
	layer-background-color:#838EAF; 
	color:#ffffff; 
	cursor:pointer; 
	cursor:hand; 
}
.clLevel1border{
	position:absolute; 
	z-index:500; 
	visibility:hidden; 
	background-color:#57648A; 
	layer-background-color:#57648A;
}

/*--- adapted styles from old site to new ---*/
.sidebartextbold a{color: #ffffff; text-decoration: none;}
.acddlb1{background: url(/images/ddlb_selectback.gif) repeat-x;}
.acddlb2{background: url(/images/academics_deptheader.gif) no-repeat;}
.acddlb3{
	background: url(/images/ddlb_selectend.gif) top right no-repeat;
	padding: 3px 3px 5px 166px;
}

