﻿body
{
    background-image: url(NACAbg08.gif);
    font-family: Verdana, Arial, Sans-Serif;
    font-size: medium;
    color: #0033CC;
}
/*
------------------------------
** Text Elements
**---------------------------------
*/
.small_normal
{
    color:inherit;
    font-size:75%;
}
.normal_highlight
{
    color:Red;
}

.small_bold_font
{
    color: #0033CC;
    font-size: small;
    font-weight: bold;
}

.xsmall_normal_font
{
    color: #0033CC;
    font-size:x-small;
}

.bold_highlight
{
    color:Red;
    font-weight:bolder;
}
.small_highlight
{
    color:Red;
    font-size:55%;
}
.default_background
{
   background-color:White;
}

.blue_border
{
    border: solid 2px #0033CC;
}
.watermark_text
{
    color: White;
    font-size: 85%;
    font-style: oblique;
}

/*
**---------------------------------
** Column header blocks
**---------------------------------
*/
.GridViewColumnHeader
{
    border: 3px double #FF0000;
}

.columnHeaderBlock
{
    border: medium double #FF0000;
    background-color: White;
    color: inherit;
    font-size: large;
    padding-top: 3px;
    margin-bottom: 5px;
    height:30px;
}
/*
**---------------------------------
** Master Page Elements Start Here
**---------------------------------
*/
#pMstrPageContactInfo
{
    background-color: White;
    color: #0000FF;
    font-size: x-small;
    height: 10px;
    width: 1045px;
    margin-top:0px;
    margin-bottom:2px;
    text-align: center;
}

#div4HdrBox
{
    border: thick double #FF0000;
    background-color: White;
    width: 1045px;
}

#div4TextLogo
{
    float: left;
    /*border: thin solid Green;*/
    width: 110px;
    height: 30px;
    margin-top: 50px;
    margin-left: 10px;
}

#div4PageHdrText
{
    float: left;
    /*border: thin solid Orange;*/
    width: 525px;
    height: 40px;
    margin-left: 120px;
    margin-top: 50px;
    text-align: center;
}

#div4GifLogo
{
    float:left;
    /*border: thin solid Purple;*/
    width: 100px;
    height:100px;
    margin-top:10px;
    margin-left:150px;
}

.lblPageTitle
{
    font-size: xx-large;
    color: #0033CC;
}
/*
**---------------------------------------
** Master Page Menu Elements Start Here
**---------------------------------------
*/

.mnuTopmenu
{
    background-color: White;
    
    border-top-color:Blue;
    border-top-style:double;
    border-top-width:thick;
    
    border-bottom-color:Red;
    border-bottom-style:double;
    border-bottom-width:medium;
    
    margin-top: 20px;
}
/*
**-------
/*
**---------------------------------------
** Two column page layout starts here
**---------------------------------------
*/
.LeftColumn_Layout
{
    float: left; 
    margin-right: 25px; 
    width: 485px;

}

.RightColumn_Layout
{
     width: 520px;
}
/*
**---------------------------------------
** Collapsible Panel Elements
**---------------------------------------
*/
.cpeTargetPanel
{
    border: thin dotted #FF0000;
    background-color: #F0F0F0;
    font-weight: bolder;
    font-size: 85%;
    padding-left: 2px;
    padding-right: 2px;
}
/*
**---------------------------------------
** AJAX Modal PopUp Extender
** Page background after popup occurs
**---------------------------------------
*/
.mpePageBackground
{
    background-color: #E3E7F5;
    filter:alpha(opacity=70);
	opacity:0.7;
}

/*
**---------------------------------------
** Link Pages
**---------------------------------------
*/
.linkTempHousingTopDiv
{
    width: 650px; 
    padding-top: 15px;
    font-size: 85%;
}
/*
**---------------------------------------
** GridView Select Button
**---------------------------------------
*/
.gvSelectButton
{
    font-size: 75%;
    font-weight: bolder;
    color: #FF0000;
}

/*
**---------------------------------------
** Gridview Caption
**---------------------------------------
*/

.gvCaption
{
    background-color: Red;
    color: White;
    caption-side: top;
     border-style:solid;
     border-width:3px;
     border-color:White;
    width:100%;
}



/*
**---------------------------------------
** UpdateProgress div style
**---------------------------------------
*/

.updivstyle
{ 
     background-color: #F0F0F0;
     filter:alpha(opacity=70);
	 opacity:0.7;
	 
	 text-align:center;
	 font-size:small;
	 font-weight:600;
	  
	 border:double 4px red;
	   
	 position:absolute; background-color: #F0F0F0; 
}

