/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.

Version: 2.0 (Jan 29, 2007)

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px dotted #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
	margin: 0 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #99CC33;
	color: #ffffff;
	padding: 5px;
}

h4 {
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #598fde;
	color: #e6edf9;
	padding: 5px;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

table {
	background-color: #c3d9ff;
}

tr {
	background-color: #e8eef7;
	margin: 0;
}

table.login {
	background: #e8eef7;
	margin: auto;
	width: 300px;
}
/* Main container */

#container {
margin:0 auto 20px auto;
width:700px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
	margin: 15px 0 15px 0;
	background: url(images/front.gif) top left no-repeat;
	height: 150px;
}

/* Navitab menu */

#navitabs {
	clear: both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activenavitab {
	padding: 4px 8px 4px 8px;
	color: #ffffff;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	text-decoration: none;
	background: #505050 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration:none;
color:#ffffff;
}

/* Main content */

#main {
	width: 700px;
	padding: 25px 0 0 0;
	border-top: 2px solid #505050;
	margin-top: 5px;
}

/* Footer */

#footer {
	clear: both;
	background: #fafafa;
	padding: 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #d8d8d8;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

#mainmenu {
	padding: 10px;
	border-color: #598fde;
	border: 1px solid #598fde;	
}

#mainmenu p {
	text-align: center;
}

#mainmenu table {
	border-collapse: collapse;
	border: none;
	text-align: left;
}

#mainmenu td {
	border: none;
	padding: 1px 10px 1px 10px;
}

/* Various classes */

.tablediv {
	display: table;
	width: 700px;
}

.celldiv {
	float: left; /*fix for  buggy browsers*/
	display: table-cell;
	width: 24%;
	background-color: #ffffcc;
	text-align: center;
	height: 200px;
	margin: 1px;
	padding: 20px 0 0 0;
}

.rowdiv  {
	display: table-row;
	width: auto;
}

p.float-left {
	float: left;
	margin: 0 10px 0 0;
}

p.top {
	margin-top: 0;
	padding: 0.2em;
	border-top: 3px dotted #696969;
	background: #ffffcc;
}

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.lock_icon {
	text-align: center;
	vertical-align: bottom;
	width: 90px;
}

.box {
	padding: 10px;
	border-color: #99CC33;
	border: 1px solid #99CC33;
}

.block {
background:#f0f0f0;
padding:10px;
}

.dailybread {
	margin: 0 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
	background-color: #CCCD32;
	color: #ffffff;
	text-align: center;
	font-family: "Monotype Corsiva", "MS Serif", "New York", serif;
	padding: 5px;
}

.theme {
	margin: 0 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
	background-color: #C4BAD5;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #C4BAD5;
}

.list-item {
	padding: 5px 0 2px 0;
}

.indented {
	background-color: #f0f0f0;
	padding: 5px 5px 5px 10px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}

.new {
	color: #225597;
}