.container {
  width: 750px;
}

#logo {
  text-align: center;
  margin: 60px 0 10px 0;
}

#sub-logo {
  text-align: center;
}

#footer {
  clear: both;
  text-align: center;
  padding: 100px 0 10px 0;
}

#big-search {
  text-align: center;
  margin: 85px 0 0 0;
}

#normal-search {
  text-align: center;
  margin: 25px 0 75px 0;
}

.big-input {
  background: url(/images/input-background-gradient-1x53.png);
  border: 1px solid #c1ceea;
  height: 50px;
  font-size: 2em;
  padding: 0 5px;
}

.normal-input {
  background: url(/images/input-background-gradient-1x26.png);
  border: 1px solid #c1ceea;
  height: 23px;
  font-size: 1.2em;
  padding: 0 2px;
}

body {font-size:100%; }

h1, h2 {
  margin-bottom: 15px;
  color: #374bb2;
}

h1 {
  color: #202b7c;
  font-size: 3em;
  letter-spacing: 0px;
}

h2 {
  font-size: 22pt;
}

h1.userpage {
  font-size: 25pt;
  color: #374bb2;
}

a { 
  color: #4e6bff;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

#bottom-container {
  margin: 120px 0 0 0;
}

#left-container {
  width: 350px;
  float: right;
}

#right-container {
  width: 350px;
  float: right;
}

.user-table {
}

.user-table .icon {
  width: 30px;
  margin: 0 2px 0 0;
}

.user-table .icon img {
  width: 30px;
  height: 30px;
}

.user-table .name {
  font-size: 1.2em;
}

.center {
  text-align: center;
}

.big-number {
  font-size: 5em;
  color: #152265;
}

/* commenting out until cacheable flash can be modified to show styling better (needs to toggle the divs)
.flash {
  border: 1px solid green;
  background: lightgreen;
  padding: 3px;
  margin: 10px 0 0 0;
}

.notice {
  border-color: brown;
  background: yellow;
}

.error {
  border-color: red;
  background: lightpink;
}
*/

.flash-tm {
  font-weight: bold;
}

.notice-tm {
  color: darkgreen;
}

.error-tm {
  color: red;
}

.hor-zebra
{
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.hor-zebra th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
}
.hor-zebra td
{
	padding: 8px;
}
.hor-zebra .odd
{
  background: #e4ecf9;
}

.extra-info th {
  width: 100px;
  font-weight: bold;
}

.center .extra-info {
  text-align: center;
}

.extra-info table {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.external {
  background:transparent url(/images/external-link.png) no-repeat scroll right center;
  padding: 0 13px 0 0;
}

