/* HTML TAGS */

/* ---( main body )------------------------------------ */
body {
	margin:  0 30px 30px 30px; 
	padding: 0; 
	background-color: #070E44; 
	font: 81.25%/1.3  Verdana, Arial, Tahoma, Lucida sans-serif;
}

  
/* ---( all links )------------------------------------ */  
a {color: red; text-decoration: none;}
a:visited{text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}

/* ---( replaces horizontal rule with image <div class='hr"></div> goes in the html )------------------------------------ */
div.hr {display: none}
/*/*/a{}
div.hr {display: block; height: 10px; background-image: url(/images/hr2.gif); background-repeat: no-repeat; background-position: left center; margin: 1em 0 2em 20px;}
hr {display:none}/* */
  

/* ---( headings )------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: red;
}
h1 {
	margin: 0 0 0 10px; 
	font-size: 2em; 
}
h2 {
	margin: 0 0 0 10px; 
	font-size: 1.5em; 
}

    
   
    
/* ---( Main Layout Styles )------------------------------------ */


/* ---( main container )------------------------------------ */
#container {
	position: relative; 
	width: 800px; 
	margin: 0 auto;
	border: 1px solid #999;
	background-color: #fff;
}


/* ---( header )------------------------------------ */
#header {
	position: relative; 
	left: 0; 
	width: 800px;
	height: 88px;
	background: url(/images/header.jpg) top center no-repeat;
}

/* ---( logo image )------------------------------------ */
.logo {
	width: 151px;
	height: 55px;  
	position: relative; 
	left: 10px; 
	top: 0; 
	font-size: .1em
}
.logo span {
	background: url(/images/logo.jpg) no-repeat left top; 
	position: absolute; 
	left: 0; 
	top: 0; 
	display: block; 
	width: 151px;
	height: 55px;
	cursor: pointer;
}
.logo a:link, .logo a:visited, .logo a:hover  {
	color: #fff; 
	text-decoration: none;
}


/* ---( log-in form )------------------------------------ */
#log-in-box {
	position: absolute; 
	bottom: 20px; 
	right: 10px;
	width: 285px;
	border: 0px solid #ccc;
}
#log-in-form {
position: relative;
left: 4px;
margin: 0; 
padding: 0;
}
#log-in-form p.user {
margin: 0 5px 0 0; 
padding: 0;
float: left;
}
#log-in-form p.pass {
margin: 0; 
padding: 0;
float: left;
}
#log-in-form p.log-in-button {
margin: 40px 0 0 5px; 
padding: 0;
float: left;
}
#log-in-form label {
color: red;
font-size: .9em;
font-weight: bold;
position:relative;
top: 1.2em;
}
#log-in-form input#user, #log-in-form input#pass {
	border: 1px solid #ccc; 
	width: 100px;
}
#log-in-form #log-in {
	background: url(/images/login-back.jpg) top left no-repeat;
	border: none;
	width: 53px;
	height: 27px;
	cursor: pointer;
}
#forgot {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: .8em;
}






/* ---( banner )------------------------------------ */
#banner {
	position: relative;
	width: 800px;
	height: 197px;
	z-index: 100;
}
#banner-left {
	float: left;
	background: url(/images/banner-left.jpg) top center no-repeat;
  	width: 663px;
	height: 197px;
}
#banner-right {
	float: left;
	margin-left: 3px;
	background: url(/images/nav-back.jpg) top center no-repeat;
  width: 131px;
	height: 197px;
}

#insidebanner {
	position: relative;
	padding-left: 10px;
	padding-top: 3px;
}



/* ---( main nav )------------------------------------ */
#nav {
  font: 1.1em/1.4em Verdana,Arial, Helvetica, sans-serif;
  font-weight: bold;
  z-index: 200;
}
#nav ul {
	width: 100px;
  margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
}
#nav li {
  padding:0;
  margin: 0;
  padding: 0 0 3px 0;
	border-bottom: 1px solid #FA453F;
}
#nav a {
  margin: 0 5px 0 5px;
  padding: 0 0 3px 0;
  text-decoration:none;
  color: #fff;
}
#nav a:hover {
  text-decoration: underline;
}


/* ---( left column )------------------------------------ */
#leftColumn {
	color: #333; 
	position: relative; 
	float: left; 
	width: 90%; 
	padding: 0px 20px 30px 10px;
	background-color: #fff;

}

#leftColumn p {
	font-size: 1em; 
	text-align: justify; 
	padding:0px;
	margin-left: 50px;
	font-weight: bold;
	color: #B4BAE2;
}
#leftColumn p span.red-bold-text {
	color: red;
}
#leftColumn p img {
	margin: 0px 0px -3px -30px;
}


/* ---( right column )------------------------------------ */
.right {
	float: right; 
	width: 240px; 
	margin: 0 10px 40px 0;
	border-left: 1px dotted #B4BAE2;
}
.rightColumnIn {
	padding: 0px 0 20px 0; 
}
.right img {
	margin: 10px 0 0 20px;
}



/* ---( copyright )------------------------------------ */
.copyright {
	text-align: center;
	color: #eee;
	font-size: .8em;
}

.copyright a{
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}

.copyright a:visited{
	color: #ffffff;
	text-decoration: none;
}

span.topMessage
{
	color: #FF0000;
	font-weight: bold;
}

div.topMessage
{
	position: relative;
	color: #FF0000;
	font-weight: bold;
}

div.errorMessage
{
	position: absolute;
	margin-left:  16em;
	color: #FF0000;
	font-weight: bold;
}

div.loadingMessage
{
	position: absolute;
	margin-left:  16em;
	padding-right: 56px;
	font-weight: bold;
}

div.statusMessage
{
	position: absolute;
	margin-left:  16em;
	color: #006600;
	font-weight: bold;
}

fieldset.sidebar
{
	border: 0 none transparent;
	background-color: #FFF;
}

fieldset
{
	margin-top: 0.5em;
	border: 1px solid #EFEFEC;
	padding: 1em;
	background-color: #EFEFEC;
}

* html fieldset
{
	border: 0 none transparent;
}

fieldset.submit
{
	border: 0 none transparent;
	background-color: transparent;
	text-align: center;
}


input
{
	display: block;
}

input.error
{
	background-color: #FFCCCC;
}

input.submit
{
	display: inline;
	width: 15em;
}

input.text
{
	width: 15em;
}

label
{
	display: block;
	margin-top: 1em;
}

legend
{
	font-weight: bold;
	font-size: 115%;
}

* html legend
{
	margin-left: -6px;
}

p
{
	margin-top: 2em;
}

textarea
{
	width: 30em;
	height: 4em;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#footer
{
	margin-top: 5em;
	color: #999999;
	text-align: right;
}

#footer a
{
	color: #999999;
}

#footer h2
{
	font-size: 100%;
}

#footer ul
{
	list-style-type: square;
	margin-left: 1.2em;
}

#receipt
{
	width: 7em;
}

#submit.loading
{
	padding-right: 56px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.smaller
{
	font-size:85%;
}

.small
{
	font-size:75%;
}


.red
{
	color: red;
}

/* CLASSES */

.hidden
{
	position: absolute;
	left: -10000px;
}

div#supcastinfo div{float: none;  margin: 0 0 5px 0px;}
h3.supcastinfo{font-size: 115%;margin:0 0 10px;padding: 2px 0; color: red ;text-align: left;}
p.supcastinfo{background: #fff; margin:0 ;padding: 3px; border: 1px solid red; line-height: 1.0; color: #000; text-align: left; font-size: 100%; height: 60px; width: 200px;}



