@charset "utf-8";
/* CSS Document */
div#rDates {
	font-family:Arial, Helvetica, sans-serif;
}
.rDatesLeft {
	float:left;
	margin-left:-812px;
	width:265px;
}
.rDatesLeft img {
	z-index:3;
	margin-top:0px;
}
.rDatesBorder {
	float:left;
	width:1px;
	border-right:1px dotted #999999;
	height:435px;
	margin-top:110px;
	margin-left:265px;
}
.rDatesRight {
	float:left;
	width:545px;
	height: 586px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-image:url(images/ft_logo_left.png);
	background-position:right top;
	background-repeat:no-repeat;
}
div#rDates div.content {
	width: 535px;
	height: 576px;
	overflow: hidden;
	float: left;
	padding: 0px 0px 0px 20px;
}
#rDates .search {
	background:transparent url(images/inp-sm-bg.gif) no-repeat scroll 0;
	border:0 none;
	height:32px;
	width:160px;
	float:left;
}
#rDates .searchbox {
	margin:10px 0px 0px 10px;
}
#rDates .goButton {
	float:left;
	margin-left:5px;
}
.rDatesMonthHeading {
	width:445px;
	height:37px;
	margin-bottom:10px;
	float:left
}
.rDatesMonthHeading img {
	float:left;
}
.rDatesYear {
	float:left;
	width:301px;
	text-align:right;
	height:37px;
	line-height:37px;
	background:url(images/rdate_yearbg.gif);
	vertical-align:middle;
	font-weight:bold;
	padding:0px 7px 0px 0px;
}
.rDateItem {
	width: 520px;
	float:left;
	/*height:80px;*/
	margin-bottom:12px;
}
.rDateHeading {
	width:405px;
	margin-left:50px;
}
#rDates .subscribe{float:right; background:url(images/rdates_subscribe.png) 14px 0px; width:92px; height:21px; cursor:pointer; margin-top:2px}
#rDates .yes{ background-position:0 -21px;}
.rDateBody {
	/*height:40px;*/
	margin:0px 0px 0px 0px;
}
.rDateTitle {
	font-size:14px;
	text-decoration:none;
}
.rDatePlatform {
	font-size:9px;
	font-style:italic;
	line-height:20px;
}
.rDateDay {
	float:left;
	width:50px;
	font-size:36px;
	height:40px;
	line-height:40px;
	margin-top:3px;
}
.rDateDay div {
	width:60px;
	float:left;
}
.superscript {
	font-size:18px;
	line-height:150%;
	vertical-align:top
}
.rDateDescription {
	float:left;
	width:465px;
	margin-left:5px;
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
}
.rDateText {
	margin-left:10px;
	width:400px;
	float:left;
	min-height:40px;
}
.rDateIcons {
	float:left;
	height:42px;
	margin-left:5px;
	width:47px;
	text-align:center;
	margin-top:-35px;
}
.rDateSearchtxt {
	background:transparent none repeat scroll 0;
	border:0 none;
	color:#FFFFFF;
	font-size:12px;
	height:15px;
	line-height:normal;
	margin-left:9px;
	padding-top:10px;
	width:140px;
}
.rDateNoItems{ float:left;margin-left:50px; margin-bottom:12px}

.formbg {
background:transparent url(images/inp-med-bg.gif) no-repeat scroll 0;
border:0 none;
height:32px;
margin-left:2px;
margin-top:0;
text-decoration:none;
width:180px;
float:left;
}
.formtxt {
background:transparent none repeat scroll 0;
border:0 none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:17px;
line-height:normal;
margin-left:9px;
width:157px;
margin-top:9px;
}

select {
	background-color:#555555;
	border:1px solid #999999;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:17px !important;
	line-height:normal;
	margin-left:4px;
	width:140px;
}

.fileInputBox{
background:transparent url(images/file-upload.png) no-repeat scroll 0 5px;
float:left;
height:67px;
margin:0 0 4px 0px;
position:relative;
width:208px;
}

.fileInputBox input[type=text] {
	background-color: transparent;
	margin: 34px 67px 0px -1px;
	padding: 0px 0px 0px 2px;
	width: 120px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	font-size: 12px;
}

.fileInputBox input[type=file] {
	position: absolute;
	line-height: 45px;
	width: 160px;
	height: 58px;
	top: 9px;
	right: 35px;
	cursor: pointer;
	text-align: right;
	-moz-opacity: 0;
 filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 1;
}

.normalTable td{ vertical-align:middle; text-align:left}
/*multibox css*/
.MultiBoxContainer {
	position: absolute;
	border: 10px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 13;
	text-align: left;
	background-color: #000;
}
.MultiBoxLoading {
	/*background: url(images/mb_loader.gif) no-repeat center;*/
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(images/mb_close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2500;
}
* html div.MultiBoxClose {
	background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_close.png', sizingmethod='crop');
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(images/mb_left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
* html div.MultiBoxPrevious {
	background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_left.png', sizingmethod='crop');
}
.MultiBoxNext {
	position: absolute;
	background: url(images/mb_right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
* html div.MultiBoxNext {
	background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_right.png', sizingmethod='crop');
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/mb_rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/mb_leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAB919;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
.center{text-align:center}
.smallLogo{background-image:url(images/popupbg_small.png);background-repeat:no-repeat;background-position:bottom right;}
#subscribeLegend{background:url(images/rdates_subscribe.png); width:24px; height:30px; margin:0px 10px 0px 16px; background-position:0 -30px}

/*calendar*/
input.calendar, select.calendar {
	width: 129px;
	border: 0;
}
button.calendar {
	background: url(images/dashboard-icon.png);
	margin-top: -18px;
	margin-right: 28px;
	float: right;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
button.calendar:hover {
	background-position: 0 -20px;
	border: 0;
}
button.calendar.active {
	background-position: 0 -40px;
	border: 0;
}
*:first-child+html button.calendar {
	background: url(images/dashboard-icon.png);
	margin-top: -20px;
	margin-right: 28px;
	float: right;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
div.calendar {
	background: url(images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
	border: 0;
}
div.calendar * {
	margin: 0;
	padding: 0;
	border: 0;
}
div.calendar div {
	background: none !important;
	cursor: default;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
	border: 0;
}
div.calendar caption {
	color: #eab919;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	width: 100%;
	border: 0;
}
div.calendar caption a {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	cursor: hand;
	border: 0;
}
div.calendar caption a.prev, div.calendar caption a.prev:link {
	background-image: url(images/dashboard-prev.gif);
	background-position: 0 0px;
	width: 11px;
	height: 11px;
	left: 0;
	border: 0;
}
div.calendar caption a.next, div.calendar caption a.next:link {
	background-image: url(images/dashboard-next.gif);
	background-position: 0 0px;
	width: 11px;
	height: 11px;
	right: 0;
	border: 0;
}
div.calendar caption a.prev:hover, div.calendar caption a.next:hover {
	background-position: 0 -11px;
	width: 11px;
	height: 11px;
}
div.calendar caption span {
	padding-top: 6px;
	position: relative;
	text-align: center;
	height: 25px;
	border: 0;
}
div.calendar caption span.month {
	float: left;
	width: 84px;
	border: 0;
}
div.calendar caption span.month:after {
	content: '';
	border: 0;
}
div.calendar caption span a {
	top: 8px;
	border: 0;
}
div.calendar caption span.year {
	float: right;
	width: 63px;
	border: 0;
}
div.calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td, div.calendar th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 21px;
	height: 17px;
}
div.calendar td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
	border: 0;
}
div.calendar td.invalid {
	color: #666;
	border: 0;
}
div.calendar td.valid {
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	border: 0;
}
div.calendar td.active, div.calendar td.hover {
	color: #eab919;
	cursor: pointer;
	cursor: hand;
	border: 0;
}

button.calendar {
margin-top:-18px !important;
text-indent:-100px;
}
/*calendar*/
.alignCenter{ text-align:center}