/* ==================================================================
    CSS STYLES FOR Events CALENDAR MODULE: Theme: Default (Blue)
   ==================================================================
*/

/* The following control the Calendar List View Style-Look */

.ListImage
{
    float:left;
    display:block;
    padding:5px;
}

.ListHeader
{
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	height: 25px;
	text-align: left;
	width: 100%;
}

.ListEventDate, .ListEventDate a
{
	display: block;	
	padding-left: 0;
	width: 180px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;		
}

.ListTitleRow
{
	font-size: 14px;
	font-family: Arial;
	text-align: left;
	padding-left: 0px;	
	height: auto;
	padding-top: 0px;
	padding-bottom: 1px;
}

.list-event-title a {
	font-weight: 700;
	color: #7c0612;	
	line-height: 1.2;
}
.event-list-right {
	width: 160px;
	float: left;	
}
.event-item {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background: #eee; }
.event-map-link span {
	display: inline-block;
	padding-left: 16px;
	background: url(images/mapmarker.png) no-repeat 0 3px;	
}
.event-map-link a, .event-map-link span {
	text-decoration: none;	
	color: #666;
}

.ListTitle, .ListTitle a
{
   
}

.ListTitleBig, .ListTitleBig a
{
	vertical-align: middle;
	font-size: 20px;
	font-family: Arial;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #4085bf;
}
.ListTitleSmall
{
	font-size: 16px;
	font-family: Arial;
	text-align: left;
	padding-top: 3px;
	color: #4085bf;
}

.ListContent
{
    padding-top:5px;
}

.ListBtn
{
	padding-top: 10px;
	clear: both;
}

.evtLinks, .evtLinks a:link, .evtLinks a, .evtLinks a:visited, .evtLinks a:hover
{
	padding-right: 10px;
	padding-bottom: 0px;
	color: #5d7b9d;
	padding-top: 0px;
	font-family: Arial;
	font-weight: normal;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: underline;
}

/* The following control the Satellite Module Style-Look */

.slEvent
{
    table-layout: auto;
    font-size: 12px;
    width: 200px;
    font-family: Arial;
    border-right: #659FC0 1px solid;
    border-bottom: #659FC0 1px solid;
    border-left: #659FC0 1px solid;
    border-top: #659FC0 1px solid;
    background-color: white;
}
.slTitle, .slTitle td
{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	width: 100%;
	height: 20px !important;
	font-family: Arial;
}

/* Note use of "!important" to override Inline Style */
.slNextPrev, .slNextPrev a:link, .slNextPrev a, .slNextPrev a:visited, .slNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 15px;
    padding-bottom: 0px;
    padding-top: 2px;
    text-decoration: underline;
    font-weight: normal;
}

.slDayHeader
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	background-color: #659FC0;
	vertical-align: middle;
	height: 15px;
}

.slDay, .slDay td
{
    height: 28px;
    font-size: 12px;
    width: 14%;
    font-family: Arial;
    border-right: #CCDDEE 1px solid;
    border-top: #CCDDEE 1px solid;
    border-left: #CCDDEE 1px solid;
    border-bottom: #CCDDEE 1px solid;
    vertical-align:middle;
}
.slDay a,
.slDay a:visited,
.slDay a:hover
{
	font-size: 12px;
	color: #4E5D6C !important;
	font-family: Arial;
}
.slOtherMonthDay
{
    height: 28px;
    vertical-align:middle;
    background-color: #f1f4f4;
}

.slOtherMonthDay a, .slOtherMonthDay a:visited, .slOtherMonthDay a:hover
{
}


.slWeekendDay
{
    background-color: whitesmoke;
    vertical-align:middle;
}

.slTodayDay
{
    font-weight: bold;
    color: #0000ff !important;
    background-color: beige;
}

/* Note use of "!important" to override Inline Style */
.slSelectedDay
{
	border-right: red solid;
	border-top: red solid;
	border-left: red solid;
	border-bottom: red solid;
	background-color: #ff9966 !important;
	border-width: 0px;
}

.slSelector
{
	background-color: #c0c0e0;
}
.slSelector a,
.slSelector a:visited,
.slSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
.slDayEvent, .slDayEvent td
{
    font-weight: bold;
    background-color: #ffcc66 !important;   
}

/* The following control the tool bar Style-Look */

/* Drop down list on the tool bar */

.evtCat
{
   
}
.evtSubCal
{
   
}
.evtMonSel
{
   
}
.evtYrSel
{}

/* Search box */
.evtSearchTxt
{
}

.vTable
{
    width:380px;
}

.vTitle
{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	height: 20px;
	color: #4085bf;
	border-bottom: 1px dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vRow
{
    height: 24px;
    border-bottom: 1px dotted;
    padding-top: 5px;
    padding-bottom: 2px;
    width:380px;
}
.vCap, .vCap span
{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	padding-right: 10px;
	width: 100px;
	color: #88a0ad;
}

.vContent, .vContent span
{
    font-size: 15px;
    font-family: Arial;
    width: 280px;
}

.vDesc
{
    font-size: 15px;
    font-family: Arial;
    padding-top: 1px;   
}

.regCap, .regCap span
{
    height: 25px;
    width: 150px;
    text-align: right;
}

.regCap1, .regCap1 span
{
    height: 25px;
    width: 150px;
    text-align: right;   
}
.regCtl
{
    width: 440px; 
}

.evtCap, .evtCap span
{
	width: 180px;
	font-weight: bold;
	padding: 0;
}

.evtCap1, .evtCap1 span
{
    text-align: right;
    width: 180px;
}

.evtCap2, .evtCap2 span
{
    vertical-align: top;
}

.evtCtl
{
   width: 680px;
}

.evtTbl
{
	width: 860px;
	font-size: 17px;
	font-family: Arial;
}

.pop
{
	cursor: pointer;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008080;
	margin-top: 2px;
}

.poplink
{
    text-decoration: underline;
    cursor:pointer;
    color: #4085bf;
}

.regFees
{
    padding-top: 5px;
    border-bottom: 1px dashed;
    font-family: Arial;
    font-size: 17px;
    color: #4085bf;
    text-align: right;
}
.regTotalFees
{
	padding-top: 5px;
	border-bottom: 2px double;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #4085bf;
	text-align: right;
}

.calPubSpan
{
	display: block;
    float: left;   
    width: 38px;
    margin-right: 10px; 
	border: 1px solid #54080e; 
	box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;    
   background: #B31314;
background: -moz-linear-gradient(top, rgba(179, 19, 20, 1) 0%, rgba(126, 23, 28, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179, 19, 20, 1)), color-stop(100%,rgba(126, 23, 28, 1)));
background: -webkit-linear-gradient(top, rgba(179, 19, 20, 1) 0%,rgba(126, 23, 28, 1) 100%);
background: -o-linear-gradient(top, rgba(179, 19, 20, 1) 0%,rgba(126, 23, 28, 1) 100%);
background: -ms-linear-gradient(top, rgba(179, 19, 20, 1) 0%,rgba(126, 23, 28, 1) 100%);
background: linear-gradient(top, rgba(179, 19, 20, 1) 0%,rgba(126, 23, 28, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31314', endColorstr='#7e171c',GradientType=0 );


}
.calPubMonth
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 4px;  
}
.calPubDate {
	color: #fff; PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

.MyAttendee
{
	cursor:pointer;
}

.NormalHidden
{
	display:none;
}

.evtBar
{
	padding-bottom: 5px;
	height:25px;
}

.evtBarFilter
{
    float:left;
}
.evtBarBtn
{
	float:right;
	padding-right:10px;
}

.btnTop
{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:0px;
}

.evtSearchBtn
{
		margin-bottom:12px;
}

.evtSearchTxt
{
	margin-bottom:5px;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;	
}
.evtMonSel, .evtYrSel
{
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.evtCat, .evtSubCal
{
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.evtSel
{ 
  margin-bottom:0px;
  vertical-align:top;
}
.evtSearch
{ 
  vertical-align:top;
}
.wvHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A86B9;
	margin-top: 6px;
}
.tblNavLinks
{
	padding-bottom:5px;
}

/* this class control the registration form table*/
.reg-form-table
{
	width:700px;
}

/* this class control the payment form table*/
.pay-form-table
{
	width:700px;
}

.LineItem
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
	margin-bottom: 4px;
	padding: 4px;
}

/* this class control the small calendar */
.RadCalendar .rcRow td
{
	border: 0px !important;
}


