﻿body
{
	background: #e3e9d1 url(/images/bg.jpg) repeat-x;
	margin: 2px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

html
{
	height: 101%;
}

#wrapper
{
	width: 638px;
	margin: auto;
	background: #fff url(/images/bg_mid.jpg) repeat-y top left;
	z-index: 0;
}

#header
{
	background: #fff url(/images/logo.jpg) no-repeat top left;
	height: 73px;
	padding: 115px 0px 0px 0px;
}

#nav
{
	padding-left: 20px;
}
#nav li
{
	display: inline;
	float: left;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #ccc;
}

#nav li.last
{
	border-right: 0px solid #ccc;
}

#nav li a
{
	font-size: 9pt;
}


#content
{
	width: 550px;
	left: 30px;
	position: relative;
}


#content li
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: maroon;
}

h2
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;
}

h3
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a
{
	color: #C20201;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 20px 0px;
	color: #666666;
}

ul.text
{
	padding: 10px 0px;
}

ul.text li
{
	padding: 0px;
	margin-left: 40px;
	list-style-type: circle;
}

.btn
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#content img
{
	border: 1px solid #ccc;
}

#left
{
	width: 350px;
	float: left;
	display: inline;
}

#right
{
	width: 150px;
	float: left;
	display: inline;
	margin-left: 30px;
}

.imagelist li
{
	padding: 10px 0px 10px 0px;
}

#footer
{
	width: 638px;
	margin: auto;
	background: #fff url(/images/bg_bottom.jpg) no-repeat bottom left;
	height: 64px;
}

.footerlinks
{
	text-align: center;
	padding-top: 20px;
	padding-left: 100px;
}

.footerlinks li
{
	display: inline;
	float: left;
	padding-right: 20px;
}

.footerlinks li.flag
{
	padding-right: 3px;
}

.right
{
	float: right;
	display: inline;
}


.center
{
	width: 400px;
	margin: auto;
	text-align: center;
}

.comments p
{
	padding: 20px;
	width: 480px;
	font-weight: bold;
}
.comments .alt
{
	background-color: #f5f5f5;
	font-weight: normal;
}


.formitem
{
	padding: 5px;
	display: block;
}

.formitem input[type=text], .formitem textarea
{
	width: 250px;
	padding: 3px;
}

.formitem label
{
	width: 150px;
	display: block;
	float: left;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #5c6884;
	letter-spacing: normal;
	text-decoration: none;
}

.formitem input[type=submit]
{
	margin-left: 150px;
}
.val
{
	padding: 5px;
	background-color: #FFE8FF;
	border: 1px solid #FF99FF;
	font-size: 9pt;
	font-weight: bold;
	margin: auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


/*------------------------------------------------------------------------------------*/
/* Message */




.warning, .message
{
	font-size: 10pt;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 10px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	width: 520px;
	text-align: center;
 cursor:pointer;
}

.message
{
	background-color: #FFFFCC;
	border: solid 1px #ccc;
	color: #339933;
	background-image: url(/App_Themes/admin/images/message.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.warning
{
	background-color: #FFF0FF;
	border: 2px solid #FFCCFF;
	background-image: url(/App_Themes/admin/images/warning.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: Black;
}


ul.images
{
	padding-left: 30px;
	margin-top: 20px;
}

ul.images li
{
	display: inline;
	padding: 5px;
}

.prices
{
	width: 465px;
	margin-left: 36px;
	margin-top: 20px;
}

.prices td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5c6884;
	border-bottom: 1px dotted #ccc;
}

.prices th
{
	background-color: #333;
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.calendar
{
	width: 500px;
	margin: auto;
}

.calendar td
{
	border: 1px solid #ccc;
	text-align: center;
}


.CalTitle td
{
	text-align: center;
}


