
body {
	font-family: Verdana;
	font-size: 11px;
	background: #119DD0 url(/images/site/bodyBG.jpg) repeat-x;
}

#leftColumn {
	background: #119DD0 url(/images/site/pageLeftBit.jpg) repeat-y;
}

#rightColumn {
	background: #119DD0 url(/images/site/pageRightBit.jpg) repeat-y;
}


.compulsary {
	font-size: 11px;
	color: #990000;
}

th, #weather th {
	color: #0D7BAC;
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #E0F3F9;
	border-top: 1px solid #A3DAEE;
	text-align: left;
	padding: 3px;
}

th a, #weather th a {
	font-weight: normal;
}



/****************************************************************/
/** Weather *****************************************************/
#weather h3 {
	color: #0D7BAC;
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #E0F3F9;
	font-weight: bold;
	border-top: 1px solid #A3DAEE;
	text-align: left;
	margin-bottom: 0;
	padding: 3px;
}

#weather ul {
	margin-top: 0;
	list-style: none;
	margin-left: 0;
}

#weather ul li {
	padding: 2px;
}

#homeContent p {
	font-size: 11px;
}



p,li,td,label {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	color: #17174A;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #17174A;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}


.success {
        font-size: 11px;
        color: #FFFFFF;
        background-color: #006600;
        padding: 6px;
}


.failure, .error {
        font-size: 11px;
        color: #FFFFFF;
        background-color: #660000;
        padding: 6px;
}


.tablerow0 {
        background-color: #FFFFFF;
}

.tablerow1 {
        background-color: #F0F7F9;
}


/****************************************************************/
/** Logon *******************************************************/
#logon {
	color: #FFFFFF;
	background: #FFFFFF url(/images/site/logonBG.jpg) no-repeat;
	padding: 0 15px 0 15px;
	margin: 0;
}

#logon form {
	padding: 0;
	margin: 0;
}

#logon label {
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 2px;
}

#logon input {
	color: #333333;
	font-size: 11px;
	border: 0;
}

#logon a {
	color: #FFFFFF;
	font-size: 11px;
}



/****************************************************************/
/**  Credits  ***************************************************/
#credits td {
	color: #CCCCCC;
	background: #119DD0;
}

#credits a {
	color: #CCCCCC;
	text-decoration: none;
}

#credits a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/****************************************************************/
/**  Form  ******************************************************/
#form h3 {
	color: #17174A;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF;
	border: solid 0 #FFFFFF;
}



/****************************************************************/
/**  weatherData  ***********************************************/
#weatherData td {
	color: #FFFFFF;
	background: #0D7BAC;
}

#weatherData .temp, #weatherData .tide {
	padding-right: 20px;
}

#weatherCredit1 {
	color: #66CCFF;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 3px;
}

#weatherCredit1 a {
	color: #66CCFF;
	text-decoration: none;
}

#weatherCredit1 a:hover {
	text-decoration: underline;
}


#weatherCredit2 {
	color: #999999;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 3px;
}

#weatherCredit2 a {
	color: #999999;
	text-decoration: none;
}

#weatherCredit2 a:hover {
	text-decoration: underline;
}




/****************************************************************/
/** Legal *******************************************************/
#pageBottom {
	padding: 0 0 0 0;
	text-align: center;
	background: #FFFFFF url(/images/site/pageBottom.jpg) no-repeat;
}

#pageBottom ul {
	list-style: none;
}

#pageBottom ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#pageBottom ul li a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#pageBottom ul li a:hover {
	text-decoration: underline;
}




fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

fieldset legend {
	font-weight: bold;
	color: #666666;
	padding: 0 5px 0 5px;
}




#bottomMenu {
	text-align: center;
}

#bottomMenu li {
	display: inline;
	padding: 12px;
	list-style: none;
}


