.Container
{
	margin: 0 0 10px 0;
	clear: both;
}

.Container label
{
	width: 150px;
	text-align: left;
	color: #333;
}

.Container label.required { color: #333; }

.Container label.required .icon
{
	color: #c00;
	font-weight: bold;
	margin: 0 0 0 3px;
}

.Container .Content { margin: 0 0 0 5px; }
.Container .Button { margin: 0 0 0 155px; }
.Container .Activate { margin: 0; }
.Container .Content img { margin: 0; }

.Container .Content .Image
{
	border-width: 0;
	padding: 0;
	margin: 0 0 10px 0;
}

/**************************************************************************************************/
.Container .Content .Delete
{
	position: absolute;
	top: 0;
	left: 0;
}

.Container .Content .Delete a, .Container .Content .Delete a:visited, 
.Container .Content .Delete a:hover, .Container .Content .Delete a:active
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	float: left;
	padding: 3px 10px 3px 10px;
}

.Container .Content .Delete a, .Container .Content .Delete a:visited, 
.Container .Content .Delete a:hover, .Container .Content .Delete a:active
{
	color: #fff;
	margin: 0;
	background-color: #900;
}

.Container .Content .Delete a:hover, .Container .Content .Delete a:active { background-color: #c00; }

.Container .Content .Description {
	display: inline;
	float: left;
}

/**************************************************************************************************/
.eventsPage .Core .Container .Content, 
.servicePage .Core .Container .Content,
.Login .Core .Container .Content { width: 400px; }

/**************************************************************************************************/
input[type=text], input[type=password], input[type=submit], input[type=button], textarea, select
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px #c2c2c2 solid;
	vertical-align: middle;
}

input[type=text], input[type=password], textarea
{
	position: relative;
	float: none;
	display: inline;
	padding: 2px;
	color: #333;
	width: 180px;
}

input[type=submit], input[type=button]
{
	width: auto;
	padding: 0;
	border-width: 0;
	background-color: #fff;
	color: #888;
	text-decoration: none;
	font-size: 95%;
	margin: 0 0 0 5px;
}

input[type=radio] { margin: 0 3px 0 12px; }

input[type=file]
{
	display: block;
	clear: both;
}

label { position: relative; }

input[type=text]:active, input[type=password]:active, textarea:active, select:active,
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover
{
	background-color: #ffc;
	border-color: #cc4;
}

fieldset
{
	border-width: 0;
	clear: both;
}

/**************************************************************************************************/
.Core .Container input[type=button], .Core .Info input[type=button], 
.Core .Container input[type=submit], .Core .Info input[type=submit]
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-transform: lowercase;
	width: 120px;
	padding: 5px;
	color: #FFF;
	background-color: #EE3539;
	margin: 0 5px 0 0;
	border: 1px solid #FFF;
}

.Core .Container input[type=button]:active, .Core .Container input[type=button]:hover,
.Core .Container input[type=submit]:active, .Core .Container input[type=submit]:hover,
.Core .Info input[type=button]:active, .Info input[type=button]:hover,
.Core .Info input[type=submit]:active, .Info input[type=submit]:hover
{
	color: #EE3539;
	background-color: #FFF;
	border: 1px solid #EE3539;
}

.Core .Info .Container label { width: 50px; }

.Core .Info .Container .Content
{
	width: 200px;
	clear: none;
}

.Core .Info .Container { width: 300px; }
.Core .Info .Container .Button { margin: 0 0 0 55px; }

/**************************************************************************************************/
.Button input[type=submit] { color: #333; }
.Checkbox { margin: 0 0 0 155px; }

.Checkbox label
{
	text-align: left;
	width: 400px;
}

.Checkbox input[type=checkbox] { margin: 0 5px 0 0; }

/**************************************************************************************************/
.servicePage .Core ul.errors, 
.eventsPage .Core ul.errors,
.Login .Core ul.errors
{
	position: relative;
	display: block;
	clear: both;
	list-style: none;
	width: 300px;
	padding: 0;
	margin: 5px 0 0 0;
	color: #ff0000;
}

.servicePage .Core ul.errors li, 
.eventsPage .Core ul.errors li,
.Login .Core ul.errors li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

/**************************************************************************************************/
.SearchBox
{
	clear: both;
	position: relative;
	float: right;
	display: inline;
	width: 234px;
	margin: 25px 0 0 0;
}

/**************************************************************************************************/
.grip_wrapper
{
	clear: both;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #ddd;
}

.grip_control
{
	width: 18px;
	height: 18px;
	background-image: url('../media/icon_resize.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

/**************************************************************************************************/
.Core ul.message, 
.Core ul.message li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Core ul.message
{
	clear: both;
	width: 550px;
	padding: 10px 0;
	margin: 0 0 10px 0;
	color: #FF0000;
	border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.Core ul.message li p {
	color: #FF0000;
}
.Core .message p { margin: 0; }

p.message { color: red; }

.Core .RequiredNote { margin-left: 155px; }

/**************************************************************************************************/
.Core .Column
{
	float: left;
	display: inline;
}
.Core .Column label,
.Core .Column input[type=text],
.Core .Column input[type=password],
.Core .Column input[type=submit],
.Core .Column .description
{
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}
.Core .Column .Button input[type=submit],
.Core .Column .Button a,
.Core .Column .Button a:visited,
.ui-widget-content .Core .Column .Button a,
.ui-widget-content .Core .Column .Button a:visited,
.Login .Core .Topper .Column .Button a,
.Login .Core .Topper .Column .Button a:visited
{
	color: #FFF;
	background-color: #EE3539;
	border: 1px solid #FFF;
	padding: 5px 20px;
}
.Core .Column .Button input[type=submit]:hover,
.Core .Column .Button a:hover,
.ui-widget-content .Core .Column .Button a:hover,
.Login .Core .Topper .Column .Button a:hover
{
	color: #EE3539;
	background-color: #FFF;
	border: 1px solid #EE3539;
}
.Core .Column .Button a,
.ui-widget-content .Core .Column .Button a
{
	padding: 7px 20px 6px;
}
.Core .Column label
{
	width: 150px;
}
.Core .Column.Login,
.Core .Column.Password
{
	clear: both;
	width: 100%;
}
.Core .Column.Login ul.errors,
.Core .Column.Password ul.errors
{
	margin: 0 0 0 150px;
}

.Core .Column.Forgotten
{
	width: 210px;
	font-size: 88%;
}
.Core .Column.Password .description
{
	margin: 20px 0 0 0;
	text-align: right;
}
.Core .Column.RegisterActivate,
.Core .Column.Password .description {
	width: 210px;
}
.Core .Column.RegisterActivate .description
{
	margin: 18px 0 0 0;
	float: right;
}
.Core .Column ul.errors
{
	color: #EE3539;
	background-color: #FFF;
}
.Core .Column.Signin {
	width: 126px;
}
.Core .Column.Signin .Button {
	float: right;
}
