html, body {
   font:normal 12px verdana;
   margin:0;
   padding:0;
   border:0 none;
   overflow:hidden;
   height:100%;
}
p {
   margin:5px;
}

.acft_formpanel {
   margin: 5px -25px 5px 25px;
}

#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  50000;
  background-color: white;
}

#loading {
  position: absolute;
  left:     47%;
  top:      50%;
  padding:  2px;
  z-index:  50001;
  width:    250;
  height:   140;
  margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: url(../img/loading.gif) no-repeat;
  color:      #555;
  font:       bold 13px tahoma,arial,helvetica;
  padding:    8px 42px;
  margin:     0;
  text-align: center;
  height:    140px;
}

#loading-infocontainer
{
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 50001;
}

#loading-info
{
  margin: 0 auto;
  width: 800px;
  height: 40px;
  font-size: 120%;
  color: #800000;
  font-family: "Lucida Console", Monaco, monospace;
  text-align: center;
}

#heavy-load-msg {
    position:fixed;
    width:600px;
    height:200px;
    bottom:0px;
    right:25%;
    left:50%;
    margin-left:-300px;
}

.smicon {
   height: 32px;
}

#rightheader {
   float: right;
   padding-top: 2px;
   height: 36px;
}

#socialMediaLinks {
   padding-right: 20px;
   border-right: solid 2px;
   float: right;
}

#supportButtons {
   float: right;
   padding-left: 20px;
   padding-top: 2px;
   padding-right: 5px;
}


.faqgroup {
    background-image: url(../img/plus_icon.png) !important;
}

.faq {
    background-image: url(../img/qicon.png) !important;
}

/**** Event Window Styling ****/

#eventwindow_banner {
   height: 200;
   width: 600;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   overflow: hidden;
}

#eventwindow_data {
   width: 560px;
   margin: 0 20px 0 20px;
}

#eventwindow_description {
   width: 560px;
   margin: 20px 20px 0 20px;
}


.shoutbox_row_odd {
   width: 100%; 
   border: 0;
   background-color: white;
   float: left;
}


.shoutbox_row_even {
   width: 100%; 
   border: 0;
   background-color: #D3E1F2;
   float: left;
}

.shoutbox_message {
   display: inline;
   margin-left: 5px;
   font-family: Arial;
}

.shoutbox_message a {
   color: #4292f2;
   text-decoration: none;
}

#ssomask {
   position: absolute;
   left:     0;
   top:      0;
   width:    100%;
   height:   100%;
   background-color: #3f3f3f;
   opacity: 0.5;

   z-index:  50010;
   display: none;
}

#sso {
  width: 1024px;
  height: 800px;
  padding: 20px;
  border: 3px;

  background-color: #ffffff;
  z-index:  50011;

  position: relative;
  top: 50%;
  left: 50%;

  margin: -420px 0 0 -522px;
  display: none;

  border-style: solid;

  font-family: arial, tahoma, verdana, helvetica;
  font-size: 12px;
}

#ssoframe {
   width: 1000px;
   height: 768px;
   display: block;
}

#ssocancel {
   position: relative;
}

#ssocancel img {
    position: absolute;
    top: -36px;
    right: -36px;

    height: 30px;
    width: 30px;
   
}

#outerssoframe {
  background:url(../img/loadspin.gif) center center no-repeat;
}

.sb_content_admin {
   color: #ff0000;
}

.sb_content_system {
   color: #0000ff;
}

.sb_content_notice {
   color: #8aaaca;
}

.sb_name_admin {
   color: #ff0000;
}

.sb_name_system {
   color: #0000ff;
}

.sb_name_notice {
   color: #8aaaca;
}

.sbcallsign {
   color: #4292f2;
   cursor: pointer;
}


.sbchan_avchat_name {
   display: inline;
   webkit-border-radius: 10;
   -moz-border-radius: 10;
   border-radius: 10px;
   text-shadow: 2px 2px 10px #666666;
   -webkit-box-shadow: 2px 1px 3px #444444;
   -moz-box-shadow: 2px 1px 3px #444444;
   box-shadow: 2px 1px 3px #444444;
   font-family: Arial;
   font-size: 10px;
   color: #ffffff;
   background: #d1266a;
   padding: 1px 6px 1px 6px;
   margin-right: 6px;
   margin-bottom: 4px;
   text-decoration: none;
}

.sbchan_mods_name {
   display: inline;
   -webkit-border-radius: 10;
   -moz-border-radius: 10;
   border-radius: 10px;
   text-shadow: 2px 2px 10px #666666;
   -webkit-box-shadow: 2px 1px 3px #444444;
   -moz-box-shadow: 2px 1px 3px #444444;
   box-shadow: 2px 1px 3px #444444;
   font-family: Arial;
   font-size: 10px;
   color: #ffffff;
   background: #0ed49d;
   padding: 1px 6px 1px 6px;
   margin-right: 6px;
   margin-bottom: 4px;
   text-decoration: none;
}


