#bigCalendar{
	width:664px;
	float:left;
	background-image:url('../../images/mycues/default/layouts/main/calendar/calendar_bg.png');
	margin-right:32px;
	height:517px;
	text-align:center;
	padding-left:13px;
	background-repeat:no-repeat;
}

#bigCalendar.list{
	width:916px;
	float:left;
	background-image:url('../../images/mycues/default/layouts/main/calendar/list_bg.png');
	margin-right:0px;
	height:52px;
	text-align:center;
	padding-left:0px;
	background-repeat:no-repeat;
}

#calendarSidebar{
	width:206px;
	float:left;
}

.smallCalendar{
	background-image:url('../../images/mycues/default/layouts/main/calendar/small_calendar_bg.png');
	width:206px;
	height:254px;
	margin-bottom:10px;
	text-align:center;
}

#bgMonth{
	width:652px;
	border:0px solid #a5aaae;
	background:#fff;
	padding:0;
	margin:0;
	border-collapse:collapse;
	margin-top:68px;
}

#bgMonth td{
	width:91px;
	height:65px;
	padding:0;
	margin:0;
	border:1px solid #a5aaae;
	cursor:pointer;
}

#bgMonth td div.day{
	color:#929292;
	font-size:24px;
	font-weight:bold;
}

#bgMonth td.day_disabled, #bgMonth td.day_disabled div{
	color:#E4E4E4;
	cursor:arrow;
	background:#F0F0F0;
}

#bgMonth td.hasEvents div.day{
	color:#14681a;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:7px;
}

#bgMonth td.hasEvents div.event{
	color:#104773;
	font-size:10px;
	background:#d0e1d1; 
	padding:3px;
	text-align:left;
	margin:2px;
}

#smallMonth{
	width:200px;
	border:0px solid #a5aaae;
	
	padding:0;
	margin:0;
	border-collapse:collapse;
	margin-top:45px;
}

#smallMonth td{
	height:28px;
	padding:0;
	margin:0;
	border:0px solid #a5aaae;
}

#smallMonth td div.day{
	color:#929292;
	font-size:16px;
	font-weight:bold;
}

#smallMonth td.hasEvents div.day{
	color:#14681a;
	font-size:16px;
	font-weight:bold;
	
}

#smallMonth td.hasEvents div.event{
	color:#14681a;
	font-size:10px;
	background:#d0e1d1; 
	padding:3px;
	text-align:left;
	margin:2px;
}

#calendarHeader{
	color:#fff;
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
}

#calendarHeader img{
	cursor:pointer;
}

#listHeader{
	height:41px;
	width:916px;
	background-image:url('../../images/mycues/default/layouts/main/calendar/bar_bg.jpg');
	
	border:1px dotted #cecece;
}

#viewSelector{
	float:left;
	width:570px;
	padding-top:12px;
	font-size:12px;
	padding-left:20px;
}

#calendarSearch{
	float:left;
	width:300px;
	color:#464646;
	font-size:12px;
	border-left:1px solid #cecece;
	padding-left:10px;
	height:25px;
	margin-top:9px;
}

#calendarSearch form {
	padding:0;
	margin:0;
}

h2#calendarTitle{
	color:#104773;
	font-size:14px;
	font-weight:bold;
}

h2#calendarTitle a
/*, #viewSelector a*/
{
	color:#b55c0e;
	font-size:12px;
	font-weight:normal;
}

#smallCTitle1,#smallCTitle2{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-top:10px;
}

.eventsListTable{
	font-size:11px;
	width:918px;
}

.eventsListTable td, .eventsListTable th{
	text-align:left;
}

.eventsListTable td.c{
	text-align:center;
}

.eventsListTable{
	padding:10px 0px;
}

#searchTitle{
	padding:0;
	margin:0;
	color:#104773;
	font-size:20px;
	font-weight:normal;
	margin-top:15px;
}

.eventsListTable .tr1{
	background-color:#efefef;
}

.eventsListTable .tr2{
	
}

.eventsListTable .tr3{
	background-color:#ccc;
}

#calendarSearch .img{
	vertical-align:bottom;
}

#map_content{
	outline:none;
}

th a{
	background-image:none;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:8px;
}

.sortASC{
	background-image:url('../../images/arrow_up.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:8px;
}

.sortDESC{
	background-image:url('../../images/arrow_down.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:8px;
}

#modal1{
	display:none;
}

.eventThumb{
	float:left;
	width:100px;
}

.eventInfo{
	float:left;
	width:201px;
	padding-left:10px;
}

.eventInfo h2{
	font-size:11px;
	font-weight:normal;
}

#eventButtons{
	margin-top:15px;
	text-align:right;
}

#calItemInfoBtn, #calItemCloseBtn{
	cursor:pointer;
}

 .calViewType{
    font-weight:normal;
    color:#b55c0e;
 }
 
 .calViewTypeSelected{
    font-weight:normal;
    color:#4E7C9F;
 }
 
 .menuLink
 {
     float: left; 
     padding-top: 6px;
 }
