/*
	colors:    typo    back da back light
	dashboard  ff9e0d  ff9e0d  fff5e6  
	childcare  7e9a1f  a4ea68  f0fce7  
	forum      006666  96d8ed  e3f5fb
	events     741426  cc6666  faefef
	articles   0e4681  9bbaff  eff4ff
	pages      666666  e5e5e5  f4f4f4
*/

html {
	background: #C2F39C url(../img/page_top_back.jpg) repeat-x top;
}
body {
	font-family: Verdana, Georgia, sans-serif;
	color: #333;
}
a { color: #0d4782; }
strong { font-weight: bold; } 
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.align-left { float: left; margin-right: 10px; }
.align-right { float: right; margin-left: 10px; }
.align-clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
#body {
	width: 1150px;
	margin: 10px auto 0 auto;
}
#body.width-1030 {
	width: 1200px;
}
#body.no-skyscraper {
	width: 980px;
}
#page {
	width: 980px;
	float: left;
}
#body.width-1030 #page {
	width: 1030px;
}
#skyscraper {
	float: left;
	margin: 29px 0 0 10px;
}
#banner_xxl_header {
	float: right;
	margin: 0 190px 8px 0;
}
#pickerplug,
#ui-datepicker-div {
    z-index: 99999;
}
p.bannernote {
	color: #888;
	font-size: 0.8em;
	margin-top: 2px !important;
}
.out_of_sight {
	left: -1000em;
	position: absolute;
	width: 20em;
}

/************************************************************************
 * header styles 
 */
#header { 
	background-image: url(../img/header_back.png);
	height: 92px;
	position:relative;
}
#body.width-1030 #header { 
	background-image: url(../img/header_back_1030.png);
}
#header div.claim {
	margin: 24px 0 0 53px;
	float: left;
}
#header .login_hover {
	margin: 50px 0 0 70px;
}
#header #login_form {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 185px;
	top: 90px;
	right: 20px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #999;
	text-align: right;
}
#header div.password label,
#header div.text label,
#header label.remember {
	width: 92px;
	float: left;
}
#header input.remember {
	float: left;
	margin: 2px 0 0 7px;
}

#header div.password input,
#header div.text input {
	width: 80px;
}
#header div.submit {
	margin: 0;
}
#header .logged_in {
	float: right;
	text-align: right;
	padding: 28px 20px 0 0;
	width: 250px;
}


/************************************************************************
 * main styles 
 */
#main {
		background: url(../img/page_back.png) repeat-y;
		padding: 0 12px;
		width: 956px;
}
#body.width-1030 #main {
		background-image: url(../img/page_back_1030.png);
		width: 1006px;
}
#mainbottom {
		clear: left;
		background: url(../img/page_bottom.png) bottom left no-repeat;
		height: 22px;
}
#body.width-1030 #mainbottom {
		background-image: url(../img/page_bottom_1030.png);
}
#flashMessage,
#infoMessage,
#authMessage {
    color: #f00;
    background-color: #fdd;
    font-weight: bold;
    padding: 10px;
    margin: 0 auto 15px auto;
    border: 2px solid #f00;
    text-align: center;
    width: 500px;
}
#infoMessage,
#authMessage {
    color: #3e71a4;
    background-color: #b5c8dc;
    border-color: #3e71a4;
}

/************************************************************************
 * menu styles 
 */
#menu {
	padding: 10px 0 0 10px;
}
#menu ul li { 
	list-style-type: none !important;
	height: 26px;
	margin-left: 4px; 
	float: left;
}
#menu li.first { 
	margin-left: 0;
}
#menu li a.text {
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 5px 3px;
}
#menu li.active {
	background: url(../img/menu/menu_left_active.gif) no-repeat;
}
#menu li.active a.text{
	background: url(../img/menu/menu_right_active.gif) top right  no-repeat;
	font-weight: bold;
	color: #333;
	padding: 5px 6px;
}
#menu sup {
	font-size: 0.75em;
	color: red;
	font-weight: bold;
	margin-left: 1px;
}

#submenu {
	width: 640px;
	height: 28px;
	margin-left: 10px; 
	padding-left: 30px;
	clear: left;
}
#submenu ul li { 
	list-style-type: none !important;
	height: 26px;
	margin-left: 5px;
	padding-left: 5px;
	float: left;
	background: url(../img/menu/submenu_seperator.gif) 0 8px no-repeat;
}
#submenu li.first { 
	margin-left: 0;
	background-image: none;
}
#submenu li a {
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 5px 3px;
	color: #fff;
}
#submenu li.active a { 
	font-weight: bold; 
}
#submenu.default { background: #e0e0e0; }
#submenu.default li a { color: #666; }
#submenu.dashboard { background: #ff9e0d; }
#submenu.dashboard li a { color: #c15a16; }
#submenu.childcares, #content.childcares #submenu_option { background: #a4ea68; }
#submenu.childcares li a { color: #7e9a1f; }
#submenu.forum { background: #96d8ed; }
#submenu.forum li a { color: #006666; }
#submenu.events { background: #cc6666; }
#submenu.events li a { color: #741426; }
#submenu.articles { background: #9bbaff; }
#submenu.articles li a { color: #0e4681; }
#submenu a.option {
	float: right;
	margin: 5px 10px 0 0;
	padding-right: 15px;
	color: #7e9a1f;
	text-decoration: none;
	background: url(../img/menu/submenu_childcare_option_down.gif) no-repeat right 5px;
}
#submenu a.active {
	background: url(../img/menu/submenu_childcare_option_up.gif) no-repeat right 5px;
}
#submenu_option {
	display: none;
	margin-left: -38px;
	width: 648px;
	padding: 0 0 10px 22px;
}
#submenu_option fieldset {
	float: left;
	width: 146px;
	border: 0;
	border-left: 2px solid #fff;  
	padding: 0 15px;
}
#submenu_option fieldset.first { border: 0; }
#submenu_option legend {
	color: #7e9a1f;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 10px;
	padding: 0;
}
#submenu_option .select { clear: left; margin-top: 10px; }
#submenu_option .select select { margin-top: 3px; }
#submenu_option .radio input { float: left; margin-top: 4px; }
#submenu_option .radio label { width: 110px; display: block; float: left; margin-top: 5px; }
#submenu_option .checkbox { display: block; clear: both; padding-top: 5px;}
#submenu_option .checkbox input { float: left; margin-top: 2px;}
#submenu_option .checkbox label { width: 115px; display: block; float: left; }
#submenu_option .submit {
	margin: 0 !important;
	float: right;
	padding: 210px 10px 0 0;
}
.submenu {
	float: right; 
	margin: 25px 6px 0 0;
}
/************************************************************************
 * content styles 
 */
#content {
	clear: left;
	padding-left: 10px;
}
#content.landing .visual {
	background: url(../img/home_visual.jpg);
	width: 916px;
	height: 551px;
	padding: 20px;
}
#content.landing a.banner_visual {
	position: relative;
	display: block;
	width: 130px;
	height: 140px;
	left: 768px;
	top: 320px;
}
#content.landing {
	padding: 0;
}
#content .leftcol {
    float: left;
    width: 612px;
    padding: 0 20px 14px 38px;
}
#content.default .leftcol,
#content.default .actions {
    background: #f4f4f4;
}
#content.dashboard .leftcol,
#content.dashboard .actions {
    background: #fff5e6;
}
#content.childcares .leftcol,
#content.childcares .actions {
    background: #f0fce7;
}
#content.forum .leftcol,
#content.forum .actions {
    background: #e3f5fb;
}
#content.events .leftcol,
#content.events .actions {
    background: #faefef;
}
#content.articles .leftcol,
#content.articles .actions {
    background: #eff4ff;
}
#content .rightcol {
	  float: left;
	  width: 220px;
	  margin-left: 15px;
	  color: #666;
}
#body.width-1030 #content .rightcol {
	  width: 270px;
}
#content .actions {
    margin: 0 0 30px -15px;
    padding: 10px 20px 20px 15px;
}
#content .two_col {
    width: 285px; 
    margin: 10px 20px 0 0;
    float: left;
}
#content .three_col {
    width: 172px; 
    margin: 10px 20px 0 0; 
    float: left;
}
#content .block_list {
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

/************************************************************************
 * content element styles
 */
#content hr {
    border: 0;
    border-top: 2px solid #666;
    margin: 15px 0;
}
#content.home hr, 
#content.dashboard hr {
    border-color: #7f9a21;
}
#content h1 {
		font-family: Tahoma;
    font-size: 2.2em;
	  margin-top: 20px;
	  margin-bottom: 20px;
	  border-bottom: 1px solid #ccc;
}
#content h2,
#fbContent h2 {
		font-family: Tahoma;
	  font-size: 1.6em;
	  border-bottom: 2px solid #999;
	  margin: 20px 0 10px 0;
	  padding: 3px 0;
	  color: #666;
}
#fbContent h2 {
		margin-top: 0;
		padding-top: 0;
}
#content.dashboard h2 {
    color: #ff9e0d;
    border-color: #ff9e0d;
}
#content.childcares h2 {
    color: #7e9a1f;
    border-color: #7e9a1f;
}
#content.forum h2 {
    color: #006666;
    border-color: #006666;
}
#content.events h2 {
    color: #741426;
    border-color: #741426;
}
#content.articles h2 {
    color: #0e4681;
    border-color: #0e4681;
}
#content h2 small {
    font-family: Arial;
    font-size: 0.6em;
}
#content h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #666; 
}
#content h3.requested {
	color: #ff9e0d;
}
#content h3.accepted {
	color: #7f9e27;
}
#content h3.underlined {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 1.1em;
	font-style: italic;
	margin-top: 10px;
	color: #777; 
}
#content p {
	margin-top: 15px;
}
#content ul li {
    list-style-type: disc;
    margin-top: 10px;
}
#content ol li {
    list-style-type: decimal;
}
#content li {
    margin-left: 20px;
}
#content td { vertical-align: top; }

#content table.press {
		width: 100%;
}
#content table.press img {
		float: right;
}
#content table td,
#fbContent table td {
	   padding: 4px;
}
#content a.fbButton,
#content a.fbButtonHigh,
#content a.message_reply {
		width: 200px;
		height: 22px;
		display: block;
		text-align: center;
    background: url(../img/btn_action_back.gif);
    padding: 6px 0 4px 0;
    text-decoration: none;
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.1em;
}
#content a.fbButtonHigh {
		height: 40px;
    background: url(../img/btn_action_high_back.gif);
}
#content a.delete {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: top;
}
#content a.delete:hover {
    text-decoration: underline;
}
#content .first {
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-top: 0 !important;
}
#content .profile-rightcol {
	margin-top: -177px !important;
}
#content .more_abbr {
    color: #0d4782;
    text-decoration: underline;
}
#content .arrow_down {
    background: url(../img/arrow_down.gif) no-repeat right 5px;
    padding-right: 15px;
    display: inline;
    cursor: pointer;
}
#content .arrow_up {
    background: url(../img/arrow_up.gif) no-repeat right 5px;
}
#faq .question { margin-top: 15px; }
#faq h3 { margin-top: 30px; }
#faq .opened { border-bottom: 1px solid #999; padding-bottom: 10px; }
#content .address {
		margin-top: 10px;
}

#content .buttons {
	margin-top: 10px;
}
#content a.button {
	margin-right: 15px;
	padding: 3px 8px;
	-moz-border-radius: 0.4em;
	background: #ff9e0d;
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}

#content .rightcol .stats_points {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.3em;
}
#content .rightcol .stats_head {
	margin-top: 15px;
	_font-weight: bold;
}
#content .rightcol .label {
	margin-left: 3px;
	color: #666666;
	font-size: 0.85em;
}
#content .rightcol .stats_bar {
	clear: both;
	display: block;
	height: 20px;
	border-left: 1px solid #666666;
	color: #ffffff;
	padding-left: 3px;
	font-size: 0.85em;
}
#content .rightcol .stats_bar_childcares { background: url('../img/bar_childcares.gif') repeat-x; }
#content .rightcol .stats_bar_forum { background: url('../img/bar_forum.gif') repeat-x; }
#content .rightcol .stats_bar_articles { background: url('../img/bar_articles.gif') repeat-x; }
#content .rightcol .stats_bar_events { background: url('../img/bar_events.gif') repeat-x; }
#content .rightcol .stats_bar_last { height: 15px; }
#content .rightcol .stats_bar_more {
	display: block;
	height: 20px;
	margin-left: 2px;
}

.points {
	font-size: 0.85em;
	white-space: nowrap;
}

/************************************************************************
 * info boxes
 */
#content .info {
    background: url(../img/infobox_foto.jpg) no-repeat;
    margin-top: 24px;
    min-height: 75px;
    font-size: 1.0em;
    padding-left: 80px;
    width: 540px;
}
#content .info .content {
    background: url(../img/infobox_back.png) no-repeat;
    padding: 10px 16px 4px 30px;
    color: #666;
    font-style: italic;
    margin-bottom: 0px !important;
}
#content .info_bottom {
    background: transparent url(../img/infobox_bottom.png) no-repeat;
    height: 8px;
    margin-top: 0px !important;
}
#content .info .salutation {
	color: #7e9a1f;
	font-weight: bold;
}
#fbContent .info {
	background: #fffc9c url(../img/info.gif) 8px 5px no-repeat;
    padding: 8px 8px 8px 42px;
    color: #666;
    margin-top: 10px;
}

/************************************************************************
 * calendar styles
 */
#content .cal_requested a {
    border: 1px solid #ff9e0d;
}
#content .cal_accepted a {
    background: #bbdb86;
    border: 1px solid #7f9e27;
    color: #7f9e27;
    font-weight: bold;
}
#content .cal_other a {
    background: #d3d3d3;
    color: #000;
}
#content .cal_mixed a {
    background: #dae4b6;
    border: 1px solid #7f9a21;
}
#content .ui-state-highlight {
	background: #5a5a5a;
	color: #fff;
	border: 1px solid #d3d3d3; 
}

/************************************************************************
 * floatbox content styles
 */
#fbContent {
    text-align: left;
}
#fbContent ul,
#fbContent ol {
		margin: 10px 0 0 25px;
}
#fbContent ul li {
		list-style-type: disc;
}
#fbContent ol li {
		list-style-type: decimal;
}
#fbContent h1 {
    font-size: 1.6em;
}
#fbContent p {
    margin-top: 15px;
}
#fbContent div.submit {
    float: left; 
    margin-right: 10px;
}
#fbContent input.cancel {
    margin-top: 5px; 
    padding: 0 5px;
}
#fbContent .time_selector {
    background: #eee;
    padding: 3px; 
}
#fbContent .time_selector select {
	font-size: 0.8em;
}
#fbBox .align-left {
    float: left;
    margin-right: 10px;
}
#fbBox #fbControlPanel {
	border: 0;
}
#fbBox .ui-datepicker { width: 15em; }


/************************************************************************
 * footer styles
 */
#footer {
    font-size: 0.9em;
    padding: 5px 0 15px 0;
}
#footer .left {
    float: left;
    padding-left: 45px;
}
#footer .left p {
	font-size: 0.95em;
}
#footer .right {
    float: right;
    padding-right: 20px;
    text-align: right;
}
#footer ul {
	float: left;
	text-align: left;
	margin: 0 20px 0 25px;
}
#footer li {
    padding: 2px 0;
    font-size: 0.95em;
}
#footer ul.as_row {
	margin-top: 10px;
}
#footer ul.as_row li {
	float: left;
	margin-right: 15px;
}
#footer li a {
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
}


/************************************************************************
 * admin styles
 */
table.admin_data {
	border-bottom: 1px solid #333;
	margin-top: 10px;
}
table.admin_data th,
table.admin_data td {
	padding: 2px;
}
table.admin_data th {
	font-weight: bold;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}


/************************************************************************
 * Debugging 
 */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
    text-align: left;
}
div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}