/* * * * * * * * * * * * * * * * * * *
 * Defaults
 * * * * * * * * * * * * * * * * * * */

body {
	font: 62.5% Tahoma, Verdana, Arial, sans-serif;
	text-align: center;	
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, Arial, serif;
}

h1 {
	width: 362px;
	height: 34px;
	position: relative;
	top: 7px;
}

h1 span {
	display: none;
	visibility: hidden;
}

a {
	color: #789f00;
}

a:hover {
	color: #9abf22;
}


/* * * * * * * * * * * * * * * * * * *
 * Main Structure
 * * * * * * * * * * * * * * * * * * */

#structure-container {
	width: 960px;
	margin: 8px auto 0 auto;
	text-align: left;
}


/* * * * * * * * * * * * * * * * * * *
 * Header Area
 * * * * * * * * * * * * * * * * * * */

#header {
	width: 960px;
	background: url(/img/backgrounds/stripe-light.png);
	padding-top: 20px;
}



/* * * * * * * * * * * * * * * * * * *
 * Guide
 * * * * * * * * * * * * * * * * * * */

#youthwork-guide {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 90%;
}

#youthwork-guide h1 {
	font-size: 2.3em;
	width: auto;
	height: auto;
}

#youthwork-guide h2 {
	font-size: 2.1em;
	text-align:center;
}

#youthwork-guide p {
	font-size: 1.6em;
	padding: 1em 0 1em 0;
}

#guide-boxes {
	text-align: center;
	margin: 0 auto 0 auto;	
}

#guide-boxes div {
	float: left;
	width: 30%;
	margin-right: 1%;
	background: #fafafa;
	padding: 4px;
}

#youthwork-guide div ul {
	float: left;
	width: 40%;
	list-style-type: circle;
	margin-left: 25px;
}

#youthwork-guide div ul li {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}


/* * * * * * * * * * * * * * * * * * *
 * Guest Actions
 * * * * * * * * * * * * * * * * * * */

#guest-actions {
	float: right;
	width: 550px;
	list-style-type: none;
}

#guest-actions li {
	float: right;
	padding-left: 8px;
	text-align: right;
}

#guest-actions li a {
	font: 1.5em Georgia, Tahoma, Verdana, sans-serif;
	color: #666;
}


/* * * * * * * * * * * * * * * * * * *
 * Quick Login Form
 * * * * * * * * * * * * * * * * * * */

#quick-login-form {
	background: #ace303 url(/img/backgrounds/gradient-green.jpg) repeat-x top;
	text-align: right;
	width: 960px;
	height: 55px;
}

#quick-login-form legend {
	display: none;
	visibility: hidden;
}

#quick-login-form label {
	color: #789f00;
	height: 28px;
	font-size: 1.75em;
	font-weight: bold;
	margin: 9px 6px 0 0;
}

#quick-login-form input {
	border: 1px solid #789f00;
	background: #fff;
	font-size: 1.75em;
	height: 28px;
	color: #666;
	vertical-align: top;
	margin: 9px 9px 0 0;
}

#quick-login-form button {
	font-size: 1.75em;
	font-weight: bold;
	background: #8fbe00;
	border: 1px solid #789f00;
	color: #b8f400;
	height: 32px;
	margin: 9px 9px 0 0;
}


/* * * * * * * * * * * * * * * * * * *
 * Logged In Quick Actions
 * * * * * * * * * * * * * * * * * * */

#quick-actions {
	background: #ace303 url(/img/backgrounds/gradient-green.jpg) repeat-x top;
	width: 960px;
	text-align: right;
	height: 55px;	
}

#logged-in-info {
	color: #789f00;
	font-size: 1.75em;
	font-weight: bold;
	float: left;
	width: 550px;
	text-align: left;
	margin: 14px 0 0 9px;
}

#logged-in-actions {
	float: right;
	width: 360px;	
}

#logged-in-actions li {
	float: right;
	margin: 12px 9px 0 0;
}

#logged-in-actions li a {
	display: block;
	color: #b8f400;
	font-size: 1.75em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	text-align: center;
	background: #8fbe00;
	border: 1px solid #789f00;
}

#logged-in-actions li a:hover {
	background: #6d9d00;
}


/* * * * * * * * * * * * * * * * * * *
 * Page Structure
 * * * * * * * * * * * * * * * * * * */

#page-container {
	width: 960px;
	min-height: 400px;
	background: url(/img/backgrounds/faded-logo.jpg) no-repeat bottom right;
	padding-bottom: 80px;
}


/* * * * * * * * * * * * * * * * * * *
 * Regular Page Structure
 * * * * * * * * * * * * * * * * * * */

#regular-page-content {
	float: left;	
	width: 685px;
}

#regular-page-menu {
	float: right;
	width: 260px;
}


/* * * * * * * * * * * * * * * * * * *
 * Regular Page Styling
 * * * * * * * * * * * * * * * * * * */

#regular-page-content h1 {
	color: #555;
	font: bold 1.6em "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	margin-bottom: 0.5em;
}

#regular-page-content h2 {
	color: #555;
	font: bold 1.25em "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	margin-bottom: 0.5em;
}

#regular-page-content p {
	font-size: 1.2em;
	margin-bottom: 1.1em;
	line-height: 1.4em;
	text-align: justify;
}

#regular-page-content strong {
	font-weight: bold;
}

#regular-page-content em {
	font-style: italic;
}

#search-form ul, #session-toolbar ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

#regular-page-content .data-table {
	margin: 10px 0 10px 0;
	width: 100%;
	font-size: 1.2em;
}

#regular-page-content .data-table th, #regular-page-content .data-table td {
	padding: 4px;
}

#regular-page-content .data-table th {
	background: url(/img/backgrounds/stripe-light.png);
	color: #fff;
	font-weight: bold;
}

#regular-page-content input, #regular-page-content select {
	border: 1px solid #bbb;
	padding: 2px;
}

#regular-page-menu h2 {
	color: #8fbe00;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 2px solid #333;
	font-size: 1.76em;
	margin: 0.5em 0 0.5em 0;
}

#regular-page-menu ul li {
	font-size: 1.2em;
	line-height: 1.6em;
}

#regular-page-menu ul li a {
	color: #888;
}

#regular-page-menu ul li a:hover {
	color: #444;
}

.tabbed-area {
	list-style-type: none !important;
}


/* * * * * * * * * * * * * * * * * * *
 * Content Form Styling
 * * * * * * * * * * * * * * * * * * */

#regular-page-content form {
	font-size: 1.2em;
}

#regular-page-content form fieldset div {
	padding: 3px;	
}

#regular-page-content fieldset {
	background: #eee;
	margin-bottom: 1em;
}

#regular-page-content legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Fix */	
}

#regular-page-content label {
	float: left;
	width: 150px;
}

#regular-page-content button {
	border: none;
	background: transparent url(/img/backgrounds/button-background-typical.png) no-repeat center center;
	height: 40px;
	width: 160px;
	color: #fff;
	font: 1.24em Tahoma, Verdana, Arial, sans-serif;
	outline: none;
}

#regular-page-content button img {
	vertical-align: middle;
}

#regular-page-content ul {
	list-style-type: square;
}

#regular-page-content ol {
	list-style-type: decimal;
}

#regular-page-content ul, #regular-page-content ol {
	margin: 0 0 1em 24px;
	font: 1.24em Tahoma, Verdana, Arial, sans-serif;
}

#regular-page-content ul li, #regular-page-content ol li {
	line-height: 1.4em;
}

#regular-page-content ul ul, #regular-page-content ol ol {
	font-size: inherit;
}

.form-button-row { text-align: center; }
.form-button-row button { margin-right: 4px; }	
.form-item-row { padding: 5px; }


/* * * * * * * * * * * * * * * * * * *
 * Search Styles
 * * * * * * * * * * * * * * * * * * */

#search-form-basic .clearfix, #search-form-advanced .clearfix {
	width: 100%;
}

#search-form-basic .form-item-row, #search-form-advanced .form-item-row {
	float: left;
	width: 70%;
}

#search-form-basic .form-button-row, #search-form-advanced .form-button-row {
	float: left;
	width: 23%;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Buttons
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.button-add {
	background: transparent url(/img/backgrounds/stripe-light.png) repeat scroll 0 0;
	width: 240px;
	float: right;
}

.button-add a {
	display: block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
}


/* * * * * * * * * * * * * * * * * * *
 * Registration Styles
 * * * * * * * * * * * * * * * * * * */

#registration-progress-bar {
	width: 100%;
	margin-top: 10px;
	background: #ace303;	
	list-style-type: none !important;
	margin-left: 0 !important;
}

#registration-progress-bar li {
	float: left;
	width: 33.3%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding: 7px 0 7px 0;
	font-size: 1.2em;
	border-bottom: 3px solid #92d804;
}

#registration-progress-bar #current {
	font-weight: bold;
	background: #92d804;
	border-bottom: 3px solid #70b602;
}

.button-pad {
	width: 98%;
	margin: 0 auto 0 auto;
	text-align: center;
}


/* * * * * * * * * * * * * * * * * * *
 * Session View Styles
 * * * * * * * * * * * * * * * * * * */

#session-side-info-col {
	float: right;
	width: 316px;
	margin: 0 0 10px 10px;
	background: url(/img/backgrounds/stripe-light.png);
	color: #eee;
	text-align: center;
}

#session-side-info-col h2 {
	color: #fff;
	font: bold 1.8em "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	padding: 6px;
	text-align: left;
}

#session-additional-meta {
	font-size: 1.2em;
	background: #eee;
	width: 348px;
	padding: 5px;
	margin-bottom: 0.8em;
}

#session-additional-meta #session-author {
	float: left;
	width: 200px;
}

#session-additional-meta #meta-votes {
	float: right;
	width: 95px;
}

#session-additional-meta img {
	padding: 0 5px 0 5px;
}

#session-attachments, #session-videos, #session-images {
	background: #585858;
	border: 1px solid #434343;
	width: 94%;
	list-style-type: none !important;
	margin: 0 auto 8px auto !important;
	text-align: left;
}

#session-attachments li, #session-videos li, #session-images li {
	font-size: 1em;
	line-height: 1.35em;
	padding-bottom: 0.3em;
}

#session-attachments li a, #session-videos li a, #session-images li a {
	padding: 0 10px 0 20px;
	color: #fff !important;
	margin-left: 3px;
}

#session-toolbar {
	background: url(/img/backgrounds/stripe-light.png);	
	width: 100%;
	clear: both;
}

#session-toolbar ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 2%;
}

#session-toolbar ul li {
	line-height: 2.1em;
}

#session-toolbar ul li a {
	font-size: 1.5em;
	color: #fff;
	padding-left: 20px;
}

#session-toolbar-a {
	list-style-type: none !important;
	margin: 0 !important;
	float: left;
	width: 40%;
	text-align: left;
}

#session-toolbar-b {
	list-style-type: none !important;
	margin: 0 !important;
	float: right;
	width: 48%;
	text-align: left;	
}

.session-img { padding: 3px; }

#toolbar-send-friend { background: url(/img/icons/send_to_friend.png) no-repeat left center; }
#toolbar-make-notes { background: url(/img/icons/make_note.png) no-repeat left center; }
#toolbar-save { background: url(/img/icons/save_session.png) no-repeat left center; }
#toolbar-print { background: url(/img/icons/print.png) no-repeat left center; }
#toolbar-vote-up { background: url(/img/icons/vote_up.png) no-repeat left center; }
#toolbar-vote-down { background: url(/img/icons/vote_down.png) no-repeat left center; }
#toolbar-discuss { background: url(/img/icons/discuss.png) no-repeat left center; }
#toolbar-logout { background: url(/img/icons/logout.png) no-repeat left center; }

#toolbar-attach-video { background: url(/img/icons/attach_video.png) no-repeat left center; }
#toolbar-preview { background: url(/img/icons/preview.png) no-repeat left center; }
#toolbar-save { background: url(/img/icons/save.png) no-repeat left center; }
#toolbar-attach-doc { background: url(/img/icons/attach_doc.png) no-repeat left center; }
#toolbar-publish { background: url(/img/icons/publish.png) no-repeat left center; }
#toolbar-settings { background: url(/img/icons/settings.png) no-repeat left center; }

.attachment-pdf { background: url(/img/icons/attachment-pdf.png) no-repeat left center; }
.attachment-xls { background: url(/img/icons/attachment-xls.png) no-repeat left center; }
.attachment-doc { background: url(/img/icons/attachment-doc.png) no-repeat left center; }
.attachment-img { background: url(/img/icons/attachment-img.png) no-repeat left center; }
.attachment-mpg { background: url(/img/icons/attachment-mpg.png) no-repeat left center; }
.attachment-mp3 { background: url(/img/icons/attachment-mp3.png) no-repeat left center; }


/* * * * * * * * * * * * * * * * * * *
 * Send to a Friend
 * * * * * * * * * * * * * * * * * * */

#send-to-friend-box {
	text-align: left;
}

#send-to-friend-box label {
	float: left;
	display: block;
	width: 120px;
	
}


/* * * * * * * * * * * * * * * * * * *
 * Session Create/Edit
 * * * * * * * * * * * * * * * * * * */

#attachment-boxes {
	color: #fff;
	font-size: 1.2em;	
	margin: 5px 0 10px 0;
	width: 100%;
}

#attachment-boxes h3 {
	float: left;
	width: 48%;
	color: #474242;
	font-size: 1.4em;
	border-bottom: 2px solid #474242;
	margin-bottom: 2px;
}

#attachment-boxes h3.right {
	float: right !important;	
}

#attached-videos {
	float: left;
	width: 48%;	
	background: url(/img/backgrounds/stripe-light.png);
}

#attached-files {
	float: right;
	width: 48%;
	background: url(/img/backgrounds/stripe-light.png);
}

#attached-videos, #attached-files {
	margin: 0 !important;
	list-style-type: none !important;
	padding: 10px 0 10px 0;
}

#attached-videos li, #attached-files li {
	line-height: 1.5em;
	padding-left: 10px;
}

#attached-videos li a, #attached-files li a {
	color: #fff;
}

#upload-attachment-help {
	float: left;
	width: 25%;
	text-align: left;
	color: #888;
}

#upload-attachment-help p {
	padding: 10px 10px 10px 0;
}

#upload-attachment-help-file-list {
	float: right;
	width: 73%;
}

.upload-button-holder {
	background: #eee;
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}

.upload-button-holder object, .upload-button-holder input {
	margin: 10px auto 10px auto;
}

.remove-attachment, .remove-video, .remove-temp-attachment, .remove-temp-video {
	vertical-align: text-bottom;
	cursor: pointer;
}


/* * * * * * * * * * * * * * * * * * *
 * Session Forms
 * * * * * * * * * * * * * * * * * * */

form h4 {
	font-size: 1.4em;
	border-bottom: 2px solid #464646;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	width: 99%;
}

/* * * * * * * * * * * * * * * * * * *
 * Notes Styles
 * * * * * * * * * * * * * * * * * * */

#notes-popup {
	z-index: 999;
}

.session-notes-row {
	text-align: left;
}

.session-notes-row p {
	padding: 6px;
}

.session-notes-row textarea {
	margin: 6px;
	width: 90% !important;
}

/* * * * * * * * * * * * * * * * * * *
 * Footer
 * * * * * * * * * * * * * * * * * * */

#footer {
	width: 960px;
	background: url(/img/backgrounds/stripe-light.png);
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #eaeaea;
}

#legal-info {
	float: left;
	list-style-type: none;
	width: 35%;
	padding: 8px 0 8px 0;
	font-size: 1.14em;
}

#legal-info li {
	float: left;
	padding-left: 8px;
}

#copyright-info {
	float: right;
	text-align: right;
	width: 35%;
	color: #fff;
	padding: 8px 8px 8px 0;
	font-size: 1.14em;
}



/* * * * * * * * * * * * * * * * * * *
 * Home Page Specific
 * * * * * * * * * * * * * * * * * * */

#home-content-col {
	float: left;
	width: 300px;
}

#home-content-col h1 {
	color: #555;
	font: bold 1.6em "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	margin-bottom: 0.5em;
	padding-right: 1em;
	width: 90%;
}

#home-content-col h1 em {
	color: #adcf44;	
	font-style: normal;
}

#home-content-col p {
	font-size: 1.2em;
	margin-bottom: 1.1em;
	line-height: 1.4em;
	text-align: justify;
	padding-right: 1em;
}


#home-featured-col {
	margin-top: 6px;
	float: right;
	width: 660px;
	background: url(/img/backgrounds/stripe-light.png);
	color: #eee;
}

#home-featured-col h2 {
	color: #fff;
	font: bold 1.8em "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	padding: 6px;
}

#home-featured-session h2 {
	padding: 6px 0 6px 0;
}

#home-featured-col ul {
	padding: 0 6px 6px 6px;
	font-size: 1.2em;
}

#home-featured-col ul li {
	padding: 8px 0 8px 0;
	line-height: 1.4em;
}

#home-content-join-link {
	background: url(/img/backgrounds/join-button.jpg) no-repeat;
	width: 280px;
	height: 66px;
}

#home-content-join-link a {
	display: block;
	font-size: 22px;
	color: #fff;
	padding: 16px 0 0 75px;
	text-decoration: none;
}

#home-content-join-link a:hover {
	color: #eee;
}

#home-featured-advert {
	margin-top: 10px;
	width: 280px;
	background: url(/img/backgrounds/stripe-light.png);
	text-align: center;
	color: #eee;
}

#home-featured-advert h1 {
	border-bottom: 3px solid #fff;
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	color: #eee;
	text-align: left;
}

#home-featured-advert p {
	text-align: left;
	padding: 5px;
}

#home-content-summary {
	width: 660px;
	border-top: 6px solid #fff;
}

#home-content-summary-sessions {
	float: left;	
	width: 327px;	
}

#home-content-summary-posts-jobs {
	float: right;
	width: 327px;
}

#home-content-summary-posts {
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	height: 300px;
}

#home-content-summary-jobs {
	border-left: 6px solid #fff;
	height: 220px;
}

#home-featured-session {
	font-size: 1.2em;
}

#home-featured-session h2 a {
	color: #fff;
	text-decoration: none;
}

#home-featured-session h2 a:hover {
	color: #eee;
}

#home-featured-session-img {
	float: left;
	width: 266px;
}

#home-featured-session-img img {
	padding: 2px;
	border: 1px solid #595959;
	margin: 5px;
}

#home-featured-session-meta {
	float: right;
	text-align: left;
	width: 394px;
}

#home-featured-session-meta p {
	margin-bottom: 1em;
	line-height: 1.45em;
	padding-right: 10px;
}

#home-featured-session-controls {
	text-align: right;
	width: 96%;
}

#home-nav {
	display: block;
	border-bottom: 6px solid #fff;
	padding: 0 !important;
}

#home-nav li {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	padding: 0 !important;
	border-right: 1px solid #fff;
}

#home-nav li a {
	display: block;
	width: 100%;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4em;
}

#home-nav-last {
	border-right: none !important;
	width: 340px !important;
	text-align: right;
	background: none !important;
}

#home-nav-last label {
	display: block;
	float: left;
	font-size: 1.4em;
	padding: 11px 5px 0 5px;
}

#home-nav-last #input-holder {
	float: left;
	width: 176px;
	height: 40px !important;
	background: transparent url(/img/backgrounds/home-search-textbox.png) no-repeat center center;	
}

#home-nav-last input {
	border: none;
	color: #777;
	padding: 5px;
	margin-top: 2px;
	font-size: 1.5em;
	width: 160px !important;
	background: transparent;
}

#home-nav-last button {
	display: block;
	float: left;
	border: none;
	background: transparent url(/img/backgrounds/button-background-light.png) no-repeat center center;
	height: 40px !important;
	width: 70px;
	color: #fff;
	font: 1.24em Tahoma, Verdana, Arial, sans-serif;
	outline: none;
}


/* * * * * * * * * * * * * * * * * * *
 * Job Board
 * * * * * * * * * * * * * * * * * * */

#job-vacancy-list {
	margin-left: 0 !important;
}

#job-vacancy-list li {
	display: block;
	padding: 10px;
}

.job-vacancy-list-info {
	color: #222;
}

.row-even { background: #fff; }
.row-odd { background: #eee; }

#job-search-intro {
	float: left;
	width: 53%;
}

#job-search-box {
	float: right;
	width: 45%;
	color: #fff;
	background: url(/img/backgrounds/stripe-light.png);	
}

#job-search-box h2 {
	color: #fff;
	font-size: 1.5em;
	padding: 6px 6px 0 6px;
}

#job-search-form {
	padding: 0 6px 6px 6px;
}

#job-search-form label {
	display: block;
	float: left;
	width: 100px;
}

#job-search-form .form-button-row {
	padding-top: 5px;
}

#job-search-form button {
	padding: 3px;
}

/* * * * * * * * * * * * * * * * * * *
 * Job View
 * * * * * * * * * * * * * * * * * * */

#job-view-meta {
	background: url(/img/backgrounds/stripe-light.png);
	color: #fff;
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
}

#job-view-logo {
	background: #fff;
	width: 100%;
	padding: 0 0 10px 0;
}

#job-view-meta h2 {
	color: #fff;
	font-size: 1.5em;
	padding: 10px 10px 0 10px;
}

#job-view-meta-info {
	padding: 0 10px 10px 10px;
	font-size: 1.2em;
}

#job-view-meta-info li {
	line-height: 1.6em;
}

#job-apply-button {
	border-top: 2px solid #fff;
	text-align: center;
	font-size: 1.5em;
	vertical-align: middle;
	padding: 10px 0 10px 0;
}


/* * * * * * * * * * * * * * * * * * *
 * Error/Confirmation Boxes
 * * * * * * * * * * * * * * * * * * */

#form-feedback-errors {
	border-top: 1px solid #a82743;
	border-bottom: 1px solid #a82743;
	background: #df9dab;
	width: 90%;
	color: #a82743;
	text-align: left;
	margin: 1em auto 1em auto;
}

#form-feedback-success {
	border-top: 1px solid #008720;
	border-bottom: 1px solid #008720;
	background: #bddfc5;
	width: 90%;
	color: #008720;
	text-align: left;
	margin: 1em auto 1em auto;
}

#form-feedback-errors p { color: #a82743 !important; }
#form-feedback-success p { color: #008720 !important; }

#form-feedback-errors p, #form-feedback-success p {
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#form-feedback-errors ul, #form-feedback-success ul {
	margin-left: 25px;
	margin-top: 0.6em;
	margin-right: 7px;
	list-style-type: square;
}

#form-feedback-errors ul li, #form-feedback-success ul li {
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	margin-bottom: 0.6em;
}


/* * * * * * * * * * * * * * * * * * *
 * My Account
 * * * * * * * * * * * * * * * * * * */

#my-account-navigation {
	margin-left: 125px;
	margin-bottom: 10px;
}

#my-account-navigation li {
	display: block;
	float: left;
	background: url(/img/backgrounds/stripe-light.png);
	padding: 8px;
	margin-right: 1px;
}

#my-account-navigation li a {
	color: #fff;
	font-size: 1.2em;
}

#my-account-navigation li a:hover {
	color: #eee;
}

.view-receipt {
	cursor: pointer;
}

.feature-btn {
	display: block;
	border: none;
	background: transparent url(/img/backgrounds/button-background-typical.png) no-repeat center center;
	height: 40px;
	width: 160px;
	color: #fff;
	font: 1.24em Tahoma, Verdana, Arial, sans-serif;
	outline: none;
	margin: 0 auto 0 auto;
}

.feature-btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	padding: 11px 0 0 0;
}

.feature-btn a:hover {
	color: #fff;	
}

.feature-btn img {
	vertical-align: middle;
}


/* * * * * * * * * * * * * * * * * * *
 * General Styles
 * * * * * * * * * * * * * * * * * * */

.full-width {
	width: 99%;
}

.required-text {
	color: #ac0000;
}

.icon-column {
	text-align: center;
	width: 25px;
}

.number-column {
	text-align: right;
	width: 50px;	
}

.form-note {
	float: right; 
	clear: right;
	color: #888;
	font-size: 0.9em !important;
	text-align: left !important;
	width: 120px;
}

.dialog-explanation {
	background: #efefef;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}


/* * * * * * * * * * * * * * * * * * *
 * Specific Link Styles
 * * * * * * * * * * * * * * * * * * */

.link-vote-up { 
	background: url(/img/icons/vote_up.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;
	line-height: 24px;
}

.link-vote-down {
	background: url(/img/icons/vote_down.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;	
	line-height: 24px;
} 

.link-view-video {
	background: url(/img/icons/view_video.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;	
	line-height: 24px;
} 

.link-register { 
	background: url(/img/icons/register.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;
	line-height: 24px;
}

.link-remove {
	background: url(/img/icons/remove.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;	
	line-height: 24px;
} 

.link-edit {
	background: url(/img/icons/edit.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;	
	line-height: 24px;
} 

.link-save-session {
	background: url(/img/icons/save_session.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;		
	line-height: 24px;
}

.link-download {
	background: url(/img/icons/download.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;		
	line-height: 24px;
}

.read-more {
	background: url(/img/icons/read_more.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 20px;
	line-height: 24px;
}


/* * * * * * * * * * * * * * * * * * *
 * View Video Styles
 * * * * * * * * * * * * * * * * * * */

#view-video-holder {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


/* * * * * * * * * * * * * * * * * * *
 * Session/News Lists
 * * * * * * * * * * * * * * * * * * */

.session-item, .news-item {
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	background: #efefef;
	margin-bottom: 10px;
	padding: 6px;
}

.session-item-toolbar {
	font-size: 1.2em;
	text-align: right;
	padding-right: 10px;
}


/* * * * * * * * * * * * * * * * * * *
 * SWFUpload Styles
 * * * * * * * * * * * * * * * * * * */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress, .progressBarComplete, .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('/img/cancel-small.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


.swfupload {
	vertical-align: top;
}


.admin-table {
	margin: 10px 0 10px 0;
	width: 100%;
	font-size: 1.2em;
}

.admin-table th, .admin-table td {
	padding: 4px;
}

.admin-table th {
	background: url(/img/backgrounds/stripe-light.png);
	color: #fff;
	font-weight: bold;
}

.admin-table-toolbar {
	text-align: right;
}