/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 11px/130% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

button,
input,
textarea,
select {
	font: normal 11px/130% Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
h1 {
	margin: 8px 0 15px 0;
	font-size: 22px;
	color: #1D2949;
	
}
h2
{
	margin-top: 15px;
	font-size: 18px;
	color: #F57E29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	margin-top: 12px;
	font-size: 15px;
	color: #1D2949;
}


h4 {
	margin-top: 10px;
	font-size: 14px;
	color: #F57E29;
}
h5 {
	margin-top: 10px;
	font-size: 13px;
	color: #1D2949;
}
h6 {
	margin-top: 10px;
	font-size: 12px;
	color: #F57E29;
}

p {
	margin: 8px 0 0 0;
	letter-spacing: 1px;
}

ul>li {
	list-style-image: url(../../UserFiles/Image/Frame/Li.gif);
}

ul ul>li {
	list-style-type: url(../../UserFiles/Image/Frame/LiLi.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #F57E29;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #696969;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
	background-color: #dfebf9;
}

.ListEvenDetailRow td {
	background-color: #bfd3eb;
}




.CalendarCell {
	background-color: #ffffff;
}

.Day .CalendarCell .Items,
.Week .CalendarCell .Items {
	min-height: 400px;
}

.Month .CalendarCell .Items {
	min-height: 90px;
}

.CalendarCell.Today
{
	background-color: rgb(255,255,204);
}

.CalendarCell .Date {
	background-color: rgb(232,238,247);
}

.CalendarCell.PreviousMonth .Date,
.CalendarCell.NextMonth .Date
{
	background-color: rgb(238,238,238);
}

.CalendarCell .Item {
	margin: 6px 0;
}

.CalendarCell .Time 
{
	font-size: 8px;
	color: Gray;
}

.Day .CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
}

.Week .CalendarCell .Time, 
.Month .CalendarCell .Time 
{
	display: block;
	width: 100%;
}

.CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
	font-size: 8px;
}




a.TextButton,
input.TextButton,
a.Method {
	border-color: #0e1176;
	background-color: #F57E29;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #0e1176;
	text-decoration: none;
}




/* Email Footer */

.EmailFooter {
}

.EmailFooter .EditMyDetails,
.EmailFooter .UnsubscribeMe 
{
	font-size: smaller;
	text-decoration: none;
}

.EmailFooter .Developer {
}






/*Skin specific styles */

.Wallpaper {
	background-image: url(../../UserFiles/Image/Frame/Wallpaper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;
}

.BodyBg {
	background-image: url(../../UserFiles/Image/Frame/TableBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #BEBEBE;
}

#Left {
	background-image: url(../../UserFiles/Image/Frame/BgLeft.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#Middle {
	width: 955px;
	background: #FFFFFF url(../../UserFiles/Image/Frame/BodyBg.gif) no-repeat left bottom;
}

#Right {
	background-image: url(../../UserFiles/Image/Frame/BgRight.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#Header {
	width: 955px;
	height: 207px;
	text-align: right;
	background-image: url(../../UserFiles/Image/Frame/HeaderImg.jpg);
}

/*.HeaderLogo {
	float: right;
	height: 206px;
	width: 473px;
	background: url(../../UserFiles/Image/Frame/logo.gif);
}

.HeaderPic {
	float: left;
	height: 206px;
	width: 482px;
	background: url(../../UserFiles/Image/Frame/waves.jpg);
}*/

#TopMenu {
	padding: 0 30px;
	width: 895px;
	height: 45px;
	background-color: #F57E29;
	text-align:center;
	background-image: url(../../UserFiles/Image/Frame/MenuBg.jpg);
	background-repeat: repeat-x;
}

#TopMenu .Menu {
	width: 955px;
	height: 45px;
	text-align: left;
	
}

#TopMenu .Line {
	width: 2px;
	background-color: #FFFFFF;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	padding: 0 15px 0 15px;
	border-left: solid 1px #fabb8e;
	line-height: 45px;
	font-size: 13px;
	color: #FFFFFF;
}

#TopMenu .Item:first-child {
	border-left: none;
}

#TopMenu .Item a {
	color: #FFFFFF;
}
#TopMenu .Item a:hover {
	color: #1c2949;
	text-decoration: none;
}

#TopMenu .Item .Description {
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
}

#TopMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#TopMenu .Menu .Menu {	
	top: 45px;
	width: 200px;
	height: auto;
	text-align:left;
	background-color: #F57E29;
}

#TopMenu .Menu .Menu .Line {
	padding: 0 10px;
	width: 180px;
	height: 2px;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	border-bottom: solid 1px #FFFFFF;
	padding: 5px 10px;
	width: 180px;
	line-height: normal;
	font-size: 11px;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#ContentContainer {
	padding: 30px;
	width: 895px;
}

#LeftMenu {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 170px;
}

.LeftMenuHeader {
	padding: 5px;
	width: 170px;
	line-height: 18px;
	font-size: 13px;
	background-color: #F57E29;
	color: #FFFFFF;
}

.LeftMenuText {
	padding: 10px 2px 15px; 2px
	width: 156px;
	height: auto;
	font-size: 11px;
}

#Content {
	width: 895px;

}

#Content1 {	
	float: right;
	padding-left: 30px;
	padding-right: 25px;
	width: 690px;
}

.HomeFeatureBox {
	width: 295px;
	margin: 20px 1px 20px 0;
	float: left;
}
.HomeFeatureBox h4 {
	padding: 10px 5px;
	margin: 0;
	background: #1d213d;
	color: #FFF;
}
.HomeFeatureBox h4 a {
	color: #FFF;
}
.HomeLeft {
	float: left;
	width: 600px;
	padding-right: 48px;
}
.HomeEnquiry {
	float: left;
	width: 246px;
	background: #f8f8f9 url(../../UserFiles/Image/Frame/EnquiryBox.gif) no-repeat bottom left;
	padding-bottom: 16px;
}
.HomeEnquiry img {
	display: block;
}
#HomeEnquiryForm {
	border-left: solid 1px #1d213d;
	border-right: solid 1px #1d213d;
	padding: 10px;
	margin: 0;
}
.ClearBoth {	height: 0; width: 0; clear: both; line-height: 0; font-size: 0;}
#HomeEnquiryForm input,
#HomeEnquiryForm select,
#HomeEnquiryForm textarea 
{
	width: 140px;
	float: left;
	background: #e1e1e1;
	border: none;
	padding: 3px;
}
#HomeEnquiryForm #SubmitButton
{
	background: #f8f8f9 url(../../UserFiles/Image/Frame/Submit.gif) no-repeat left center;
	color: #e87424;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	cursor: pointer;
	margin-left:74px;
}
#HomeEnquiryForm form
{
	margin: 0;
	padding: 0;
}
#HomeEnquiryForm label 
{
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
}
#HomeEnquiryForm p {
	clear: both;
	margin-bottom: 0px;
	line-height: 20px;
	float: left;
}
.HomeFeatureBox.SUP h4 {
	background: #e87424;
}
.HomeFeatureBox p {
	padding: 10px;
	color: #1d213d;
	margin-top: 0px;
}
.HomeFeatureBox.SUP p {
	padding: 10px;
	color: #e87424;
}
.HomeFeatureBox.SUP p a {
	color: #1d213d;
}

#HomeNews {
	float: left;
	padding: 10px;
	width: 226px;
}

.NewsArticle
{
	border-top: black solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.NewsArticle:first-child
{
	border-top: none;
	padding-top: 0;
}

.NewsArticle .PublishedOn
{
	display: block;
	margin: 3px 0;
	color: grey;
}

.NewsArticle .Title
{
	display: block;
	margin: 3px 0;
	font-weight: bold;
}

.NewsArticle .Description
{
	display: block;
}

.NewsArticle a
{
	display: block;
	text-align: right;
}

.NewsArticle .Author
{
	display: none;
}



#Footer {
	margin: 0px;
	padding-top: 36px;
	padding-right: 275px;
	padding-bottom: 10px;
	padding-left: 135px;
	width: 545px;
	height: 31px;
	font-size: 10px;
	line-height: 35px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	text-align: center;
	background-image: url(../../UserFiles/Image/Frame/FooterBg.jpg);
	clear: both;
}

#BottomMenu {
	float: left;
}

#BottomMenu .Item a {
	color: #CCC;
}

#Copyright {
	float: right;
	color: #BDBDBD;
}

#WebsiteBy {
}



/* Website News Article Default Styles */

#NewsArticleTemplate #Title {
	padding-bottom: 10px;
}

#NewsArticleTemplate #PublishedOn,
#NewsArticleTemplate #Description {
	clear: both;
	padding-top: 10px;
}

#NewsArticleTemplate #PublishedOn label,
#NewsArticleTemplate #Description label {
	float: left;
	width: 80px;
	color: grey;
}

#NewsArticleTemplate #PublishedOn span,
#NewsArticleTemplate #Description span {
	float: left;
	white-space: normal;
	width: 425px;
}

#NewsArticleTemplate #Content {
	padding-top: 20px;
	clear: both;
}


/* Newsletter Styles */

.NewsletterContent {
	padding: 15px;
}

.NewsletterFooter {
	font-size: 10px;
	color: #666;
	padding: 3px 15px;
}

.NewsletterFooter a {
	color: #666;
}
.Timetable td {
	padding: 5px 5px;
	border-right: solid 1px #FFF;
}
.TimetableHeader {
	background-image: url(../../UserFiles/Image/Frame/MenuBg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.TimetableEven {
	color: #000;
	background-color: #DDD;

}
.TimetableOdd {
	color: #000;
	background-color: #EFEFEF;
}
fieldset {
	 padding: 10px; width: 390px; margin-top: 20px;
}
fieldset td {
	 padding: 3px 10px; border-right: solid 1px #FFF;
}
legend {
	margin: 0;
	background: #FFF;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e97425;
}
