/* -----------------------------------*/
/* ----------    GLOBAL    -----------*/
/* -----------------------------------*/

@import url('skins.css');

div, form, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, pre, td, ul {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 1.75em;
  line-height: 1.214em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.875em;
  line-height: 1.143em;
  text-transform: uppercase;
}

h5 {
  font-size: 0.6875em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

h6 {
  font-size: 0.625em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

h4.sidebar-header {
  color: gray;
  font-weight: normal;
}

p {
  margin: 8px 0;
}

a:link, a:visited {
  color: #05337C;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

img, fieldset {
  border: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  margin: 0;
  overflow-y: auto;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  font-family: arial,sans-serif;
  line-height: 1.3em;
  width: 99%; /* IE7 fix to prevent improper wrapping */
  font-size: 1.0em; /* Required to set font on IE7 */
}

body {
  font-family: arial,sans-serif;
  font-size: 100%;
  margin: 0;
}

html {
  height: 100%;
  overflow-y: scroll; /* always enable scrollbar to prevent GUI shifting */
}

input, select, button, textarea {
  font-family: arial,sans-serif;
}

input, select, textarea {
  font-size: 1.0em;
}

hr {
  background-color: #D3D3D3;
  border: 0 none;
  color: #D3D3D3;
  height: 1px;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

.inline {
  display: inline;
}

.rounded {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.short-content {
  padding: 75px 0;
}

.row {
  overflow: auto;
}

.cell {
  float: left;
}

input.button, img.button {
  cursor: pointer;
}

img.button {
  vertical-align: middle;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.error-message {
  color: red;
  font-weight: bold;
}

.helptext {
  color: #999;
}

.nowrap {
  white-space: nowrap;
}

.strong {
  font-weight: bold;
}


/* -----------------------------------*/
/* ----------    LAYOUT    -----------*/
/* -----------------------------------*/

#container {
  /* fixed width for 1024x768 resolution */
  /* decrease width to support scroll bar */
  background-color: white;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 10px;
  width: 986px;
}

#body {
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  clear: both; /* prevent spacing issues on text resize */
  /* Use overflow to collapse the margin so */
  /* login page/setting child margins don't cause gaps in border */
  overflow: hidden;
  
}

.column {
  display: inline;
  float: left;
}

.colcontainer {
  clear: both;
}

#overlay {
  position: fixed; /* crucial for taking up entire screen height */
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #D3D3D3;
  opacity: 0.75;
  filter:alpha(opacity=75);
}

  #overlay.lt {
    opacity: 0.3;
    filter:alpha(opacity=30);
  }


/* -----------------------------------*/
/* ----------    HEADER    -----------*/
/* -----------------------------------*/

#header .logo {
  float: left;
}

#headerActions {
  float: right;
  overflow: hidden; /* Prevent scrollbar when clicking signout */
}

#headerActions .highlight {
  font-weight: bold;
}

#headerActions {
  font-size: 0.75em;
  text-align: right;
}

.signedIn a, .signedOut span {
  margin-left: 10px;
}

.signedOut a {
  cursor: pointer;
  font-weight: bold;
  margin-left: 15px;
}

.signedOut span {
  font-size: 0.9167em;
}

.signedOut {
  margin-top: 16px;
}

.signedIn {
  margin-top: 19px;
}

#signinForm {
  margin-top: 5px;
}

#signinForm tr {
  font-size: 0.6875em;
  line-height: 1.25em;
}

#signinForm td {
  padding: 1px 2px;
}

#signinForm input.text {
  width: 140px;
}

#signinForm .checkbox {
  margin: 0;
  padding: 0 2px;
  vertical-align: middle;
}

#signinForm .submit {
  background: transparent url('/images/buttons/sign_in.png') no-repeat scroll 0 0;
  border: 0;
  height: 19px;
  width: 58px;
}


/* -----------------------------------*/
/* ----------    FOOTER    -----------*/
/* -----------------------------------*/

#footer ul {
  font-size: 0.75em;
}

#footer .basic-footer {
  font-size: 0.6875em;
}

#footer li {
  margin: 5px 0;
}

#footer .basic-footer {
  text-align: right;
}

.onsite-footer {
  padding: 10px;
}

.basic-footer a, .basic-footer span, .onsite-footer a {
  margin: 0 10px;
}

#footer .column {
  margin: 0 50px 0 10px;
}

#footer .column.right {
  float: right;
  margin: 0 10px; 
}

#footer .right, #footer.minimal-footer {
  text-align: right;
}

#footer.minimal-footer {
  padding: 20px 25px 20px 0;
}

#view-mobile a {
  margin: 0 5px;
}

/* ----------------------- */
/* ------- MESSAGE ------- */
/* ----------------------- */

.statusMessage {
  background-color: #F9EB69;
  font-size: 0.75em;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
}

.flashMessage {
  text-align: center;
  z-index: 101;
}

.flashMessageContent {
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 20px;
}
