/* 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 13px Arial, Helvetica, sans-serif;
	color: #666;
}

button,
input,
textarea,
select {
	font: normal 13px Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	margin-right: -13px;
	padding: 5px;
	font-size: 18px;
	background-color: rgb(10,85,130);
	color: #fff;
}
h2
{
	padding-top: 15px;
	font-size: 16px;
	color: #ea4926;
}
h3 {
	padding-top: 8px;
	font-size: 15px;
	color: rgb(10,85,130);
}
h4 {
	padding-top: 10px;
	font-size: 14px;
	color: #ea4926;
}
h5 {
	padding-top: 10px;
	font-size: 13px;
	color: rgb(10,85,130);
}
h6 {
	padding-top: 10px;
	font-size: 12px;
	color: #ea4926;
}

p {
	padding: 5px 0 0 0;
}

ul>li {
	list-style-image: url(../Image/Frame/Li.gif);
}

ul ul>li {
	list-style-image: url(../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: #08086b;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #696969;
}

strong {
	color: #4D4D4D;
}




/* 
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: #facabf;
}

.ListEvenDetailRow td {
	background-color: #c4e6fb;
}




.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: #e94726;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #000;
	text-decoration: none;
}




/* Email Footer */

.EmailFooter {
}

.EmailFooter .EditMyDetails,
.EmailFooter .UnsubscribeMe 
{
	font-size: smaller;
	text-decoration: none;
}

.EmailFooter .Developer {
}






/*Skin specific styles */

#Container {
	background: #fff;
	text-align: center;
}

#Wrapper {
	display: inline-block;
	width: 911px;
	text-align: left;
}

#Page {
	width: 911px;
	background-color: #FFFFFF;
}

#Header {
	width: 911px;
	height: 106px;
	background-image: url(../Image/Templates/Website/banner.png);
	text-align: right;
}

#TopMenu {
	padding: 53px 15px 0 0;
	float: right;
}

#TopMenu .Menu {
	font-weight: bold;
	text-transform: uppercase;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	display: block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}

#TopMenu .Item a {
	color: #FFFFFF;
}

#TopMenu .Item .Description {
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
}

#TopMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#TopMenu .Menu .Menu {
	text-align: left;
	top: 12px;
	border: solid 1px #FFF;
	width: 200px;
	height: auto;
	background-color: #e94726;
	text-transform: capitalize;
}

#TopMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #fff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	font-size: 11px;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#ContentContainer {
	width: 908px;
	background: #fff url(../Image/Templates/Website/content_right.png) repeat-y top right;
}

#Content {
	padding: 0 20px 0 0;
}

.ImageHolder {
	width: 219px;
}

.ImageHolder img {
	display: block;
	padding: 0 7px 7px 0;
}

#Footer {
	clear: both;
	padding: 9px 13px;
	width: 885px;
	height: 26px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../Image/Templates/Website/footer.png);
}

#Footer a {
	color: #FFFFFF;
}

#BottomMenu {
}

#BottomMenu .Item {
	float: left;
	text-align: left;
	display: inline-block;
	border-left: 1px solid white;
	padding: 0 7px;
	line-height: 11px;
	color: #fff;
}

#BottomMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#Copyright {
}

#WebsiteBy {
	float: right;
	padding-right: 10px;
	text-align: right;
}

.ImageHolder {
	width: 219px;
}

.ImageHolder img {
	width: 212px;
}


/*Gallery specific styles*/

#ThumbnailGallery a
{
	display: block;
	float: left;
	padding: 20px 15px;
	width: 193px;
	height: 120px;
	text-align: center;
	vertical-align: center;
	color: #666;
}

#ThumbnailGallery a:hover
{
	background-color: white;
}

#ThumbnailGallery a img
{
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

#ThumbnailGallery a:hover img
{
	text-decoration: none;
}

#ThumbnailGallery a span
{
	display: block;
}

#ThumbnailGallery2 a
{
	display: block;
	float: left;
	padding: 20px 15px;
	width: 193px;
	height: 120px;
	text-align: center;
	vertical-align: center;
	color: #666;
}

#ThumbnailGallery2 a:hover
{
	background-color: white;
}

#ThumbnailGallery2 a img
{
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

#ThumbnailGallery2 a span
{
	display: block;
}

#ImageViewer
{
	text-align: center;
	padding-bottom: 15px;
}

#ImageViewer img
{
	max-width: 655px;
	border-color: gray;
	border-width: 1px;
	padding: 5px;
}

#ImageViewer .Navigation
{
	padding-bottom: 10px;
}

#ImageViewer span
{
	display: block;
	padding: 5px;
	font-size: larger;
}





/*Contact Us page specific styles*/

#ContactForm {
	font-size: 13px;
}
