/* 
    Document   : gridpanel_style
    Created on : Jul 7, 2008, 11:29:34 AM
    Author     : lmaloney
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.row_bg_1{
    background-color: #ffffcc;
    margin-top: 2px;
  margin-bottom: 2px;
}

.row_bg_2{
  background-color: #ffffff;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tblcol_cntr {
  text-align:right;
}


.lblCol{
  text-align: right;
  width: 35%;
}

.lblCol_25{
  text-align: right;
  width: 25%;
}

.col65{
  text-align: left;
  width: 65%;
}

.inputCol{
  width: 35%;
  text-align: left;
}

.inputCol_25{
  width: 25%;
  text-align: left;
}

.inputCol_75{
  width: 75%;
  text-align: left;
}

.col_50_lft
{
    width:50%;
    text-align:left;
}

.col_50_rt
{
    width:50%;
    text-align:right;
}

.msgCol{
  text-align: left;
  width: 30%;
  position: relative;
}

.qqresults_tblcol{
  text-align: right;
  width: 15%;
}

.qqresults_descrcol{
  width: 40%;
  text-align: left;
}

.col_35{
  width: 35%;
}

.col_33{
  width: 33%;
}

.col_70 {
  width: 70px;
}
.col_4{width:4%;}

.col_48{width:48%;}

.col_40{width:40%;}
.col_10{width:10%;}

.col_30{
  width: 30%;
}

.col_65 {
  width: 70%;
}

.col_20{
   width: 20%;
}

.col_16{
   width: 16%;
}

.col_80{width:80%;}

.col_75{width:75%;}

.col_25{
   width: 25%;
}

.colwidth_lbl{
  position: relative;
  width: 180px;
  text-align: right;
}

.colwidth_maxinput{width:590px;}

.colwidth_intTbl{width:195px;}

.colwidth_nosp{
  text-align: left;
}

.colwidth_msg{
  position: relative;
  width: 395px;
  text-align: left;
}

