/****************** Universal Settings ********************/

body, body.main {
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size: small;
	margin:8px !important;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	color: #303030;
	text-decoration: none;
}

p {
	margin: 0; 
	padding: 0;
}

img {
	border: 0;
}

.body {
	font-family: Verdana, Arial;
	font-size: small;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.caption {
	color: #696969;
	font-size: 8pt;
}

/*This ID is so the hyphen can be used as a bullet.*/
#hyphenIndent {
	padding-left: 10px;
	text-indent: -12px;
}

/* Div tag that rounds the corners of box
Will use Javascript/CurvyCorners when the browser doesn't support
the CSS3 border-radius standard
*/
.box {
	background: url(/media/wysu/header/pb/images/cellHeader.jpg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* End Universal Settings */

/************************ Page-specific settings *************************/

#page {
	position: relative;
	height: auto;
	width: 870px;
	
}

.nTitle { 
	font-size: medium; 
	color: #ffffff; 
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	text-align: center;
	padding-top: 8px;
}

/* End page-specific settings */

/**************** Index-specific settings ************************/

#cellHeader { 
	position: relative; 
	height: 260px;
}

.wrapperNews {
	display: table;
	position: relative;
	height: 153px;
}

.wrapperCal {
	display: table;
	position: relative;
	height: 140px;
}

.wrapperCommNews {
	display: table;
	position: relative;
	height: 147px;
}

.contentMain {
	padding-left: 10px;
	padding-right: 8px;
	display: table-cell;
	position: abosolute;
	vertical-align: middle;
}

.nowPlaying {
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	position: abosolute;
	width: 50%;
}

.half {
	display: table-cell;
	width: 50%;
}

.titleMain { 
	font-size: medium; 
	color: #ffffff; 
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.imageMain {
	padding-bottom: 10px;
}

.headerPrint {
	font-size: small;
	color: #990000;
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	text-align: left;
}

.titlePrint {
	font-size: large;
	color: #990000;
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
}

.templateTitle {
	font-size: medium;
	color: #ffffff;
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	text-align: center;
	background-image: url(/media/wysu/header/pb/images/cellHeader.jpg);
}

/* End index-specific */

/****************** Rotating News *****************************/

.title, a.title:link, a.title:visited {
	font-family: Verdana, Arial;
	color: #990000;
	font-size: 11pt;
	text-decoration: none;
}

a.title:active, a.title:hover, {
	font-family: Verdana, Arial;
	color: #303030;
	font-size: 11pt;
	text-decoration: none;
}

.fades {
	z-index: 1;
	position: absolute;
}

#PlayButton, #PauseButton {
	display: none;
}

/* End Rotating News */

/*************************** Dropmenu-specifc *************************/

#menubar0 {
	display: block;
	width: 870px;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 10px;
	text-align:left;
}

.white a, .white a:active, .white a:visited, .white a:hover {
	display: inline-block;
	text-align: center;
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	color: #ffffff;
	font-size: medium;
	text-decoration: none;
	width: 144px;
	background: url('/media/wysu/header/pb/images/subbannerBackground.jpg');
	border-left: 2px solid #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: -7px;
	text-align:left;
}

.dropmenu {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	min-width: 144px;
	margin-left: 2px;
	padding-right: 2px;
}

.dropItem, .dropItem a, .dropItem visited {
	color: #ffffff;
	display: block;
	background-color: #303030;
	line-height: 20px;
	border-top: solid 1px #000000;
	margin-top: -1px;
	padding-bottom: 1px;
	text-align:left;
}

.dropItem a:hover {
	position: inherit;
	background-color: #990000;
}

.dropItem a:active {
	background-color: #330000;
}

.dropmenudiv {
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: auto;
	visibility: hidden;
	font-size: small;
}

/* End dropmenu */

/******************** Footer-specific **************************/

.footer {
	font-family: "Century Gothic", "Lucida Console", Verdana, Arial;
	font-size: small;
	color: #ffffff;
	text-align: center;
}

/* End footer-specific */

/********************* Pledge specific settings *****************************/

.green {
	color: #009900;
}

.red {
	color: #ff0000;
}

/* End Pledge specific */

/***************** Public Interactive Program Listing Widget CSS ************************/

.gncProgramName {
	color: #990000;
}

.gncProgramTime {
	padding-bottom: 10px;
}

/* End Public Interactive Program Listing Widget CSS */

