/* Start of CMSMS style sheet 'Typography' */
/* -----------------------------------*/
/* ---->>> COLOUR GLOSSARY <<<----*/
/* -----------------------------------*/

/* 
text, h2, h3 #333
h1, links #0096ef 
h4 #66c0e2
background #d4edfd
squares #9ed5f9
*/

/* -----------------------------------*/
/* --------->>> GLOBAL <<<----------*/
/* -----------------------------------*/

body {
  font-family: arial,helvetica,verdana,sans serif;
  font-size: 0.75em;
  line-height: 1.3em;
  color: #333;
color: #000;
}



/* -----------------------------------*/
/* ------>>> TYPOGRAPHY <<<-------*/
/* -----------------------------------*/

h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0px;
  color: #0096ef;
  background-color: #d4edfd;
}

.centerContent h1, .centerContactContent h1  {padding:10px;}

h2 {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 5px;
  color:#333;
}

p+h2,ul+h2 {margin: 1.2em 0 0.5em 0;}

h3 {
  font-size: 1.35em;
  margin-bottom: 5px;
  color:#333;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  margin: 0;
  color: #0096EF;
  font-weight: normal;
  display:inline;
  padding-right:3px;
}

h2 a, h3 a, h4 a {color: #0096ef;}
h2 a, h3 a, h4 strong {color: #000;}

p {
  margin: 0 0 1em 0;
}

/* -----------------------------------*/
/* --------->>> LISTS <<<-----------*/
/* -----------------------------------*/


ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}

p+ul {margin-top: -1em;}

ul li {
  line-height: 1.35em;
}

ul a {
  color: #0096ef;
}

ol {
  margin: 0;
}

ol li  {
  /*overflow: hidden;*/
  line-height: 1.35em;
}

.highlight {
  color: #0096EF;
}

.hr {
  border: none;
  background: url(/uploads/images/layout/hr_map.gif) 0 0 repeat-x;
  height: 5px;
  margin: 1em;
  clear: both;
}

.hr hr {display: none;}

hr.thin {
  margin: -0.3em 0 0.5em 0;
}

hr.black {
  border-color: #000;
}


dt{
  float: left;
  clear: left;
  font-weight: bold;
  margin: 0 0 1em 1em;
  width: 55px;
  color: #000;
}

dd {
  display: block;
  margin: 0 0 1em 0;
  padding-left: 75px;
}

a {
  color: #0096ef; 
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none;
}

a.externalLink {
  padding-right: 12px; 
  background: url(/uploads/images/layout/arrow_ur_small.gif) 100% 0 no-repeat;
}

a img {border: none;}

blockquote {
 margin: 0.5em 0;
  padding: 1.5em;
  background: #F5F8E2;
  color: #0096ef;
}

blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}

blockquote p {
}

input, select {
  font-size: 11px;
}

/* -----------------------------------*/
/* ------->>> CODE VIEW <<<--------*/
/* -----------------------------------*/

code {
 background: #F0F0F0;
  color: #000;
  font-size: 1.1em;
}

pre {
 background: #F0F0F0;
 border: #DDD;
 padding: 1em;
 margin: 0.5em 0;
}


/* End of 'Typography' */

/* Start of CMSMS style sheet 'Layout: Screen' */
/* -----------------------------------*/
/* ---->>> COLOUR GLOSSARY <<<----*/
/* -----------------------------------*/

/* 
text, h2, h3 #333
h1, links #0096ef 
h4 #66c0e2
background #d4edfd
squares #9ed5f9
*/

/* -----------------------------------*/
/* ------>>> PAGE LAYOUT <<<-------*/
/* -----------------------------------*/

body{
 background-color: #fff;
 margin: 0px;
 padding: 0px;
}

#masthead {
  width: 100%;
  background: #fff url(uploads/images/layout/blue_bg.gif) repeat-x scroll 0 0;
}

#bodywrapper{
	margin: 0 auto;
	width: 90%;
	position: relative;
}

/* ------>>> MASTHEAD <<<-------*/

#masthead #centerMasthead {
	background: transparent url(uploads/images/layout/blue_logo.gif) no-repeat scroll 100% 0;
	position: relative;
	height: 187px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

#masthead #centerMasthead h1 {
  	margin:0pt;
  	height: 53px;
  	width: 159px;
  	position: relative;
  	top: 125px;
}

#masthead #centerMasthead h1 a {
  background: #fff url(uploads/images/layout/troski_logo.gif) no-repeat scroll 0 0;
  display:block;
  overflow:hidden;
  text-indent:-5000px;
  height: 53px;
  width: 159px;
  outline: none;
}

#masthead #centerMasthead h2 a {
  display:block;
  position: absolute;
  text-indent:-9999px;
  height: 80px;
  width: 160px;
  outline: none;
  right: 0px;
  top: 0px;
}

#masthead #centerMasthead .logOut {
float: right;
text-align: right;
font-size: 0.9em;
position: relative;
top:66px;
color: #0096EF;
}

#masthead #centerMasthead .logOut a{color: #333; font-weight: normal;}

/* ------>>> MAIN CONTENT <<<-------*/

#mainContent{
  position: relative;
}
* html #mainContent{height:1%;}

#mainContent .centerContent {
  margin-left: 187px;
  margin-right: 150px;
  border-left:1px solid #ccc;
  min-height: 480px;
position: relative;
}

* html #mainContent .centerContent {height: 560px;}
#mainContent .centerContent img {margin-bottom: 10px;}

#mainContent .centerContactContent {
  margin-left: 187px;
  border-left:1px solid #ccc;
  min-height: 480px;
position: relative;
}

#mainContent .rightContent {
	right:0;
	width: 140px;
	padding:9px 0pt 0pt 10px;
	top:0;
	position: absolute;
	font-style: italic;
	color: #999;
        border-top: 36px solid #D4EDFD;
}
* html #mainContent .rightContent {overflow:hidden;}

#mainContent .columnSleeve {
  padding: 10px 10px 0px;
overflow:hidden;
}

* html #mainContent .columnSleeve {margin-right:15px;}

#mainContent .centerContactContent .contactPage {
border-top: 1px solid #999;
margin-top:164px;
padding-top:5px;
position:absolute;
width:400px;
left:10px;
}

#mainContent .centerContactContent .contactPageImg img {
margin-left: 200px;
margin-top:20px;
}

#mainContent .sectionNav {
	width: 550px;
	margin-bottom:20px;
        margin-left: 20px;
	height: 110px;
}

#mainContent .sectionNav li a {
	color: #333;
	font-weight: normal;
	font-size: 1.3em;
	margin-left: 20px;
}
#mainContent .sectionNav li .registerText a {
 font-size: 0.95em;
 color: #0096EF;
 text-transform: lowercase;
 margin-left: 5px;
}

#mainContent .sectionNav .optometry {
	float: left;
	height: 90px;
	width: 250px;
	margin-right:10px;
	background: #9ed5f9 url(uploads/images/layout/list_bullet2.gif) no-repeat 15px 14px;
	padding:10px;
}

#mainContent .centerContent .linksPage a{color: #333; font-weight: normal;}


/* ------>>> HOME PAGE CONTENT <<<-------*/

#homeContent{
  position: relative;
}

#homeContent .centerContent {
  margin-left: 187px;
  border-left:1px solid #ccc;
  min-height: 480px;
position: relative;
}
* html #homeContent .centerContent {height: 560px;}
#homeContent .centerContent .thanks {
  background: url(uploads/images/layout/list_bullet.gif) no-repeat scroll 0 6px;
}

#homeContent .centerContent .thanks a {padding-left: 10px;}

#homeContent .flashInsert {
	width: 550px;
	height: 185px;
	margin-bottom:10px;
}
* html #homeContent .flashInsert {margin-bottom:0px;}

#homeContent .sectionNav {
	width: 550px;
	margin-bottom:20px;
	height: 110px;
position: relative;
}

#homeContent .sectionNav li a {
	color: #333;
	font-weight: normal;
	font-size: 1.3em;
	margin-left: 20px;
}

#homeContent .sectionNav li .registerText a {
 font-size: 0.95em;
 color: #0096EF;
 text-transform: lowercase;
 margin-left: 5px;
}

#homeContent .sectionNav .optometry {
	float: left;
	height: 90px;
	width: 250px;
	margin-right:10px;
	background: #9ed5f9 url(uploads/images/layout/list_bullet2.gif) no-repeat 15px 14px;
	padding:10px;
position: relative;
}
*html #homeContent .sectionNav .optometry {padding: 10px 8px 0px;}

#homeContent .sectionNav .patient {
	float: left;
	height: 90px;
	width: 250px;
	padding: 10px;
	background: #9ed5f9 url(uploads/images/layout/list_bullet2.gif) no-repeat 15px 13px;
position: relative;
}
*html #homeContent .sectionNav .patient {height: 80px;}

#homeContent .columnSleeve {
  padding: 30px 30px 0px 30px;
}

/* ------>>> LEFT COLUMN <<<-------*/

#leftColumn {
  width:157px;
  height: 100%;
  position:absolute;
  top:0px;
  padding: 10px 30px 0 0;
}

*html #leftColumn {width: 177px; height: 350px; padding-right: 10px;}
*html .contactContent #leftColumn {left:0px;  border-right: 1px solid #ccc;}


#nav {
  background-color: #fff;
  width: 100%;
  position: relative;
margin-bottom: 50px;
}

#nav li a {
	color: #333;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.5em;
}

#nav li a:hover {
	text-decoration:none;
	color: #0096ef;
}

#nav li {
  	background: url(uploads/images/layout/list_bullet.gif) no-repeat scroll 0 8px;
  	padding-left: 15px;
position: relative;
}

.currentpage h3 {
  color: #0096ef;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0px;
}

#contactInfo {
	bottom:12px;
	position:absolute;;
*top: 340px;
}

#contactInfo .mapView {
	background-color: #ddd;
	display: inline;
	padding:2px 5px;
}

/* ------>>> FOOTER <<<-------*/

#footer {
  background-color: #f5f8e2;
  clear: both;
  border-top: solid 1px #a5bc34;
}

/* ----------------------------------------------------------*/
/* ------>>> LARGER TEXT ADJUSTMENTS <<<-------*/
/* ---------------------------------------------------------*/

.bigText {
font-size: 1.2em;
line-height: 1.5em;
}
.bigText #mainContent .centerContent {margin-left: 210px;}
.bigText #homeContent .centerContent {margin-left: 210px;}
.bigText #mainContent .rightContent {border-top: 42px solid #D4EDFD;}
.bigText #mainContent .centerContactContent .contactPageImg img {margin-left: 210px;}
.bigText #mainContent .centerContactContent .contactPage {width:424px;}


#altText {position: absolute; top:-30px;}
#altText a {padding:5px; display: block; float:left;}
#altText a:hover {background-color: #D4EDFD;}
/* End of 'Layout: Screen' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* -----------------------------------*/
/* ------->>> ACCESSIBILITY <<<--------*/
/* -----------------------------------*/

div.biggerText
{
font-size: 1.2em;
}

a.active
{
background-color: #D4EDFD;
}
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: Forms' */
/* -----------------------------------*/
/* --------->>> FORMS <<<----------*/
/* -----------------------------------*/

/* --------->>> GLOBAL PROPERTIES <<<----------*/

fieldset {
border: none; 
margin: 0px;
padding: 10px;
}

fieldset legend {
  font-size: 1.35em;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: lowercase;
  color:#333;
  font-weight: normal;
}

fieldset label {
  font-size: 1em;
  margin: 0;
  color: #0096EF;
  font-weight: normal;
  display: block;
  float: none;
 text-transform: lowercase;
}

.submit input {
  padding: 2px;
  color: #fff;
  border: none;
  background-color: #333;
  margin-right: 3px;
  text-transform: lowercase;
}
.submit {float: right; margin-top:-21px;}
fieldset input {padding: 3px; border: none; float: left;}
.postReg {width: 350px; padding: 10px;}
.newEmail {width: 270px; font-size:0.9em;}

/* --------->>> INPUT WIDTH'S <<<----------*/

fieldset #First_Name input, fieldset #Practice_Name input, fieldset #Street_Address input, fieldset #Surname input, fieldset #Username input {width: 330px;}

fieldset div {padding-top: 1px; padding-bottom: 1px;}

fieldset #Password__again_ input {width: 160px;}
fieldset #Password__again_ {float: left; width:160px;}
fieldset #Password {float: left; width:160px; padding-right:10px;}
* html fieldset #Password {padding-right:4px;}

fieldset #Practice_Phone_Number input, 
fieldset #Mobile input, 
fieldset #Suburb input,
fieldset #Password input {width: 160px;}

fieldset #State select {width: 75px;}
fieldset #Postcode input {width: 75px;}
fieldset #Email input {width: 280px;}
fieldset .password input {width: 168px;}
fieldset .username input {width: 220px;}

fieldset #State {float: left; width: 80px;}
fieldset #Postcode {float: left; width: 85px;}
fieldset #Practice_Phone_Number, fieldset #Email {float: left; width:160px; padding-right:10px;}
fieldset #Suburb {float: left; width:172px;}
fieldset #Mobile {float: left; width:160px;}
fieldset #Email {float: left; width:280px;}
fieldset #Email label {width: 150px;}
* html fieldset #Practice_Phone_Number{padding-right:4px;}

fieldset #password2 input, fieldset #username2 input {width: 330px;}
fieldset #code input {float: left; width:280px;}


/* --------->>> PRIVACY STATEMENT <<<----------*/

.policy {
border-left: 1px solid #ccc;
font-size: 0.9em;
height: 263px;
line-height: 1.2em;
top: 140px;
*top: 149px;
padding: 50px 0pt 0pt 22px;
position: absolute;
margin-left:360px;
margin-right: 0px;
}

* html .policy {margin-left: ; width: 300px;}

/* --------->>> LOGIN BIG FORM <<<----------*/

.loginBig .submit input {
margin-left: 178px;
background-color: #333;
*padding: 1px 2px;
*margin-top:-2px;
}
.loginBig .submit {float: none;}

.loginBig fieldset{
background-color: #D4EDFD;
border-bottom: 1px solid #ccc;
padding-bottom: 9px;
}
.loginBig{
background-color: #D4EDFD;
}

.loginBig p {
margin: -34px 0pt 10px 55px; 
*margin: -26px 0 10px 60px;}

.loginBig input {background-color: #fff; float: none;}
* html .loginBig {*padding-bottom:0px;}

.loginBig legend {
background: url(uploads/images/layout/legend_bullet_blue.gif) no-repeat 0 4px; 
padding-left: 15px;
}
.loginBig a {font-size:0.9em; font-weight: normal;}

/* --------->>> LOGIN SMALL FORM <<<----------*/

.loginSmall .loginBig .password input {width: 123px;}
.loginSmall .loginBig .username input {width: 175px; margin-bottom: 5px;}
.loginSmall .loginBig input {float: none;}

.loginSmall .loginBig .submit {margin-right: 12px; width:45px;}
.loginSmall .loginBig .submit input {
margin-right: 0px;
position: absolute;  
*padding: 1px 2px;
*margin-top:-2px;
}

.loginSmall {*margin-top:-8px;}
.loginSmall .loginBig {background: none; border: none; padding:0;}
.loginSmall .loginBig a{display: none;}
.loginSmall .loginBig label {width: 60px; float: left;}
.loginSmall .loginBig legend, .loginSmall .loginBig p {display: none;}

.loginSmall .loginBig fieldset {
padding: 10px 0px 8px 4px; 
width:250px;
height:42px;
border: none;
*padding-top:3px;
}

* html .loginSmall .loginBig fieldset {
padding: 5px 0px 0px;
height: 30px;
}
* html .loginSmall .loginBig .submit {margin-right: 5px}
* html .loginSmall {margin-bottom: -18px;}

/* --------->>> REGISTER FORM <<<----------*/

.registerForm .submit input {
background-color: #333; 
width: 45px;
margin-right: 5px;
margin-bottom: 8px;
margin-left:3px;
float: right;
clear: both;

*margin-top:-2px;
}

.registerForm {
width: 360px; 
border-right: 1px solid #ccc;
}
* html .registerForm {margin-top:-20px;}
* html .registerForm .submit input {margin-top:2px; margin-bottom:-5px; margin-right:7px;}

.registerForm legend {
background: url(uploads/images/layout/legend_bullet_white.gif) no-repeat 0 4px; 
padding-left: 15px;
}
.registerForm input {background-color: #DDDDDD;}

/* --------->>> SETTINGS FORM <<<----------*/

.settingsForm .submit input {
background-color: #333; 
width: 45px;
margin-right: -3px;
margin-bottom: 8px;
margin-left:3px;
float: right;
clear: both;

}

.settingsForm {
width: 450px; 
padding-right: 20px;
}

.settingsForm legend {
background: url(uploads/images/layout/legend_bullet_white.gif) no-repeat 0 4px; 
padding-left: 10px;
}

* html .settingsForm .submit {margin-right: 48px;}
.settingsForm .submit {margin-right: 100px;  *margin-right: 48px;}
.settingsForm input {background-color: #DDDDDD;}
.settingsForm fieldset input {float: none;}
.settingsForm #Again {width: 350px; margin-bottom: 20px; *width:160px;}
.settingsForm #Again input {width: 160px;}
* html .settingsForm #Password input {width: 160px; padding-left: 0px;}
* html .settingsForm #Again {width:160px;}

/* --------->>> OTHER FORM <<<----------*/

.otherForm .submit input {
background-color: #333; 
width: 45px;
margin-right: -3px;
margin-top: -2px;
margin-left:3px;
clear: both;
*margin-top:-3px
}

.otherForm {
width: 450px; 
padding-right: 20px;
}

.otherForm legend {
background: url(uploads/images/layout/legend_bullet_white.gif) no-repeat 0 4px; 
padding-left: 15px;
}
.otherForm .submit {margin-right: 180px; *margin-right: 200px;}
* html .otherForm .submit {margin-right: 100px;}
.otherForm input {background-color: #DDDDDD;}
.otherForm fieldset input {float: none;}
.otherForm #Again {width: 350px; margin-bottom: 20px;}
.otherForm #Again input {width: 160px;}
/* End of 'Module: Forms' */

