@import url('date_picker.css');

body {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    color:#000000;
    margin:3px 5px 0 5px;
    padding:3px 5px 0 5px;
}

img {
    border:none;
}

a {
	color:#3a3f86;
	text-decoration:underline;
	font-size:12px;
}
a:hover {
	color:#ff0000;
}
form {
	margin:0px;
	padding:0px;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:15px;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.link { /* for tags without href attribute */
	cursor:pointer;
}

#standby_message {
	width:200px;
	min-height:25px;
	background-color:#f7f7f7;
	z-index:10;
	position:absolute;
	top:40%;
	left:45%;
	text-align:center;
	border:2px solid #000000;
	padding-top:5px;
	display:none;
}

#s_content_container h1 { /* heading in school management system */
	margin-bottom:20px;
}

span.error {
	color:#ff0000;
}

/* form elements */
input.input_text { /* default input type="text" */
	border:1px solid #d6d7e1;
}
input.input_heading {
	font-weight:bold;
}
textarea.input_area { /* default textarea */
	border:1px solid #d6d7e1;
	font-family:Arial;
	font-size:12px;
}
select.dropdown { /* default select */
	border:1px solid #d6d7e1;
    font-size:12px;
}
select.dropdown optgroup {
	color:#ffffff;
	background-color:#545b76;
	/* font-size:12px; doesn't work */
    /* font-style:normal; doesn't work */
}
select.dropdown option {
    /* reset all to default */
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	font-weight:normal;
}


/* information blocks */
.message_block {
	width:100%;
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-right:2px;
	margin-bottom:5px;
	float:right;
}
.inner_message_block { /* inner div is necessary because of overflowing 100% width with paddings and border */
	padding:9px 9px 9px 62px;
	min-height:30px;
	border:1px solid #dfe1e7;
	font-size:12px;
}
div.inner_empty_block { /* used together with inner_message_block */
	padding:9px 9px 9px 20px;
}
.info_block {
	background-image:url(../img/icon_info.png);
}
.warning_block {
	background-image:url(../img/icon_warning.png);
}
.success_block {
    font-weight:bold;
	background-image:url(../img/icon_success.png);
}
.error_block {
	background-image:url(../img/icon_error.png);
}


/* button */
.button_edge {
    position:absolute;
    display:inline;
    margin-left:-10px;
    width:8px;
    height:22px;
    background-image:url(../img/button_edge_r.png);
	background-repeat:no-repeat;
}
input.button {
	font-weight:bold;
	font-size:11px;
    padding-left:10px;
    margin-right:10px;
    border:none;
    background-image:url(../img/button_bg.png);
	background-repeat:no-repeat;
    color:#ffffff;
    height:22px;
    /* used to catch the button_edge */
    position:relative;
    cursor:pointer;
	width:auto;
    /*
    helps with too wide buttons on IE, but labels behave strangely when scrolling
	overflow:visible;
    */
	background-color:transparent;
}
.common_button { /* button which performs actions on many rows above */
	text-transform:uppercase;
}

/* listing list */
.location_flag {
    vertical-align:middle;
    margin-right:5px;
    height:15px;
    border:1px solid #eff0f3;
}
.location_row {
	background-color:#545b76;
	height:25px;
	vertical-align:middle;
	color:#ffffff;
	font-size:12px;
	padding-left:10px;
}
	.location_row a {
		color:#ffffff;
	}
#location_edit {
	background-image:url(../img/edit.png);
	width:32px;
	height:18px;
	padding-top:2px;
	padding-left:31px;
	float:left;
}
	
.add_listing_container {
	padding-top:10px;
	padding-bottom:10px;
}
.listing_row {
	background-color:#e2e3e7;
	height:25px;
	line-height:25px;
	font-size:12px;
	padding-left:10px;
}
.listing_row a:hover {
	color:#3a3f86;
}
td.listing_incomplete { /* must be more precise than borders below, because has to overwrite them */
	border-color:#ff0000;
}
.listing_border_top {
	border-top:2px solid #545b76;
}
.listing_border_right {
	border-right:2px solid #545b76;
}
.listing_border_bottom {
	border-bottom:2px solid #545b76;
}
.listing_border_left {
	border-left:2px solid #545b76;
}

td.listing_del_container { /*must have the same precision level as listing_incomplete */
	width:85px;
	border-left:1px solid #ffffff;
	text-align:center;
	padding:0px;
	vertical-align:middle;
}
span.unfinished { /* unfinished and unviewable step */
    color:#000000;
	font-size:12px;
}
a.unfinished {
    color:#ff0000;
	font-size:12px;
}
a.finished {
    color:#419354;
	font-size:12px;
}
.location_row a.finished {
	/*color:#8ffd8c; old style*/
	color:#ffffff;
	font-size:12px;
}
.location_row a.unfinished {
	color:#ff6060;
	font-size:12px;
}
#current_listing_step {
	background-color:#d5d8e3;
    font-weight:bold;
    border:1px solid #545b76;
}
.help_close_container { /* container for a close link in help files */
	margin-top:10px;
	margin-bottom:10px;
}
.listing_navigation_row {
	height:30px;
	line-height:30px;
	background-color:#f3f4f7;
	padding-left:10px;
}
img.listing_preview {
	margin-right:5px;
	vertical-align:middle;
}
.ready_for_deletion {
	text-decoration:line-through;
	color:#ff0000;
}

/* login form */
#login_title {
	width:100%;
	text-align:center;
	margin-top:35px;
	margin-bottom:20px;
}
input.login_input {
	width:210px;
}
table.login_container {
	width:330px;
	margin:auto;
}
	table.login_container td {
		padding:5px;
	}

td.highlight { /* added(!) on selected rows */
	background-color:#d8f4d5;
}


/* school management system */
#menu_container {
	width:200px;
	background-color:#eff0f3;
	vertical-align:top;
	padding-left:10px;
	line-height:20px;
}
	#menu_container img {
		vertical-align:middle;
	}
	#menu_container a {
		color:#000000;
		font-size:12px;
		text-decoration:none;
	}
		#menu_container a:hover {
			text-decoration:underline;
		}
		
a#selected_menu_item {
	text-decoration:underline;
}
	#menu_container .menu_header {
		background-color:#545b76;
		width:210px;
		height:25px;
		line-height:25px;
		text-align:center;
		margin-left:-10px;
		margin-bottom:10px;
		
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
	}
.s_content_container { /* should be by ID, but than lightbox behaves very strangely */
	vertical-align:top;
	padding-left:15px;
}
#s_form_container {
	width:100%;
	float:right;
}
#s_stepping_container {
	width:100%;
	padding-top:10px;
	float:left;
}

#listing_list_legend {
	float:right; 
	width:560px;
}
.legend_icon {
	margin-right:5px;
}
.legend_text {
	padding-right:15px;
}


/* Inquiry mail box */
td.inquiry_row {
	padding-top:4px;
	padding-bottom:4px;
}
td.inquiry_delete {
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}
.unread_inquiry td {
	font-weight:bold;
}
.inquiry_locked {
	color:#ff0000;
}
.inquiry_open {
	color:#139b3a;
	
}


/* form tables */
.expl {
	font-size:11px;	
}
.required_fields_expl {
	padding-bottom:5px;
}
.form_header {
	color:#ffffff;
	background-color:#545b76;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
	.form_header a {
		color:#ffffff;
		font-weight:normal;
	}
.form_header_new {
	color:#ffffff;
	background-color:#86a787;
	font-size:12px;
	font-weight:bold;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.form_cell {
	background-color:#f7f7f7;
	font-size:12px;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	vertical-align:top;
}
.form_spacer { /* a vertical empty divider row */
	height:13px;
}
.error_cell { /* cell containing a label or a field where an error occured (add on target cell, must have the same or greater importance) */
	background-color:#f9dfdf;
}
.required_marker { /* a marker for required fields */
	color:#ff0000;
}
.s_paragraph_separator {
	background-color:#545b76;
	height:10px;
	font-size:0px;
}

img.uploaded_img { /* uploaded image shown near an input type="file" */
	margin-top:5px;
	margin-bottom:3px;
}

#contact_form_heading {
	font-weight:bold;
	font-size:12px;	
	margin-bottom:10px;
	float:left;
}
#layout_select_container {
    float:right;
    margin-top:10px;
    margin-bottom:5px;
    font-size:12px;
}

table#contact_form_list {
	margin-top:10px;
	margin-bottom:10px;
}
	table#contact_form_list td {
		font-size:12px;
		height:19px;
	}
.unfinished_form {
	color:#ff0000;
}
.short_desc_contact {
	color:#ff0000;
	font-weight:bold;
}
.short_desc_contact:hover {
	color:#ff0000;
}


form#top_listing_request_form .input_text {
	width:300px;
}
form#top_listing_request_form .input_area {
	width:300px;
}

form#profile_form .input_text {
	width:300px;
}
form#profile_form .input_area {
	width:300px;
}

#bank_details {
    width:100%;
    float:left;
}

/* location editing */
.step_info {
	color:#696969;
}
#step_heading_container {
	float:left;
}
#step_help_container {
	float:right;
	width:180px;
	text-align:right;
}
	#step_help_container img {
		vertical-align:middle;
	}

/* position upgrade */
#highest_position {
    font-weight:bold;
    font-size:18px;
}
.select_position {
    font-weight:bold;
}

/* ordering */
td.selected_for_ordering { /* added(!) on rows selected for ordering */
    background-color:#b7dfb2;
    background-image:none;
    color:#000000;
    border-top:none;
    border-bottom:none;
}
	.selected_for_ordering a {
		color:#000000;
	}

/* messages */
.success {
	color:#00ff00;
}
.err {
	color:#ff1a1a;
	font-weight:bold;
	font-size: 9pt;
}
.symbols_max_err {
    font-weight:bold;
    font-size:12px;
    color:#ec7d1c;
}


/* ===================================================== */
/* =============== Frontend public pages =============== */
/* ===================================================== */
p {
	margin:0px;
	padding:0px;
}
input.public_button {
	background-image:url(../img/public_button_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	color:#3a3f72;
	overflow:visible;
	background-color:#cfd0e2;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #cfd0e2;
}
.send_button {
	background-color:#ff6702;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	border:1px solid #000000;
}
#body_footer {
	padding-top:10px;
	padding-bottom:20px;
	float:left; /* for padding to work */
	font-size:12px;
	width:100%;
}
#footer {
	width:100%;
    float:left;
}
#page_path {
	margin-top:5px;
}
#page_path a {
	font-size:11px;
}
#heading_flag_container {
    text-align:center;
    margin-bottom:-8px;
}
/* school registration */
#last_expl {
	color:#ff0000; 
	font-weight:bold;
}
/* ===== */

/* general payments */
#payment_expl {
    margin-top:20px; 
    padding-bottom:30px;
	width:100%;
    float:left;
}
/* ===== */
	
.menu_col {
	width:210px;
	background-color:#f7f7f7;
	font-size:12px;
	vertical-align:top;
}
	.menu_col a {
		color:#000000;
		text-decoration:none;
	}
	.menu_col a:hover {
		text-decoration:underline;
	}
	.menu_col .menu_header {
		width:200px;
		background-color:#7a809a;
		color:#ffffff;
		font-weight:bold;
		font-size:12px;
		padding:5px;
		text-align:left;
        float:left;
	}
	.menu_col .menu_content {
		width:200px;
		padding:10px 5px 10px 5px;
		line-height:16px;
        float:left;
	}
	.menu_col .menu_subheader {
		font-weight:bold;
		padding-top:10px;
	}
	.menu_col .menu_subcontent {
		padding-top:10px;
	}
.subblock_container {
	margin-top:-10px;
}
#main_content {
	vertical-align:top;
}
#main_content h1 {
	text-align:center;
}
div.bottom_add_link_container { /* added to main_add_link_container */
	margin-top:50px;
	float:left;
}
div.middle_add_link_container { /* added to main_add_link_container */
	margin-top:0px;
    float:left;
}
.main_add_link_container {
	width:100%;
	background-color:#f7f7f7;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
    margin-top:20px;
	font-size:12px;
}
    .main_add_link_container div {
        margin-left:5px;
    }
#main_add_link { /* main link to a school registration form */
	font-weight:bold;
}
ul#category_list {
    margin-top:5px;
}
.category_list_header {
	background-color:#7a809a;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	text-align:left;
}
.category_cell { /* is used almost for all tables */
	background-color:#f7f7f7;
	border:1px solid #d1d3dd;
	padding:4px;
	height:37px;
	font-size:12px;
	vertical-align:top;
}
.category_icon_container {
	vertical-align:top; 
	padding-right:2px;
}
.category_group { /* category group table on a home page */
	width:100%;
	margin-bottom:10px;
}
#language_selection_container {
	margin:20px 0px 10px 0px;	
}

/* tables with recent lisitngs */
.recent_listings {
	width:100%;
    float:left;
	table-layout:fixed;
}
	.recent_listings th {
		background-color:#7a809a;
		color:#ffffff;
		font-weight:bold;
		font-size:12px;
		padding:5px;
		text-align:left;
	}
.recent_listing {
    font-weight:bold;
}

/* tables with featured listings */
.feat_listings {
	width:100%;
    float:left;
    margin-bottom:10px;
	table-layout:fixed;
}
	.feat_listings th {
		background-color:#7a809a;
		color:#ffffff;
		font-weight:bold;
		font-size:12px;
		padding:5px;
		text-align:left;
	}
.feat_listing {
    font-weight:bold;
}

/* search */
#listing_search_container {
	float:left;
	margin-bottom:15px;
}
.empty_search {
	font-size:12px;
	font-weight:bold;
}
#search_results_container {
	clear:both;
	float:left;
	width:100%;
}
#search_results_heading {
	font-weight:bold;
	float:left;
	margin-right:10px;
}

/* listings */
.pagination_container {
    margin-top:5px;
	font-size:12px;
	margin-bottom:5px;
}
.listing_container {
	width:100%;
	table-layout:fixed;
}
.listing_header td {
	background-color:#7a809a;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:5px;
}
	.listing_header td a {
		color:#ffffff;
		text-decoration:underline;
	}
.top_listing_short_description {
	background-color:#f7f7f7;
	border:2px solid #7a809a;
	padding:8px 8px 25px 8px;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
}
.listing_short_description td {
	background-color:#f7f7f7;
	border:1px solid #e3e5eb;
	padding:8px 8px 25px 8px;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
}
.listing_links td {
	border:none;
	padding:0px;
	padding-right:20px;
	padding-top:10px;
}
.logo_container {
	line-height:1px;
}
.listing_img {
	border:5px solid #e5e5e5;
	margin-bottom:0px;
	margin-top:7px;
}
	.listing_img_left {
		float:left;
		margin-right:6px;
	}
	
	.listing_img_right {
		float:right;
		margin-left:6px;
	}

.contact_form_list {
	list-style-position:inside;
	margin:0px;
	padding:0px;
}
	.contact_form_list li {
		margin-bottom:4px;
	}
	.contact_form_list li span {
		margin-left:-6px;
	}
	.contact_form_list li a {
		margin-left:-6px;
	}	

p.listing_par {
	margin-bottom:15px; 
	float:left; 
	width:100%;
	font-size:12px;
	font-family:Arial; /* for proper displaying in fckeditor */
}
p#map_description {
	float:left;
	width:100%;
	font-size:12px;
}

.listing_paragraph {
	font-size:12px;
	margin:0px;
	padding:0px;
	font-family:Arial; /* for proper displaying in fckeditor */
}
.paragraph_separator { /* used for parsing during image repositioning */
	display:none;
}
.paragraph_heading {
	font-weight:bold;
	font-size:12px;
	padding:0px;
	display:block;
	font-family:Arial; /* for proper displaying in fckeditor */
}
#contact_link {
    font-weight:bold;
	color:#ff0000;
}
#contact_link:hover {
	color:#ff0000;
}

.bottom_table {
	background-color:#f7f7f7;
	float:left;
	border:1px solid #e3e5eb;
	margin-bottom:10px;
	width:100%;
}
	.bottom_table .contact_link {
		font-weight:bold;
		color:#ff0000;
		font-size:14px;
	}

	.bottom_table .contact_link:hover {
		color:#ff0000;
	}
	
	.bottom_table .heading {
		font-weight:bold;
		display:block;
		margin-bottom:3px;
	}
	
	.bottom_table .separator {
		float:right; 
		margin-right:10px; 
		margin-left:10px;
	}
	
.bottom_table_column {
	vertical-align:top;
	font-size:12px;
	padding:10px;
}

/* frontend contact forms */
.contact_form {
	margin-bottom:20px;
	float:left;
	width:99%;
    border:2px solid #e5e5e5;
}
#callback_form_container {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
#callback_contact_form {
	width:380px;
	margin:auto;
	float:none;
}
#contact_form_intro {
	font-size:12px;
	margin-bottom:10px;
	width:100%;
	float:left;
	font-family:Arial; /* for proper displaying in fckeditor */
}
.contact_form table {
}
span#contact_form_title {
	font-weight:bold;
	font-size:13px;
	color:#008000;
}

.contact_form td {
	font-size:12px;
	padding:2px;
	background-color:#f7f7f7;
	border:1px solid #e3e5eb;
	text-align:left;
}
.contact_form td.error_cell { /* cell containing a label or a field where an error occured (add on target cell, must have the same or greater importance) */
	background-color:#f9dfdf;
}
.contact_form select {
	width:200px;
}
.contact_form .input_text {
	width:200px;
}
#contact_form_confidential {
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
#contact_form_submit_cont {
	text-align:center;
}

.contact_form textarea {
	width:250px;
	height:50px;
}
/* ====== */

/* site maps */
img.sitemap_icon {
    vertical-align:middle;
    margin-right:5px;
}
ul#sitemap {
	font-size:12px;
	list-style:none;
}
ul#sitemap img {
	width:18px;
}
.sitemap_heading {
	font-weight:bold;
}
ul#sitemap li {
	padding-bottom:5px;
}
ul#sitemap ul {
	list-style:none;
	margin-top:5px;
}
ul#sitemap img {
	float:left;
	vertical-align:middle;
	margin-right:3px;
}
/* ====== */

#description_container {
	/* background-color:#f7f7f7; */
	border:1px solid #e3e5eb;
	background-color:#f7f7f7;
	padding:8px 0px 20px 0px;
	float:left; 
	width:100%;
	margin-bottom:10px;
}
	#description_container h2 {
		font-size:12px;
		margin-top:5px;
		margin-bottom:5px;
		font-family:Arial; /* for proper displaying in fckeditor */
	}
.description_subcontainer {
	margin-left:5px;
	margin-right:5px;
	float:left;
}

/* location */
.location_listings {
	width:100%;	
}
	.location_listings th {
		background-color:#7a809a;
		color:#ffffff;
		font-weight:bold;
		font-size:12px;
		padding:5px;
		text-align:left;
	}
/* ====== */

/* banners */
#header_banners_container {
	width:100%;
	height:90px;
	background-color:#f7f7f7;
	margin-top:1px;
}
	#header_banners_container table {
		width:100%;
		height:90px;
		float:left;
	}
	#top_left_banner {
		width:220px;
		height:90px;
		background-color:#ff1a1a;
		text-align:center;
	}

.content_banner_container {
    width:100%;
    margin-top:6px;
    margin-bottom:6px;
    text-align:center;
    float:left;
}
.banner_link {
}
.banner_image {
    border:1px solid #d1d2dd;
}
/* ====== */

#bottom_stats {
    width:100%;
    margin-top:10px;
}
    #bottom_stats td {
        background-color:#f7f7f7;
        font-size:11px;
        padding:8px 10px 8px 10px;
        border:1px solid #e3e5eb;
        vertical-align:top;
        text-align:center;
        width:25%;
    }

img.flag {
	border:1px solid #000000;
}

/* annoucements */
#announcement_container {
    width:500px;
    height:300px;
    background:#aaaaaa;
}
.announcement_content {
    z-index:0;
    position:absolute;
    top:10px;
    left:10px;
    width:480px;
    height:280px;
    background:#eeeeee;
}
#announcement_text {
    margin:10px;
}
#announcement_controls {
    position:absolute;
    width:100%;
    bottom:0px;
    text-align:center;
}
.announcement_title {       
    width:460px;
    margin-left:10px;
    border-bottom:1px solid #000000;
}
.announcement_navi {
    background:#dddddd;
}
/* ====== */

a.google_afs_title {
	color:#000099;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}
span.google_afs_text {
	color:#333333;
	font-size:14px;
}
a.google_afs_url {
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
a.ads_by_google {
	text-decoration:none;
	color:#000000;
}
#header_ads_by_google {
	clear:left;
	padding-top:3px;
	padding-left:600px;
}
#narrow_ad_unit_1 {
	margin-left:20px;
}
	#narrow_ad_unit_1 span.google_afs_text {
		font-size:12px;
	}
#narrow_ad_unit_3 {
	margin-top:10px;
	margin-bottom:30px;
	float:left;
}
	#narrow_ad_unit_3 span.google_afs_text {
		color:#000000;
	}
	#narrow_ad_unit_3 a.google_afs_url {
		color:#000000;
	}
	#narrow_ad_unit_3 a.google_afs_title {
		color:#3a3f89;
	}
#footer_ads_by_google {
	padding-left:400px;
}
