﻿/*  Rad tabstrip */
.Container{}

/*  Tabstrip and multi page  */
.tabstripContainer {
border:0;
overflow:visible
}

.multipageContainer {
overflow:visible;
text-align:left
}

/* Calendar*/
.CalendarTable {
margin-left: 7px;
padding:0;
}

.CalendarRow {
text-align:left;
}

.CalendarRowNoEvents {
height:50px;
text-align:right;
vertical-align:bottom;
}

.CalendarRowEventLeadImportance {
text-align:right;
vertical-align:top !important;
width:10px !important
}

.CalendarRowEventLeadImage {
text-align:right;
vertical-align:top !important;
width:25px !important
}

.CalendarRowEventInfo {
text-align:left;
vertical-align:top !important;
margin: 5px  0px 2px 0px;

}

.CalendarTableWrapper{}

.CalendarFooter {
text-align:right;
width:120px
}

.CalendarTableDay {
font-size:12px;
font-weight:bold;
margin:10px 0 0;
text-align:right;
width:10px
}

/* Popup Window */
.FlashFormOptions div {
float:left
}


/* Options strip */
.ToolBox
{
	
}

.ToolBox .Left {
	background-image: url(images/ToolBoxHorizontal_01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.ToolBox .Mid {
	background-image: url(images/ToolBoxHorizontal_02.gif);
	background-repeat: repeat;
	background-position: center center;
	text-align: right;
}

.ToolBox .Right {
	background-image: url(images/ToolBoxHorizontal_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}