/* This stylesheet provides basic styles for the entire site */

/*PAGE / SITE ELEMENTS*/

#wrapper {
	width: 980px;
	min-height:500px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	background-color: white;
}

#page-body {
	min-height: 500px;	
}

body {	
	font-size: 9pt;
	font-family: Verdana; 
	color: black;
	margin-top: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('/images/bg-grad.gif');
	background-repeat: repeat-x;
}
/* This is needed to not show bg image in editor bg */
iframe body {
	background-image: none;
}

p {
	margin: 7px 0px 7px 0px;
	line-height: 145%;
}

ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

li {
	line-height: 150%;
}

.number {
	list-style-type: decimal;
}

ul.tick { 
	list-style-type: none; 
	margin: 0;
}

ul.tick li {
    padding-left: 15px;
    background-image: url(/images/bullet_tick.gif);
    background-repeat: no-repeat;
    }

ul.cross { 
	list-style-type: none; 
	margin: 0;
} 

ul.cross li {
    padding-left: 15px;
    background-image: url(/images/bullet_cross.gif);
    background-repeat: no-repeat;
}

ol {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

a:link, a:visited{
	color: #0066CC;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0066CC;
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.normal-text:active, a.normal-text:visited, a.normal-text:link {
	text-decoration:none;
	font-weight: normal;
}

sup {
	font-size: 70%;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

img {
	border: 0px;
}

hr {
	background-color: gray;
	color: black;
	height: 2px;
	border: medium none;
	margin: 0;
}

.clear {
	clear: both;   
	height:1px;
/*    overflow:hidden;*/
}

.uploaded-image {
	border: solid 1px gray;
}

.captioned-image {
	border:1px solid black;
	margin: 0 10px 0 0;
}

.captioned-image img{
	display:block;
}
.image-caption-background{
	left: 0px;
	width: 100%;
	background: #0066CC none repeat scroll 0%;
}

.image-caption-background p{
	color: white;
	padding:5px;
	margin:0px;
}
/*HEADER & FOOTER STYLES*/
#header {
	width: 100%;
}

#header-logo {
	float: left;
	padding-left: 10px;
	width:650px; /*This is needed for safari, because otherwise it assumes that its 100% width*/
}

#header-logo img{
	margin: 15px 0;
}

#header-partner-logo {
	float: right;
	padding-right: 10px;
}

#header-menubar-outer {
	width: 960px;
	margin-left: 10px;
	clear: both;
}

#header-menubar {
	float: none;
    background: url(/images/menubar.gif) no-repeat;
    margin-left: 10px;	
}

#header-menubar-items {
	font-size: 8pt;
	color: white;
	text-decoration: none;	
	width: 960px;
	padding: 7px 0px 7px 10px;
	font-weight: bold;
}



#header-menubar a:link {
	color: white;
}

#header-menubar a:visited {
	color: white;
}

#header-menubar a:hover {
	color: white;
}

#header-tagline {
	color: #0066CC;
	font-size: 12pt;
	font-weight: bold;
	float:left;
}

#header-menubar-login {
	display: block;
	float: right;
	margin-right: 20px;
}

#header-bar A:link {
	color: white;
	font-family: verdana;
	text-decoration: none;
}

#header-bar A:visited {
	color: white;
	font-family: verdana;
	text-decoration: none;
}

#footer {
	text-align: right;
	font-size: 8pt;
	padding: 1em;
	clear: both;
	display: block;
	color: black;
}

#footer A:link {
	color: black;
	font-family: verdana;
}

#footer A:visited {
	color: black;
	font-family: verdana;
}
#left-side {
	width: 203px;
	padding-left: 10px;
	float: left;
}


#left-side li {
	line-height: 175%;
}

#right-side {
	float: left;
	width: 670px;
	padding-left: 40px;
}

.instructions {
	font-size: 7pt;
	font-style: italic;
}

.nextstep {
	text-align: right; 
	padding-top: 10px;
}

.whatsthis {
	font-weight: bold;
	text-decoration: underline;
}

.whatsthis a:link {
	text-decoration: underline;
}

.whatsthis a:visited {
	text-decoration: underline;
}

.content-box a:link, .content-box a:visited {
	color: #0066cc;
}

.content-box {
	width: 203px;
}

.content-box img{
	display:block;
}
.content-box-small {
	background: #BFEFFF url(/images/content-box-grad.gif) repeat-x; 
	border-right: 3px solid #0066cc; 
	color: #0066cc;
	padding: 0px 15px 0 10px;	
}

.content-box .play-symbol {
	float: left;
	font-size:25pt;
	font-weight:bold;
	display: block;
}

.content-box .instruction {
	float: left;
	width: 140px;
}

.content-box .instruction a{
	font-weight: normal;
}

.content-box-heading {
	width:175px;
	font-size: 13pt;
	font-weight: bold;
	padding: 0 0px 0.2em 0px;
}

.content-box-large {
	background: #BFEFFF url(/images/content-box-grad-long.gif) repeat-x;
	border-right: 3px solid #0066cc;
	color: #0066cc;
	padding: 0 15px 0 10px;	
}

.content-box-bottom {
}

.content-box-top {
}


.account-menubox {
	background:#BFEFFF url(/images/content-box-grad-pre.gif) repeat-x;
	border-right: 3px solid #0066cc;
	padding: 0 15px 0 10px;
	color: #0066cc;
}

/*COMMON PAGE ELEMENTS*/

.fullwidth-spacer {
	width: 980px;
	height: 10px;
	min-height: 10px;
	clear: both;
}

.spacer{
	height: 10px;
	clear: both;	
}

.vertical-spacer {
	width: 30px;
	height: 10px;
	float: left;
}

.solidpageblock {
	background-color: #FF8E1D;
	color: white;
	float: left;
	width: 100%;
}

.semisolidpageblock {
	background-color: #fde197;
	color: white;
	display: block;
	float: left;
	width: 100%;
}

.emptypageblock {
	background-color: white;
	border: 1px solid gray;
	color: gray;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pageblockpadding {
	padding: 10px;
}

.block-solid-highlight {
	border: solid 1px #0066CC;
	background-color: #0066CC;
	padding: 5px;
}

.shadedbar {
	clear: both;
	background-image: url('/images/filter_grad.gif');
	background-repeat: repeat-x;
	padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

.block-solid-plain {
	border: solid 1px gray;
	background-color: #c0c0c0;
	padding: 5px;
}

.block-shaded-highlight {
	border: solid 1px #FF8E1D;
	background-color: #FDE197;
	padding: 5px;
}

.block-shaded-plain {
	border: solid 1px gray;
	background-color: #e5e5e5;
	padding: 5px;
}

.block-empty-highlight {
	border: solid 1px #FF8E1D;
	background-color: white;
	padding: 5px;
}

.block-empty-plain {
	border: solid 1px gray;
	background-color: white;
	padding: 5px;
}

hr.highlight {
	color: #FF8E1D;
	background-color: #FF8E1D;
}

hr.plain {
	color: #c0c0c0;
	border-color: #c0c0c0;
	background-color: #c0c0c0;
}	


/*FORM ELEMENTS*/

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: verdana;
	color: black;
	border: solid 1px black;
  padding-left: 1px;
}

.button-wrapper {
	margin: 10px 0 10px 0; 
}
a.button {
    background: transparent url('/images/btn-right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 12px verdana, sans-serif;
    height: 26px;
    padding-right: 10px; 
    text-decoration: none;
    color: white;
    margin-left: 1.5em;
}

a.button:visited, a.button:link{
	color: white;
}

a.button span {
    background: transparent url('/images/btn-left.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 0 6px 10px;
}
a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover {
	text-decoration: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
}

input.button-plain {
	color: white;
	background-color: #c0c0c0;
	padding-bottom: 3px;
	height: 24px;
	margin: 0;
	}

input.button-highlight {
	color: white;
	background-color: #FF8E1D;
	padding-bottom: 3px;
	height: 24px;
	margin: 0;
}

input[type="radio"]{
	border: none;
}

.checkbox {
	position: relative;
	top: 3px;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Verdana;
}

textarea {
	border: solid 1px black;
	font-family: verdana;
	overflow: auto;
	margin: 0px;
	font-size: 9pt;
}

/*HEADINGS*/

h1,h2,h3,h4,h5,h6 {
	color: #0066CC;
	margin: 0px;
/*	padding: 0.2em 0px 0.2em 0px;*/
}

h1 {
	font-size: 15pt;
	margin-bottom:0.5em;
}

h2 {
	font-size: 14pt;
	margin-bottom:0.5em;
}

h3 {
	font-size: 13pt;
	margin-bottom:0.5em;
}

h4 {
	font-size: 12pt;
	margin-bottom:0.2em;
}

h5 {
	font-size: 11pt;
	margin-bottom:0.2em;
}

h6 {
	font-size: 10pt;
	margin-bottom:0.2em;
}

/*COLOURS*/

.highlight {
	color: #FF8E1D;
}

a.highlight {
	color: #FF8E1D;
}

.highlight a:link {
	color: #FF8E1D;
}

.highlight a:visited {
	color: #FF8E1D;
}

.highlight a:hover {
	color: #FF8E1D;
}

a.highlight:link {
	color: #FF8E1D;
}

a.highlight:visited {
	color: #FF8E1D;
}

a.highlight:hover {
	color: #FF8E1D;
}

a.highlight:active {
	color: #FF8E1D;
}

.reversed {
	color: white;
}

.reversed a:link {
	color: white;
}

.reversed a:visited {
	color: white;
}

.reversed a:hover {
	color: white;
}

.reversed a:active {
	color: white;
}

a.reversed {
	color: white;
}

a.reversed:link {
	color: white;
}

a.reversed:visited {
	color: white;
}

a.reversed:hover {
	color: white;
}

a.reversed:active {
	color: white;
}

.bold {
	font-weight: bold;
}

.error {
	color: red;
}

/*LINKBUTTON*/

a.linkbutton {
	text-decoration:none;
	border-style: outset;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #c0c0c0;
	color: white;
}

a.linkbutton-highlight {
	text-decoration:none;
	border-style: outset;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF8E1D;
	color: white;
}

/* The following CSS enables forms to be submitted using a label attached to a hidden submit button*/

.hidebutton {
   width: 0; height: 0;
   border: 0;
}

.submitlabel:hover {
	text-decoration: underline;
}



/* Standard Form Layout */

.form-section {
	border: 2px solid #0066CC;
	padding: 5px 15px 15px 15px;
	position:relative;
}

.form-section-title {
	background-color: white;
	color: #0066CC;
	font-size: 10pt;
	font-weight: bold;
	position:relative;
	top: -17px;
	padding: 0 10px 0 10px;
}

.form-row {
	clear: both;
	width: 100%; /*This is needed to fix the peek a boo bug in ie 6*/
	margin-bottom: 8px; 
}

.form-col1 {
	float: left;
	width: 160px;
  min-height: 1px;
}

.form-col2 {
	float: left;
	width: 375px;
	padding-left:15px;
}

.longinput {
	width: 100%
}

.mediuminput {
	width: 60%;
}

.shortinput {
	width: 30%;
}

.w50 { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }

.right {float: right;}
.left {float: left;}

/*Classes for printable pages*/

.printpage {
	width: 980px;
	min-height: 500px;
	text-align: left;
	margin: 20px;
}

/* This was commented out by Paul when looking at account.tpl.php
.instructions {
	display: block;
	clear: both;
}
*/
.instructions img {
	float: left; 
	padding-right: 0.8em;
}



/* Used for positioning the drop-down DIV on suburb */

.ajax-dropdown {
	border: 1px solid #FF8E1D;
	background-color: white;
	text-align: left;
	position: absolute;
	z-index: 99;
}

.ajax-dropdown-row {
	height: 15px;
	min-height: 15px;
	padding-top: 2px;
}

.ajax-dropdown-rowshaded {
	height: 15px;
	min-height: 15px;
	padding-top: 2px;
	background-color:#FDE197
}

input.button {
    border: 0;
    background: #fff url(/images/orange-btn-large.gif) no-repeat;
    height: 24px;
    width: 167px;
    font-size: 10pt;
    font-weight: bold;
}
input.orange-btn-small {
    border: 0;
    background: url(/images/orange-btn-small.png) no-repeat;
    height: 26px;
    width: 75px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-blue-btn-small {
    border: 0;
    background: #fff url(/images/orange-blue-btn-small.gif) no-repeat;
    height: 26px;
    width: 75px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-blue-btn-medium {
	border: 0;
    background: #fff url(/images/orange-blue-btn-medium.gif) no-repeat;
    height: 26px;
    width: 125px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-blue-btn-large {
    border: 0;
    background: #fff url(/images/orange-blue-btn-large.gif) no-repeat;
    height: 26px;
	width: 175px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-white-btn-small {
    border: 0;
    background: #fff url(/images/orange-white-btn-small.gif) no-repeat;
    height: 26px;
    width: 75px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-white-btn-medium {
    border: 0;
    background: #fff url(/images/orange-white-btn-medium.gif) no-repeat;
    height: 26px;
    width: 125px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

input.orange-white-btn-large {
    border: 0;
    background: #fff url(/images/orange-white-btn-large.gif) no-repeat;
    height: 26px;
    width: 175px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

.rowshaded {
	background-color: #D1EBFA;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	background-color: #ffffff;
}
#popupInner {
	/**border: 1px solid black;**/
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	/**background-image: url('/images/filter_grad.gif');
	background-repeat: repeat-x;**/
	background-color: #0066CC;
	color: white;
	font-weight: normal;
	font-family: Verdana;
	height: 1.3em;
	padding: 5px;
	border-bottom: 1px solid gray;
	font-size: 10pt;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

.popup-content{
	margin:  10px 15px;
}

/* This is for a generic content box with rounded corners
 * The background image & width are specified seperately
 */

.rounded-corners-top-left {
	height: 10px;
	background: url('/images/sprite-wide.png') scroll no-repeat;
	margin:0 20px 0 0;
}

.rounded-corners-top-right {
	height: 10px;
	background: url('/images/sprite-wide.png') scroll no-repeat;
	margin: 0 -20px 0 20px;
	position: relative;
}
.rounded-corners-bottom-left {
	height: 10px;
	background: url('/images/sprite-wide.png') scroll no-repeat;
	margin:0 20px 0 0;
}

.rounded-corners-bottom-right {
	height: 10px;
	background: url('/images/sprite-wide.png') scroll no-repeat;
	margin: 0 -20px 0 20px;
	position: relative;
}


/* This defines the notificaton content box which is what displays warnings, errors & other notification to users.
 */
.notification-box{
	width: 100%;
	margin:  10px 0 10px 0;
}
/* This specifies position of the background image from the sprite used for the notification content box
 */
.notification-box .rounded-corners-top-left{
	background-position: 0px 0px;
}
.notification-box .rounded-corners-top-right {
	background-position: 100% 0px;
}
 .notification-box .rounded-corners-bottom-left {
	background-position: 0px -20px;
}
.notification-box .rounded-corners-bottom-right {
	background-position: 100% -20px;
}
/*This defines the styles for the content in a notification content box
 */
.content-in-notification-box{	
	border-right: solid 1px #FF8E1D;
	border-left: solid 1px #FF8E1D;
	background-color:  #FDE197;
	padding:  0 5px 0 10px;
	margin: 0;
}
.notification-box p, .notification-box ul{
	margin-bottom: 0px;
}

.notification-heading {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.notification-subheading {
	font-size: 12px;
	color: #0066CC;	
}
.notification-msg {
	color: black;
}
.notification-box a:link, .notification-box a:visited, .notification-box a:hover  {
	color: black;
}

/* This defines the form fields box which is surrounds groups of form fields.
 */
.form-fields-box{
	width: 100%;
	margin: 10px 0 10px 0;
}

/* This specifies position of the background image from the sprite used for the notification content box
 */
.form-fields-box .rounded-corners-top-left{
	background-position: 0px -40px;
}
.form-fields-box .rounded-corners-top-right {
	background-position: 100% -40px;
}
.form-fields-box .rounded-corners-bottom-left {
	background-position: 0px -60px;
}
.form-fields-box .rounded-corners-bottom-right {
	background-position: 100% -60px;
}
/*This defines the styles for the content in a notification content box
 */
.content-in-form-fields-box{	
	border-right: solid 2px #0066CC;
	border-left: solid 2px #0066CC;
	background-color:  white;
	padding:  0 15px 0 15px;
}

.underline, a.underline {
	text-decoration: underline;
}