/*----------------------------------------------------------------------------*/
/*--- General ----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
{
    border: 0;
    font-family: 'Lucida Grande',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif; 
    font-size: 11px;
    color: #6D737F;
}

body, * {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Arial'; 
    font-size: 11px;
    color: #565656;
}

body {
    background-color: #ffffff;/* #D8EFFC;*/
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-attachment: fixed;
}

h1 {
    color: #fb75fd  ;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

h2 {
    font-size: 12px;
}


/*----------------------------------------------------------------------------*/
/*--- Layout -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#header, #footer {
    clear: both;
    width: 100%;
    background-color: #FFF;    ; /*#8DD1FC;*/ /*FBU*/
}

#header {
    background-image: url('/img/header.gif');
    background-repeat: no-repeat;
    border-bottom: 1px solid #018566; /*#949494; #D8EFFC #018566*/
    height: 101px;
/*    margin-bottom: 15px;
*/}

#header .tab {
    margin: 10px 0px -10px; /*FBU*/
}

#header h1 { 
    font-size: 24px;
}

#footer {
    margin-top: 15px;
    border-top: 1px solid white;
}

#footer {
    margin-top: 15px;
}

#header .section,
#footer .section {
    padding: 6px;
}

#viewport {
    margin: 0 auto;
    padding: 10px 10px 0px;
    background-color: transparent;
    min-height: 600px;
}

.left-pane {
    clear: left;
    float: left;
    width: 25%;
    margin: 0px 30px 10px 0px;
}

.pane-splitter {
    float: left;
    width: 1%;
    margin: 0px 0px 10px 0px;
	
}

.main-pane { 
    clear: right;
    float: left;
    width: 70%;
    border: 0px;
    padding-left: 0px;
    margin: 0px 0px 10px 0px;
}

.left-pane .box, 
.main-pane .box {
    margin: 0px 0px 15px 0px;
}

/*----------------------------------------------------------------------------*/
/*--- Controls ---------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
input, select {
  border: 1px solid #000000;
}

.button{
	border:1px solid #565656;/*169EC7;*/
	background-color: #dedede; /*#169EC7;*/
	font-family:'Arial';
	text-align:center;
	width:110px;
}

.selected,
.highlighted.selected,
tr.selected td {
    background-color: #576e70;/*#094973;*/
    color: white;
}
.highlightable{
	background-color: #CCCCCC;
    color: black;
}

.page {
    cursor: pointer;
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin-left: 2px;
}

.vs.movable {
    cursor: move;
}

optgroup > option { 
  margin-left: 2em;
}

/*----------------------------------------------------------------------------*/
/*--- Submiter ---------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
iframe.submitter {
  width: 0px; 
  height: 0px; 
  visibility: hidden; 
  z-index: -1;
}

/*----------------------------------------------------------------------------*/
/*--- Notice -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#notice {
    margin: 2px 15px 0px 15px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

#notice .info {
    color: #094973;
    background-color: #576e70;
    border-bottom: 1px solid #094973;
    border-top: 1px solid #094973;
}

#notice .error {
    color: #DD6060;
    background-color: #FDE5CC;
    border-bottom: 1px solid #DD6060;
    border-top: 1px solid #DD6060;
}

/*----------------------------------------------------------------------------*/
/*--- Waiting box ------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#waiting {
    background-color: white;
    border: 2px solid #018566;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    width: 33%;
    z-index: 10;
}

/*----------------------------------------------------------------------------*/
/*--- Rulers -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.hr {
    border-bottom: 1px dotted #949494;
    margin: 5px 0px;
}

.vr {    
	border-right: 1px dotted #949494;
    display: inline;
    margin: 0px 5px;
    padding: 5px 0px;
}

/*----------------------------------------------------------------------------*/
/*--- Boxes ------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
div.box {
    background-color: white;
    border: 1px solid #018566;
    margin: 15px;
    padding: 10px;
    width: 100%;
}

div.box h1,
div.box .h1 { 
   background-color: #018566;
   background-image:url(../img/title-beam.png);
   background-repeat:repeat-x;
   border-bottom: 1px solid #018566;
   color: white !important;
   font-size: 11px; 
   margin: -10px -10px 8px;
   padding: 2px 4px;
   font-weight: bold;
}

div.box h1 ~ h1 { 
   margin-top: 8px;
}

div.box.bar td { 
   color: white;
}


/*----------------------------------------------------------------------------*/
/*--- Align ------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.right {  
  text-align: right;
}

.left {  
  text-align: left;
}

/*----------------------------------------------------------------------------*/
/*--- Bars -------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
ul.vbar, ul.bar {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.vbar li {
    display: block;
    margin-bottom: 5px;
    clear: none;
}

ul.bar li {
    display: inline;
    margin-bottom: 0px;
    clear: none;
    line-height: 25px;
}

ul.bar ul.bar {
    display: inline;
}

ul.bar.right li {
    margin-left: 10px;
}

ul.bar.left li {
    margin-right: 5px;
}

ul.vbar.left li .label {
    float: left;
    margin-right: 0.5em;
    text-align: right;
    width: 28%;
}

table.bar {
  border-spacing: 0px;            
  width: 100%;
  padding: 0px;
  margin: 0px;
}

table.bar td { 
  padding: 0px;
  margin: 0px;
  color: white;
}

table.bar td:last-child { 
  text-align: right;
}

/*----------------------------------------------------------------------------*/
/*--- Tabs -------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.tab { 
    border-bottom: 0px;/* solid white;*/
}

.tab li {
    padding: 2px 15px 0px;
    background-color: white;
    cursor: pointer;
    margin-left: 5px;
    border-top: 1px solid #018566;
    border-left: 1px solid #018566;
    border-right: 1px solid #018566;
    height: 18px;
    border-bottom: 0px;/* solid #018566;*/
}

.tab li.selected { 
  background-color: #e0eff6 !important;
  font-weight: bold;
  border: 1px solid #018566;/*#018566;*/
  border-bottom: 0px; /* solid #D8EFFC;*/
}


.tab li.highlighted a { 
  text-decoration: underline;
}

.tab li a {
    text-decoration: none;
}

.pane { 
  padding: 10px;
}

.pane .tab li  {
    background-color: #018566;
}

.pane .tab li.selected  {
    background-color: white !important;
    color: white !important;
}

.pane { 
  background-color: #CCC;
}

.pane .pane { 
  background-color: white;
}

/*----------------------------------------------------------------------------*/
/*--- Images -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
img.preview {
    background-color: white;
    border: 2px solid #018566;
    margin: 2px;
    padding: 2px;
    vertical-align: middle;
}

/*----------------------------------------------------------------------------*/
/*--- Tables -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
table { 
  width: 100%;
}

table.cal{
  width: auto;
}

table th { 
  text-align: left; 
  background: #AABBCC;
  padding: 2px 4px;
  color: white;
}

table td { 
  padding: 2px; 
}

.odd { 
    background-color: white;
}

.even { 
    background-color: #e0eff6;/*#b4e6f5;*/
}

.highlighted { 
    background-color: #c1ddd2;/*#fffeb4;/*#acefc3;*/
    cursor: pointer;
}

.no-min-width { 
    min-width: 0px !important;
}

/*----------------------------------------------------------------------------*/
/*--- Textarea ---------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#styled {
    border: 1px solid #CCCCCC;
    height: 150px;
    padding: 5px;
    width: 350px;
}

#connection_chart, #simulation_chart, #pageview_chart {
    float: right;
}
