/*
CSS: Mu's Cottage
Copyright(C)Red Cherry Solutions Ltd. All rights reserved.
*/

/* --------------------------------------------------------------- MAIN */
body {
	background-color: #CBEAF0;
	color: #000000;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
a {
	color: #000000;
}
a:hover {
	color: #BBBBBB;
}

h1 {
	border-bottom: 1px solid #E8EBEF;
	font-size: 1.3em;
	color: #1E4B63;
	margin: 0px;
}
h2 {
	font-size: 1.1em;
	color: #1E4B63;
}
p {
}

/* --------------------------------------------------------------- CONTAINER */
#container {
	background-image: url(content-middle.jpg);
	background-repeat: repeat-y;
	margin: 50px auto 10px auto;
	width: 682px;
}
#containerTop {
	background-image: url(content-top.jpg);
	height: 27px;
	width: 682px;
}
#containerBottom {
	background-image: url(content-bottom.jpg);
	height: 27px;
	width: 682px;
}

/* --------------------------------------------------------------- MENU */
#menu {
	float: left;
	width: 200px;
	height: 280px;
	margin-left: 30px;
	text-align: center;
}
#menu ul {
/*	border-top: 1px solid #6DC5EB;*/
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 25px;
	text-align: left;
	width: 150px;
}
#menu li {
	border-bottom: 1px solid #6DC5EB;
	text-align: right;
}
#menu a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	padding: 1px 5px 1px 0px;
	text-decoration: none;
}
#menu a:hover, #menu a.selected:hover {
	color: #000000;
	background-color: #CBEAF0;
}
#menu a.selected {
	background-color: #E0EFF5;
}

/* --------------------------------------------------------------- HEADER */
#header {
	float: left;
	width: 415px;
	height: 280px;
	text-align: right;
}

/* --------------------------------------------------------------- CONTENT */
#content {
	clear: both;
	width: 615px;
	margin: 0px 0px 0px 30px;
	padding-top: 15px;
}
#content img {
	margin: 3px 3px 0px 0px;
}

/* --------------------------------------------------------------- FOOTER */
#footer {
	color: #666666;
	font-size: 0.80em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px auto;
	text-align: right;
	width: 615px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	background-color: #E0EFF5;
}

/* --------------------------------------------------------------- INFO TABLE */
table.info {
	width: 300px;
}
table.info th {
	text-align: left;
	vertical-align: top;
}


/* --------------------------------------------------------------- TABLE */
table.small {
	background-color: #F7F7F7;
	border: 1px solid #6DC5EB;
	border-collapse: collapse;
	font-size: 1.2em;
	margin: 20px 10px 20px 130px;
	width: 350px;
}
table.small thead th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #6DC5EB;
	text-align: left;
}
table.small tbody th {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}
table.small th, table.small td {
/*	border-right: 1px solid #CCCCCC;*/
	padding: 2px 2px 2px 4px;
}
div.req {
	color: #CC0000;
	display: inline;
	font-size: 2em;
	padding-left: 5px;
}


/* --------------------------------------------------------------- LIGHTBOX */
#lightbox {
	background-color: #FAFAFA;
	padding: 10px;
	border-top: 1px solid #888888;
	border-bottom: 2px solid #888888;
	border-left: 1px solid #888888;
	border-right: 2px solid #888888;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
