/* 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 12px/120% Tahoma, Arial, Helvetica, sans-serif;
	color: #808080;
}

button,
input,
textarea,
select {
	font: normal 12px/120% Tahoma, 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;
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 20px;
	font-size: 15px;
	color: #E3173E;
}
h2
{
	margin-top: 15px;
	font-size: 14px;
	color: #000;
}
h3 {
	margin-top: 8px;
	font-size: 13px;
	color: #E3173E;
}

h4 {
	margin-top: 10px;
	font-size: 12px;
	color: #000;
}
h5 {
	margin-top: 10px;
	font-size: 11px;
	color: #E3173E;
}
h6 {
	margin-top: 10px;
	font-size: 11px;
	color: #000;
}

p {
	margin: 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: #E3173E;
}

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: #d7d7d7;
}

.ListEvenDetailRow td {
}

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;
}





/*Skin specific styles */

#Container {
	background: #EBEBEB;
	text-align: center;
}

#Wrapper {
	display: inline-block;
	margin: 5px;
	width: 955px;
	text-align: left;
}

#Page {
	width: 955px;
	background-color: #CCCCCC;
}

#Header {
	width: 955px;
	height: 130px;
	color: #ffffff;
	background: #363530;
}

#TopMenu {
	float: left;
	width: 775px;
	height: 130px;
}

#TopMenu .Menu {
	width: 775px;
	height: 130px;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	display: block;
	padding: 58px 0 57px 0;
	width: 110px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#TopMenu .Item:hover {
	background: #E3173E;
}

#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 {
	top: 130px;
	border: solid 1px #FFF;
	width: 200px;
	height: auto;
	background-color: #363530;
}

#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 #ffffff;
	padding: 7px 10px;
	width: 180px;
	text-align: left;
	font-size: 11px;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#Header .details {
	float: right;
	margin-top: 5px;
	border-left: solid 1px white;
	padding: 0 20px 0 9px;
	width: 150px;
	height: 70px;
	line-height: 12px;
	font-size: 10px;
}

#Header .Numbers {
	float: right;
	margin-top: 5px;
	padding: 0 20px 0 10px;
	width: 150px;
	height: 50px;
	font-size: 14px;
}

#Header .Numbers .Name {
	display: inline-block;
	width: 16px;
	color: #999999;
}

#Logo {
	width:955px;
	height:306px;
	background: #363530 url(../Image/Frame/LogoHeader.jpg) no-repeat;
}

#ContentHeader {
	width:955px;
	height:81px;
	background: #565448 url(../Image/Frame/news_events.png) no-repeat;
}

#ContentContainer {
	width: 955px;
}

#Content {
	padding: 25px;
	width: 905px;
}

#News {
	padding: 25px;
	width: 298px;
	background: #565448;
}

#News .NewsArticle {
	display: block;
	padding: 15px 0;
	color: #E3173E;
}

#News .PublishedOn {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #E3173E;
}

#News .Title {
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#News .Description {
	display: block;
	padding-bottom: 3px;
	color: #fff;
}

#News .Author {
	display: none;
}

#ShortContent {
	float: right;
	padding: 25px;
	width: 557px;
}

#Footer {
	font-size: 11px;
	padding: 25px;
	height:60px;
	background: #363530;
	color: #FFFFFF;
	text-align: center;
}

#Footer a {
	color: #E3173E;
}

#BottomMenu {
	float: left;
}

#BottomMenu .Item {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #E3173E;
}

#BottomMenu .Item:first-child {
	padding-left: 0;
	border-left: none;
}


#Copyright {
}

#WebsiteBy {
	float: right;
}





/* Newsletter Styles */

.NewsletterContainer {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(http://default.inology.com.au/UserFiles/Image/Frame/NewsletterBg.jpg)  #5B8BDF repeat-x left top;
}

.NewsletterPage {
	text-align: left;
}

.NewsletterHeader {
	text-align: right;
	vertical-align: bottom;
}

.NewsletterHeader div {
	padding: 15px;
	font-size: 18px;
	color: #FFFFFF;
}

.NewsletterContent {
	border: 1px solid #030066;
	padding: 15px;
}

.NewsletterFooter {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 15px;
}

.NewsletterFooter a {
	color: #FFFFFF;
}

