@charset "UTF-8";
/* CSS Document */

a:active, a:focus { 
 outline: none; 
 color: #FFFFFF;

 ie-dummy: expression(this.hideFocus=true);
}

a {
	color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #6FB4F2;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a img {outline : none;}

img {border : 0;}


#sample {
    border: 1px solid black;
    height: 15px;
    padding: 12px;
    overflow: hidden;    
}

table {
	
	border-collapse:collapse;
	
	}
tr {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
	
}
th p{
	text-transform: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

th h3{
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}
th {
	
	
	background-color: #178BCB;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
}


td {
	
	padding: 7px 10px 10px 10px;
	}
	




html, body 
{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
}

.login {
	overflow: auto; /* this "clears" the floated elements */
	width: 260px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	background-color: #0E5BA0;
	border-radius: 10px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.login label {
	display: block;
	margin-left: 10px;
	float: left;
	clear: both;
	color: #ffffff;
}

.login small {
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 200px;
	clear: both;
	height: auto;
}
.login a {
	margin-left: 10px;
	float: left;
	clear: both;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.login fieldset {

	border: 1px solid #FFFFFF; /* Default fieldset borders vary cross browser, so make them the same */
	font-weight: bold;
	border-radius: 10px;
	padding: 20px;
	color: #FFF;
}


.login input {
	float: right;
	margin-right: 10px;
	width: 100px;
}

.login legend { 
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px; }

.login input.button {

}
/*///////Register CSS//////////*/
.register {
	overflow: auto; /* this "clears" the floated elements */
	width: 500px;
	display: inline-block;
	border-radius: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	background-color: #0E5BA0;
}

.register textarea {
	float: right;
	margin-right: 10px;
	width: 200px;
	height: 40px;
}
.register label {
	
	margin-left: 10px;
	float: left;
	clear: both;
	color: #ffffff;
}

.register small {
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 200px;
	clear: both;
	height: auto;
}
.register a {
	margin-left: 10px;
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.register fieldset {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #FFFFFF; /* Default fieldset borders vary cross browser, so make them the same */
	font-weight: bold;
	color: #FFF;
}
.register legend { 
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px; }

.register input {
	float: right;
	margin-right: 10px;
	width: 200px;
}
.register select {
	float: right;
	margin-right: 10px;
	width: 200px;
}
.register #submit {
	float: right;
	margin-right: 10px;
	width: 100px;
	clear: both;
}
.register input#left {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.register input.button {

}


/*///////Register1 EXAMPLES CSS CSS//////////*/
.register1 {
	overflow: auto; /* this "clears" the floated elements */
	width: 100%;
	display: inline-block;
	border-radius: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: -20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	background-color: #0E5BA0;
}

.register1 label {
	
	margin-left: 10px;
	float: left;
	clear: both;
	color: #ffffff;
}

.register1 small {
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 200px;
	clear: both;
	height: auto;
}


.register1 input {
	float: right;
	margin-right: 10px;
	width: 200px;
}
.register1 select {
	float: right;
	margin-right: 10px;
	width: 100px;
}

.register1 input.button {

}













#header {
	background-color: #ffffff;
	height: 140px;
	width: 99%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#headerImage {
	float: left;
	height: auto;
	width: auto;
	padding: 23px;
}




#sidebar {
	width: 15%;
	height: 100%;
	margin: 0;
	padding-left: 0;
	float: left;
	list-style: none;
	background-color: #FFFFFF;
	display: inline-block;
	 }

	
#sidebar ul {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: inside;
}

#sidebar li {
	margin: 0;
	margin-left: 0;
	background-color: #FFF;
	height: 10%;
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#sidebar li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #0E5BA0;
	border-right: 0px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#sidebar li.activelink a,ul#nav li.activelink a:hover{
	color: #ffffff;
	background-color: #178BCB;
}
		
#sidebar li a:hover {
		color: #ffffff;
		background-color: #178BCB; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: X-Large;
	color: #0E5BA0;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: Large;
	color: #0E5BA0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: Medium;
	color: #666;
}
#content {
	background-color: #FFF;
	width: 74%;
	float: left;
	padding: 5px;
	display: inline-block;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	height: 50px;
	width: 97%;
	background-color: #FFF;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	margin: 10px;
	padding: 10px;
	color: #999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.HeaderTitle {
	margin-left: 6px;
	height: 80px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #0E5BA0;
	text-align: center;
	font-weight: bold;
}
.HeaderOptions{
	padding: 8px;
	padding-right: 20px;
	margin-left: 240px;
	height: 20px;
	width: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	}
.HeaderStars{
	padding-bottom: 8px;
	padding-right: 30px;
	margin-left: 240px;
	height: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
}
#crewTabs {
	width: 100%;
	margin-top: -5px;
	margin-left: -5px;
	padding-top: 15px;
	margin-left: 0px;
	height: 130px;
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/// STYLES FOR LSA ///


.lsa {
	
	padding: 5px;
	margin: 5px;
	display: inline-block;
	}
.lsa
  {	height: 230px;
	  width: 148px;
	
	background-color: #ffffff;
	
	
	position: relative;
	text-align: center;  
	  
	  
	  
  margin:2px;
  border:2px solid #0E5BA0;
  height:auto;
  padding: 4px;
  border-radius: 10px;
  width:auto;
  float:left;
  text-align:center;
  }
  
div.lsa img
  {
  display:inline;
  margin:3px;
  }
div.desc
  {
  text-align:center;
  
  
  font-weight:normal;
  width:120px;
  margin:2px;
  }
 div.lsa h1
  {
	text-align: center;
	color: #0E5BA0;
	font-size: medium;
  }   

 div.lsa p
  {
	text-align: center;
	color: #0E5BA0;
	font-size: small;
  } 

div.lsa:hover
  {
 background-color: #66CCFF;
  }

/* GRAPH FOR CONTENT PAGES*/
.graphcont {
	padding-top: 10px;
	color: #C33;
	font-weight: 700;
	float: left;
	border: medium solid #903;
}

lsa.graphcont {
	padding-top: 10px;
	color: #C33;
	font-weight: 700;
	float: left;
	border: medium solid #903;
}

.graph {
	float:right;
	margin:0px;
	background-color:#0C0;
	position:relative;
	border:2px solid #0E5BA0;
width:150px;	
}

.graph .bar {
	display: block;
	
	position: relative;
	background-color:#F00;
	background-image: url(images/bargraphR.gif);
	background-position: left center;
	background-repeat: repeat-x;
	border-right: #538e02 1px solid;
	text-align: center;
	color: #fff;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	background-color: #FF0000;
}

.graph .bar span {
position:absolute;
left:1em
}

fieldset {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #000000; /* Default fieldset borders vary cross browser, so make them the same */
	color: #000000;
	margin-top: 20px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #0E5BA0;
}

select {
	
	
}
option {
	
	
}

a.button{
	color: white;
	border: thin solid #000;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	}
	
tabled {
	color: #333;
	border: thin solid #000;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 90%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
tabled:hover {
	color: white;
	background: #0E5BA0;
}
a.button:link {
	color: white;
	background: #FF9900;
	}
a.button:hover {
	background: #FF6600;
	}

button {
	display: inline-block;
	background: #FF6600;
	padding: 5px 10px;
	text-align: center;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	border: thin solid #000;
}

button:hover {
	display: inline-block;
	background: #FF9900;
	padding: 5px 10px;
	text-align: center;
	border-radius: 10px;
	color: black;
	font-weight: bold;
	border: thin solid #000;
}

#rounded {
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 90%;
	background: #CCC;
	margin: 5px;
	padding: 5px;
	border: thick solid #666666;
}

#badge {
	display: inline;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 70px;
	margin: 1px;
	padding: 4px;
	border: medium solid #FFFFFF;
	position: relative;
	top: -2px;
	left:98%;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}
#badged {
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 20px;
	margin: 1px;
	padding: 4px;
	border: thin solid #000000;
	position: relative;
	top: -45px;
	right: -30px;
	font-weight: normal;
	color: #FFF;
	background-color: #FFF;
	clear: none;
	float: right;
}