@import url("css/menu.css");

/* CSS Document */
body
{
    background: #060C60;/* url(images/backB2A089.jpg) repeat-x top left;*/
    height: 100%;
    margin: 0;
    padding: 0;
}



/*-------- Default Style --------*/
body, th, td, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
{
    color: #2E3D47;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, th, td, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover
{
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, h2 input
{
    color: #9C0000;
    font-weight: bold;
    margin: 1ex 0;
}
h1
{
    font-size: 18px;
    margin: 10px 0;
}
h2, h2 input
{
    font-size: 14px;
}
h3
{
    font-size: 13px;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 11px;
}
h6
{
    font-size: 10px;
}

a, a:link, a:visited, a:active
{
    color: #3E81B5;
    text-decoration: underline;
    font-weight: normal;
    text-align:center;
}
a:hover
{
    color: #D00;
    text-decoration: underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Head
{
    color: #2E3D47;
    font-weight: bold;
}
.SubHead
{
    color: #4C6171;
}
.SubSubHead
{
    color: #6E8AA0;
}
.NormalRed
{
    color: #F00;
}

/*Datagrids */
.DataGrid_Container
{
    margin-top: 15px;
}
.DataGrid_Header
{
    font-weight: bold;
}
.DataGrid_Header td, .NormalBold td
{
    font-weight: bold;
}
.logo
{
    background-image: url(images/texas.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 215px;
}
/*-------- design style --------*/
#s_wrap_main
{
    display: table;
    width: 1000px;
    margin: 0 auto;
    border:solid 1px #000;
    background-color:#fff;
}

.menuitemsel
{
 height:20px;
 background-color:#000;
 padding:10px;
 background: url(images/black_grad.jpg) repeat-x top left;
}

.menuitemsel a:link, .menuitem a:visited
{
    color: #fff;    
    font-weight: bold;
   
}


.menuitem
{
 height:20px;
 background-color:#000;

 width:100%
 
}
.menuitem td
{
 background: url(images/menu-back-tx.png) repeat-x top left;
    height:20px;
     padding:10px;
     margin:10px;

}
.menuitem a:link, .menuitem a:visited
{

     color: #fff;    
    font-weight: bold;


}

.btn
{
    background: url(images/menu-back-tx.png) repeat-x top left;
    color: #fff;
    font-weight: bold;
    height: 35px;
}


.StateLink
{
    text-transform: capitalize;
}




.toppane
{
}
.leftpane
{
}
.rightpane
{
}
.contentpane
{
}
.bottompane
{
}









