﻿body {
	padding:0px;
	margin:0px;
}

#doc {
	width:760px;
	margin:auto;
	background:url(../images/main_bg.jpg) center top repeat-y #ffffff;
	font-family:Arial, Helvetica, sans-serif;
    font-size:80%;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	padding:0 28px 0 28px;
}

h1, h2, h3, h4, h5, h6, p, form, ul, li {
	margin:0px;
	padding:0px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.underline {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

#header {
	padding:16px 0 1px 0;
	/*height:116px;*/
	font-size:85%;
	color:#1d406d;
	border-bottom:1px #1d406d solid;
}

#header #logo {
	float:left;
	width:145px;
	padding:0 0 16px 0;
}

#header #strapline {
	float:left;
	width:350px;
	padding:15px 0 0 5px;
}

#header #contacttext {
	float:right;
	text-align:right;
	width:200px;
	padding:5px 2px 0 0;
	line-height:110%;
}

#header #contacttext p {
	padding:0 0 8px 0;
}

#header #banner {
	clear:both;
	height:180px;
	background:#4f8bc9;
	float:none;
	padding:0px;
}

#header #banner #imageholder {
	width:180px;
	float:left;
}

#header #banner h5 {
	float:left;
	width:500px;
	padding:30px 0 0 30px;
	font-size:180%;
}

#mainContent {
	clear:both;
	padding:20px;
}

#mainContentLogin {
	clear:both;
	padding:10px 0 10px 0;
}

#bgBlue {
	background:#cadcef;
	padding:10px;
}

.right_links {
	float:right;
}

h1 {
	color:#1d406d;
	font-size:130%;
	padding-bottom:20px;
}

h2 {
	color:#1d406d;
	font-size:120%;
	padding-bottom:10px;
}

#loginform {
	width:300px;
	margin:auto;
	padding:40px 0 80px 0;
}

#loginform label {
	width:80px;
	float:left;
	padding:4px 0 0 0;
}

#loginform input {
	float:left;
}

.loginform {
	width:300px;
	margin:auto;
	padding:40px 0 80px 0;
}

.loginform label {
	width:80px;
	float:left;
	padding:4px 0 0 0;
}

.loginform input {
	float:left;
	width:180px;
}

#detailsform {
	width:700px;
	margin:auto;
	padding:20px 0 60px 0;
}

#detailsform fieldset {
	border:1px #1d406d solid;
	margin-bottom:20px;
	padding:10px;
}

#detailsform legend {
	border:1px #1d406d solid;
	padding:6px 4px 4px 10px;
	color:#ffffff;
	background:#1d406d;
	width:250px;
	margin-bottom:10px;
}

#detailsform label {
	width:180px;
	float:left;
	padding:6px 4px 2px 4px;
	background:#cfd7d7;
	margin:0 3px 3px 0;
}

#detailsform input {
	float:left;
	width:200px;
	margin:0 3px 3px 0;
}

#detailsform .checkbox input {
	width:20px;
}

#detailsform select {
	float:left;
	width:240px;
}

#detailsform input.medium {
	width:160px;
}

#detailsform input.narrow {
	width:120px;
}

#detailsform .flowNet input {
	clear:both;
	width:20px;
	margin-top:4px;
}

#detailsform input.selectAll {
	clear:both;
	width:100px;
	margin-top:4px;
	margin-bottom:20px;
	margin-left:20px;
}

#detailsform .flowNet label {
	width:580px;
}

.h2clear {
	clear:both;
	padding:0 0 10px 0;
}

p {
	clear:both;
	padding-bottom:10px;
}

p.padding4 {
	padding:4px;
}

p.submit {
	padding:4px 0 0 80px;
}

.adminLoginSubmit
{
    padding:4px 0 0 80px;
}

p.submitwide {
	padding:4px 0 0 200px;
}

p.chart
{
    padding-bottom:40px;
}

#detailsform p.submitwide input {
	width:120px;
}

.noResults {
	padding:30px 0 40px 0;
}

.mainlinks {
	text-align:left;
	font-size:120%;
	margin:0px;
	padding:30px 0px 30px 30px;
}

.mainlinks li {
	padding:4px 0px 2px 0px;
	list-style-image:url(../images/bullets/bullet_other.gif);
}

#footer {
	clear:both;
	font-size:75%;
	color:#456071;
	padding:0px 0 0 0;
}

#footer #strip {
	height:12px;
	background:#1d406d;
	padding:1px 0 1px 0;	
}

#footer #innerstrip {
	height:10px;
	background:#1d406d;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#footer ul {
	list-style:none;
	padding:10px 0px 4px 0px;
	margin:auto;
}

#footer li {
	display:inline;
	padding:0px 2px 0px 2px;
}

#footer li a {
	color:#456071;
	text-decoration:none;
}

#footer li a:hover {
	color:#456071;
	text-decoration:underline;
}

#footer p.left {
	float:left;
	clear:none;
	padding:0px 0px 0px 0px;
}

#footer p.right {
	float:right;
	clear:none;
	padding:0px 0px 0px 0px;
}

#footer p a {
	color:#456071;
	text-decoration:none;
}

#footer p a:hover {
	color:#456071;
	text-decoration:underline;
}

#footer #legal {
	clear:both;
	text-align:center;
	font-weight:normal;
	padding-top:20px;
	font-size:100%;
	line-height:160%
}




.ProcessDiv
{
    background-color:#CCCCCC;
    border:solid 1px #999999;
    width:100%;
    padding:3px;
    margin:5px;
    text-align:center;
}

.QuestionsTable
{
   	width:700px;
	font-size:90%;
	margin-bottom:20px;
	
	border-collapse:collapse;
}

.QuestionsTable th
{
    padding:5px;
	text-align:center;
	border:3px solid #ffffff;
	background:#1d406d;
	color:#FFFFFF;
}

.QuestionsTable td
{
   	padding:5px;
	border:3px solid #ffffff;
	background:#cfd7d7;
}

.QuestionsTable .number {
	text-align:center;
	font-weight:bold;
	border-bottom:0px;
	border-top:0px;
}

.QuestionsTable .question {
	background:#eeeeee;
	border-bottom:0px;
	border-top:0px;
}

.QuestionsTable .answer {
	border-bottom:0px;
	border-top:0px;
}

.QuestionsTable .empty {
	border-bottom:0px;
	border-top:0px;
}

.QuestionsTable #QuestionsTableCol1
{
    width:100px;
}

.QuestionsTable .QuestionsTableAlt
{
    height:6px;
	background:#ffffff;
	border-bottom:0px;
	border-top:0px;
}

.QuestionsTable #QuestionsTableCol2
{
    width:500px;
}

.QuestionsTable #QuestionsTableCol3
{
    width:200px;
}

.QuestionsTable .button_next {
	text-align:right;
}

.QuestionsTable .button_prev {

}

.ErrorMessage
{
    color:Red;
}

.ErrorBox
{
    border:solid 1px red;
    width:100%;
    padding:3px;
    margin:5px 0 5px 0;
    text-align:center;
    color:red;
}

.PaCompleteBox
{
    text-align:center;
    padding:10px;
    border:dashed 1px #4f8bc9;
}

/*Gridview Styles*******************************/
.Gridview
{
    width:700px;
	font-size:90%;
	margin-bottom:20px;
}

.Gridview input {
	font-size:90%;
}	

.GridviewHeader
{
    
    color:#FFFFFF;
    text-align:left;
}

.Gridview th
{ 
	padding:5px;
	text-align:center;
	border:3px solid #ffffff;
	background:#1d406d;
}

.Gridview td
{ 
	padding:5px;
	text-align:center;
	border:3px solid #ffffff;
}

.GridviewHeader a
{
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
}

.GridviewPager td
{
    background:#CADB2A;
    color:#ffffff;
	padding:2px;
}

.GridviewPager a
{
    text-decoration:none;
    font-weight:bold;
    color:#036D39;
}

.GridViewRow
{
    background-color:#cfd7d7;
    text-align:left;
}

.GridViewAltRow
{
    background-color:#cfd7d7;
}

table {
	font-size:100%;
}

td {
	font-size:100%;
}

/*Gridview Styles*******************************/

#videoHolder {
	background:#cadcef url(../images/fade_bg.jpg) repeat-x top left;
	padding:20px;
}

#flashVideo {
	height:284px;
	width:320px;
	float:left;
}

.downloadbar {
	color:#000000;
	font-size:85%;
	float:right;
	width:308px;
	height:124px;
	padding:150px 10px 10px 10px;
	background:url(../images/podcasts-download-bg.gif) no-repeat bottom;
	font-weight:bold;
}

.downloadbar .greyText {
	color:#777777;
}

.downloadbar img {
	border:0px;
	vertical-align:text-bottom;
}

.downloadPreview {
	background:url(../images/podcasts-preview-download-bg.gif) no-repeat bottom right;
	padding:30px 10px 10px 30px;
}

.downloadRight {
	float:left;
}

.downloadLeft {
	float:left;
}


.downloadOption {
	padding:5px 0 0 0;
	height:36px;
}

.downloadImage {
	float:left;
	padding-right:10px;
}

.downloadText {
	float:left;
}

.downloadDivider {
	clear:both;
	height:1px;
	background:url(../images/podcasts-divider.gif) no-repeat top center;
	display:block;
	font-size:1px;
}

.downloadPreview .downloadDivider {
	background:url(../images/podcasts-preview-divider.gif) no-repeat top center;
}


#colHolder {
	background:#cadcef url(../images/whiteBorder.gif) repeat-y center;
	border-top:1px solid #FFFFFF;
}

#leftCol {
	width:340px;
	float:left;
	text-align:left;
	padding:25px 20px 20px 20px;
	/*background:#cadcef;*/
}

#rightCol {
	float:right;
	width:340px;
	text-align:left;
	padding:25px 20px 20px 20px;
	/*background:#cadcef;*/
}

.videoLists {
	list-style:none;
	padding-top:20px;
}

.videoLists li {
	padding:0 0 15px 0;
}

.active {

}

.inactive {
 	color:#79848f;
}

.playing {
	color:#518dca;
}

.darkBlueLarge {
	font-size:130%;
}

.darkBlue {
	color:#1d406d;
}

.whiteLarge {
	font-size:150%;
	color:#FFFFFF;
	text-align:center;
	padding-bottom:15px;
	line-height:150%;
}

.videoLeft {
	width:320px;
	height:284px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.videoRight {
	width:320px;
	height:284px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.previewVideo {
	clear:both;
	padding-top:20px;
}

.noClear {
	clear:none;
}

.linkHighlight {
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
}

.linkHighlight:hover {
	text-decoration:none;
}

.subtext {
	font-size:85%;
}

.imgLeft {
	float:left;
	margin-right:20px;
}

.videoTextSide {
	clear:none;
	padding-top:100px;
	text-align:center;
}

/*#########################
########FOOTER#########
#########################*/

#footerContainer {
	width:100%;
	text-align:center;
	padding:0px 0px 20px 0px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d406d;
}



#footer {
	list-style:none;
	padding:10px 0px 0px 0px;
	margin:auto;
	width:100%;
	font-size:85%;
}

#footer li {
	display:inline;
	padding:0px 0px 0px 0px;
}

#footer li a {
	color:#1d406d;
	text-decoration:none;
}

#footer li a:hover {
	color:#1d406d;
	text-decoration:underline;
}

#footerContainer p.left {
	float:left;
	clear:none;
	padding:0px 0px 0px 40px;
}

#footerContainer p.right {
	float:right;
	clear:none;
	padding:0px 40px 0px 0px;
}

#footerContainer p a {
	color:#1d406d;
	text-decoration:none;
}

#footerContainer p a:hover {
	color:#1d406d;
	text-decoration:underline;
}
