/* 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 Verdana, Helvetica, Arial, sans-serif;
	color: #525252;
	background: #fff url(../Image/Templates/bodybackground.gif) repeat-x;
}

button,
input,
textarea,
select {
	font: normal 13px Verdana, Helvetica, Arial, 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: normal;
}
h1 {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}
h2
{
	margin-top: 15px;
	font-size: 22px;
	color: #f47836;
}
h3 {
	margin-top: 8px;
	font-size: 20px;
	color: rgb(83,189,237);
}

h4 {
	margin-top: 10px;
	font-size: 18px;
	color: #f47836;
}
h5 {
	margin-top: 10px;
	font-size: 16px;
	color: rgb(83,189,237);
}
h6 {
	margin-top: 10px;
	font-size: 14px;
	color: #000;
}

p {
	margin: 5px 0 0 0;
}

ul>li {
	list-style-image: url(../Image/Templates/bullet1.gif);
}

ul ul>li {
	list-style-image: url(../Image/Frame/bullet2.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: #f47836;
}

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: rgb(201,235,250);
}

.ListEvenDetailRow td {
	background-color: rgb(251,206,183);
}

a.TextButton,
input.TextButton,
a.Method {
	border-color: #0e1176;
	background-color: rgb(37,174,233);
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #525252;
	text-decoration: none;
}

.ClearBoth {
	clear: both;
}



/*Skin specific styles */

#Container {
	width: 955px;
	text-align: center;
}

#LeftBackground {
	background: #fff url(../Image/Templates/leftside.gif) repeat-y top right;
}

#RightBackground {
	background: #fff url(../Image/Templates/rightside.gif) repeat-y top left;
}

#Wrapper {
	display: inline-block;
	width: 955px;
	text-align: left;
}

#Page {
	width: 955px;
	background-color: #FFFFFF;
}

#Header {
	width: 955px;
	height: 107px;
	background-image: url(../Image/Templates/Website/Header.gif);
}

#TopMenu {
	padding: 9px 15px;
	width: 925px;
	height: 13px;
	background-color: #f47836;
}

#TopMenu .Menu {
	width: 925px;
	height: 28px;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	display: block;
	padding: 0 15px;
	border-left: 1px solid white;
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

#TopMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#TopMenu .Item a {
	color: #FFFFFF;
}

#TopMenu .Item a {
	color: #FFFFFF;
	text-decoration: none;
}

#TopMenu .Item .Description {
	display: none;
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
}

#TopMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#TopMenu .Menu .Menu {
	top: 15px;
	border: solid 1px #FFF;
	width: 200px;
	height: auto;
	background-color: #f47836;
}

#TopMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #ff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	border-left: none;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
}

#TopMenu .Menu .Menu .Item .Description {
	display: block;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#ContentContainer {
	padding: 15px 15px 10px 15px;
	width: 925px;
	min-height: 300px;
	background: #fff url(../Image/Templates/bodybackground.gif) repeat-x;
}

#LeftPanel {
	float: left;
	width: 140px;
}

#LeftPanel a {	
	display: block;
	padding-top: 15px;
}

#LeftPanel a:first-child {	
	padding-top: 0;
}

#Content {
	float: right;
	padding: 0 20px;
	width: 605px;
}

#RightPanel {
	float: right;
	width: 140px;
}

#RightPanel .AuthorPhotograph {
	display: none;
}

#RightPanelInfo {
}

#RightPanelInfo h6 {
	margin-top: 10px;
}

.RightPanelInfoText {
	font-size: 11px;
	color: #525252;
}

.RightPanelInfoText .PublishedOn,
.RightPanelInfoText .Image {
	display: none;
}

.RightPanelInfoText .Title {
	display: block;
	margin: 3px 0;
	font-weight: bold;
}

.RightPanelInfoText a {
	margin-left: 5px;
}

.RightPanelInfoText .Author {
	display: none;
}

#Footer {
	width: 955px;
	color: #333;
	text-align: right;
}

#Footer a {
	color: #333;
}

#FooterImage {
	height: 26px;
	background-image: url(../Image/Templates/Website/footerimage.jpg);
}

#Footer .BottomNavTop {
	height: 16px;
	background-image: url(../Image/Templates/Website/bottomnavtop.gif);
}

#FooterMain {
	padding: 5px 25px 5px 15px;
	width: 915px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	background: url(../Image/Templates/Website/bottomnavtile.gif) repeat-y;
}

#BottomMenu {
}

#BottomMenu .Line {
	display: none;
}

#BottomMenu .Line hr {
	display: none;
}

#BottomMenu .Item {
	float: left;
	display: block;
	padding: 0 10px;
	border-left: 1px solid white;
}

#BottomMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#BottomMenu .Item .Description {
	display: none;
}

#Copyright {
}

#WebsiteBy {
}

/*Skin specific styles - Testimonial styles */

.MemberDescription {
	width: 510px;
}

.ApplyMember {
	float: right;
	margin-top: 5px;
}

.MemberPrice {
	font-weight: bold;
}

/*Skin specific styles - Testimonial styles */

.Testimonial .AuthorPhotograph {
	display: none;
}

.SenderLocation {
	font-size: 10px;
}

.FullList .NewsArticle {
	padding-bottom: 15px;
}

.FullList .Testimonial {
	padding-bottom: 15px;
}

.FullList .PublishedOn {
	float: right;
	color: rgb(239, 234, 29);
}

.FullList .NewsArticle .PublishedOn {
	display: none;
}

.FullList .Title {
	display: block;
	margin: 5px 0;
	font-size: larger;
	font-weight: bold;
}

.FullList a {
	margin-left: 5px;
}

.FullList .Author {
	display: none;
}







/* Members Directory Styles */

.Users h2 {
	margin: 40px 0 10px;
}

.Users h4 {
	margin: 25px 0 5px 0;
}

a.User {
	clear: both;
	display: block;
	border-top: solid 1px #999;
	padding: 5px;
	min-height: 106px;
	color: #333333;
	text-decoration: none;
}

a.User:hover {
	background: #F5FBFE;
} 

.User h4,
.User h5,
.User p {
	margin-top: 4px;
}

.User h4 {
	font-size: 15px;
}

.User .Logo {
	 float: left;
	 margin-right: 5px;
	 border: 0;
	 padding: 3px;
	 width: 100px;
	 background: none;
}

.User.GeneralHealthConnectionMember {
	min-height: auto;
}

.User.GeneralHealthConnectionMember  .Logo {
	 display: none;
}

#GoldSponsorLogos,
#SilverSponsorLogos,
.Logos {
	padding: 10px 0;
	width: 140px;
}

#GoldSponsorLogos a,
#SilverSponsorLogos a,
.Logos a {
	display: block;
}

#GoldSponsorLogos img,
#SilverSponsorLogos img,
.Logos img {
	display: block;
	border: none;
	padding: 10px 0 0 0;
	width: 140px;
}

/* User profile generated page */

#UserDetails {
}

#BusinessDetails {
	padding-right: 10px;
	width: 496px;
}

#BusinessDetails h1 {
	color: rgb(83,189,237);
}

#BusinessDetails h2 {
	font-size: 18px;
}

#BusinessDetails h3 {
	font-size: 16px;
}

#BusinessDetails .Logo {
	border: 0;
	padding: 3px;
	width: 156px;
	background: none;
}

#ContactDetails {
	float: right;
	padding: 0 10px;
	width: 172px;
}

#ContactDetails h4 {
	margin-top: 0;
}

#ContactDetails .Photograph {
	border: 0;
	margin-top: 3px;
	padding: 3px;
	width: 172px;
	background: none;
}

#ContactDetails .Name {
	margin-top: 6px;
	font-size: larger;
	font-weight: bold;
}

#ContactDetails .Position {
	margin-top: 3px;
	font-weight: bold;
}

#ContactDetails .EmailAddress,
#ContactDetails .WebsiteAddress,
#ContactDetails .Residing,
#ContactDetails .Mobile,
#ContactDetails .Phone {
	clear: both;
	margin-top: 7px;
}

#ContactDetails .EmailAddress label,
#ContactDetails .WebsiteAddress label,
#ContactDetails .Residing label,
#ContactDetails .Mobile label,
#ContactDetails .Phone label {
	display: block;
	width: 52px;
}

#ContactDetails .EmailAddress a,
#ContactDetails .WebsiteAddress a,
#ContactDetails .Residing span,
#ContactDetails .Mobile span,
#ContactDetails .Phone span {
	float: right;
	display: block;
	width: 110px;
}

#ContactDetails .Mobile span,
#ContactDetails .Phone span {
	font-weight: bold;
}


/* 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;
}

