.rc_calendar {
border:1px solid #666666;
float:left;
width:350px;
height:266px;


}
.test{
float:right;
width:100px;height:100px;
border:1px solid red;}

.test2{
float:left;
}


/*table styles*/
.rc_iframe_body {
	margin: 0px;
	background: #FFFFFF;
	border: 0px solid red;
	cursor: default;
}

.rc_iframe_body .rc_table {
	font-size: 11px;
	font-family: arial;
}

/*weekdays*/
.rc_iframe_body .rc_wd_tr td {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px;
	text-align: center;
	color: #666;
	width:50px;
	height:30px;
	background-image:url(http://www.orchardcards.co.uk/calendar2/green.gif);
	color:#ffffff;
	white-space: nowrap;
}

/*weekends*/
.rc_iframe_body .rc_time_tr td {
	padding: 2px;
	text-align: center;


	white-space: nowrap;
}


/*header bar 2*/
.rc_iframe_body .rc_head_tr td,
.rc_iframe_body .rc_nav_tr td {

	padding: 2px;
	text-align: center;
	background-image:url(http://www.orchardcards.co.uk/calendar2/yellow.gif);
	color: #666;
	white-space: nowrap;
	font-weight: bold;
}

/*table cells*/
.rc_iframe_body .rc_cal_tr td {
	border-top: 1px solid #cccccc;
	background-image:url(http://www.orchardcards.co.uk/calendar2/yellow.gif);
	border-right: 1px solid #999999;	
	padding: 4px 2px 4px 2px;
	text-align:center;
	height:40px;
	color: #666;
	white-space: nowrap;
	width: 50px;
}

/*footer*/
.rc_iframe_body{
border:none;
}
.rc_iframe_body .rc_footer_tr td {
border:none;
display:none;
}

.rc_iframe_body .rc_hours {
	width: 50px;
}

.rc_iframe_body .rc_colon_span {
}

.rc_iframe_body .rc_mins {
	width: 50px;
}

.rc_iframe_body .rc_mins {
	width: 50px;
}

.rc_iframe_body td.rc_current {
	color: #fff;
	background: #00f;
	
}

.rc_iframe_body td.rc_today {
	
}

.rc_iframe_body td.rc_event {
/*makes weekend bold too*/
	font-weight: bold;

background-image:url(http://www.orchardcards.co.uk/calendar2/apple.gif);
	background-color:#333333;
	
}

.rc_iframe_body td.rc_weekend_head {


}

.rc_iframe_body td.rc_weekend_day {

	color:#666666;
}

.rc_iframe_body tr.rc_highlight,
.rc_iframe_body tr.rc_highlight td {


}

.rc_iframe_body tr.rc_highlight td.rc_highlight {


	text-decoration:underline;
cursor:pointer;
	
}

/* alt skin */

