

* {
	margin: 0;
}
html {
	height: 100%;
}

hr {
	 margin-top:1em;
	 margin-bottom:1em;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0)); 
}

center {
    padding-top:10px;
}

body {
    font-family: Verdana, Arial, Helvetica;
    font-size:12pt;
    margin:0;
    height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
	background-color:#fbfbfb;
}
#push {
	height: 130px; /* .push must be the same height as .footer */
}





#error {
    font-size:1.2em;
    color: #000;
    background-color: yellow;
    border: 1px dashed red;
    text-align: center;
    padding:5px;
    margin-bottom:10px;
}

input, textarea {
    font-size:1.2em;
    border:1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;

}

input:focus, textarea:focus  {
    border:1px solid #3E1276;
    -moz-box-shadow: 1px 1px 10px #3E1276;
    -webkit-box-shadow: 1px 1px 10px #3E1276;
    box-shadow: 1px 1px 10px #3E1276;

}

input[type=button], input[type=submit] {
    border:none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius:7px;
    padding:3px;
	 padding-left:10px;
	 padding-right:10px;
	 cursor:pointer;
    color:#eee;

    background-color: #3E1276;
    background-image: url(/static/bg_button.png);
    /*    text-transform: uppercase; */
    
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;    
}


h1.a {
    color:#fff;
}
#header {
    width:100%;
    height:29px;
    background-image: url(/static/bg_header.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color:#3e1276;
    padding-top:5px;
    padding-bottom:5px;    
}

h1 {
    color: #eee;
    font-size:1.2em;
    font-weight:none;
    float:left;
    margin-left:5px;
}


h1 a {
    color: #eee;

}

h2 {
    font-size:1.2em;
    color: #3e1276;
    margin-top:0px;
    margin-bottom:1em;
}


#container {
    margin-left:5px;
    margin-right:5px;
/*    padding:1em; */
}

#descision {
    float:left;
    width:500px;
}

#descision img {

}


.borderbox {
    background-color:#fff;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
    padding:5px;
}

.dialog {
    width:500px;
}


#stock {
    float:left;
    width:340px;
    padding:1em;
    
}

#financial {
    float:left;
    width:400px;
    padding:1em;
    
}

.flash td {
    background-color:#ffffc3;
}
#history {
    clear:both;
    padding:1em;

}

#periods table td {
    font-size:0.8em;
    text-align:center;
}
#periods table small {
    color:#aaa;
}



#history table {
    width:95%;
    font-size:0.9em;

}
#history table th {
    background-color:#d5d5d5;
    
    text-align: right;
    padding:5px;
    padding-left:15px;
}

#history table td {
    text-align: right;
    padding:5px;
}

.footer_left img {
    margin-top:-15px;
    border:none;
}

.footer_left a {
    text-decoration:none;
}

.footer_left {
    float:left;
    width:240px;
    padding-left:10px;
    padding-top:25px;
}

.footer_right {
    padding-top:25px;
    float:right;
}

#footer {
    margin-top:3em;

    font-size:0.6em;
    color:#eee;
    background-color:#3e1276;
    background-image: url(/static/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center top;

    padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    height:90px;
}

#footer a {
    color:#eee;
    border:0;
}


small {
    color: #222;
}

#toolbar {
    padding-right:5px;
    text-align:right;
    font-size:0.7em;
}

#toolbar li {
   list-style-type: none;
    margin-right:1em;
    display:inline;
}

.pipeline td {
    text-align:right;
    border-collapse:collapse;
    border-width:1px;
    border-style:solid; 
    border-color:#fff;
    height:20px;
    line-height:20px;
    width:60px;
    padding:3px;
    font-size:0.9em;
    background-color:#e4dfda;

}
.pipeline  {
    border-collapse:collapse;
    border:1px solid #fff;
}



.admin_status_table td {
	 height:2em;
}

.admin_status_table a {
	 font-size:1.3em;
	 color:#333;
}


.ccontainer {
  min-height: 400px; 
  width: 100%;
  height: 100%;
  font-size: 0.7em;
}

.ccontainer .lcontainer {
  margin: auto;
  width: 100px;
  height: 30px; 
  margin-top: 150px; 
}

.ccontainer .load_img {
  background: url(/static/images/loader.gif) no-repeat;
  width: 24px; 
  height: 24px; 
  float:left;
  display: block;
  margin: -4px 8px 0 0;
}

.message {
  width: 90%;
  padding: 10px;
  border: 1px solid #000;
  background: #eee;
  font-weight:bold; 
  margin: 5px 0;
}

.warning {
  border-color: #f00;
  background: yellow;
}

.s_all , .s_none {
  color: #3e1276;
  cursor: pointer;
}

table.team_class {
  margin-top: 20px; 
}

table.team_class tr th {
  text-align:left;
  padding: 0px 0px 7px 50px;
}

table.team_class tr td {
  text-align:left;
  padding: 0px 0px 7px 50px;
}

table.team_class tr td a {
  color: #3e1276;
  cursor: pointer;
  text-decoration: none; 
}

input.team_range { 
  border: 0px; 
  color:#3e1276; 
  font-weight:bold; 
  box-shadow: none;
  background: #fbfbfb;
  width: 70px;
}

input.delsubmit {
  margin-right: 10px;
}

tr.highlight_count td {
  font-weight: bolder;
  color: #3e1276;
  font-size: 20px;
}

tr.highlight_count td:first-child {
  border: 1px solid #3e1276;
}

.history table thead tr td { 
  font-weight: bolder; 
  color: #3e1276;
  font-size: 20px;
}

.history table tr td {
  text-align:left;
  padding: 8px; 
}

.pager { margin: 5px 0; }
.pager ul { margin: 0; padding: 0; }
.pager ul li { list-style-type: none; display: inline-block; padding: 1px 5px;  }

div#container div#slider-range-min.ui-slider a.ui-slider-handle { 
    background: url(images/slide_pointer.gif) no-repeat; 
    width: 15px; height: 19px; border: 0;  
    top: 0.7em; margin-left: -0.45em; outline: 0;
}

 div#container table.team_class tbody tr td a.sel-team { font-weight: bold; }
 div#container table.team_class tbody tr td a.desel-team { font-weight: lighter; text-decoration: line-through; }

#slider-range-min { height: 0.7em; width: 98%; margin: auto; }
#save-teams { width: 500px; border: 1px solid #eee; padding: 15px;  }
#save-teams .linfo, #save-teams .rinfo { font-size: small; margin: 15px 5px 5px 5px;  }
#save-teams .linfo { float: left; } 
#save-teams .rinfo { float: right; }
#save-teams span.hl { color: #3E1276; font-weight: bold; }
.clear { float: none; clear: both; }
#save-teams .fsubmit { float: right; clear: both; margin: 10px 10px 0 0; }
#save-teams input.disabled { background: #eee; color: #777; }




