
body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    background:#fff;
    height: 96%;
    max-width: 1024px;
    -webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

a:link { color: #1133a5; text-decoration: none; }
a:visited { color: #11339a; text-decoration: none; }
a:hover { color: #e42; }

p,h1,pre {
    margin:0px 8px 8px 0px;
}


/********* basic text styles *********/

.fieldname {
  font-weight: bold;
}



/*** specific ids: center + footer  ***/

#s_headercontent {
    overflow: hidden;
    width: 90%;
    margin: 2px 15px 18px 5px;
}


#s_footer {
    margin-top: 15px;
    height:24px;
    line-height: 24px;  /* vertical center */
    font-size: 11px;
    color: #666;
    text-align: center;
    /*position: absolute;*/
    bottom: 5px;
    width: 100%;
}

#s_footer select {
   height: 22px;
   font-size: 11px;
}


/*** general layout of sections  ***/



.infobox { /* generic box with thin border */
  background-color: #f4f4f3;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  margin: 6px;
  margin-bottom: 15px;
  padding: 5px;
}

.resostable {
  border: 0;
  margin: 6px;
  margin-bottom: 20px;
  padding-left: 0;
}


.navtabs {
    overflow: auto;
    padding-top: 10px;
}
.navtab {
    float: left;
    height:28px;
    line-height: 28px;  /* vertical center */
    text-align: center;
    padding-left: .8em;
    padding-right: .8em;
    margin: 0 .8em 0 .5em;

    background-color: #e8e9ea;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-size: larger;
    font-weight: bold;
}



/*******************************************************/
/* forms and links                                     */
/*******************************************************/

.action-cell a {
    margin-left: .4em;
    margin-right: .4em;
    padding-left: .3em;
    padding-right: .3em;
    white-space: nowrap;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.resos-action {
  background-position: 0% 60%;
  background-image: url('../images/ul1.gif');
  background-repeat: no-repeat;
  font-weight: bold;
  padding-left: 10px;
}   

.s_errmsg {
  color: red;
}


#s_login {
    padding-top: 50px;
    text-align:center;
}    
#s_login img {
  padding:0;
}
#s_login table {
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: inherit;
    font-weight: bold;
}
#s_login table td {
    padding-top: 5px;
}
#s_login p {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #888;
    width: 60%;
}




div.t-beaneditor, div.t-beandisplay
{
    display: block;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 8px;
    background-color: #c9d9f2; /* #B0C4DE LightSteelBlue (was #c7d2df) */
    border: 1px solid grey;
}

div.t-beaneditor-row label, div.t-beandisplay div.t-beandisplay-label {
    width: auto;
    min-width: 30%;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}

.t-beaneditor-submit {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

div.t-beaneditor-row input {
  border: 1px solid #aaa;
  padding: 0px;
  padding-left: 2px;
}    

div.t-beandisplay-label {
  font-weight: bold;
}

div.t-beaneditor .descf {
  display: none;
  background-position: 0% 50%;
  background-image: url('../images/information.png');
  background-repeat: no-repeat;
  font-size: 11px;
  margin-left: 8px;
  padding-left: 22px;
}



.fbuttons {
  text-align: right;
  margin-top: 16px;
  padding: 10px 10px 5px 20px;
  max-width: 500px;
}
.fbuttons a.fbcancel {
    float: left;
}

.fbuttons a, .fbuttons input {
  margin:0 12px 0 12px;
  background-color: #eee;
  border: outset 1px #ccc;
  font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#333;
  cursor:pointer; padding:5px 10px 6px 7px; /* Links and submits */
  background: url(../images/buttback.gif) repeat-x left top;
}

.fbuttons a {
  padding:3px 5px 3px 5px;
}
.fbuttons input {
  width:auto;
  overflow:visible;
  padding: 3px 10px 3px 7px; /* IE6 */
}

.fbuttons input[type] {
  padding:2px 5px 1px 5px; /* Firefox */
  line-height:17px; /* Safari */
}

*:first-child+html input[type] { padding:4px 10px 3px 7px; /* IE7 */ }

.fbuttons input img, .fbuttons a img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}





/***********************************************************************/


#venues {
    margin-top: 30px;
}

.t-data-grid {
    font-size: small;
}
 
TABLE.t-data-grid TBODY TR TD {
  padding: 2px 4px 2px 4px;
  white-space: nowrap;
}
TABLE.t-data-grid THEAD TR TH {
   background-color: LightSteelBlue;   /* #c9d9f2; */
   color: black;
}
TABLE.t-data-grid THEAD TR TH A {
   /*color: #040A40;*/
   color: black;
}


.t-sort-icon {
    display: inline;
    margin-bottom: 0px;
    vertical-align: middle;
}

.s_noteblock {
  position: absolute;
  top: 104px;
  right: 5%;
}


#accdisp {
  //float: left;  /* collapses width */
  width: 50%;
  border: 1px solid grey;
}
#accdisp div.t-beandisplay {
  border: 0;
}
#accdisp form { margin: 0; }


#venuedisp {
  width: 50%;
  border: 1px solid grey;
}

#venue-name img {
  vertical-align: middle;
}    

#venueedit {
  width: 55%;
  min-width: 380px;
  border: 1px solid grey;
  /* margin: 0px auto; */
}


    
#rcfgTable {
  border-collapse: collapse;
  empty-cells: show
}

#rcfgTable td.fbuttons {
  font-size: 75%;
}

#rcfgTable th {
  text-align: left;
  border-bottom: 1px solid grey;
  padding: 1px 25px 1px 10px;
}
#rcfgTable td {
  text-align: left;
  padding: 1px 25px 1px 10px;
}


.tap5c_ipe_empty {
  font-size: 85%;
  color: #AA9;
  text-transform: lowercase;
  padding: 0px 6px 0px 0px;
}    

.formbox {
  max-width: 500px;
}

#vhbox {
  border: 1px solid gray;
  margin-top: 10px;
  margin-bottom: 25px;
  width: 260px;
  padding: 4px 10px 4px 10px;
}

#vhbox td {
  font-size: 11px;
  padding-bottom: 0px;
  padding-top: 0px;
  //letter-spacing: -0.5px;
}

#vhbox td.wkn {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}


.tsDisabled {
  color: #bbb;
  //font-size: 85%;
}



TABLE.occ-graph {
  border: 1px solid #dde;
  border-spacing: 0;
}
TABLE.occ-graph TD {
  border-right: 1px dotted #ddd;
  width: .5em;
  max-width: .5em;
  text-align: center;
  font-size: 10px;
  margin: 0;
  padding: 1px;
}


DIV.resosFormExternal {
  margin: 8px;
}
DIV.resosFormInternal {
  margin: 5px;
  padding: 5px;
  background-color: #eaeeda;
}




#hsrch1 {
  display: none;
  background: #F1DC9A;
  overflow: hidden;
  width: 50%;
  margin: 6px;
  padding: 1em;
}

.rgrid-deleted {
  color: #aaa;
}


.it1 {
  background: #F1DC9A;
  border: 1px solid grey;
}

.it1 TD {
  vertical-align: top;
  padding: 3px;
  padding-bottom: 10px;
}
