﻿/*---Colors--*/
/*

Main: #4396E3;
Menu: #1e68ac;
Soft: #a7cef2;
Light: #A6C9E2;

*/

/*-----Theme------*/

a {color:#4396E3; }
h3, h4 { color: #1e68ac;}
.color_title { background: #5c9ccc;color:#fff;}
.logo h1 a { color: #1A66B2 !important;}
#content a {border-bottom: 1px dotted #1e68ac;}

.nav .current, .nav .current a { background-color: #1e68ac;}
.nav a {color: #4396e3;}
.nav .current a {color:#FFFFFF !important;}
.custom_bg { background: url(images/big_photo_bg_01.jpg) center center;}

.people .selected a {background: url(images/human.png) top left no-repeat;}
.children .selected a {background: url(images/baby.png) top left no-repeat;}
.bullet li {background: url(images/bullet.png) top left no-repeat;}
.people .selected a {background: url(images/human.png) top left no-repeat !important;}
.children .selected a {background: url(images/baby.png) top left no-repeat !important;}

.search_button .left_part { background:  url(images/search_button.png) left center;}
.search_button .right_part { background:  url(images/search_button.png) right center;}
.search_button span { color: #000;}

.more_link {background-image: url(images/more_link.png);}
.more_link  span {border-bottom: 1px dotted #1e68ac;}
.quotes_left {background-image: url(images/quotes_left.png);}
.quotes_right {background-image: url(images/quotes_right.png);}

.main_tabs {border-bottom: 3px solid #a7cef2;}
.main_tabs .ui-tabs-selected {background: url(images/tab_selected_left.gif) left top no-repeat !important;}
.main_tabs .ui-tabs-selected a {color: #1e68ac !important;background: url(images/tab_selected_right.gif) right top no-repeat !important;}

.content_tabs .current {background: url(images/tab_another_left.gif) left top no-repeat;}
.content_tabs .current a {color: #1e68ac;background: url(images/tab_another_right.gif) right top no-repeat;}


/*-----Calendar-----*/

.month_day_empty, div.datepicker a {color: #2E6E9E;}
.season_month table .date td, .season_month table .date td:hover {color: #EAF5F7;background: #5C9CCC; }
season_month table .date td {color: #EAF5F7;background: #2191C0;}

.season_month, div.datepicker {border: 1px solid #A6C9E2;background: #FCFDFD;color: #222;}
.month_day_today , div.datepicker thead {background: #5C9CCC;color:#915608;border: 1px solid #A6C9E2;}

div.datepicker thead {padding: 2px;border:none;}
div.datepicker thead a {color:#fff;cursor:pointer;}
.datepickerDoW {background: #FCFDFD;}
div.datepicker th {color: #222;}
tbody.datepickerDays td.datepickerSelected{
	background: #F8DA4E; 
}
tbody.datepickerDays td.datepickerSelected a {color: #915608;}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #CFBA5A;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #CFBA5A;
}

div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
.datepickerWeek a {color: #333 !important;}