/*
Recall Media master styles for screen media
Brendan Underwood
brendan@ipixel.com.au
Updated: 3 July 2008
*/

html {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ---( major blocks )------------------------------- */

body {
	background: #35414b url('/images/bodybkg.gif') top left repeat-x;
    font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
    color: #293e50; 
    border: 0;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 95%;
}

#wrapper {
    width: 912px;
    margin: 0 auto;
    padding: 0;
}

#header {
	background: transparent url('/images/headerbkg.png') top left no-repeat;
    height: 134px;
    margin: 0;
    padding: 12px 12px 0 12px;
    text-align: left;
    color: #acbdca;
}

#nav	{
	background: transparent url('/images/contentbkg.png') top left repeat-y;
    height: 40px;
    margin: 0;
    padding: 0 31px;
    text-align: left;
}

#content {
	background: transparent url('/images/contentbkg.png') top left repeat-y;
    margin: 0;
    padding: 28px 31px;
    text-align: left;
    font-size: 75%;
}

#footer {
	background: transparent url('/images/footerbkg.png') top left no-repeat;
    height: 53px;
    margin: 0;
    padding: 0 31px 12px 31px;
    text-align: left;
    font-size: 75%;
    color: #5c94d0;
}


/* ---( header extras )------------------------------- */

#header #headercontent {
	background: transparent url('/images_ipta/headtitle.jpg') top left no-repeat;
    height: 134px;
}

#header h1 {
    float: left;
	margin: 0;
	padding: 0;
	width: 435px;
}

#header h1 a { 
    display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 435px;
	height: 134px;
}

#logindata {
    float: right;
    font-size: 75%;
    padding: 0 19px 0 0;
    margin-top: 105px;
}

#logindata p {
    padding: 0 0 0 10px;
    margin: 0;
	background: transparent url('/images/user.gif') 0 3px no-repeat;
}

#logindata a:link, #logindata a:visited {
	color: #069ed0;
}
#logindata a:hover, #logindata a:active {
	color: #3ec6ff !important;
}



/* ---( nav extras )------------------------------- */

#navcontent {
    border-bottom: 1px solid #c8d4de;
}

#nav ul	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 39px;
}

#nav ul li	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 25px 0 0;
	font-size: 13px;
	line-height: 39px;
	height: 39px;
}

#nav ul li a:link, #nav ul li a:visited	{
	color: #16598e;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	line-height: 39px;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
}

#nav ul li a:hover, #nav ul li a:active	{
	color: #1e7bc5 !important;
}


/* ---( nav current link settings )------------------------------- */

body#home li#navhome a, 
body#mypoints li#navmypoints a, 
body#mysettings li#navmysettings a, 
body#pdregulations li#navpdregulations a,
body#support li#navsupport a, 
body#contact li#navcontact a {
    color: #2d4557;
	font-weight: bold;
}


/* ---( nav extra (login & search) settings )---------------------------------------- */

#navextras {
    float: right;
	height: 39px;
	text-align: right;
	margin-top: -39px;
	line-height: 39px;
	padding: 0;
}

#shoppingcartnav {
    padding: 8px 0;
}

/* ---( footer extras )------------------------------- */

#footercontent {
    border-top: 1px solid #c8d4de;
}

#footerleft {
    float: left;
    width: 25%;
    text-align: left;
    padding-top: 11px;
}

#footerright {
    float: right;
    width: 65%;
    text-align: right;
    padding-top: 11px;
}

#footer p {
}


/* ---( text )------------------------------- */

a:link {
	color: #069ed0;
	text-decoration: none;
}

a:visited {
	color: #057ea6;
	text-decoration: none;
}

a:hover {
	color: #3ec6ff;
	text-decoration: none;
}

p {
	margin: 0;
	padding-bottom: 0.7em;
	line-height: 1.4em;
}
p.morelink {
    margin-top: -0.5em;
}

.discreet {
    color: #587389;
}

hr {
    color: #e2e9ef;
    background-color: #e2e9ef;
    height: 1px;
    width: 100%;
    border: 0;
    margin: 1.5em 0;
}

#content ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#content ul li {
	padding: 0 0 0 20px;
	line-height: 1.6em;
	padding-bottom: 0.7em;
}

#content ul.tightlist {
	padding-bottom: 0.7em;
}
#content ul.tightlist li {
    padding-bottom: 0;
}

#content ol {
	margin: 0;
	padding-left: 2em;
}

#content ol li {
    font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	padding-bottom: 0.7em;
}

h1, h2, h3, h4, h5, h6 {
    color: #192e3f;
    margin: 0 0 0.5em 0;
    font-weight: normal;
}

h1, h2, h3, h1 a, h2 a, h3 a {
    font-weight: normal !important;
}

dt {
    color: #192e3f;
    font-size: 110%;
    margin: 0 0 0.25em 0;
    font-weight: bold;
}

dd {
    margin: 0 0 1em 0;
    
}


/* ---( home layout extras )------------------------------- */

#home #content {
    padding-top: 25px;
}

#homecolumn1 {
    float: left;
    width: 265px;
    margin-right: 26px;
}
#homecolumn2 {
    float: left;
    width: 180px;
}
#homecolumn3 {
    float: right;
    width: 353px;
}

ul#seminarcategories {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #bae4f1;
	border-bottom: 1px solid #bae4f1;
}

ul#seminarcategories li {
    margin: 0;
	padding: 0;
	border-bottom: 1px solid #e2e9ef;
}

ul#seminarcategories li.lastitem {
    border: 0;
}

ul#seminarcategories li.selected {
    background-color: #f3f4f4;
}

ul#seminarcategories li a {
    display: block;
	background: transparent url('/images/li-category.gif') 3px 4px no-repeat;
    padding: 2px 5px 2px 24px;
}
ul#seminarcategories li.selected a {
	background: transparent url('/images/li-categoryselect.gif') 3px 4px no-repeat;
}
ul#seminarcategories li a:hover {
	background: transparent url('/images/li-categoryhover.gif') 3px 4px no-repeat;
}

ul#seminarcategories li#cat-recent-seminars a {
	background: transparent url('/images/li-recent.gif') 3px 4px no-repeat;
	color: #4677a5;
	font-weight: bold;
}
ul#seminarcategories li#cat-recent-seminars.selected a {
	background: transparent url('/images/li-recentselect.gif') 3px 4px no-repeat;
}
ul#seminarcategories li#cat-recent-seminars a:hover {
	background: transparent url('/images/li-recenthover.gif') 3px 4px no-repeat;
	color: #3ec6ff;
}

ul#seminarlatest {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #bae4f1;
}

ul#seminarlatest li {
    margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccd8e2;
}

ul#seminarlatest li.lastitem {
    border: 0;
}

ul#seminarlatest li p.list-seminar-date {
    font-size: 80%;
    color: #587389;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

ul#seminarlatest li .list-seminar-metadata {
    float: left;
    width: 235px;
}

ul#seminarlatest li .list-seminar-poster {
    float: right;
    width: 108px;
}

ul#seminarlatest li .list-seminar-poster img {
    border: 4px solid #e3e7ea; 
}

ul#seminarlatest li h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 1em 0 0 0;
    color: #587389;
    font-size: 80%;
    line-height: 1.2em;
}

ul#seminarlatest li p {
    font-size: 95%;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

/*

#seminarlatest {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #bae4f1;
}

#seminarlatest dt {
    margin: 0;
	padding: 10px 0 0px 0;
}

#seminarlatest dd {
    margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccd8e2;
}

#seminarlatest dd.lastitem {
    border: 0;
}

#seminarlatest p.list-seminar-date {
    font-size: 80%;
    color: #587389;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

#seminarlatest .list-seminar-metadata {
    float: left;
    width: 235px;
}

#seminarlatest .list-seminar-poster {
    float: right;
    width: 108px;
}

#seminarlatest .list-seminar-poster img {
    border: 4px solid #e3e7ea; 
}

#seminarlatest h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 1em 0 0 0;
    color: #587389;
    font-size: 80%;
    line-height: 1.2em;
}

#seminarlatest p {
    font-size: 95%;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}


*/

/* ---( page title extras )------------------------------- */

#pagetitle h1 {
	letter-spacing: -0.05em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 270%;
}

#home #pagetitle {
    display: none;
}

#pagetitle.seminartitle h1 {
	font-size: 220%;
	letter-spacing: -0.05em;
	margin: 0 0 0.25em 0;
}

#pagetitle.seminartitle h1 .pretitle {
    font-size: 60%;
    color: #587389;
    line-height: 1.5em;
	letter-spacing: -0.025em;
}

#pagetitle .minor-page-nav {
    text-align: right;
    float: right;
    margin-top: -33px;
}


/* ---( seminar video view )---------------------------------------- */

.seminarbox {
    margin: 1em 0;
}

.videobox {
    width: 560px;
    float: left;
}

.videodata {
    width: 290px;
    float: right;
}

.videodata h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 0;
    color: #587389;
    font-size: 80%;
    line-height: 1.2em;
}

.videodata p {
    font-size: 95%;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: 0;
}



/* ---( table parameters )---------------------------------------- */

table {
   margin: 0.5em 0;
   border-top: 1px solid #bde5f2;
   border-bottom: 1px solid #bde5f2;
   width: 100%;
   border-collapse: collapse;
}

th {
    background-color: #f3f4f4;
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #e2e9ef;
}

th.header {
    background-color: #d9d5ce;
	background-image: url('/images/tsort.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

th.headerSortDown, th.headerSortUp {
    background-color: #b3ab9e;
    color: #261b0e;
}

th.headerSortDown {
	background-image: url('/images/desc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
th.headerSortUp {
	background-image: url('/images/asc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

td {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e9ef;
    vertical-align: top;
}

tr.odd td {
}

tr.lastrow td {
    border: 0;
}

tr:hover {
    background-color: #f8f9f9;
}

td.tcol-date {
    color: #587389;
    white-space: nowrap;
    line-height: 1.6em;
}

td.tcol-seminar h3 {
    font-size: 120%;
    margin-bottom:0.25em;
}

th.tcol-value, td.tcol-value {
    text-align: center;
    white-space: nowrap;
}

th.tcol-action, td.tcol-action {
    text-align: center;
    white-space: nowrap;
}

/* ---( table totals )---------------------------------------- */

table#cart-summary {
    margin-bottom: 0;
}

table.cart-totals {
    border-top: 1px solid #e2e9ef;
    margin-top: 0;
    margin-bottom: 1em;
    width: auto;
    float: right;
}

td.dollar-amount {
    text-align: right;
}

table.cart-totals tr.sundry-row td {
    border: none;
}

table.cart-totals tr.total-row td {
   border-top: 2px solid #bde5f2;
   border-bottom: 1px solid #bde5f2;
   background-color: #dcecfb;
}

#cart .formControls {
    clear: both;
}


/* ---( table legend )---------------------------------------- */

.table-legend {
    margin: 0 0 2em 0;
    padding: 0;
}

.table-legend ul {
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

.table-legend ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0 !important;
	margin: 0 20px 0 0;
	font-size: 85%;
	color: #587389;
}

.table-legend ul li#total-pd {
	padding: 0 !important;
	margin: 0;
    float: right;
	text-align: right;
	font-size: 100%;
    color: #293e50; 
}


/* ---( form parameters )---------------------------------------- */

fieldset {
    border: none;
    margin: 1em 0em 1em 0em;
    padding: 1em 0 0 0;
    line-height: 1.5em;
    width: auto;
    border-top: 1px solid #bde5f2;
    border-bottom: 1px solid #bde5f2;
}

.longform fieldset {
    border: 0;
    margin: 0;
}

legend {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0.2em;
    margin-bottom: 1em;
    font-size: 120%;
}

form {
    margin: 0 0 1em 0;
}

form#useradd-pd,
form#usersettings {
    width: 500px;
}

textarea {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    border: 1px solid #e2e9ef;  
    width: 100%;
    padding: 4px;
    font-size: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #e2e9ef;  
    vertical-align: middle;
    margin-bottom: 0.2em;
    padding: 4px;
}

input.hiddenfield {
    display: none;
}

select {
    border: 1px solid #dadae7;  
    color: Black;
    vertical-align: top;
}

#content fieldset > * input:focus,
#content fieldset > * textarea:focus,
.miniField input:focus {
    border-color: #069ed0; 
    border-width: 1px;
    background-color: #d9eeff; 
}

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;    
}

.miniField {
    padding: 0.5em;
    background-color: #F3F4F4;
    border: 1px solid #BDE5F2;
    width: auto;
    margin-bottom: 0.5em;
    display: inline-block;
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 120%;
    font-weight: normal;
    color: #293e50; 
}

.miniField label {
    color: #293e50;
    display: inline-block;
}

.shortform .field label {
    font-size: 100%;
    font-weight: normal;
    color: #587389;
    width: 115px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    text-align: right;
    line-height: 2em;
}

.formHelp {
    color: #587389;
    margin: 0 0 0.2em 0;
    font-size: 90%;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: #293e50;
    cursor: default;
}

.field.required .formHelp {
    color: #ff7979;
}

.field.required label {
    color: red;
}

.field.required input, .field.required textarea, .field.required select {
    border-color: red;
    background-color: #ffe1e1; 
}

#content fieldset > .field.required input:focus,
#content fieldset > .field.required textarea:focus {
    border-color: red;
    border-width: 1px;
    background-color: #ffe1e1; 
}

.formControls input {
    background: #4c8bbd url('/images/btn-bkg.gif') bottom left repeat-x;
    border-top: 1px solid #bde5f2;
    border-left: 1px solid #bde5f2;
    border-bottom: 1px solid #192e3f;
    border-right: 1px solid #192e3f;
    color: white;
    font-weight: bold;
    height: 24px;
    line-height: 12px;
    font-size: 90%;
    margin-right: 10px;
}

.formControls input:active {
    border-top: 1px solid #192e3f;
    border-left: 1px solid #192e3f;
    border-bottom: 1px solid #bde5f2;
    border-right: 1px solid #bde5f2;
}

.formControls input.btn-add {
    background: #4c8bbd url('/images/btn-add.gif') bottom left no-repeat;
    padding-left: 20px;
    cursor: pointer;
}
.formControls input.btn-tick {
    background: #4c8bbd url('/images/btn-tick.gif') bottom left no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

.formControls a.btn-add {
    background: #4c8bbd url('/images/btn-add.gif') bottom left no-repeat;
    padding: 0 8px 0 22px;
    border-top: 1px solid #bde5f2;
    border-left: 1px solid #bde5f2;
    border-bottom: 1px solid #192e3f;
    border-right: 1px solid #192e3f;
    color: white !important;
    font-weight: bold;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 90%;
    margin: 0 10px 0 0;
    display: inline-block;
    cursor: pointer;
}

.formControls a.btn-tick {
    background: #4c8bbd url('/images/btn-tick.gif') bottom left no-repeat;
    padding: 0 8px 0 22px;
    border-top: 1px solid #bde5f2;
    border-left: 1px solid #bde5f2;
    border-bottom: 1px solid #192e3f;
    border-right: 1px solid #192e3f;
    color: white !important;
    font-weight: bold;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 90%;
    margin: 0 10px 0 0;
    display: inline-block;
    cursor: pointer;
}

#accountDiv {
    margin: 0.5em 0;
}

#loadingDiv {
    margin: 1em 0;
    color: #293e50; 
    font-size: 120%;
}

#loadingDiv img {
    vertical-align: middle;
}

/* ---( message boxes )---------------------------------------- */

p.required {
    border: 1px solid #ff6200;
    padding: 10px 10px 10px 35px;
    background: #ffe8d9 url('/images/warningicon.gif') 10px 10px no-repeat;
    color: #ff6200;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0.5em;
}

p.softmessage {
    border: 1px solid #c8d4de;
    padding: 10px 10px 10px 35px;
    background: #eff2f5 url('/images/messageicon.gif') 10px 10px no-repeat;
    color: #326289;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0.5em;
}


/* ---(small icons for displaying pdf ppt etc) --- */
a.itemtype-icon {
    background:transparent url('/images/icon_generic.gif') no-repeat 0 1px;
    padding-left:20px !important;
    display: block;
}

a.itemtype-pdf {
    background-image: url('/images/icon_pdf.gif');
}

a.itemtype-ppt {
    background-image: url('/images/icon_ppt.gif');
}

a.itemtype-doc {
    background-image: url('/images/icon_doc.gif');
}

a.itemtype-xls {
    background-image: url('/images/icon_xls.gif');
}

a.itemtype-jpg {
    background-image: url('/images/icon_image.gif');
}

a.itemtype-gif {
    background-image: url('/images/icon_image.gif');
}

a.itemtype-zip {
    background-image: url('/images/icon_zip.gif');
}

a.itemtype-mp3 {
    background-image: url('/images/icon_audio.gif');
}



/* ---( global )---------------------------------------- */

.clearall {
    clear: both;
}

img.print {
    display: none;
}


/* ---(end styles)------------------------------------------------ */