/************************************ 
    Common stuff
************************************/
body {
	padding: 0px;
	margin: 0px;
	background-color: rgb(240, 240, 240);
}

body * {
	font-family: Veranda, Tahoma, sans-serif;
	font-size: 10pt;
}

a img {
	border: 0px;
}

table {
	border-collapse: collapse;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}

table tr td {
	padding: 0px;
	vertical-align: top;
}

table.mainLayout {
	width: 100%
}

.content {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.content p {
	margin-top: 0px;
	//text-align: justify;	
}

.content table tr td {
	padding: 4px;
	vertical-align: top;	
}

img.fl, img.fr {
	position: relative;
	top: 4px;
	margin-bottom: 2px;
}

img.fl {
	float: left;
	margin-right: 4px;	
}

img.fr {
	float: right;
	margin-left: 4px;	
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 112%;
}

h1, h2 {
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6, h7 {
	clear: both;	
}

table.plan {
	border: 0px solid black;
	border-collapse: collapse;
}

table.plan tr {
	border: 1px solid black;
}

table.plan td {
	border: 1px solid black;
}

.tac {
	text-align: center;
}

.nm {
	margin: 0px;	
}

a, a:active, a:hover, a:visited {
	color: #0066cc;
}

ul li {
	list-style-image: url("/img/li.gif");
}

/************************************ 
    End of Common stuff
************************************/


/************************************ 
    Custom menu
************************************/

div.customMenu {
	width: 200px;	
}

div.customMenu a,
div.customMenu div {
	display: block;
	padding: 3px;
	padding-left: 9px;
	margin: 0px;
	border: 0px;
border-bottom: 1px solid #d4d4d4;
}

div.customMenu a {
	font-size: 9pt;	
}

div.customMenu div {
	font-size: 10pt;
	padding-top: 8px;
	bbackground-color: #d4d4d4;
	font-weight: bold;
}
div.customMenu a.odd {
	bbackground-color: #f0f0f0;	
}

div.customMenu a.even {
	bbackground-color: #e4e4e4;	
}

div.customMenu a.colored {
	font-weight: bold;	
}

/* div.customMenu a.colored, 
div.customMenu a.colored:hover, 
div.customMenu a.colored:visited, 
div.customMenu a.colored:active {
	color: red;
} */

div.customMenu a, 
div.customMenu a:hover, 
div.customMenu a:visited, 
div.customMenu a:active {
	color: #000044;
	text-decoration: none;
}

div.customMenu a:hover {
	text-decoration: underline;	
} 

/************************************ 
    End of Custom menu
************************************/


/************************************ 
    Header & Footer
************************************/

div.header {
/*	padding-top: 10px; */
/*	padding-bottom: 7px; */
	
	width: 100%;
	background-image: url("/img/h/h.jpg");
	background-position: 100% 0;
	background-repeat: no-repeat;
	
	color:#0066CC;
	
/*	border-bottom: 1px solid #E4E4E4; */

}

div.header div {
	font-style: italic;
	padding-left: 10px;
}

div.header span.bold {
	font-size: 27pt;
}

div.header span {
	font-size: 10pt;
}

div.footer div {
	padding: 0px;			
}

div.footer {
/*	border-top: 1px solid #E4E4E4; */
	padding-top: 4px;
	width: 100%;
}
	
/************************************ 
    End of Header & Footer
************************************/


/************************************ 
    Price tables
	(now not used)
************************************/

table.price * {
	font-size: 8pt;
}

table.price tr td {
	text-align: center;
}
/************************************ 
    End of Price tables
************************************/


/************************************ 
    Photos tables
************************************/
table.photos tr td {
	text-align: center;
}                     
/************************************ 
    End of Photos tables
************************************/


/************************************ 
   Debug 
************************************/
body.debug table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

body.debug table td,body.debug div {
	border: 1px dashed rgb(128, 128, 128);
	padding: 10px;
	vertical-align: top;
}

body.debug div {
	border-style: dotted;
	margin: 0 0 10px 0;
}

/************************************ 
    End of debug 
************************************/


table.formFields td.inputLabel {
    width: 200px;   
}

table.formFields td.input input.date {
    width: 100px;
}

table.formFields td.input input {
    width: 100%;
}

table.formFields tr.label {
	font-weight: bold;
}

table.formFields td {
	vertical-align: top;
}

span.requiredMark {
	color: red;
}

table.formFields td.input input.radio {
	width: auto;
}

div.errors {
	color: red;
}
div.topMenu a { text-decoration: none; }
div.topMenu a:hover { text-decoration: underline; }

div.topMenu {
/*background-color: #E4E4E4;*/
}

div.weather {
	margin-top: 10px;
	text-align: center;
}
