/******************** popup styles ********************/
#popup_win
{
    min-width: 400px;
    overflow: auto;
    padding-bottom: 50px;
    z-index: 20001;
}

#popup_win .header .left
{
	background: url(../images/popup_shadow_header_left.png) top left no-repeat;
}

#popup_win .header .right
{
	background: url(../images/popup_shadow_header_right.png) top right no-repeat;
}

.popup_close {
    cursor: pointer;
    float: right;
    padding: 10px;
    display: none;
}

#popup_win .header .content
{
    background-color: 	#36B5BF;
    color: #FFFFFF;
	border: solid 1px #e6e7e8;
	text-align: right;
	padding: 10px 16px 1px;
	border-bottom: none;
    height:30px;
}

#popup_win .main
{
}

#popup_win .main .left
{
	background: url(../images/popup_shadow_left.png) top left repeat-y;
}

#popup_win .main .right
{
	background: url(../images/popup_shadow_right.png) top right repeat-y;
}

#popup_win .main .content
{
	background: #fff;
	border: solid 1px #e6e7e8;
	padding: 10px;
	/*height: 356px;*/
	overflow: auto;
	text-align: left;
        height: auto;
}
.PhotoHeader{
	float:left;
	color:white;
	margin:0;
	padding:0;
	font-family: Arial,sans-serif;
	position:absolute;
	font-weight:bold;
	left:10px;
	top:12px;
	font-size: 17px;
}

#popup_win .main .content .left, #popup_win .main .content .right
{
	background: none;
}

#popup_win h1
{
    font: 62.5% Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	color: #000;
	letter-spacing: 1px;
}

#popup_win form
{
}

#popup_win p
{
	font-size: 13px;
}

#popup_win hr
{
	color: #ccc;
	height: 1px;
	background-color: #fff;
	border: 0;
	border-top: solid 1px #ccc;
	margin: 0 0 8px;
}

#popup_win input
{
	margin-bottom: 8px;
}

#popup_win label
{
	font-size: 13px;
	line-height: 1em;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 8px;
	display: inline;
	padding-top: 5px;
	*padding-top: 0;
	*vertical-align: middle;
}

#popup_win form label.right
{
	float: none;
	width: auto;
	margin-right: 0;
	margin-left: 2px;
	text-align: left;
}

#popup_win form .right
{
	margin-left: 128px;
}

#popup_win form .right label
{
	float: none;
	margin-left: 2px;
}

#popup_win .submit
{
    background: url("../images/background_submit.gif") no-repeat scroll right 5px #ACC32B;
    border: medium none;
    color: #FFFFFF;
    padding: 3px 25px 4px 14px;
    margin-right: 10px;
    cursor: pointer;
    *padding: 1px 15px 2px 0;
}

.homephoto_popup .done
{
    background-color:#BCBEC0;
    background-image: none;
    border: 0 none black;
    color: white;
    font-weight: bold;
    padding:6px;
    width: auto !important;
    cursor:pointer;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 13px;
    float:right;
}

#popup_win .footer .left
{
	background: url(../images/popup_shadow_footer_left.png) top left no-repeat;
}

#popup_win .footer .right
{
    background: url(../images/popup_shadow_footer_right.png) top right no-repeat;
    margin-left: 9px;
}

#popup_win .footer .center
{
    margin-left:130px;
}

#popup_win .footer .content
{
	height: 8px;
	background: url(../images/popup_shadow_footer.png) repeat-x;
	margin-right: 9px;
}



/******************** confirm styles ********************/
.popup_confirm .main .content
{
	height: 100px	!important;
}

.popup_confirm .main .content p
{
	margin: 0 0 14px;
}


#popup_win_iframe2
{
	z-index: 2000;
	background-color: white;
    text-align: center;
    border:1px solid #36B5BF;
}
#popup_win_iframe2 .header{
    background-color: #36B5BF;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px;
    text-transform: none;
    position:relative;
}
#popup_win_iframe2 .main {
    font-size: 14px;
    padding: 60px;
}
#popup_win_iframe2 .footer{
    padding-right: 10px;
    position: absolute;
    top: 170px;
    width: 265px;
}

#popup_win_iframe2 .footer .left{
	background: none;
	text-align: right;
}

#popup_win_iframe2 .footer .right{
    background: none;
    float:right;
    margin-left: 10px;
}

#popup_win_iframe2 .footer .right a:hover{
	text-decoration: none;
}
/******************** property photo styles ********************/


div.photos_popup
{
	position: absolute;
}



.photos_popup #photos
{
	margin: 0;
	padding: 0;
}

.photos_popup #photos li
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background: #f3f3f3;
	border: solid 1px #ccc;
}

.photos_popup #photos img
{
	margin: 10px 10px 8px 5px;
}

.photos_popup #photos label
{
	width: 70px;
	font-size: 13px;
	margin-top: 10px;
}

.photos_popup #photos input
{
	margin-top: 12px;
	border: solid 1px #ccc;
}

.photos_popup #photos p
{
	margin: 10px 10px 0 0;
    text-align: right;
}

.photos_popup #photos .handle
{
	float: left; 
	background: url(../images/background_handle.gif) repeat-y; 
	width: 14px; 
	height: 50px;
	cursor: move;
}

.photos_popup #photos .save
{
	visibility: hidden;
}

.photos_popup textarea
{
	width: 240px;
	height: 65px;
    margin-top:10px;
	padding: 2px;
}


/******************** admin styles ********************/
.admin
{
	width: 600px;
	height: 635px;
	position: absolute;
	right: 0;
}

.admin .main .content
{
	height: 556px	!important;
}

.home_admin {
	left: 20px;
	top: 20px;
}

#updated {
	font-size: 13px !important;
	background-color: #FFFFCB;
}

/******************** overlay styles ********************/
#overlay
{
	background: #fff;
	opacity: .80;
	filter: alpha(opacity=80);
}


#PopUpBody{
    margin-top: 0px;
    background-color: #e6e7e8;
    text-align: left;
    margin-top: -12px;
    min-width: 0;
	font-size:10px;
}
#mainPopUp h1{
    font-family: 'Lato',Arial,sans-serif;
    font-size: 14px;
    color:#fff;
    background-color: #36b5bf;
    padding:10px;
    text-transform: none;
    margin-top: 10px;
    margin-top: 10px;
}
#alertPopUp{
    position: relative;

}
#alertPopUp h1{
    color:#fff;
    background-color: #36b5bf;
    padding:10px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
}
#mainPopUp .content{
    overflow-y: auto;
    padding-bottom: 12px;
    padding:20px;
}
#alertPopUp .content{
    font-size: 13px;
    padding:10px;
}
.popup_confirm{
    background-color: white;
    text-align: center;
    font-size: 13px;
    border:1px solid #36B5BF;
}
.popup_confirm .header{
    background-color: #36B5BF;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px;
    text-transform: none;
    position:relative;
}
.popup_confirm .footer{
    position:absolute;
    width:265px;
    top:170px;
    padding-right:10px;
}
#popup_win.popup_confirm .footer .left {
    background: none;
    float:right;
}
#popup_win.popup_confirm .footer .right {
    background: none;
    float:right;
    margin-left: 10px;
}
#popup_win.popup_confirm .main {
    padding:60px;
	font-size: 14px;
}
#popup_win.popup_confirm .footer #confirm_action,
#popup_win.popup_confirm .footer #popup_win_close{
    border: 0 none black;
    color: white;
    font-weight: bold;
    width: auto;
    font-size: 13px;
}

.Ammortization{
     background-color: white;
    border: 1px solid #36B5BF;
    float: left;
}
.Ammortization table{
     font-size:12px;
}
.Ammortization h1{
     margin-top: 0;
     text-transform: uppercase;
}
.AmmHead{
    text-transform: uppercase;
    width: 565px;
}
.AmmBody tr.Even{
    background-color: #eaeaea;
}
.AmmPayment{
    width:50px;
}
.AmmAmount,.AmmInterest,.AmmPrincipal{
    width:120px;
}
.AmmBalance{
    width:150px;
}
.AmmScroller{
    display:block;
    width:100%;
    height:400px;
    overflow-y:auto;
}
.CancelAmm{
    background-color: black;
    background-image: none;
    border: 0 none black;
    color: white;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
    width: auto;
}

#popup_win .main .content.homephoto_popup
{
	height: 436px;
}

.NotesTag {
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
}

#PopUpBody .pop_up_table{
    font-family: Arial;
    font-size: 12px;
    width: 440px;
}

#PopUpBody .pop_up_table_section{
    margin-bottom: 20px;
    max-height: 420px;
    overflow-y: auto;
}

#PopUpBody .pop_up_table th{
	text-align: left;
}

#PopUpBody .pop_up_table .less_general_vacancy{
	width: 80px;
}

#PopUpBody .pop_up_table .less_credit_loss{
	width: 140px;
}
#PopUpBody .pop_up_table .period_heading{
    text-align: right;
    width: 110px;
	padding-right: 15px;
}
#upload_div_file_upload{
	height: 23px;
}

.custom_pop_up_table{
    font-family: Arial;
    font-size: 12px;
    width: 440px;
}

.custom_pop_up_table .tr{
	text-align: right;
	width: 340px;
}

.custom_pop_up_table .tl{
	text-align: left;
	width: 100px;
}

.custom_pop_up_table td.total_row{
	border-top: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
}

.custom_pop_up_table .year_name{
	font-size: 14px;
	font-weight: bold;
}

.custom_pop_up_table .month_name{
	font-size: 12px;
	padding-left: 10px;
}

.Error{
    font-size: 13px;
    color:red;
    font-weight: bold;
}

#popup_win input[type="button"] {
    border-radius:5px;
    border-style:solid;
    margin:2px;
    float:left;
    cursor: pointer;
    line-height:0px;
    height:18px;
    width:18px;
    margin-top:4px;
}

#popup_win .delete_button {
    background-color:#fb5000;
    color:#323232;
    border-color:#ff140d;
}
