body {
    margin: 0px;
    background-color: #EBEBEB;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
}
a:link {
	color: #000000;
    text-decoration: none;
}
a:visited {
	color: #000000;
    text-decoration: none;
}
a:active {
	color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
	text-decoration: none;
}



header {
	position: fixed;
	top: 0px;
    left: 0px;
    right: 0px;
    background-image: url(img/header.png);
    background-size: 1px 80px;
    background-repeat: repeat-x;
    color: #000000;
    text-align: center;
	height: 80px;
    padding: 0px;
	z-index: 671;
}
section {
	margin-top: 103px;
	min-height: 600px;
}
footer {
    background-color: #EBEBEB;
    color: #000000;
    clear: both;
    text-align: center;
    margin-top: 18px
}



.border_img {
	overflow: auto;
	margin: auto;
	background-color: #FFFFFF;
	border: 10px solid transparent;
    -webkit-border-image: url(img/border.png) 10 round; /* Safari 3.1-5 */
    -o-border-image: url(img/border.png) 10 round; /* Opera 11-12.1 */
    border-image: url(img/border.png) 10 round;
}
.border_img.index {
	width: 900px;
	text-align: center;
	padding: 10px;
	margin-top: 3px;
}
.border_img.subsite {
	width: 800px;
	min-height: 600px;
	padding: 0px 15px 15px 15px;
}
.border_img.form {
	width: 800px;
	margin-top: 23px;
	min-height: 550px;
	padding: 0px 15px 18px 15px;
}
.border_img.edit_view {
	width: 800px;
	margin-top: 23px;
	padding: 0px 15px 3px 15px;
}



.input_site {
	height: 26px;
	padding-left: 6px;
    display: inline-block;
    border: 1px solid #AFAFAF;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input_site.wrong {
	background-color: #FFEEEE;
}

.input_site.search {
	width: 390px;
}
.input_site.type {
	width: 130px;
}
.input_site.entry {
	width: 155px;
}

.input_site.contact_topic {
	width: 350px;
}
.input_site.contact_nick {
	width: 350px;
}
.input_site.contact_email {
	width: 350px;
}
.input_site.contact_message {
	width: 350px;
	height: 200px;
}
.input_site.contact_code {
	width: 143px;
}

.input_site.organize_search {
	width: 250px;
	height: 20px;
}

.input_site.cancel_reason {
	width: 350px;
	height: 200px;
	padding-top: 6px;
}

.input_site.settings_login {
	width: 300px;
}

.input_action {
	width: 150px;
	height: 22px;
	padding: 0px 2px;
    display: inline-block;
    border: 1px solid #658409;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input_action.wrong {
	background-color: #FFEEEE;
}



.button_form {
	width: 100px;
	height: 26px;
	border: 1px solid #A5A5A5;
	font-size: 85%;
    color: #000000;
	background-image: url(img/button_form.png);
	background-size: 1px 24px;
	background-repeat: repeat-x;
	border-radius: 4px;
	cursor: pointer;
}
.button_form:hover {
    border: 1px solid #7B7B7B;
	text-decoration: none;
}

.button_action {
	width: 80px;
	height: 22px;
	border: 1px solid #658409;
	font-size: 85%;
	color: #000000;
	background-image: url(img/button_action.png);
	background-size: 1px 20px;
	background-repeat: repeat-x;
	border-radius: 3px;
	cursor: pointer;
}
.button_action:hover {
    border: 1px solid #405405;
	text-decoration: none;
}

.button_submenu {
	width: 100px;
	height: 26px;
	border: 1px solid #A5A5A5;
    color: #000000;
	font-size: 85%;
	background-image: url(img/button_submenu.png);
	background-size: 1px 24px;
	background-repeat: repeat-x;
	border-radius: 4px;
	cursor: pointer;
}
.button_submenu:hover {
    border: 1px solid #7B7B7B;
	text-decoration: none;
}
.button_submenu.active {
    font-weight: bold;
}

.button_add {
	border: 1px solid #C30000;
	border-radius: 4px;
}
.button_add:hover {
	border: 1px solid #500101;
	text-decoration: none;
}
.button_add.active {
    font-weight: bold;
}

.button_watch {
	border: 1px solid #C3A700;
	border-radius: 4px;
}
.button_watch:hover {
	border: 1px solid #847101;
	text-decoration: none;
}

.button_icon {
	border: 1px solid #A5A5A5;
	border-radius: 3px;
}
.button_icon:hover {
    border: 1px solid #7B7B7B;
}

.button_center {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 2px;
	clear: both;
}

.button_menu {
	margin-top: 3px;
	width: 120px;
	height: 20px;
	font-size: 85%;
	text-align: center;
	padding-top: 5px;
	border-radius: 5px 5px 0px 0px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
	border-color: #707070;
	cursor: pointer;
}
.button_menu.on {
	background-image: url(img/menu_on.png);
	background-size: 1px 25px;
	background-repeat: repeat-x;
	font-weight: bold;	
}
.button_menu.off {
    background-image: url(img/menu_off.png);
	background-size: 1px 25px;
	background-repeat: repeat-x;
}



.header {
	width: 900px;
	height: 80px;
	margin: auto;
}
.header_logo {
	width: 350px;
	height: 80px;
	text-align: left;
	float: left;
}
.header_panel {
	width: 550px;
	height: 80px;
	float: right;
}



.login {
	width: 550px;
	overflow: auto;
}
.login.panel {
	padding-top: 3px;
}
.login.panel_2 {
	padding-top: 19px;
}
.login_text {
	width: 50px;
	text-align: right;
	font-size: 95%;
	padding-top: 11px;
	padding-right: 5px;
	overflow: auto;
	float: left;
}
.login_text.email {
	padding-left: 50px;
	clear: both;
}
.login_input {
	width: 150px;
	padding-top: 9px;
	overflow: auto;
	float: left;
}
.login_button {
	width: 80px;
	padding-top: 9px;
	overflow: auto;
	float: right;
}
.regis_button {
	width: 80px;
	padding-top: 10px;
	overflow: auto;
	float: right;
}
.regis_button.wrong {
	padding-top: 5px;
}
.login_check_input {
	width: 37px;
	padding: 10px 5px 0px 35px;
	text-align: right;
	overflow: auto;
	float: left;
	clear: both;
}
.login_check_input.wrong {
	padding: 5px 10px 0px 30px;
}
.login_check_text {
	width: 180px;
	padding-top: 10px;
	text-align: left;
	font-size: 95%;
	overflowe: auto;
	float: left;
}
.login_check_text.wrong {
	padding-top: 5px;
}
.login_check_text.recover {
	padding-left: 12px;
}

.reset {
	width: 423px;
	float: right;
	overflow: auto;
}
.reset.panel {
	padding-top: 19px;
}
.reset_text {
	width: 50px;
	text-align: right;
	font-size: 95%;
	padding: 11px 5px 0px 0px;
	overflow: auto;
	float: left;
	clear: both;
}
.reset_input {
	width: 150px;
	padding-top: 9px;
	overflow: auto;
	float: left;
}
.reset_button {
	width: 80px;
	padding: 9px 0px 0px 10px;
	overflow: auto;
	float: left;
}



.reset_activ {
	width: 457px;
	float: right;
	overflow: auto;
	padding-top: 5px;
}
.reset_activ.panel {
	padding-top: 7px;
}
.reset_activ_text {
	width: 100px;
	text-align: right;
	font-size: 95%;
	padding: 11px 5px 0px 0px;
	overflow: auto;
	float: left;
	clear: both;
}
.reset_activ_text.wrong {
	padding: 7px 5px 0px 0px;
}
.reset_activ_text_email {
	width: 100px;
	text-align: right;
	font-size: 95%;
	padding: 4px 5px 0px 0px;
	overflow: auto;
	float: left;
	clear: both;
}
.reset_activ_email {
	width: 300px;
	text-align: left;
	padding: 4px 5px 0px 0px;
	overflow: auto;
	float: left;
}
.reset_activ_input {
	width: 150px;
	padding-top: 9px;
	overflow: auto;
	float: left;
}
.reset_activ_input.wrong {
	padding-top: 6px;
}
.reset_activ_button {
	width: 80px;
	padding: 9px 0px 0px 10px;
	overflow: auto;
	float: left;
}
.reset_activ_button.wrong {
	padding: 6px 0px 0px 10px;
}


.login_menu_logout {
	margin-top: 16px;
	float: right;
	clear: both;
}
.login_menu_email {
	margin-top: 18px;
	padding-right: 15px;
	font-size: 90%;
	float: right;
}
.login_menu_watch {
	margin-top: 10px;
	float: right;
}
.login_menu_active {
	margin-top: 10px;
	float: right;
	padding: 0px 6px;
}
.login_menu_settings {
	margin-top: 10px;
	float: right;
	clear: both;
}



.submenu {
	margin: auto;
	text-align: center;
	overflow: auto;
}
.submenu_link {
	padding: 1px 20px;
	float: left;
}
.submenu.organi {
	width: 560px;
}
.submenu.watch {
	width: 420px;
}




.need_star {
	color: #FF0000;
	text-align: right;
	vertical-align: top;
}

.info {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
}
.info.panel {
	padding-top: 21px;
}
.info.wrong {
	color: #D84A38;
}
.info.good {
	color: #008118;
}

.info_action {
	font-weight: bold;
	text-align: center;
	height: 15px;
}
.info_action.wrong {
	color: #D84A38;
}
.info_action.good {
	color: #FFFFFF;
	padding-top: 5px;
}
.info_action_good_text {
	width: 550px;
	text-align: center;
	padding-top: 11px;	
}

.info_action.wrong_reset {
	color: #D84A38;
	padding: 9px 0px 9px 0px;
}
.info_action.wrong_reset_pass {
	color: #D84A38;
}

.info_action.wrong_activ {
	color: #D84A38;
	padding-top: 37px;
}
.info_action.wrong_activ_button {
	color: #D84A38;
	padding-top: 9px;
}
.info_action.good_activ {
	color: #FFFFFF;
	padding-top: 9px;
}



.info_watch {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 11px 0px;
}
.info_watch.wrong {
	color: #FF0000;
}
.info_watch.good {
	color: #008118;
}

.info_image {
	font-weight: bold;
}
.info_image.good {
	color: #008118;
}



p {
	text-align: center;
}
p.title {
	font-weight: bold;
	font-size: 125%;
}
p.text {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 20px;
}



.page {
	margin: auto;
	padding-top: 22px;
	overflow: auto;
	clear: both;	
}
.num_page {
	width: 15px;
	text-align: center;
	float: left;	
}
.num_page.norm {
	padding-top: 3px;	
}
.num_page.active {
	font-weight: bold;
	padding-top: 1px;
	font-size: 125%;
}



#index_form {
	width: 900px;
	margin: auto;
	text-align: center;
	overflow: auto;
	clear: both;
	height: 70px;
	padding: 2px 0px 12px 0px;
}
#index_form_sort {
	float: left;
	text-align: left;
	width: 500px;
}
#index_form_sort_search_input {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}
#index_form_sort_button {
	float: right;
	padding-right: 0px;
}
#index_form_sort_type_text {
	float: left;
	padding: 3px 5px 10px 0px;
}
#index_form_sort_type_input {
	float: left;
	padding-right: 20px;
}
#index_form_sort_entry_text {
	float: left;
	padding:  3px 5px 10px 0px;
}
#index_form_sort_entry_input {
	float: left;
	padding-right: 10px;
}
#index_form_date {
	float: right;
}
#index_form_date_day_input {
	float: left;
	padding-right: 10px;
}
#index_form_date_month_input {
	float: left;
	padding-right: 10px;
}
#index_form_date_year_input {
	float: left;
	padding-right: 10px;
}
#index_form_date_button {
	float: right;
	padding-right: 0px;
}

#index_form_add_button {
	float: right;
	padding-top: 10px;
}
#index_form_create_button {
	text-align: center;
}
#index_form_view_text {
	float: right;
	padding:  14px 8px 0px 0px;
}



#index {
	width: 900px;
	overflow: auto;
	margin: auto;
	text-align: center;
}
#index_days {
	float: left;
	width: 840px;
	overflow: auto;
}
.day {
	float: left;
	margin: 5px;
	padding: 0px;
	width: 110px;
	height: 110px;
	text-align: center;
}
.day.empty {
	background-color: #FFFFFF;
}
.day.first {
	clear: both;
}
.day_sum_empty {
	height: 80px;
}
.day_sum_text_fut {
	color: #646464;	
}
.day_sum_text_pas {
	color: #E0E0E0;
}
.day_sum_text_pre {
	color: #000000;
	font-weight: bold;		
}

.index_arrow {
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.index_arrow.month {
	width: 30px;
	height: 313px;
	margin-top: 10px;
	padding-top: 267px;
}
.index_arrow.month:hover {
	opacity : 0.50;
	filter : alpha(opacity=50);
}
.index_arrow.month.prev {
	float: left;
}
.index_arrow.month.next {
	float: right;
}
.index_arrow.year {
	width: 830px;
	height: 30px;
}
.index_arrow.year:hover {
	opacity : 0.50;
	filter : alpha(opacity=50);
}

.index_arrow_year_empty {
	height: 30px;
}
.index_arrow_month_empty {
	float: left;
	width: 30px;
	height: 313px;
	margin-top: 10px;
	padding-top: 267px;

}



#index_events {
	text-align: center;
	overflow: auto;
	margin: auto;
	clear: both;
}
.index_event {
	float: left;
	overflow: auto;
	width: 234px;
	height: 304px;
	padding: 5px;
}
.index_event:hover {
	opacity : 0.70;
	filter : alpha(opacity=70);
}
.index_event_image {
	width: 230px;
    height: 150px;
}
.index_event_image_style {
	display: block;
    border-radius: 10px 10px 0px 0px;
	border: 1px solid #AFAFAF;
    background: #FFFFFF;
    width: 230px;
    height: 150px;
}
.index_event_info {
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #AFAFAF;
	background: #FFFFFF;
	width: 230px;
	height: 150px;
}
.index_event_text {
	height: 120px;
}
.index_event_title {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	padding: 10px;
}
.index_event_desc {
	text-align: left;
	font-style: italic;
	padding: 0px 0px 0px 10px;
}
.index_event_time {
	font-size: 90%;
	padding: 10px 10px 0px 10px;
	float: left;
}
.index_event_city {
	font-size: 90%;
	padding: 10px 10px 0px 10px;
	float: right;
}



.event {
	margin: auto;
	width: 692px;
	margin-bottom: 2px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
    border-color: #AFAFAF;
	float: left;
	height: 100%;
	overflow: hidden;
}
.event_image {
	width: 690px;
	height: 450px;
}
.event_image_style {
	display: block;
    border-radius: 10px 10px 0px 0px;
	border: 1px solid #AFAFAF;
    background: #FFFFFF;
	width: 690px;
	height: 450px;
}
.event_canceled {
	margin-top:2px;
	width: 690px;
	height: 35px;
	background: #FFEEEE;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
    border-color: #AFAFAF;
	text-align: center;
	padding-top: 15px;
}
.event_left {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
    border-color: #AFAFAF;
	background: #FFFFFF;
	float: left;
	width: 399px;
	margin: 0 0 -20000px 0px;
	padding-bottom: 20000px;
	height: 100%;
}
.event_right {
	border: 1px solid #AFAFAF;
	background: #FFFFFF;
	float: left;
	width: 290px;
	height: 100%;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}
.event_title {
	font-weight: bold;
	font-size: 110%;
	padding: 10px;
}
.event_desc_long {
	padding: 20px 10px 30px 10px;
}
.event_entry {
	padding: 5px 10px 5px 10px;
}
.event_organizer {
	padding: 5px 10px 5px 10px;
}
.event_phone {
	padding: 5px 10px 5px 10px;
}
.event_email {
	padding: 5px 10px 5px 10px;
	overflow: auto;
}
.event_email_text {
	padding: 2px 5px 0px 0px;
	float: left;
}
.event_link {
	float: left;
	padding: 10px 0px 10px 10px;
}
.event_type {
	padding: 10px;
}
.event_date {
	padding: 0px 10px 0px 10px;
}
.event_time {
	padding: 10px;
}
.event_map {
	position: relative;
	width: 265px;
	height 265px;
	padding: 12px;
}
#map {
	width: 265px;
	height: 265px;
}	
.map_zoom {
	position: absolute;
	z-index: 1;
	right: 22px;
	top: 22px;
	width: 62px;
	height: 21px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	background: #FFFFFF;
	padding-top: 7px;
	text-align: center;
	font-family: Roboto, Arial, sans-serif;
	font-size: 80%;
	color: #5C5656;
	box-shadow: 0 1px 1px rgba(0,0,0,.16);
}
.map_zoom:hover {
	color: #000000;
	background: #EBEBEB;
	border: 1px solid #EBEBEB;
}
.event_address {
	padding: 10px;
}
.event_city {
	padding: 0px 10px 0px 10px;
}
.event_region {
	padding: 10px;
}
.event_social_twitter {
	float: right;
	padding: 20px 10px 10px 10px;
}
.event_social_googleplus {
	float: right;
	padding: 20px 0px 10px 0px;
}
.event_social_facebook {
	float: right;
	padding: 20px 10px 10px 10px;
}
.event_watch {
	float: right;
	width: 290px;
}
.event_watch_button {
	padding: 10px 10px 15px 5px;
	float: right;
}
.event_edit {
	height: 53px;
	padding-top: 1px;
}

.event_all {
	width: 772px;
	margin: auto;
	overflow: auto;
}
.event_arrow.top {
	width: 692px;
	height: 30px;
	margin: auto;
	margin-top: 1px;
	text-align: center;
	padding-bottom: 5px;
}
.event_arrow.side {
	width: 30px;
	height: 600px;
	padding: 400px 5px 0px 5px;
	float: left;
}
.event_arrow:hover {
	opacity : 0.50;
	filter : alpha(opacity=50);
}
.event_arrow_empty {
	width: 30px;
	height: 500px;
	padding: 500px 5px 0px 5px;
	float: left;
}



.organize_search {
	width: 780px;
	overflow: auto;
}
.organize_search_button {
	margin-top: 20px;
	padding: 0px 29px 0px 10px; 
	overflow: auto;
	float: right;
}
.organize_search_input {
	margin-top: 20px;
	overflow: auto;
	float: right;
}

.organize {
	width: 700px;
	height: 190px;
	border: 1px solid #7A7A7A;
	margin: auto;
	margin-top: 25px;
	border-radius: 10px;
}

.organize_title {
	width: 700px;
	height: 40px;
	border-bottom: 1px solid #7A7A7A;
	border-radius: 10px 10px 0px 0px;
	background-color: #EBEBEB;
}
.organize_title_text {
	width: 475px;
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	float: left;
}
.organize_title_button {
	width: 100px;
	padding: 10px 2px 0px 0px;
	float: right;	
}

.organize_image {
	width: 250px;
	height: 150px;
	float: left;
}
.organize_img {
	width: 230px;
	height: 150px;
	border-right: 1px solid #7A7A7A;
	border-radius: 0px 0px 0px 10px;
}
.organize_img:hover {
	opacity : 0.70;
	filter : alpha(opacity=70);
}

.organize_stats {
	width: 450px;
	margin-top: 15px;
	float: right;
}
.organize_stats_title {
	width: 80px;
	text-align: center;
	float: left;
}
.organize_stats_name {
	width: 110px;
	min-height: 10px;
	padding: 5px 0px;
	text-align: right;
	overflow: auto;
	float: left;
	clear: both;
}
.organize_stats_number {
	width: 80px;
	padding: 5px 0px;
	text-align: center;
	float: left;
}

.organize_date {
	width: 450px;
	padding-top: 15px;
	overflow: auto;
}
.organize_date_time {
	font-size: 90%;	
}
.organize_date_time.start {
	float: left;
}
.organize_date_time.end {
	padding-right: 10px;
	float: right;
}



#cancel_event {
	margin: auto;
	width: 700px;
	overflow: auto;
}
#cancel_image_desc {
	width: 698px;
	overflow: auto;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #7a7a7a;
	border-radius: 0px 0px 10px 10px;
}
#cancel_desc_info {
	width: 430px;
	padding-top: 10px;
	overflow: auto;
}
#cancel_date_location {
	width: 430px;
	overflow: auto;	
}
#cancel_date {
	width: 150px;
	float: left;
	overflow: auto;
}
#cancel_location {
	width: 280px;
	float: left;
	overflow: auto;
}

#cancel_title {
	width: 678px;
	font-weight: bold;
	padding: 10px;
	background-color: #EFEFEF;
	border-width: 1px;
	border-style: solid;
	border-color: #7a7a7a;
	border-radius: 10px 10px 0px 0px;
}
#cancel_image {
	width: 245px;
	float: left;
}
#cancel_desc_short {
	width: 430px;
	height: 60px;
	font-style: italic;
	float: left;
}
#cancel_day {
	width: 150px;
	padding-bottom: 5px;
}
#cancel_time {
	width: 150px;
}
#cancel_address {
	width: 280px;
}
#cancel_city {
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cancel_region {
	width: 280px;
}
#cancel_form {
	margin: auto;
	width: 700px;
	padding-top: 35px;
	overflow: auto;
}
.cancel_confirm {
	margin: auto;
	width: 700px;
	padding-top: 30px;
	text-align:center;
	overflow: auto;
}
#cancel_form_text {
	width: 170px;
	text-align: right;
	padding-right: 10px;
	float: left;
}
#cancel_form_input {
	width: 360px;
	float: left;
}
#cancel_form_leng_req {
	width: 700px;
	margin: auto;
}
#reason-status {
	font-size: 75%;
	float: right;
}
#cancel_form_lenght {
	margin-right: 170px;
	font-size: 75%;
	float: right;	
}
#cancel_form_req_info {
	padding: 10px 0px 0px 120px;
	font-size: 90%;
	float: left;
	clear: both;	
}



.view_event_small {
	float: left;
	overflow: auto;
	width: 232px;
	height: 302px;
	padding: 7px;
}
.view {
	width: 968px;
	margin: auto;
	margin-top: 19px;
	overflow: auto;
}
.view_left {
	float: left;
}
.view_right {
	float: left;
	padding-left: 23px;
}
.view_text {
	font-size: 110%;
	font-weight: bold;
}
.view_text.left {
	padding-left: 7px;
}
.view_text.right {
	padding-bottom: 7px;
}



.settings {
	width: 700px;
	margin: auto;
	overflow: auto;
}
.settings_login {
	width: 600px;
	margin: auto;
	overflow: auto;
}
.settings_login_title {
	width: 600px;
	font-weight: bold;
	padding-bottom: 30px;
	overflow: auto;
	float: left;
}
.settings_login_title.second {
	padding-top: 40px;
}
.settings_login_form_text {
	width: 180px;
	margin-right: 10px;
	text-align: right;
	overflow: auto;
	float: left;
	clear: both;
}
.settings_login_form_text.email {
	padding-bottom: 25px;
}
.settings_login_form_text.new {
	padding: 8px 0px;
}
.settings_login_form_text.actual {
	padding-top: 29px;
}
.settings_login_form_input {
	width: 400px;
	overflow: auto;
	float: left;
}
.settings_login_form_input.email {
	padding-bottom: 25px;
}
.settings_login_form_input.new {
	padding: 5px 0px;
}
.settings_login_form_input.actual {
	padding-top: 25px;
}



.contact {
	width: 700px;
	margin: auto;
	overflow: auto;
}
.contact_text {
	width: 200px;
	padding: 9px 10px;
	text-align: right;
	overflow: auto;
	float: left;
	clear: both;
}
.contact_input {
	width: 360px;
	padding: 5px 0px;
	overflow: auto;
	float: left;
}
.contact_text.textarea {
	height: 250px;
}
.contact_code {
	overflow: auto;
	float: left;
}
.contact_code.image {
	width: 207px;
	padding-top: 10px;
}
.contact_code.text {
	width: 200px;
	padding-top: 10px;
}
.contact_code.input {
	padding-top: 6px;
}
.contact_req_info {
	padding: 20px 0px 0px 130px;
	font-size: 90%;
	float: left;
	clear: both;
}


.news_search {
	width: 780px;
	overflow: auto;
}
.news_search_button {
	margin-bottom: 20px;
	padding: 0px 29px 0px 10px; 
	overflow: auto;
	float: right;
}
.news_search_input {
	margin-bottom: 20px;
	overflow: auto;
	float: right;
}

.news {
	width: 700px;
	margin: auto;
	overflow: auto;
	font-size: 90%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AFAFAF;
	border-radius: 10px;
}

.news_title {
	padding: 5px;
	background-color: #EBEBEB;
	text-align: center;
	font-weight: bold;
	float: left;
}
.news_title.date {
	width: 90px;
}
.news_title.text {
	width: 589px;
	border-left: 1px solid #AFAFAF;
}

.news_row {
	width: 700px;
	border-top: 1px solid #AFAFAF;
	overflow: auto;
	clear: both;
}
.news_row.strong_new {
	background-color: #EBEBEB;
}
.news_row.light_new {
	background-color: #EFEFEF;
}
.news_row.strong {
	background-color: #F6F6F6;
}
.news_row.light {
	background-color: #FFFFFF;
}

.news_date {
	width: 90px;
	height: 100%;
	text-align: center;
	padding: 0px 5px 10px 5px;
	overflow: auto;
	float: left;
	clear: both;
}
.news_date_time{
	width: 90px;
	text-align: center;
	overflow: auto;
	padding-top: 5px;
}
.news_info {
	width: 589px;
	min-height: 36px;
	padding: 5px;
	border-left: 1px solid #AFAFAF;
	overflow: auto;
	float: left;
}

.news_info_title {
	padding: 0px 0px 10px 5px;
	float: left;
}
.news_info_title_text {
	font-weight: bold;
	padding-right: 5px;
	float: left;
}
.news_info_title_link {
	font-style: italic;
	float: left;
}
.news_info_icon {
	padding: 3px 8px 2px 5px;
	float: left;
	clear: both;
}
.news_info_text {
	padding: 4px 0px 0px 0px;
	float: left;
}
.news_info_reason_text {
	width: 550px;
	padding: 4px 0px 0px 0px;
	float: left;
}
.news_info_arrow {
	padding: 2px 5px 0px 5px;
	float: left;
}

.edit_change {
	overflow: auto;	
	padding-bottom: 15px;
}
.edit_title {
	font-weight: bold;
	padding-bottom: 10px;
	float: left;
	clear: both;
}
.edit_arrow {
	padding: 4px 5px 0px 5px;
	float: left;
}
.edit_text {
	padding: 4px 5px 0px 5px;
	float: left;
	clear: both;
}



.watch_empty_bottom {
	width: 600px;
	height: 21px;
	margin: auto;
}
.watch_text {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
.watch_timer {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	padding: 5px 0px;
}
.watch_timer_red {
	color: #D30000;
}
.watch_timer_green {
	color: #008118;
}
.watch_date_day {
	font-size: 90%;
	padding: 10px 10px 0px 10px;
	float: left;
}
.watch_date_time {
	font-size: 90%;
	padding: 10px 10px 0px 10px;
	float: right;
}



.ended_rating {
	width: 244px;
	margin: auto;
	overflow: auto;	
}
.ended_rating_title {
	text-align: center;
}
.ended_rating_stars {
	width: 80px;
	margin: auto;
	padding: 10px 0px;
}

.ended_stars {
	overflow: auto;
	float: right;
	padding: 10px 5px 0px 0px;
}

.index_event_time.ended {
	width: 120px;
}

.star-rating{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 16px;
	position: relative;
	background: url(img/star.png) top left repeat-x;		
}
.star-rating li{
	padding: 0px;
	margin: 0px;
	height: 16px;
	width: 16px;		
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow: hidden;
}
.star-rating li a:hover{
	background: url(img/star.png) left bottom;
	z-index: 2;
	left: 0px;
	border: none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width: 16px;
}
.star-rating a.two-stars{
	left: 16px;
}
.star-rating a.two-stars:hover{
	width: 32px;
}
.star-rating a.three-stars{
	left: 32px;
}
.star-rating a.three-stars:hover{
	width: 48px;
}
.star-rating a.four-stars{
	left: 48px;
}	
.star-rating a.four-stars:hover{
	width: 64px;
}
.star-rating a.five-stars{
	left: 64px;
}
.star-rating a.five-stars:hover{
	width: 80px;
}
.star-rating li.current-rating{
	background: url(img/star.png) left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/* remove halo effect in firefox   */
a:active{
	outline: none;
}



.add {
	width: 752px;
	margin: auto;
	overflow: auto;
}

.add_text_first {
	width: 130px;
	text-align: right;
	padding: 3px 10px 6px 0px;
	overflow: auto;
	float: left;
}
.add_text_first.left {
	clear: both;
}
.add_data_first {
	padding: 0px 0px 0px 0px;
	overflow: auto;
	float: left;
}
.add_data_first.left {
	width: 314px;
}

.add_text {
	width: 130px;
	text-align: right;
	padding: 14px 10px 6px 0px;
	overflow: auto;
	float: left;
}
.add_text.left {
	clear: both;
}
.add_data {
	padding: 10px 0px 0px 0px;
	overflow: auto;
	float: left;
}
.add_data.left {
	width: 314px;
}

.add_group {
	padding: 0px 0px 10px 0px;
	overflow: auto;
}

.add_need_star {
	padding-top: 10px;
	float: left;	
}

.input_site.add_short {
	width: 150px;
}
.input_site.add_norm {
	width: 305px;
}
.input_site.add_long {
	width: 603px;
}
.input_site.add_tall {
	height: 300px;
}

.add_leng_req {
	font-size: 75%;
	padding-right: 9px;
	float: right;
}
#title-status {
	font-size: 75%;
	float: right;
}
#desc_short-status {
	font-size: 75%;
	float: right;
}
#desc_long-status {
	font-size: 75%;
	float: right;
}

.add_req_info {
	padding: 20px 0px 0px 5px;
	font-size: 90%;
	float: left;
	clear: both;
}

.tooltips_image {
	width: 12px;
	height: 12px;
	vertical-align: text-top;
	border: 0px;
	margin-top: 0px;
	padding: 0px;	
}
.tooltips_title {
	background-color: #EBEBEB;
	padding: 3px;
	border: 1px solid #8E8E8E;
}
.tooltips_text {
	background-color: #FFFFFF;
	padding: 3px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
    border-color: #8E8E8E;
}
.tooltips_event {
	padding-top: 10px;
	overflow: auto;
	float: right;
}