/* Universal */
* { padding:0px;margin:0px; }

/* Tag Styles */
body { background-color:#99cc00;position:relative;margin-left:auto;margin-right:auto;width:900px;font-family:Verdana;font-size: .9em; }
h2 { font-size: 1.1em; }

/* Common Styles */
.prosceniumTop { position:relative;width:900px;height:125px;background:url(/classes/2003/assets/images/prosceniumTop.gif) no-repeat; }
.prosceniumMiddle { position:relative;width:900px;background:url(/classes/2003/assets/images/prosceniumMiddle.gif) repeat-y; }
.prosceniumBottom { position:relative;width:900px;height:60px;background:url(/classes/2003/assets/images/prosceniumBottom.gif) no-repeat; }
.prosceniumText { position: relative;padding:20px; }
.navContainer { position:absolute;top:40px;font-size:.9em;margin-left:20px; }
.navButton, .navButtonOver { position:relative;float:left;width:73px;height:75px;margin-right:10px;text-align:center;cursor:pointer; }
.navButton { opacity:.4; }
.clear { clear:both; }
.pageIcon { position:relative;float:right;clear:both; }
/* Toolkit Styles */
/* Calendar Style */
.tkcDay, .tkcDayOff, .tkcDayOver, .tkcWeekDay {
	position:relative;
	border:1px solid #CCCCCC;
	width:105px;
	height:70px;
	float:left;
	padding: 2px;
	font-size:.85em;
}
.tkcDayEventsOver {
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 240px;
	padding:3px;
	top:2px;
	background-color: #E6F4F7;
	z-index: 10;
}
.tkcWeekDay {
	font-size:12px;
	background: #CCCCCC;
	border-color: #CCCCCC;
	text-align: center;
	color:#FFFFFF;
	height:15px;	
}
.tkcMonth a {
	font-size: 11px;
	font-weight: normal;
}
.tkcDayOff {
	background-color: #F5F5F5;
}
.tkcDayOver {
	background-color: #D5D5D5;
}
.tkcWrapper {
	position:relative;
	width:830px;
}
.tkcMonth {
	position: relative;
	width:740px;
	height:20px;
	font-size: 15px;
	text-align: center;
}
.tkcDay a:link,.tkcDay a:visited,.tkcDay a:hover {
	font-size: 10px;
	font-weight: normal;
} 

/* News Content Styles*/
.tknCategory, tknCategoryHeader, tknTitle, tknSummary, tknBody {
	position: relative;
	font-size:.9em;
}
.tknCategory {
	border: 1px solid #F5F5F5;
	margin-bottom: 3px;
	width:385px;
	float:left;
	margin-right:3px;
}
.tknCategoryHeader {
	font-size: 1.5em;
	background: #99cc00;
	margin:2px;
	padding:5px;
	color:#FFFFFF;
}
.tknCategoryEditLink a {
	font-size:.8em;
	margin:3px;
}
.tknEditLink a {
	font-size:.7em;
	margin:2px;
}
.tknPopup {
	position:absolute;
	width:500px;
	height:300px;
	margin-left: auto;
	margin-right: auto;
	top:30px;
	left:40px;
	background: #F5F5F5;
	border:1px solid #CCCCCC;
	z-index: 10;
	padding:4px;
}
.tkn {
	border: 1px solid #F5F5F5;
	padding: 5px;
}
.tknCategory .tkn {
	border:none;
}
.tknTitle {
	font-size:.9em;
	font-weight: bold;
	cursor: pointer;
}
.tknSummary {

}
.tknBody {

}
.tknNavigationWrapper {

}
.tknNavigationButton, .tknNavigationButtonOver {
	padding: 4px;
	border:1px solid #F5F5F5;
	margin-top:3px;
	position: relative;
	float:left;
	margin-right: 3px;
	font-size: .9em;
}
.tknNavigationButtonOver {
	background: #669933;
}
.tknNavigationButtonOver a {
	color: #FFFFFF;
}
/* Content Editor Styles */
.tkForm .t, .tkForm .e {
	margin-bottom: 10px;
	font-size: .85em;
}
.tkForm .t {
	position: absolute;
	width:90px;
	text-align: right;
}
.tkForm .e {
	position: relative;
	left:95px;
	width:200px;
}
