@CHARSET "UTF-8";

.disabled {
	color:silver;
	background-color:silver;
}

.form_element {
	clear:right;
	margin: .5em 0 ;
	overflow:auto;
}

.form_element_button {
	clear:both;
	margin: .5em 0 ;
	padding: 0 0 0 12em;
}

label{
	display:block;
	float:left;
	width:12em;
	font-weight:bold;
	margin-right:1em;
}

input, textarea, select{
	float:left;
	clear:none;
}

fieldset {
    border: 1px solid #007EC3;
    border-right:none;
    border-left:none;
    border-bottom:none;
    margin: 5px;
    padding: 0 10px;
}

legend {
    padding: 5px 5px;
    margin: 0 20px;
    font-weight: bold;
}

.units{
	font-weight:normal;
	font-size:10pt;
}

.static_block {
	display:block;
	float:left;
	clear:right;
	width:15em;
}

.label_prepend {
	text-align:right;
	vertical-align:top;
}

.form_status{
	display:block;
	float:left;
	width:.5em;
	height:.5em;
	margin:4px;
}

.form_status_message{
	position:absolute;
	left:46em;
	width:12em;
	overflow:auto;
	border-style:solid none;
	border-color:#007ec3;
	border-width:1px;
	font-size:10pt;
	margin:-1em 0 1em ;
	padding: .5em;
}

.colorpicker_border{
	float: left;
	border: 1px solid transparent;
	padding: 2px;
	margin: 0;
}

.colorpicker_image{
	width: 30px;
	height: 30px;
	background-position: 10% 10%;
}

.colorpicker_selected{
	border-color:#007ec3;
}

.ok{
	background-color:green;
}

.err{
	background-color:red;
}

.warning{
	color:red;
}

.inactive{
	background-color:grey;
}

.right{
	float:right;
}

.left{
	float:left;
}

.thumbnail{
	position:relative;
	display:block;
	float:left;
	width: 130px;
	height: 180px;
	font-size: 80%;
	padding:5px;
	margin: 5px;
	overflow:hidden;
}

.closer{
	padding:0 2px;
	margin:0;
	border:grey outset 2px;
	text-align:right;
	color:white;
}

.closer:link, .closer:link{
	background-color:silver;
	color:black;
	text-decoration:none;
}

.closer:hover{
	background-color:white;
	color:black;
	border:grey inset 2px;
}

ul.checkout{
	list-style:none;
}

ul.checkout li{
	display:block;
	float:left;
	text-align:center;
	width: 175px;
}



.calendar{
	float:left;
	margin:auto;
}
.calendarDay{
	background-color:#3e71b3;
	height:20px;
	text-align:right;
	color:white;
}
.calendarRow{
	clear:both;
}
.calendarItem{
	float:left;
	width:113px;
	height:130px;
	border:#3e71b3 solid 1px;
	margin:1px;
	font-size:10pt;
}

.calendarDayName, .calendarHeader{
	background-color:#3e71b3;
	height:20px;
	text-align:center;
	color:white;
	float:left;
	width:113px;
	border:#3e71b3 solid 1px;
	margin:1px;
}

.calendarHeader{
	width:500px;
	height:30px;
	padding: 0 20px;
	color:#3e71b3;
	background-color:transparent;
	border:none;
}

.calendarPrevMonth, .calendarNextMonth{
	background-color:#c5c4c3;
}
.calendarPrevMonth .calendarDay, .calendarNextMonth .calendarDay{
	background-color:#666666;
}
.calendarToday{
	background-color:#f0f0f0;
}
.calendarHeader span, .calendarHeader a{
	font-weight:bold;
	font-size:15pt;
	margin:0 10px;
}


.eventTime{
	margin-top: 10px;
}

.icon{
	width:25px;
	height:25px;
	float:left;
	margin:0;
}
.iconType_1{
	background:url(icons.gif) 0px 0px no-repeat;
}
.iconType_2{
	background:url(icons.gif) -25px 0px no-repeat;
}
.iconType_3{
	background:url(icons.gif) -50px 0px no-repeat;
}
.iconType_4{
	background:url(icons.gif) -75px 0px no-repeat;
}
.iconType_5{
	background:url(icons.gif) -100px 0px no-repeat;
}
.iconType_6{
	background:url(icons.gif) -125px 0px no-repeat;
}
.iconType_7{
	background:url(icons.gif) -150px 0px no-repeat;
}

.rightPanel{
	float:right;
	width:170px;
	margin:10px;
	padding:10px;
	border:#3e71b3 solid 2px;
}
.rightPanelHead{
	margin: -10px -10px 0 -10px;
	padding:2px;
	text-align:center;
	background-color:#3e71b3;
}
.rightPanelHead a:link, .rightPanelHead a:visited {
	background-color:#3e71b3;
	color:white;
}
.rightPanelHead a:link:hover, .rightPanelHead a:visited:hover {
	background-color:#c5c4c3;
	color:#3e71b3;
}
.rightPanel .icon{
	display:none;
}
.rightPanel .eventName{
	margin-left:10px;
}
.rightPanel .eventTime{
	margin-top:0;
}