/* CSS Document */

#calendar {
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 4px;
	padding-bottom: 4px;
}

#calendar .sheet {
	background-color: #F7F3DF;
	padding: 12px;
}

#calendar #table {
	border-collapse: collapse;
}

#calendar #table table tr:nth-child(2n+1) {
	background-color: #FF0000 !important;
}

#calendar #table td {
	line-height: 12px;
	border-style: solid;
	border-color: #5E5A4F;
	border-width: 1px;
}

#calendar .title {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;	
}

#calendar .title td {
	background-color: #5E5A4F;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFC2;
	text-align: center;
}

#calendar .day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #383222;
	text-align: right;
	background-color: #F7F1E5;
	border-style: solid;
	border-color: #5E5A4F;
	border-width: 0px;
	border-bottom-width: 1px;
	padding: 2px;
}

#calendar .today {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFECA;
	text-align: right;
	background-color: #860000;
	border-style: solid;
	border-color: #5E5A4F;
	border-width: 0px;
	border-bottom-width: 1px;
	padding: 2px;
}

#calendar .cell {
	width: 74px;
	height: 54px;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

#calendar .tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B8B4A8;
	text-align: center;
	background-color: #FDFCFB;
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

#calendar .stab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #850000;
	text-align: center;
	background-color: #F7F3DF;
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.promo_image {
	text-align: left;
	display: block;	
}

.promo_image img {
	width: 122px;
	height: 84px;
	margin-left: 10px;
	margin-right: 10px;
	border-style: solid;
	border-color: #FFCC01;
	border-width: 2px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
}

.promo_title,
.promo_title a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CB3021 !important;
	text-decoration: none !important;
	padding-bottom: 0px;
}

.promo_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none !important;
	padding-bottom: 5px;
}

.promo_brief {
	color: #000000 !important;
	text-align: justify;
	text-decoration: none !important;
	line-height: 12px;
}

.promo_text {
	color: #000000 !important;
	text-align: justify;
	text-decoration: none !important;
	padding: 5px;
	line-height: 12px;
}

.promo_link {
	padding-top: 16px;
}

.promo_link a {
	font-size: 10px;
	color: #D69346;
	text-decoration: underline !important;	
}

.promo_link a:hover {
	text-decoration: none !important;
}

.promo_delimiter {
	height: 20px;
	background-image: url(../images/bg/hr.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.promo_details {
	margin-top: 10px;
	padding: 16px;
	background-color: #EBE4CD;
}
