﻿.EventBox { width: 100%; border: solid thin #000; }
.EventBox .EventTitleLine { width:100%; background-color:Blue; }
.EventBox .EventTitleLine .EventTitleText { color: #fff; float:left;}
.EventBox .EventTitleLine .EventTitleTimeText { color: Gray ; float:right;}

#CurrentEvents .evtHeader
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FCB040;
	padding-top: 15px;
}
#CurrentEvents .evtItem
{ padding:.25em 0 .25em;
}
#CurrentEvents .evtTitle
{
	font-size: 1em;
	display:block;
}
#CurrentEvents .evtTitle a:link, #CurrentEvents .evtTitle a:active, #CurrentEvents .evtTitle a:visited
{
	color: #96cbd2;
}

#CurrentEvents .evtTitle a:hover {
	color: #b9d65b;
}
#CurrentEvents .evtDate 
{
	font-size: 1em;
	display:block;
	font-weight:bold;
	padding-top: 10px;
}

#EventMain 
{
}

#EventMain #qc_EventList 
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-left: 10px;
	padding-bottom: 20px;
}
#EventMain #qc_EventList #ctl00_calEvents{
	margin-top: 30px;
}
#EventMain #qc_EventData
{
	margin-left: 48px;
}
#EventMain #qc_EventData .qc_Label{
	font-weight: bold;
	width: 100px;
}
#EventMain #qc_EventData .qc_EventItem
{
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 1em;
}
#EventMain #qc_EventData .qc_EventTitle 
{
	font-size: 13px;
	display:block;
	font-weight: bold;
	color: #AEDFE4;
}
#EventMain #qc_EventData .qc_EventItem a.qc_EventTitle:link, 
#EventMain #qc_EventData .qc_EventItem a.qc_EventTitle:active, 
#EventMain #qc_EventData .qc_EventItem a.qc_EventTitle:visited
{
	color: #96cbd2;
}
#EventMain #qc_EventData .qc_EventItem a.qc_EventTitle:hover {
	color: #b9d65b;
}
#EventMain #qc_EventData .qc_EventItem .qc_EventDate
{
	display:block;
	padding-top: 5px;
	color: #666;
}
#EventMain #qc_EventData .qc_EventItem .qc_EventMoreLink
{
	color: #96cbd2;
}
#EventMain #qc_EventData .qc_EventItem a.qc_EventMoreLink:hover {
	color: #b9d65b;
}
#EventMain #qc_EventNav 
{ width: 100%;
}
#EventMain #qc_EventNav ul {
	margin-left: 0;	padding-left: 0; display: inline; border: none;	} 
#EventMain #qc_EventNav ul li {
	margin-left: 0;	padding-left: 2px;	border: none;	list-style: none; display: inline;	}
	
	#EventMain #qc_EventNav ul li a, #EventMain .qc_Data a{
		color: #96cbd2;
	}
#EventMain #qc_EventNav ul li a:hover, #EventMain .qc_Data a:hover{
	color: #b9d65b;
	text-decoration: none;
	}
#EventMain #qc_EventData h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#EventMain #qc_SearchPanel 
{ margin: 1em .2em;  
}

#EventMain #qc_SearchPanel  .qc_SearchHeader
{	font-size: .9em;
 	color: Gray;
}

/* Form labels */
#EventMain .FormLabel
{ text-align:right;
  font-weight:bold;
  vertical-align:top;
  width:150px;
}

#EventMain .FormData 
{	text-align:left;
 	vertical-align:top;
}

#EventMain .qc_Unwatermarked 
{	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
}

#EventMain .qc_Watermarked 
{	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;	
}

#MessageBox { padding: .5em; width: 85%;  }
#MessageBox .MessageTitle { padding: .5em 1em; color: #fff; background-color: #ff0000; display:block; }
#MessageBox .MessageDescription { font-size: .75em; }

/* Calendar Box Styles */

#ctl00_calEvents{
	border:1px dotted #CCC;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

#ctl00_calEvents tr td table tr td{
	background-color:#FFF;
	font-weight: bold;
	color: #BF1E2E;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ctl00_calEvents tr td {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	text-align: center;
}
#qc_EventData .eventInfo{
	padding-left: 70px;	
}