#calendar_container {
	width: 905px;
}

#clear {
	clear: both;
}

#intro_content {
	width: 473px;
	float: left;
}

#intro_content h1 {
	text-align: left;
        font-size: 18px;
        color: #313D65;
        line-height: 24px;
}

#intro_content p {
	text-align: left;
        line-height: 20px;
}

#signature_sponsor {
	width: 402px;
	float: right;
}

#signature_top span {
	width: 402px;
	height: 16px;
	display: block;
	background: url(/custom/framework/calendar/signature_top.jpg) no-repeat;
}

#signature_content {
	width: 402px;
	background-color: #ECF0F4;
	text-align: right;
}

#signature_content h2 {
	padding: 0 25px 8px 0;
	margin: 0px;
	color: #313D65;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
        line-height: 18px;
}

#signature_content img {
	margin-right: 25px;
}

#signature_bottom span {
	width: 402px;
	height: 16px;
	display: block;
	background: url(/custom/framework/calendar/signature_bottom.jpg) no-repeat;
}

/*--------------------Calendar Header-----------------------*/


#calendar_header {
	width: 905px;
	margin-top: 30px;
}

/*--------------------Month-------------------*/
#calendar_month {
	width: 905px;
	height: 53px;
	display: block;
	background-color: #748FA2;
}

#month_white_spacer {
	width: 165px;
	height: 20px;
	display: block;
	background-color: #FFFFFF;
}

.month {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
        line-height: 24px;
}

#arrow-back {
	width: 23px;
	height: 23px;
	display: block;
	float: right;
        margin-top: 15px;
}

#arrow-next {
	width: 23px;
	height: 23px;
	display: block;
	float: left;
        margin-top: 15px;
}

#text-back {
	float: right;
	padding-top: 20px;
	padding-left: 5px;
}

#text-next {
	float: left;
	padding-top: 20px;
	padding-right: 5px;
}

#text-back a:link, #text-back a:active, #text-back a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
        line-height: 14px;
}

#text-back a:hover {
	text-decoration: underline;
}

#text-next a:link, #text-next a:active, #text-next a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
        line-height: 14px;
}

#text-next a:hover {
	text-decoration: underline;
}

/*--------------------Tools-------------------*/

#calendar_tools {
	width: 901px;
	border-left: solid #748FA2 2px;
	border-right: solid #748FA2 2px;
	background-color: #F6F9FB;	
}

#tools_container {
	padding: 10px 0 20px 0;	
}

.tools ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

.tools li {
	margin-bottom: 10px;	
}

.tools li img {
	margin-right: 8px;	
}

.tools li span a {
	position: relative;
	width: 175px;
	top: -12px;
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.tools li span a:hover {
	position: relative;
	width: 175px;
	top: -12px;
	text-decoration: underline;	
}

/*--------------------Search-------------------*/

.search_items select {
	margin-right: 0px;
	padding-right: 0px;
	text-indent: none;
}

.search_text {
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#search_button {
	margin-top: 5px;
	width: 80px;
	height: 25px;
}

form {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*--------------------Calendar Days-------------------*/

#calendar_days {
	width: 901px;
	border-left: solid #748FA2 2px;
	border-right: solid #748FA2 2px;
	background-color: #FFFFFF;
}

#days_headings {
	background-color: #748FA2;
	width: 901px;
	height: 25px;
	display: block;
}

.day_text1 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.day_text2 {
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 0 10px 5px;
}

.day_text2 a {
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*padding: 5px 0 10px 5px;*/
	text-decoration: underline;
}

.day_text2 a:hover {
	color: #313D65;
	text-decoration: none;
}

.active_day {
	border-right: solid #748FA2 1px;
	border-bottom: solid #748FA2 1px;
}

.active_day_last {
	border-bottom: solid #748FA2 1px;
}

.inactive_day {
	border-right: solid #748FA2 1px;
	border-bottom: solid #748FA2 1px;
}

.current_day {
	border-right: solid #748FA2 1px;
	border-bottom: solid #748FA2 1px;
	background-color: #F6F9FB;
}

.current_day_last {
	border-bottom: solid #748FA2 1px;
	background-color: #F6F9FB;
}

.inactive_day .day_text2, .inactive_day_last .day_text2 {
	color: #D9E1E7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 0 10px 5px;
}

.inactive_day_last {
	border-bottom: solid #748FA2 1px;
}

.event {
	margin-bottom: 10px;
}

.event {
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0 6px 5px;
}

.event ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;	
}

.event li {
	margin: 0px;
	padding: 0px;
        line-height: 16px;
}

.event a {
	color: #748FA2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.event a:hover {
	color: #313D65;
	text-decoration: none;	
}

/*--------------------Banner Ads-------------------*/

#banner_advertisements {
	width: 905px;
	text-align: left;
	margin: 50px 0 20px 0;
}

#banner_advertisements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#banner_advertisements li {
	display: inline;
}

#banner_advertisements li img {
	margin-right: 46px;
}

#banner_advertisements .last img {
	margin-right: 0px;
}