﻿body 
{
    font-family:Verdana;
    background-color: #990000;
    /*background-image: url("bg.gif");*/
}

#mainWrapper
{
    width:900px;
    text-align:left;
    background-color:White;
    border: solid 1px white;
}

#mainWrapper form
{
    border: 0;
    padding: 0;
    margin: 0;
}

#headerWrapper
{
    width:900px;
    /*padding: 30px 20px 0px 20px;*/
    padding: 0px 0px 0px 0px;
    height:125px; /* adjust: height of header */
    background-image: url("lbab-plain-header125.jpg");
    text-align:right;
    background-repeat:no-repeat;
    
    /*margin-bottom: 1px;*/   
}
#headerWrapper #_top
{
	float:right;
}
#headerWrapper #ctl00_CtrlSearch1_searchString
{
    border-color:#CCCCCC;
    background-color:#9900CC;
    color:RED;
    font-weight:bold;
    font-size:small;
    font-family:Verdana;
}
#headerWrapper #ctl00_CtrlSearch1_ButtonSearch
{
    border-color:#FFFFFF;
    background-color:#990000;
    color:White;
    font-weight:bold;
    font-size:small;
    font-family:Verdana;
}
#menuWrapper
{
    width:900px;    
    /*background-image: url("bg.gif");*/
    background-color:#990000;
    text-align:center;
    font-weight:bold;
    font-size:small;
    padding: 10px 0px 10px 0px;
    /*padding:0px;*/
    /*border-left: solid 1px White;
    border-right: solid 1px White;*/
    }

#menuWrapper td
{
    text-align:left;
}

#menuWrapper .staticMenuItemStyle
{
    border-right: solid 1px White;    
}

#menuWrapper a
{
    color:White;
}

#menuWrapper a:hover
{
    text-decoration:underline;
}
#mainBreadCrumbsWrapper
{
	width:100%;
	/*height:20px;*/
	border-bottom: solid 1px #cc6666;
	/*border-right: solid 1px white;
	border-left: solid 1px white;*/
	height:30px;
}
#mainBreadCrumbs
{
	margin:0px;
	padding:0px;
	width:70%;
	text-align:left;
	/*height:20px;*/
}
#mainSearch
{
	margin:0px;
	padding-top:5px;
	width:30%;
	text-align:right;
	/*height:20px;*/
}
#ctl00_breadCrumbsWrapper
{
    width:70%;
    padding: 7px 20px 7px 20px;
    font-size:small;    
    float:left;
}
#seachWrapper
{
	float:right;
	padding: 3px 5px 0px 0px;
}
#ctl00_breadCrumbsWrapper a
{
    color:#cc6666;
    text-decoration:none;
}

#ctl00_breadCrumbsWrapper a:hover
{
    text-decoration:underline;
    
}

#currentPageTitleWrapper
{
    width:860px;
    padding: 20px 20px 10px 20px;    
    font-weight:bold;
}

#contentWrapper
{
    padding: 10px 20px 30px 20px;
    width:860px;
    font-size:x-small; 
    font-family:Verdana; 
    height:100%;
}

#ctl00_footerWrapper
{
    padding: 7px 0 7px 0;
    font-size:x-small;
    text-align:center;
    border-top: solid 1px #cc6666;
}
#ctl00_footerWrapper a
{
    font-size:x-small;
    text-align:center;
    color:#cc6666;
}
#ctl00_footerWrapper a:hover
{
    text-decoration:underline;
    
}
#ct100_ContentPlaceHolder_Content_PlaceHolder_Content
{
height:100%
width:100%
}