/*	$Id: blue.css,v 1.5 2010/01/24 00:28:22 spud Exp $	*/

			body {
				margin: 0;
				padding: 0;
				font-family: "Trebuchet MS", Verdana, Sans-Serif;
				font-size: 14px;
				color: #fff;
				background-color: #0e113f;
				background-image: url(../../graphics/elements/background-blue.png);
				background-repeat: no-repeat;
				background-position: center;
				background-attachment: fixed;
			}
			
			div.logo {
				position: fixed;
				top: 10px;
				right: 20px;
				width: 195px;
				z-index: 20;
			}
			
			#portal {
				margin: 0 auto;
				width: 880px;
			}
			
			#content {
				padding-top: 100px;
				color: #fff;
				text-align: center;
			}
			
			fieldset {
				border: 1px solid #00afed;
				border-collapse: collapse;
				margin: 20px 120px;
				padding: 10px;
				padding-top: 0;
				line-height: 130%;
				width: auto;
				text-align: left;
				-webkit-border-radius: 5px;
				background-image: url(../../graphics/elements/fieldset-blue.png);
				background-repeat: repeat;
			}
			
			h1 {
				margin: 10px 0 6px 0;
				font-size: 18px;
				font-weight: bold;
				padding-bottom: 4px;
				border-bottom: 1px solid #00afed;
			}
			
			h2 {
				margin: 10px 0 6px 0;
				font-size: 14px;
				font-weight: bold;
				padding-bottom: 4px;
				border-bottom: 1px solid #00afed;
			}
			
			h2.green {
				margin: 10px 0 6px 0;
				font-size: 14px;
				font-weight: bold;
				padding-bottom: 4px;
				border-bottom: 1px solid #bbd345;
				color: #bbd345;
			}
			
			hr {
				border: 0;
				color: #00afed;
				background-color: #00afed;
				height: 1px;
			}
			
			.error {
				color: #ff0;
			}
			
			.debug {
				color: #f60;
			}
			
			a.clientlink, a:visited.clientlink, span.clientlink {
				text-decoration: none;
				color: #fff;
				padding-left: 10px;
			}
			
			a.active, a:visited.active {
				color: #ff0;
				padding-left: 10px;
				text-decoration: none;
			}
			
			span.clientlink {
				font-style: italic;
				color: #ccc;
			}
			
			a:hover.clientlink {
				text-decoration: underline;
			}
			
			table.entryform {
				width: 100%;
			}
			
			#footer {
				margin: 10px 120px;
				font-style: normal;
				font-size: 12px;
			}
			
			#footer a {
				text-decoration: none;
				color: #fff;
			}
			
			#footer a:hover {
				text-decoration: underline;
				color: #fff;
			}
			
			

			#syndata1 { border: 1px solid #00afed; border-collapse: collapse; width: 75%;}
			#syndata1 tr { padding: 10px; }
			#syndata1 td { border: 1px solid #00afed; }
			#syndata1 td.logthumb { padding: 10px; }
			#syndata1 td.logtitle { padding: 5px 10px 0 10px; font-weight: bold; border: none; border-top: 1px solid #00afed; }
			#syndata1 td.logtitle a {
				text-decoration: none;
				color: #fff;
			}
			#syndata1 td.logtitle a:hover {
				text-decoration: underline;
				color: #fff;
			}
			#syndata1 td.logstats { font-size: 11px; padding: 0 10px 5px 10px; font-style: italic; border: none; }
			#syndata1 td.logsummary { font-size: 11px; padding: 0 10px 10px 10px;  border: none;}
			#syndata1 td.loginstruct { padding: 10px;  border: none; border-top: 1px solid #00afed; }
			#syndata1 td.logadobe { padding: 10px; text-align: center; }
			
			td.starthumb { padding: 10px 0 10px 10px;}
			td.starthumb img { border: none; }
			td.startitle { font-size: 11px; font-weight: bold; margin: 10px; text-align: left; background: #f60; }
			td.starstats { font-style: italic; }
			td.starsummary { font-size: 10px; }
			
