/*
    Document   : landingPage
    Created on : Jun 2, 2009, 3:13:17 PM
    Author     : dsmart
    Description:
        Purpose of the stylesheet follows.
*/
/* universal styles */
.popupdialog_id{
    position:absolute;
    left:50%;
    top:15px;
    margin-left:-200px;
    width:400px;
    text-align:left;
    border:1px solid black;
    background-color:#FFFFFF;

}
.popupdialog_id .helpWindow{
    
}
.popupdialog_id .helpTitlebar{
    background-color:#2D5E96;
    width:100%;
    overflow:hidden;
}
.popupdialog_id .helpText{
    color:white;
    float:left;
    font-weight:bold;
    margin:3px;
}
.popupdialog_id .helpClose{
    background:url('/images/help/close.gif') no-repeat;
    width:20px;
    height:20px;
    float:right;
    margin:3px;
}
.popupdialog_id .helpContent{
    background:white;
    padding:10px;
    max-height:500px;
    overflow-y: auto;
}
.popupdialog_id .helpContentTitle{
    color:#11344F;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
}

/* proposals styles */

.content_listItem{
   
}

/* Area Measurments styles */
.content_indentItem{
    padding-left:10px;
}