/* Default KeboCMS Layout Template */
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #1e1e55 url(images/body_bg.gif) top left;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* ID-Selectors */
#top {
	width: 100%;
	border-bottom: 1px solid #386779;
	text-align: center;
	background: #6cc6e8 url(images/top_bg.gif) repeat-x top left;
}
#topcenter {
	text-align: left;
	margin: 0 auto;
	width: 896px;
	height: 148px;
	background: url(images/topcenter_bg.gif) repeat-x bottom left;
}

#main {
	width: 100%;
	border-top: 1px solid #b2e1f3;
	text-align: center;
}
#maincenter {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

table#content {
	width: 900px;
	border-collapse: collapse;
	background: #FFFFFF;
}
table#content td { vertical-align: top; }
table#content td#col_1 { width: 170px; padding: 5px; background: url(images/main_bg_l.gif) repeat-y top left; }
table#content td#col_2 { width: *; padding: 10px; background: url(images/main_bg_r.gif) repeat-y top right; }

#breadcrumb {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	color: #468196;
	margin-bottom: 10px;
}

table#foot {
	width: 900px;
	border-collapse: collapse;
	height: 20px;
}
table#foot td#col_l { width: 20px; background: url(images/main_bg_c_l.gif) no-repeat top left; }
table#foot td#col_c { width: *;    background: #FFFFFF url(images/main_bg_b.gif) repeat-x bottom; color: #BBBBBB; text-align: center; }
table#foot td#col_r { width: 20px; background: url(images/main_bg_c_r.gif) no-repeat top right; }

#menu_title {
	height: 28px;
	background: url(images/menu.gif) no-repeat top left;
	text-indent: -5000px;
	margin: 3px;
	margin-bottom: 10px;
}

ul#menu {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
ul#menu li {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#menu_end {
	background: url('images/menu_end.gif') no-repeat top left;
	height: 16px;
	margin: 10px 0px;
}

/* LINKS */
a {
	color: #468196;
	text-decoration: none;
	padding: 1px 0px;
	background: url('images/dotted_link.gif') bottom left repeat-x;
}
a:hover { color: #202D32; background: url('images/dotted_link_hover.gif') bottom left repeat-x;}

#breadcrumb a {
	color: #468196;
	font-size: 10px;
	text-decoration: none;
}
#breadcrumb a:hover { color: #202D32;}

/* TEXT */

h1, h2, h3 { color: #2A2A3A; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 10px;}
h1 { font-size: 28px; }
h2 { font-size: 23px; }
h3 { font-size: 17px; }

.date {
	color: #AAAAAA;
}


pre {
	background: #FFFFFF;
	font-family: monospace;
}


.linespacer {
	border-top: 1px solid #AAAAAA;
	height: 1px;
	line-height: 0;
	margin: 10px 0px;
}

.personContainer {
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #AAAAAA;
	margin-right: 10px;
	width: 310px;
	height: 100px;
	float: left;
	background: url(images/shadow_box.gif) repeat-x top;
}
.pC2 {
	margin-right: 0px;
}
.personContainer .previewImage {
	width: 75px;
	height: 100px;
	border: 1px solid #AAAAAA;
	margin-right: 10px;
	float: left;

}

.personInfoBox {
	font-size: 13px;
	margin: 10px 0px;
	border-top: 1px solid #AAAAAA;
	padding: 10px 0px;
	margin-right: 235px;
}
.personInfoBox ul li { list-style-position: inside; font-size: 13px; }

.sb {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #EFEFEF;
}
.sb a {
	color: #468196;
	text-decoration: none;
}
.sb a:hover { color: #202D32; }

.gb_head {}
.gb_message { margin: 5px 0px; border: 1px solid #CCCCCC; border-width: 1px 0px; padding: 5px 5px; background: #FAFAFA; }
.gb_foot { font-size: 10px; color: #BFBFBF; }

.gb_text { width: 100%; }
.gb_textarea { width: 100%; height: 80px; }


.error {
	margin: 15px 0px;
	border: 2px solid #FF0000;
	padding: 10px;
	background: #FFEEEE;
}
.error ul { list-style-position: inside; margin: 5px 0px 0px; }



div.info {
	margin: 10px 0px;
	border: 1px solid #51bbdd;
	background: #a9eaff url('images/info.gif') 10px center no-repeat;
	padding: 24px;
	padding-left: 64px;
}

ul, li {
	margin: 0;
}

.page_navigation {
	border: 2px solid #DFDFDF;
	background: #EFEFEF;
}
