/* 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/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

button,
input,
textarea,
select {
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
}
h1 {
	margin-top: 20px;
	font-size: 18px;
	color: #231f20;
}
h2
{
	margin-top: 15px;
	font-size: 16px;
	color: #231f20;
}
h3 {
	margin-top: 8px;
	font-size: 15px;
	color: #231f20;
}

h4 {
	margin-top: 10px;
	font-size: 14px;
	color: #231f20;
}
h5 {
	margin-top: 10px;
	font-size: 13px;
	color: #231f20;
}
h6 {
	margin-top: 10px;
	font-size: 12px;
	color: #231f20;
}

p {
	margin: 5px 0 0 0;
}

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: #43626f;
}

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: #d4d1d2;
}

.ListEvenDetailRow td {
	background-color: #a4a3a4;
}




.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: #5b8be0;
	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 */

#Container {
	text-align: center;
}

#Page {
	display: inline-block;
	margin: 20px;
	border: solid 1px #000000;
	padding: 10px;
	width: 955px;
	text-align: left;
}

#Header {
	width: 955px;
	height: 96px;
	background: url(../../UserFiles/Image/Frame/Header.jpg);
}

#TopMenu {
	width: 955px;
	height: 28px;
	background-color: #d1d5d8;
}

#TopMenu .Menu {
	padding: 5px 0;
	width: 955px;
	height: 18px;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	display: inline-block;
	border-right: solid 1px #000000;
	padding: 3px 30px;
	font-size: 12px;
	color: #000000;
}

#TopMenu .Item a {
	color: #000000;
}

#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: 18px;
	padding: 0;
	border: solid 1px #000000;
	width: 200px;
	height: auto;
	background-color: #d1d5d8;
}

#TopMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #000000;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #000000;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	display: block;
	border-bottom: solid 1px #000000;
	padding: 6px 10px;
	width: 180px;
	font-size: 11px;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#BannerAd
{
	width: 955px;
}

#ContentContainer {
	width: 955px;
}

#Content {
	padding: 10px;
	width: 935px;
}

#LeftPanel {
	float: left;
	width: 250px;
}

.LeftPanelBox {
	margin: 10px 0;
	padding: 10px;
	width: 230px;
	background-color: #d1d5d8;
}

.LeftPanelBox img {
	max-width: 230px;
}

#RightContent {
	float: right;
	padding: 10px;
	width: 675px;
}

#ContentUnderline {
	border-top: solid 1px #0f75bc;
	width: 955px;
	height: 5px;
}

#Footer {
	padding: 7px 7px 9px 7px;
	width: 941px;
	font-size: 10px;
	background: #d1d5d8;
	text-align: center;
}

#Footer a {
	color: #000000;
}

#BottomMenu {
	float: left;
}

#Copyright {
}

#WebsiteBy {
	float: right;
}





/* Newsletter Styles */

.NewsletterContainer {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFFFFF;
}

.NewsletterPage {
	width: 630px;
	text-align: left;
}

.NewsletterHeader {
	width:630px;
	height:100px;
	background: url(http://www.datapod.com.au/UserFiles/Image/Frame/EmailHeader.jpg);
}

.NewsletterContent {
	padding: 15px;
	width:600px;
}

.NewsletterFooterImage {
	width:630px;
	height:49px;
	background: url(http://www.datapod.com.au/UserFiles/Image/Frame/EmailFooter.jpg);
}

.NewsletterFooter {
	padding: 3px 15px;
	font-size: 10px;
}

.NewsletterFooter a {
	color: #FFFFFF;
}
