﻿/********* LOADING MESSAGE CSS - Please don't delete this (again) Chris Rickels. Thanks. **********/

.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
	background-image: url(/CoreCode/Images/bg_translucent.png);
	background-repeat:repeat;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding-top: 30%;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	position:fixed;
}

.InnerFreezePane
{
	text-align: center;
	width: 250px;
	background-image: url(/CoreCode/Images/bg_loading.png);
	color: White;
	font-size: large;
	height:45px;
	padding-top:20px;
	margin-left:auto; 
	margin-right:auto;
}

.create_event_form
{
	padding:10px;
}
.create_event_form label
{
	float:left;
	clear:both;
	width:120px;
	margin-top:8px;
	font-weight:bold;
}
.create_event_form input
{
	float:left;
	width:300px;
	margin-top:5px;
}
.create_event_form select
{
	float:left;
	width:304px;
	margin-top:5px;
	height:100px;
}
.create_event_form textarea
{
	float:left;
	width:302px;
	margin-top:5px;
	height:100px;
}

.create_event_form_radeditor
{
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	clear:both;
}

.create_event_form .calendar_field
{
	clear:both;
}
.create_event_form .calendar_field input
{
	width:70px;
}
.create_event_form .calendar_field img
{
	margin-top:5px;
	cursor:pointer;
}

.create_event_form .time_field input
{
	width:60px;
}
.create_event_form .buttons
{
	border-top:1px solid #ccc;
	margin-top:10px;
	clear:both;
}
.create_event_form .RadEContentBordered
{
	background-color:#fff;
}
.add_button
{
	display:block;
	padding:5px 5px 5px 25px;
	background-image:url(/CoreCode/Images/Icons/add.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#fff;
	border:1px solid #ccc;
	float:left;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}
.add_button:hover
{
	background-color:#f9f9f9;
}
.save_button
{	
	display:block;
	padding:5px 5px 5px 25px;
	background-image:url(/CoreCode/Images/Icons/save.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#fff;
	border:1px solid #ccc;
	float:right;
	text-decoration:none;
	margin-top:10px;
}
.save_button:hover
{	
	background-color:#f9f9f9;
}

.create_event_button_wrapper
{
	background-color:#fff;
	display:block;
}
.create_event_button
{
	display:block;
	padding:5px 5px 5px 25px;
	background-image:url(/CoreCode/Images/Icons/add.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#fff;
	border:1px solid #ccc;
	float:right;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.star_descriptions
{
	margin-left:20px;
}

.watermark
{
    color:#ccc;
}
