div#FAE_BackPanel {
	text-align: center;
  margin-top: 20px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

div#FAE_UserScreen {
}

body {
  background-image: url('../images/faeinternal_background.gif'); 
}

body.FAE_Popup {
  background-color: #ccc; 
}

div.FAE_Title {
	font-size: 24pt;
	font-weight: bold;
}

span.DS_Selector {
	display: inline-block;
  margin-left: 3px;
  margin-right: 7px;
  margin-bottom: 7px;
}

span.DS_Selector select {
}

div.DSS_Banner {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #007) );
  background: -ms-linear-gradient(top, #007 0%,#000 100%);
  background: -moz-linear-gradient( center top, #007 5%, #000 100% );
  background-color: #007;
  color: white;
}

span.DSS_MenuLink {
  color: white;
}

img.DSS_Logo {
	width: 200px;
}

a.FAE_MailAddress {
  text-decoration: none;
  color: #ccf;
}

span.gc-cs-link {
  text-decoration: none;
  color: #ccf;
}

td#DSS_Address {
	color: white;
}

td#DSS_Address a {
  color: #aaf;
}

td#DSS_Address a:hover {
  color: #aff;
}

table.FAE_Table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid black;
}

table.FAE_Table tr:nth-child(odd) td {
	background-color: #ccc;
}

table.FAE_Table tr:nth-child(even) td {
  background-color: #eee;
}

input[type=checkbox] {
  margin: 4px;
}
