/* ------------------------- Standard Element Styles ------------------------- */
img{
	border:0;
}

body {
	margin: 0;
	background:#272425;
	
}

/* ----------------- Style for Main Horizontal Navigation Bar ---------------- */
#top-menu {
  font-size: 16px;
  background-color: #fff;
  margin-top: 0px;
  width: 100%;
  height:45px;
  border-bottom: 1px solid #abc;
	min-width:1024px;
	box-sizing:initial;
}

#top-menu a
{
	text-decoration:none;
}

ul.top-menu-left {
  padding-left: 0;
  float: left;
  margin: 0em;
  list-style-type: none;
  color: #333;
}

ul.top-menu-left li{
  float: left;
  font-weight:700;
  font-style:normal;
  font-size: .8em;
  text-transform: uppercase;
  color: #ee3124;
  font-family: "Open Sans",Arial,sans-serif;
  display: inline;
  line-height:1em;
}

ul.top-menu-left li.image
{
	padding: 8.5px 5px 10px;
}

ul.top-menu-left li.link
{
	margin-top:3px;
}

ul.top-menu-left li.link a:hover
{
	background-color:#ee3124;
	color:#fff;
	border-radius:4px;
}

ul.top-menu-left li a
{
  font-weight:700;
  color:#ee3124;
  float: left;
  font-family: "Open Sans",Arial,sans-serif;
  padding: 10px 5px;
  font-size:12px;
  font-style:normal;
  line-height:20px;
}

ul.top-menu-right {
  padding:0 5px 0 0;
  float:right;
  margin: 0em;
  list-style-type: none;
  color: #333;
}

ul.top-menu-right li{
  float:left;
  font-weight: bold;
  font-size: 12px;
  font-family: "Open Sans",Arial,sans-serif;
  display: inline;
  line-height:1.5em;

  margin-top:3px
}



ul.top-menu-right li.link a:hover
{
	color:#fff;
	background-color:#ee3124;
	border-radius:4px;
}

ul.top-menu-right li a
{
  float:left;
  font-weight:700;
  color:#ee3124;
  font-family: "Open Sans",Arial,sans-serif;
  text-transform: uppercase; 
  padding: 10px 5px;
  font-size:12px;
  font-style:normal;
  line-height:20px;
}

ul.top-menu-right li.username
{
	padding:10px 5px;
	margin-top:4px;
}

/* Style for top-menu links of current page */
.current-page {
  float: left; 
  color: purple; 
  text-decoration:none;
}

.nav-sup
{
  padding-left:2px;
  font-size:xx-small;
  vertical-align: baseline;
  position: relative;
  line-height:0;
  top: -0.5em;
}

/* ------------------------- Styles for the actual page ----------------------- */

/*ENTIRE SITE CONTAINER*/
#site-container {
  margin: 0px auto 0 auto;
}


/*STYLES FOR THE CONTENT SECTION*/
#content-container {
  clear: both;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
}

#content-container-portal {
  clear: both;
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: white;
}



/*Generic Content Cell Class*/
h2.content-cell-title {
  font-family:verdana;
  background-color: #cdf;
  font-size: .8em;
  padding:5px;
  border-top: 1px solid #9ac;
  margin-bottom: 0em;
}

.content-cell-start-graphic {
  padding-top: 0;
  margin-top: 0;
}

.content-cell {
  padding-left: 10px;
  padding-right: 10px;
  width: 955px;
  font-family: verdana, geneva, arial, sans-serif;
  font-weight: bold;
  font-size: .8em;
}

.content-cell-end-graphic {
  padding-top:5px;
  padding-bottom:5px;
}

/*STYLES FOR THE FOOTER SECTION*/
#footer-divider {
  border-top: 1px dotted #bbb;
}

#footer {
  margin-top: 0em;
  text-align: center;
  
  width: 100%;
  background-color: white;
  padding-bottom: 5px;
}

/* Style for text in footer */
p.footer a {
  line-height: 17.5px;
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 1em;
  color: #666;
}

p.footer {
  line-height: 17.5px;
  font-family: verdana, geneva, arial, sans-serif;
  color: #444;
  font-size: 11px;
}

#site-bottom {
  background: white;
}

/* ----------------------------- MISC Classes ------------------------------ */
/* No border on images between <a> tags */
.no-border {
  border: none;
  padding: 0em;
  margin: 0em;
}

#link-menu
{
	position:relative;
	text-align:center;
	width:523px;
	font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: 1px solid #AABBCC;
	padding: 10px;
	background-color: #92c1ec;
	border-radius:10px;
}

.logo {
  float: left;
  padding-right: 0em;
  margin-right: 0em;
}

.fancy-link {
  color: purple;
  text-decoration: none; 
  border-bottom: 1px dotted #ddd;
}

/* Device Displayer - Table Look-and-feel */
table.border {
  font-size: 1.1em;
  width: 100%;
}


table.border td{
 
  background-color: #f0f0f0;
  color: black;
  border: 1px solid #bbb;
  font-weight: normal;
  padding: 0.2em;
}

table.borderTitle {
  font-size: 1.1em;
  width: 715px;
  padding: 3px;
}


table.border th {
	background: #ddd;
	border: 1px solid #bbb;
  border-radius: 2px 2px 0 0;
  padding: 0.4em;
  font-family:"Open Sans",Arial,sans-serif;
  font-size:1.1em;
  text-transform:uppercase;
  text-align:center;
}


table.border tr {
  text-align:center;
  color: #ee3124; 
}






#container {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

	
#main {
	border-radius:0px;
	background:#FFF;
	min-height:570px;
}

#main.loggedin {
	margin-left: 230px;
	margin-right: 10px;
}


#header {
	clear: both;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
}

#sidebar .linkbox {
	border: 2px solid #eceadb;
	margin-bottom: 20px;
	padding: 0;
}

#sidebar .linkbox h4 {
    background-color: white;
    padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
    position: relative;
    top: -12px;
    display: inline;
    color: #0760d8;
    font: bold 14px Verdana;
}

#sidebar .linkbox ul {
    margin: 0;
	padding: 0 10px 0 10px;
	color: #2890ee;
	list-style-type: square;
	list-style-position: inside;
	position: relative;
	top: -8px;
}

#sidebar .linkbox ul li {
	padding:8px 0px 8px 0px;
	border-bottom:solid 1px #eceadb;
}

#sidebar .linkbox ul li a:link {
	color: #2890ee;
	text-decoration: none;
}

#sidebar .linkbox ul li a:visited {
	color: #2890ee;
	text-decoration: none;
}

#sidebar .linkbox ul li a:hover {
	color: #2890ee;
	text-decoration: underline;
}

#sidebar .linkbox ul li.last {
	border-bottom: none;
}

#sidebar .linkbox ul li.current {
	font-weight: bold;
	color: #000000;
}

.message {
	border: solid 2px #489418;
	padding: 10px;
	color: #489418;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}

div.error {
	padding: 10px;
	color: #ec2100;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
	text-align:center;
}

/* OVERWRITING OTHER STYLESHEET FOR NOW */

.listdev {
	padding: 0;
}

p {
	margin-bottom: 1em;
}

#content-container {
  clear: both;
  padding: 0px;
  background-color: white;
}

.content-heading {
	text-align: center;
	color: #224488;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font: bold 15px Verdana;
	border-bottom: solid 3px #224488;
}

.sub-heading {
	color: #789fc3;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font: bold 20px Verdana;
	border-bottom: solid 2px #96bcdf;
	text-align:center;
}

.table-head2
{
	font-size:2.2em;
	font-weight:300;
	line-height:22px;
	font-family:"Open Sans",Arial,sans-serif;
	color:#121214;
	letter-spacing:-1px;
	margin-left:30px;
}


.table-head3
{
	font-size:1.7em;
	font-weight:300;
	line-height:22px;
	font-family:"Open Sans",Arial,sans-serif;
	color:#121214;
	letter-spacing:-1px;
	margin-left:30px;
	text-decoration:underline;
	margin-bottom:20px;
}

.view-loader
{
	margin: 20px 0;
}

/* Begin Form Elements */

	

fieldset {  
	margin: 			10px 0 0 0;  
	padding: 			0;
	border:				dotted 1px #1058a3;
}

legend {  
	text-transform:		uppercase;
	font-size:			1.2em;
	font-weight:		bold;
	padding:			5px 10px 5px 10px;
	margin-left:		1em;
	color:				#ffffff;
	background:			#1058a3;
}

fieldset ol {  
	padding: 			10px 10px 0 120px;  
	list-style: 		none;
}

fieldset li {  
	position:			relative;
	padding-bottom: 	1em;
	line-height:		2.4em;
}

fieldset#submitform {  
	border-style: 		none;
	text-align:			center;
}

fieldset#submitform input {
	margin:				1em 0;
	width:				200px;
	cursor: 			pointer;
	font-weight:		bold;
}

fieldset#submitform input:hover {
	background:			#d2e2f3;
}


.submitbutton {  
	text-align:			center;
	margin:				1em 0;
	cursor: 			pointer;
	font-weight:		bold;
}

.submitbutton:hover {
	background:			#003e52;
	color:#fff;
	font-weight:bold;
}



label {
	position:			relative;
	clear:				left;
	float:				left;
	width:				16em;
	margin-right:		5px;
	padding-right:		30px;
	line-height:		2.4em;
	text-align:			right;
}

fieldset.review label {
	line-height:		1.2em;
	font-weight:		bold;
}

fieldset.review li {
	line-height:		1.2em;
}

fieldset.review ol {
	padding-left:		180px;
}

input {
	padding:			5px;
	font-size:			1.4em;
	border: 1px solid #ccc;
	border-radius:4px;
	color:#555;
}
input.signup:hover{
	background:			#d2e2f3;
}


input.radio {
	border:				none;
	background:			transparent;
}

fieldset table {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

fieldset table thead {
	font-size: 14px;
	color: #1058a3;
}

fieldset table th, fieldset table td {
	line-height: 2.4em;
}

fieldset table td label {
	float:				none;
	width:				100%;
	padding:			0;
	line-height:		3em;
	text-align:			center;
	cursor:				pointer;
	font-weight:		bold;
}

.greenGradient
{
	background-color: #00E83A;
	background-image: -moz-linear-gradient(center top , #00E83A, #15FF50);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00E83A), to(#15FF50),color-stop(0.4, #15FF50));
}
.greenGradient:hover
{
	background-color: #85FFA3;
	background-image: -moz-linear-gradient(center top , #85FFA3, #0FFB4A);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#85FFA3), to(#0FFB4A),color-stop(0.4, #0FFB4A));
}
.blueGradient
{
 background-color: #37B9E4;
 background-image: -moz-linear-gradient(center top , #37B9E4, #80DFFF);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#37B9E4), to(#80DFFF),color-stop(0.4, #80DFFF));
}
.blueGradient:hover
{
 background-color: #7ED9F8;
 background-image: -moz-linear-gradient(center top , #7ED9F8, #55D4FF);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#7ED9F8), to(#55D4FF),color-stop(0.4, #55D4FF));
}
.orangeGradient
{
	background-color: #E4A209;
	background-image: -moz-linear-gradient(center top , #E4A209, #FBC444);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4A209), to(#FBC444),color-stop(0.4, #FBC444));
}
.orangeGradient:hover
{
	background-color: #FAD170;
	background-image: -moz-linear-gradient(center top , #FAD170, #F8B51A);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAD170), to(#F8B51A),color-stop(0.4, #F8B51A));
}
.grayGradient
{
	background-color: #B2B2B2;
	background-image: -moz-linear-gradient(center top , #B2B2B2, #8A8C8B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B2B2B2), to(#8A8C8B),color-stop(0.4, #8A8C8B));
	color: #7C7C7C;
	border-color: #B2B2B2;
}
.bronzeGradient
{
	background-color: #E4A41B;
	background-image: -moz-linear-gradient(center top ,#E4A41B, #93732F);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4A41B), to(#93732F),color-stop(0.4, #93732F));
}
.bronzeGradient:hover
{
	background-color: #593E03;
	background-image: -moz-linear-gradient(center top ,#93732F, #E4A41B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93732F), to(#E4A41B),color-stop(0.4, #E4A41B));
}
.silverGradient
{
	background-color: #D0D0D0;
	background-image: -moz-linear-gradient(center top ,#D0D0D0, #8E8E8E);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#8E8E8E),color-stop(0.4, #8E8E8E));
}
.silverGradient:hover
{
	background-color: #A7A7A7;
	background-image: -moz-linear-gradient(center top ,#8E8E8E, #D0D0D0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8E8E8E), to(#D0D0D0),color-stop(0.4, #D0D0D0));
}
.goldGradient
{
	background-color: #E1DE2A;
	background-image: -moz-linear-gradient(center top ,#FCF400, #BDB700);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCF400), to(#BDB700),color-stop(0.4, #BDB700));
}
.goldGradient:hover
{
	background-color: #B9B605;
	background-image: -moz-linear-gradient(center top ,#BDB700, #FCF400);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BDB700), to(#FCF400),color-stop(0.4, #FCF400));
}
