﻿/*------------  DEFAULTS  ---------------*/
*{
    margin: 0px;
    padding: 0px;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    /*color: #005c96*/
}

html,body{margin:0;padding: 0;height:100%;}
body
{
    background-color: #eaeaea;
    margin: 0 17px 0 17px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
/*
input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
*/

/* TAB MENU   
----------------------------------------------------------*/
ul#leftMenu
{
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    text-align: left;
}

ul#leftMenu li
{
    display:list-item;
    list-style: none;
}

ul#leftMenu li#greeting
{
    padding: 0px 0px;
    margin: 0px;
    font-weight: bold;
    font-size:12px;
    font-family:Arial,Verdana;
    text-decoration: none;
    line-height: 1.5em;
    color: #fff;
}

ul#leftMenu li a
{
    padding: 0px 10px;
    margin: 0px;
    font-weight: bold;
    font-size:12px;
    font-family:Arial,Verdana;
    text-decoration: none;
    line-height: 1.5em;
    color: #034af3;
}

ul#leftMenu li a:hover
{
    text-decoration: none;
}

ul#leftMenu li a:active
{
    text-decoration: none;
}

ul#leftMenu li.selected a
{
    color: Green;
}

ul#leftMenu li.selected
{
    color: Green;
}
.listitem
{
padding: 0px 10px;
    margin: 0px;
    font-weight: bold;
    font-size:12px;
    font-family:Arial,Verdana;
    text-decoration: none;
    line-height: 1.5em;
    color: #034af3;
     display:list-item;
    list-style: none;    
}
.listdec
{
text-decoration: none;
color:#034af3;
    }

/* MISC  

----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.headerLinks
{
    font-size: 11px;
    font-family:Arial,Verdana;
    text-align:left;  
    color: white;
    text-decoration: none;  
}

.headerLinks a:link
{
    font-size:11px;
    font-family:Arial,Verdana;
    padding: 0px 5px 0 5px;   
    text-align:center;  
    color: white;
    text-decoration: none;
}
.headerLinks a:visited
{
    font-size:11px;
    font-family:Arial,Verdana;
    padding: 0px 5px 0 5px;
    text-align:center;  
    color: white;
    text-decoration: none;
}

.headerLinks a:hoover
{
    font-size:11px;
    font-family:Arial,Verdana;
    padding: 0px 5px 0 5px;
    text-align:center;  
    color: white;
    text-decoration: none;
}

.footerLinks
{
    font-size:12px;
    font-family:Arial,Verdana;
    text-align:center;  
    color: white;
    text-decoration: none;    
}

.footerLinks a:link
{
    font-size:12px;
    font-family:Arial,Verdana;
    text-align:center;  
    color: white;
    text-decoration: none;
}

.footerLinks a:visited
{
    font-size:12px;
    font-family:Arial,Verdana;
    text-align:center;  
    color: white;
    text-decoration: none;
}

.footerLinks a:hoover
{
    font-size:12px;
    font-family:Arial,Verdana;
    text-align:center;  
    color: white;
    text-decoration: none;
}


/* ------- round boxes ------- */


/* brightblue_blue box */
table.brightblue_blue
{
    position: relative;
    top: 0px;    
}

table.brightblue_blue td.content
{
    width: 100%;
    background-color: #C2E1FF;
}

table.brightblue_blue tr.tr_top
{
    height: 4px;
}

table.brightblue_blue tr.tr_bottom
{
    height: 4px;
}

table.brightblue_blue td.td_top_left
{
    background-image: url('/Content/Images/Box/brightblue_blue/left_top_corner.png');
    background-repeat:no-repeat; 
    width:4px; 
    min-width:4px;
}

table.brightblue_blue td.td_top
{
    background-image: url('/Content/Images/Box/brightblue_blue/top_bg.png');
    background-repeat:repeat-x;
}

table.brightblue_blue td.td_top_right
{
    background-image: url('/Content/Images/Box/brightblue_blue/right_top_corner.png');
    background-repeat:no-repeat; 
    width:4px; 
    min-width:4px;
}

table.brightblue_blue td.td_left
{
    background-image: url('/Content/Images/Box/brightblue_blue/left_bg.png'); 
    background-repeat:repeat-y;
}

table.brightblue_blue td.td_right
{
    background-image: url('/Content/Images/Box/brightblue_blue/right_bg.png'); 
    background-repeat:repeat-y;
}

table.brightblue_blue td.td_bottom_left
{
    background-image: url('/Content/Images/Box/brightblue_blue/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:4px; 
    min-width:4px;
}

table.brightblue_blue td.td_bottom
{
    background-image: url('/Content/Images/Box/brightblue_blue/bottom_bg.png');
    background-repeat:repeat-x;
}

table.brightblue_blue td.td_bottom_right
{
    background-image: url('/Content/Images/Box/brightblue_blue/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:4px; 
    min-width:4px;
}


/* white_blue box */
table.white_blue
{
    position: relative;
    top: 0px;    
}

table.white_blue td.content
{
    width: 100%;
    background-color: #FFFFFF;
}

table.white_blue tr.tr_top
{
    height: 5px;
}

table.white_blue tr.tr_bottom
{
    height: 5px;
}

table.white_blue td.td_top_left
{
    background-image: url('/Content/Images/Box/white_blue/left_top_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.white_blue td.td_top_left_straight
{
    background-image: url('/Content/Images/Box/white_blue/left_top_corner_straight.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.white_blue td.td_top
{
    background-image: url('/Content/Images/Box/white_blue/top_bg.png');
    background-repeat:repeat-x;
}

table.white_blue td.td_top_right
{
    background-image: url('/Content/Images/Box/white_blue/right_top_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.white_blue td.td_left
{
    background-image: url('/Content/Images/Box/white_blue/left_bg.png'); 
    background-repeat:repeat-y;
}

table.white_blue td.td_right
{
    background-image: url('/Content/Images/Box/white_blue/right_bg.png'); 
    background-repeat:repeat-y;
}

table.white_blue td.td_bottom_left
{
    background-image: url('/Content/Images/Box/white_blue/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.white_blue td.td_bottom
{
    background-image: url('/Content/Images/Box/white_blue/bottom_bg.png');
    background-repeat:repeat-x;
}

table.white_blue td.td_bottom_right
{
    background-image: url('/Content/Images/Box/white_blue/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.white_blue td.td_bottom_right_straight
{
    background-image: url('/Content/Images/Box/white_blue/right_bottom_corner_straight.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}


/* white_grey box */
table.white_grey
{
    position: relative;
    top: 0px;    
}

table.white_grey td.content
{
    width: 100%;
    background-color: #FFFFFF;
}

table.white_grey tr.tr_top
{
    height: 6px;
}

table.white_grey tr.tr_bottom
{
    height: 6px;
}

table.white_grey td.td_top_left
{
    background-image: url('/Content/Images/Box/white_grey/left_top_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.white_grey td.td_top
{
    background-image: url('/Content/Images/Box/white_grey/top_bg.png');
    background-repeat:repeat-x;
}

table.white_grey td.td_top_right
{
    background-image: url('/Content/Images/Box/white_grey/right_top_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.white_grey td.td_left
{
    background-image: url('/Content/Images/Box/white_grey/left_bg.png'); 
    background-repeat:repeat-y;
}

table.white_grey td.td_right
{
    background-image: url('/Content/Images/Box/white_grey/right_bg.png'); 
    background-repeat:repeat-y;
}

table.white_grey td.td_bottom_left
{
    background-image: url('/Content/Images/Box/white_grey/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.white_grey td.td_bottom
{
    background-image: url('/Content/Images/Box/white_grey/bottom_bg.png');
    background-repeat:repeat-x;
}

table.white_grey td.td_bottom_right
{
    background-image: url('/Content/Images/Box/white_grey/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

/* blue_blue box */
table.blue_blue
{
    position: relative;
    top: 0px;    
}

table.blue_blue td.content
{
    width: 100%;
    background-color: #E3EEFF;
}

table.blue_blue tr.tr_top
{
    height: 6px;
}

table.blue_blue tr.tr_bottom
{
    height: 6px;
}

table.blue_blue td.td_top_left
{
    background-image: url('/Content/Images/Box/blue_blue/left_top_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.blue_blue td.td_top
{
    background-image: url('/Content/Images/Box/blue_blue/top_bg.png');
    background-repeat:repeat-x;
}

table.blue_blue td.td_top_right
{
    background-image: url('/Content/Images/Box/blue_blue/right_top_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.blue_blue td.td_left
{
    background-image: url('/Content/Images/Box/blue_blue/left_bg.png'); 
    background-repeat:repeat-y;
}

table.blue_blue td.td_right
{
    background-image: url('/Content/Images/Box/blue_blue/right_bg.png'); 
    background-repeat:repeat-y;
}

table.blue_blue td.td_bottom_left
{
    background-image: url('/Content/Images/Box/blue_blue/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}

table.blue_blue td.td_bottom
{
    background-image: url('/Content/Images/Box/blue_blue/bottom_bg.png');
    background-repeat: repeat-x;
}

table.blue_blue td.td_bottom_right
{
    background-image: url('/Content/Images/Box/blue_blue/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:6px; 
    min-width:6px;
}



/* beige_blue box */
table.beige_blue
{
    position: relative;
    top: 0px;    
}

table.beige_blue td.content
{
    width: 100%;
    background-color: #FCF8E6;
}

table.beige_blue tr.tr_top
{
    height: 5px;
}

table.beige_blue tr.tr_bottom
{
    height: 5px;
}

table.beige_blue td.td_top_left
{
    background-image: url('/Content/Images/Box/beige_blue/left_top_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.beige_blue td.td_top
{
    background-image: url('/Content/Images/Box/beige_blue/top_bg.png');
    background-repeat:repeat-x;
}

table.beige_blue td.td_top_right
{
    background-image: url('/Content/Images/Box/beige_blue/right_top_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.beige_blue td.td_left
{
    background-image: url('/Content/Images/Box/beige_blue/left_bg.png'); 
    background-repeat:repeat-y;
}

table.beige_blue td.td_right
{
    background-image: url('/Content/Images/Box/beige_blue/right_bg.png'); 
    background-repeat:repeat-y;
}

table.beige_blue td.td_bottom_left
{
    background-image: url('/Content/Images/Box/beige_blue/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}

table.beige_blue td.td_bottom
{
    background-image: url('/Content/Images/Box/beige_blue/bottom_bg.png');
    background-repeat:repeat-x;
}

table.beige_blue td.td_bottom_right
{
    background-image: url('/Content/Images/Box/beige_blue/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
    min-width:5px;
}



/* widget box */
table.widget_box
{
    position: relative;
    top: 0px;    
}

table.widget_box td.content
{
    width: 100%;
    background-color: #FCF8E6;
}

table.widget_box tr.tr_top
{
    height: 22px;
}

table.widget_box tr.tr_bottom
{
    height: 5px;
}

table.widget_box td.td_top_left
{
    background-image: url('/Content/Images/Box/widget/left_header_bg.png');
    background-repeat:no-repeat; 
    width:5px;
    height:22px;
}

table.widget_box td.td_top
{
    background-image: url('/Content/Images/Box/widget/middle_header_bg.png');
    background-repeat:repeat-x;
    height:22px;
}

table.widget_box td.td_top_right
{
    background-image: url('/Content/Images/Box/widget/right_header_bg.png');
    background-repeat:no-repeat; 
    width:5px; 
    height:22px;
}

table.widget_box td.td_left
{
    background-image: url('/Content/Images/Box/widget/left_bg.png'); 
    background-repeat:repeat-y;
    width:5px;
    min-width:5px;     
}

table.widget_box td.td_right
{
    background-image: url('/Content/Images/Box/widget/right_bg.png'); 
    background-repeat:repeat-y;
    width:5px; 
    min-width:5px;
}

table.widget_box td.td_bottom_left
{
    background-image: url('/Content/Images/Box/widget/left_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
}

table.widget_box td.td_bottom
{
    background-image: url('/Content/Images/Box/widget/bottom_bg.png');
    background-repeat:repeat-x;
}

table.widget_box td.td_bottom_right
{
    background-image: url('/Content/Images/Box/widget/right_bottom_corner.png');
    background-repeat:no-repeat; 
    width:5px; 
}

/* ------- end boxes ------- */


.column_divider 
{
}


.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/*-----------FE-SCORE-------*/
.FEScoreHelp
{
    background-color: white;
     background-image: url('/Content/Images/question_mark.png');
     background-repeat: no-repeat;
      background-position: center;
       width: 11px; 
     height: 13px;
    }
 .FEHeader
 {
     font-family: Arial,Verdana; font-size: 11px; font-weight: bold; color: White;
 }
 
 .FEScore
 {
     font-family: Arial,Verdana; font-size: 20px; font-weight: bold;
 }
 .FEDate
 {
     font-family: Arial,Verdana; font-size: 10px; font-weight: normal;color: Black;
 }
 
 /*----------------Clearing All Page CSS */
 .finance_header
        {
            font-family: Arial,Verdana;
            font-size: 11px;
            font-weight: normal;
            color: #005c96;
            padding-top: 1px;
            text-align: right;
        }
        .finance_column
        {
            font-family: Arial,Verdana;
            font-size: 11px;
            font-weight: normal; /*color:#005c96;*/
            color: Green;
            padding-top: 1px;
            text-align: right;
        }
        .property_img
        {
            max-width: 142px; /* Resize the image for IE6 */
            width: expression(this.width > 142 ? 142: true);
            max-height: 106px;
            height: expression(this.height > 106 ? 106: true);
            display: block;
        }