@charset "UTF-8";

.nav-list ul li {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #AAAAAA;
  display: inline;
  float: left;
  font-size: 1em;
  padding: 5px 9px 5px 9px;
  list-style-type: none;
}

.nav-list ul {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #FFFFFF;
  display: inline;
  float: left;
  margin: 0 0 0 30px;
}

.nav-list ul li a {
  font-weight: bold;
}

.nav-list ul li.active {
  background-color: #272727;
  border-left: 1px solid #444444;
  border-right: 1px solid #888888;
}

.nav-list ul li.active a {
  color: White;
}

.nav-list ul li.active a:hover {
  color: Black;
}

#warningbanner {
  font-size: small;
  width: 100%;
  background-color: #fcfdde;
  border-top: thin solid Black;
  border-bottom: thin solid Black;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#page_border {
  width: 970px;
  background: transparent url("../images/transp.png") repeat scroll 0 0;
  padding: 1em;
}

#page {
  background-color: #787878;
  padding: 0;
}

#logo {
  margin: 0;
  padding: 0;
  background: white url("../images/logo.png") no-repeat top center;
  height: 200px;
}

#footer {
  color: White;
  font-family: monospace;
}

#footer a {
  text-decoration: none;
  color: White;
}
/************************************************* ROUND ********/

.round10 {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
}
/*************************************************  FORMATING ********/

.fadestrip {
  background: transparent url("../images/blk_to_clear_tall.png") repeat-X scroll;
}

.fadestrip_small {
  height: 80px !important;
}

.fadestrip_small .items {
  vertical-align: middle;
}

.fadestrip_medium {
  background: transparent url("../images/blk_to_clear_tall.png") repeat-X scroll;
  height: 115px !important;
}

.fadestrip_large {
  background: transparent url("../images/blk_to_clear_x_tall.png") repeat-X scroll;
  height: 240px !important;
}

.fadestrip_box {
  background: transparent url("../images/chip_redt_to_white_fade.png") no-repeat scroll center center;
  margin: 4px;
  width: 100px;
  height: 110px;
}
/************************************************* scrollable ********/

div.scrollable {
/* required settings */
  position: relative;
  overflow: hidden;
  height: 125px;
}
/*  
   root element for scrollable items. Must be absolutely positioned 
   and it should have a super large width to accomodate scrollable items. 
   it's enough that you set width and height for the root element and 
   not for this element. 
*/

div.scrollable div.items {
/* this cannot be too large */
  width: 30000px;
  position: absolute;
}
/*  
   a single item. must be floated on horizontal scrolling 
   typically this element is the one that *you* will style 
   the most. 
*/

div.scrollable div.items div {
  float: left;
}
/************************************************* generic formatting ********/

.white_text {
  text-decoration: none;
  color: white;
}

.bkbg, .blackbg {
  background-color: Black;
}

.wtbg, .whitebg {
  background-color: White;
}

.redbg {
  background-color: #EF3E33;
}

.svrbg {
  background-color: Silver;
}

.graybg {
  background-color: Gray;
}

.push-top {
  margin-top: 4px;
}

.push-bottom {
  margin-botom: 4px;
}

.pad-4 {
  padding: 4px;
}

.pad-8 {
  padding: 8px;
}

.pad-10 {
  padding: 10px;
}

.padleft-4 {
  padding-left: 4px;
}

.padleft-8 {
  padding-left: 8px;
}

.padleft-10 {
  padding-left: 10px;
}

.padline-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.padline-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.margin-line-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.margin-line-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.margin-line-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.padline-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rightdevide {
  border-right: solid thin Silver;
  margin-right: 4px !important;
  padding-right: 5px !important;
}

.border_bottom_white {
  border-bottom: solid thin White;
}

.border_white {
  border: solid thin White;
}

.border_silver {
  border: solid thin Silver;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.justify {
  text-align: justify;
}

.pointer {
  cursor: pointer;
}

.noborder {
  border: 0;
}
/*************************************************  LIST ********/

ul.hz_list {
  float: left;/* LTR */
  padding: 0;
  margin: 0;/* LTR */
}

ul.hz_list li {
  display: inline;
  float: left;/* LTR */
  font-size: 1.0em;
  line-height: 1em;
  list-style-type: none;
  margin: 0;/* LTR */
  padding: 0;
}

ul.vrt_list {
  padding: 0;
  margin: 0;/* LTR */
}

ul.vrt_list li {
  line-height: 1em;
  list-style-type: none;
}
/*************************************************  TAGS ********/

h6 {
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.0em;
  padding: 2px;
  text-align: center;
}

h4 {
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 22pt;
  padding: 15px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}

.big {
  font-size: large;
}

table {
  table-layout: fixed;
}

body {
  background: Black url("../images/grass.jpg") no-repeat top center fixed;
  background-size: 200%;
  padding: 10px 0;
  margin-bottom: 5px;
  font-family: sans-serif;
}

input.error {
  padding: 1px;
  margin: 0;
}

label.error {
  padding: 2px !important;
  margin: 1px;
  display: block;
}

.dialog_team input, .dialog_team label
{
	float: left;
	margin-left:4px;
	margin-right:4px;
	width:35px;
}

