.container
{
	width: 890px !important;
}
a:link
{
	color: #284f91;
	text-decoration: none;
}
a:visited
{
	color: #284f91;
	text-decoration: none;
}
a:hover
{
	color: orangered;
	text-decoration: underline;
}

body
{
	font: 12px verdana;
}

input, textarea, select
{
	font: 12px verdana;
}

table
{
	border-collapse: collapse;
	font: 12px verdana;
	width: 100%;
}
td
{
	text-align: left;
	vertical-align: middle;
}

div
{
	text-align: left;
}

#sidebar_left, #sidebar_right
{
	width: 150px;
	vertical-align: top;
	padding: 5px;
	display: none;
}
#body_page
{
	vertical-align: top;
	padding: 5px;
}

textarea#group_query
{
	width: 100%;
	height: 200px;
}

.workshop_td
{
	border: 0;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
}
.workshop_table
{
	border: 0;
	width: 100%;
	margin: 0 auto;
}
.workshop_descr
{
	margin: 0;
	margin-bottom: 1.0em;
	color: #77787B;
}
.workshop_month
{
	border: 0;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
}
.workshop_title
{
	padding-left: 15px;
}
.workshop_actions
{
	padding-right: 15px;
	vertical-align: middle;
}
.create_block
{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 15px;
}
.filters_block
{
	margin: 10px 0 7px;
}
.filters_block a{
	padding:0 5px;
	border-left: solid black 1px;
}
.filters_block a.filters_block_first{
		border-left: none;
}
.workshop_search_table, .workshop_search_td
{
	border: 0;
	padding: 0;
	margin: 0;
}
.workshop_search_td input
{
	width: 90%;
}
.workshop_search_form
{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 15px;
	background: #F1F1F1;
	border: 1px solid #d5d5d5;
	padding-bottom: 5px;
}
.workshop_search_title
{
	font-family: Georgia;
	font-style: italic;
	font-size: 1.5em;
	color: #333333;
}
.workshop_search_descr
{
	color: #77787B;
}
.workshop_form
{
	padding-top: 20px;
}
.workshop_form p
{
	clear: both;
	margin-bottom: 0.75em;
}
.workshop_form p label
{
	display: block;
	width: 300px;
	float: left;
}
.workshop_form p input[type=text]
{
	width: 250px;
}
.workshop_view
{
	margin: 20px;
}
.workshop_view h2
{
	margin-bottom: 15px;
}
.workshop_view_table, .workshop_view_table tr td
{
	border: 0;
	padding: 0;
	margin: 0;
}
.workshop_view_controls
{
	text-align: right;
}
#workshop_title
{
	width: 460px;
}
.workshop_form li{
	list-style: none;
	background: none;
	padding: 2px 0;
}
.errors_detected
{
	margin: 20px;
	font-weight: bold;
	color: red;
}
.dotted_hr
{
	border: 0;
	border-bottom: 2px dotted #AAAAAA;
	background: none;
}
.days_grouping
{
	color: black;
	text-align: center;
}
.info_detected
{
	margin: 20px;
	font-weight: bold;
}
.workshop_pagination
{
	width: 90%;
	margin: 18px auto 0;
}
.workshop_pagination div
{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding: 10px;
	background: #66CC33;
	margin: 1px;
}
.workshop_pagination div a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #F2FFDF;
	text-decoration: none;
}
.current_page, .workshop_pagination div:hover
{
	background: #009933 !important;
	color: #F2FFDF;
}
.search_message
{
	margin: 20px;
	text-align: center;
	font-weight: 19px;
}
.workshop_form_title
{
	margin: 0px;
	border-bottom: 2px dotted #AAAAAA;
	line-height: 1.2;
}
#workshop_states li 
{
	float: left;
	width: 50px;
}
#workshop_states
{
	margin-bottom: 15px;
}
#workshop_descr_label {
	width: 500px;
}

.link_to_add_my
{
	background: url('../img/icons/accept.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_to_back
{
	background: url('../img/icons/arrow_left.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_to_add
{
	background: url('../img/icons/add.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_to_edit
{
	background: url('../img/icons/pencil.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_to_clone
{
	background: url('../img/icons/disk_multiple.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_to_delete
{
	background: url('../img/icons/cross.png') no-repeat;
	padding-left: 19px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.list_header
{
	width: 94%;
	margin: 0 auto;
	margin: 20px;
	margin-bottom: 0px;
}
#workshop_website_wraper input
{
	width: 370px !important; 
}
#location_selects select
{
	width: 90% !important;
	display: block;
}

.workshop_disclaimer
{
	margin: 25px 0px 0 25px;
}
.workshop_listing_left
{
	width: 670px;
}
.workshop_banners_right
{
	width: 160px;
	margin: 25px 25px 0 0;
	float: right;
}
.workshop_list_container
{
	margin-left: 25px;
}
.workshop_parameters_list
{
	line-height: 1.3em;
}
#workshop_search_f
{
	width: 185px;
}
#workshop_search_month
{
	width: 110px;
}
#workshop_search_city, #workshop_search_state
{
	width: 105px;
}
#workshop_search_category
{
	width: 275px;
}
.ce_logo {
	float: right;
	margin: 25px -45px 0 0;
}
.loginbox {
	clear: right;
	float: right;
	height: 1em;
	margin: 20px -70px 0 0;

}
.loginbox ul{
}
.loginbox li{
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px;
	background: none;
	border-left: 1px solid black;
	line-height: 1.2em;
}
.loginbox li.first{
	border-left: none;
}

.loginbox_bottom {
	height: 1em;
	margin-top: 10px;
}
.loginbox_bottom li{
	list-style-type: none;
	display: block;
	float: left;
	background: none;
}
.user_form
{
	margin: 10px;
}
.user_form p
{
	clear: both;
	margin-bottom: 0.75em;
}
.user_form p label
{
	display: block;
	width: 150px;
	float: left;
}
.user_form p input[type=text]
{
	width: 200px;
}
#header
{
	background: url("/wp-content/uploads/2009/08/alliance_logo_name.jpg") no-repeat left top;
}
.page_instructions p, .page_instructions ul
{
	font-size: 14px;
	color: #333333;
}
.edit_profile_help
{
	margin: 19px 0 24px !important;
}