@charset "utf-8";
/* CSS Document */

#eventUtilities {
	float: left;
	width: 702px;
	height: 58px;
	padding:0px;
	margin:0px 0px 18px 0px;
}

#eventDateButtonRow {
	float:left;
	width:50%;
	text-align:left;
}

#eventsSearchBox {
	float:right;
	width:38%;
	text-align:right;
	margin-top: 25px;
	padding:3px;
	
}
.searchCell {
	background-color:#404040;
	background-image:url(../images/img_evt_search_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.searchBox_txt {
	width:152px;
	height:16px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#eventDateName {
	position:absolute;
	top:11px;
	left:20px;
	z-index:15;
}
#showMeBox {
	text-align:right;
	position:absolute;
	top:15px;
	left:202px;
	z-index:15;
	height:35px;
	width:475px;
}
#showMeForm {
	float:right;
	margin-top: 6px;	
}
#goButton {
	margin-left: 6px;
	float:right;
}
.filterSelectLabel {
	color:#ffffff;
	font-family:Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.printLink { 
	margin-left:6px;
	float: right;
}

.printLink A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

/*----------------------------------------
/	EVENTS INFROMATION DISPLAY TABLE
/---------------------------------------*/
#eventCalendar {
	text-align:left;
	width:702px;
	float:left;
}
#eventCalendar div.rule {
	background-color:#a5a5a5;
	width:100%;
}
.eventMyAWDescHeader {
	color:#fff;
	font-weight:normal;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px;
}
.eventMyAdWeekTableHeader {
	background-image: #505050;
	background-image:url(../images/img_myaw_evt_header_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.eventRowOff {
	background-color:#ffffff;
}
.eventRowOn {
	background-color:#f2f2f2;
}

.eventTitle {
	color:#ff0000;
	font-weight:bold;
}
.eventPresentedWith {
	font-style:italic;	
}
.eventContentCell {
	padding: 8px;	
}
/*
.event_subheader_delegate, .event_subheader_super_delegate, .event_subheader_del_student {
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}
.event_subheader_delegate { color:#53a7ea; }
.event_subheader_super_delegate { color:#f23c3c; }
.event_subheader_del_student { color:#fed75d; }

#eventCalendar {
	text-align:left;
	width:702px;
	float:left;
}
.dateHeader {
	width:696px;
	padding: 6px;
	background-color:#000;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
}
.dateRowOdd, .dateRowEven {
	color:#000;
	font-weight:normal;
}
.dateRowOdd {
	background-color:#eeeeee;
}
.dateRowEven {
	background-color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.dateName_delegate { color:#53a7ea; }
.dateName_super_delegate { color:#f23c3c; }
.dateName_del_student { color:#fed75d; }

.block_delegate {
	background-color:#53a7ea;
}
.block_super_delegate {
	background-color:#f23c3c;
}
.block_del_student {
	background-color:#fed75d;
}
.block_extra {
	background-color:#6d9d58;
}
.block_normal, .block_gray {
	background-color:#C0C0C0;
}

.eventTitle {
	font-weight:bold;
}
.eventButton, .eventButtonOver, .eventPrintBtn {
	padding:8px;
	width:90px;
	background-color:#F00;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.eventButtonOver {
	border: 1px solid #600000;
	
	text-decoration:none;
}
/** html .eventButtonOver {
	border: 1px solid #600000;
	cursor:hand;
}
.eventPrintBtn {
	background-color:#c0c0c0;
}
.eventCaviat {
	color:#666666;
	font-style:italic;
}*/


