@import url(global_v1-2.css);
@import url(ucny2009_css/modules.css);
@import url(ucny2009_css/plugins.css);
@import url(adminLogin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #fff;
	font:700 16px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}


h2 {
	
	color: #18455a;
	font: 28px "Monotype Corsiva", "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #18455a;
	font:700 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #ABAAB8;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;
	font-weight:700;

}

h5 {
	
	color: #18455a;
	font:700 14px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #19445b;
	font:13px/1.6 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #19445b;
	font:13px/1.6 Georgia, "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #0066CC;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #666;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#19445b;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: ucny2009
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#pubWrapper {

	width:750px;
	text-align:center;
	margin:0 auto;
	
}

#privWrapper {

	width:960px;
	text-align:center;
	margin:0 auto;
	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	width:960px;
	height:167px;
	background:url(../../../Images/img_header.jpg) top center no-repeat;
	
}

	#branding img {
	
		display:block;
		
	}
	
#pubBranding {

	width:750px;
	height:140px;
	background:url(../../../Images/img_pubheader.jpg) top center no-repeat;
	
}

	#pubBranding img {
	
		display:block;
		
	}
	
/*////////////////////////////////////////////////////////////////
= PRIVATE CLASSES
////////////////////////////////////////////////////////////////*/

#contentArea {

	background:#f4e7de url(../../../Images/bg_contentArea.jpg) no-repeat top center;
	width:960px;
	text-align:center;
	margin:0 auto;

}

#contentArea2 {

	background:#F4E7DE;
	width:960px;
	text-align:center;
	margin:0 auto;

}

	#sideBar {
	
		float:left;
		width:170px;
		text-align:left;
	
	}
	
		#sideBar a {
		
			text-decoration: none;
			
		}
	
		#nav {
		
			width:170px;
		
		}
		
			#nav a {
			
				text-decoration:none;
			
			}
	
		#sideBar .inside {
		
		}
		
		#sideBar hr {
		
			color:#fff;
			
		}
	
	#contentWrapper {
	
		float:right;
		width:760px;
		text-align:left;
		margin-right:10px;
		padding-top:10px;
	
	}
	
		#contentWrapper .twoCol {
		
			width:750px;
			padding-bottom:100px;
			
		}
	
		#hNav {
			
			width:750px;
			text-align:center;
			margin-bottom:15px;
	
		}
		
			#hNav td.logout a {
			
				color:inherit;
				font:11px Myriad, Arial, Helvetica, sans-serif;
				text-decoration:none;
				
			}
			
			#hNav img {
			
				display:block;
				
			}
			
	
		#contentMain {
		
			float:left;
			width:450px;
			text-align:left;
		
		}
		
			#contentMain .inside {
			
				padding-bottom:100px;
			
			}
			
			hr {
			
				color:#f3e8de;
				
			}
			
		td.top a {
				
					color: #19445b;
					font:11px Myriad, Arial, Helvetica, sans-serif;
					text-decoration:none;
					
				}
			

		#contentSecondary {
		
			float:right;
			width:280px;
			text-align:left;
		
		}
		
			#contentSecondary .inside {
			
				padding-bottom:50px;
				padding-right:10px;
			
			}
			
			#contentSecondary h2 {
			
				font:700 11px/.8 Georgia, "Times New Roman", Times, serif;
				color:#18455a;
				text-transform:uppercase;
				
			}
			
			#contentSecondary h5 {
			
				font:700 10px Georgia, "Times New Roman", Times, serif;
				color:#18455a;
				
			}
			
			
			#bulletin {
			
				width:276px;
				text-align:left;
			
			}
				
				#bulletin a {
					display:block;
					width:276px !important;
					height:64px !important;
					width:276px;
					height:64px;
					
					background: url(../../../Images/hover_off.gif) no-repeat top left;
					font:9px Myriad, Arial, Helvetica, sans-serif;
					letter-spacing:-1px;
					color:#fff;
					text-transform:uppercase;
					text-decoration:none;
					padding:0px;
					
				}
				#bulletin a:hover {
					display:block;
					width:276px !important;
					height:64px !important;
					width:276px;
					height:64px;
					
					background: url(../../../Images/hover_on.gif) no-repeat top left;
					color:#fff;
					
				}
					
					/*---remove hover effect on click-to-edit ---*/
					#bulletin a.clickToEditAnchor,
					#bulletin a.clickToEditAnchor:hover {
						background:none;
						height:25px;
					}
						
				


/*////////////////////////////////////////////////////////////////
= PUBLIC CLASSES
////////////////////////////////////////////////////////////////*/

#pubNav {

	width:750px;
	background:url(../../../Images/bg_pubNav.gif) center top no-repeat;
	height:27px;
	
}

#pubHome {

	width:750px;
	margin:0 auto;

}

	#login {
	
		float:left;
		width:187px;
		height:400px !important;
		background:url(../../../Images/img_login.jpg) top left no-repeat;
	
	}
	
		#login .inside {
		
			padding:80px 0px 0px 20px;
			text-align:left;
		
		}
		
		#login a {
		
			font:10px Georgia, "Times New Roman", Times, serif;
			color:#634e34;
			text-decoration:none;
			
		}
		
		#login a:hover {
		
			font:10px Georgia, "Times New Roman", Times, serif;
			color:#a38765;
			text-decoration:underline;
			
		}
		
		#login table {
		
			font:11px Georgia, "Times New Roman", Times, serif;
			color:#634e34;

		}		
		
	#flash {
	
		float:right;
		width:563px;
		height:400px !important;
		background:#f3e8de;
		text-align:right;
	
	}
	
		#flash img {
		
			display:block;
		
		}

#pubContentArea {

	width:750px;
	background:#f4e7de url(../../../Images/bg_pubContentArea.jpg) no-repeat top center;	
	
	
}

	#pubContentArea1Col {
	
		width:750px;
		background:#F4E7DE;
	
	}
	
		#pubContentArea1Col .inside {
		
			padding:25px 30px 20px;
			
		}

	#pubSideBar {
	
		float:left;
		width:170px;
		text-align:left;
	
	}
	
		#pubSideBar .inside {
		
		}
		
	#pubContentWrapper {
	
		float:right;
		width:560px;
		text-align:left;	
	
	}
	
		#pubContentMain {
		
			width:560px;
		
		}
		
			#pubContentMain .inside {
			
				padding:20px 10px 60px;
			
			}
			
.loginCell {

	background:url(../../../Images/login_logo.gif) top center no-repeat;
	width:610px;
	padding:30px 0 0 200px;

}

	.loginCell table {
	
		color: #fff;
		font:12px/1.6 Georgia, "Times New Roman", Times, serif;

	}
	
	.loginCell p {
	
		color: #fff;
		font:12px/1.6 Georgia, "Times New Roman", Times, serif;

	}
	
	.loginCell a {
	
		color:#CCCCCC;
		
	}			
	

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background:url(../../../Images/bg_footer.gif) no-repeat top center;
	height:36px;
	width:960px;
	margin-top:2px;
	margin-bottom:100px;
	text-align:center;

}

	#footer .inside {
	
		padding-top:10px;
		
	}

	#footer table {
	
		font:10px Georgia, "Times New Roman", Times, serif;
		color:#19445b;
	
	}
	
	#footer a {
	
		color:inherit;
		font:inherit;
		text-decoration:none;
		
	}
	
#pubFooter {

	background:url(../../../Images/bg_pubFooter.gif) no-repeat top center;
	height:36px;
	width:750px;
	margin-top:4px;
	margin-bottom:30px;

}

	#pubFooter .inside {
	
		padding-top:10px;
		
	}

	#pubFooter table {
	
		font:10px Georgia, "Times New Roman", Times, serif;
		color:#19445b;
	
	}
	
	#pubFooter a {
	
		color:inherit;
		font:inherit;
		text-decoration:none;
		
	}