﻿/* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS Reset ================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, AccountingLock
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

strong, b
{
    font-weight: bold;
}

em, dfn, i
{
    font-style: italic;
}

/* ================= General tags ================= */
body
{
    font: 12px/1.7 Helvetica, Arial, Tahoma, sans-serif;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    background: #e7e7e7;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-weight: 600;
}

a:link, a:visited, a:active, a:focus
{
    text-decoration: none;
    outline: none;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

a
{
    color: #d93e39;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

a:hover
{
    text-decoration: underline;
    list-style: none;
    color: #890905;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.bluelink-disabled:hover 
{
	color: #d93e39;	
}

pre
{
    white-space: pre;
    overflow: auto;
    padding: 20px;
}

code
{
    white-space: pre;
    overflow: auto;
    padding: 14px;
    color: #595959;
    background: #f6f6f6;
    display: block;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 15px;
}

    code strong
    {
        color: #000;
    }

p
{
    color: #74665b;
    font-size: 12px;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    line-height: 22px;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p
{
    /*margin-bottom: 20px;*/
}

::selection
{
    background: #2e2823;
    color: #FFFFFF;
}

::-moz-selection
{
    background: #2e2823;
    color: #FFFFFF;
}

.fix
{
	 text-overflow: ellipsis;
	 -ms-text-overflow: ellipsis; /*some IE versions*/
	 -o-text-overflow: ellipsis; /*opera, just in case*/
	 overflow: hidden;
	 white-space: nowrap;
	 word-wrap: normal;
}

/* ================= Headers ================= */
h1
{
    font-size: 25px;
    color: #453C34;
}

h2
{
    font-size: 22px;
    color: #453C34;
}

h3
{
    font-size: 18px;
    color: #453C34;
}

h4
{
    font-size: 16px;
    color: #453C34;
}

h5
{
    font-size: 14px;
    color: #453C34;
}

h6
{
    font-size: 12px;
    color: #453C34;
}

    h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular
    {
        font-weight: 400;
    }

h1.page_title
{
    font-size:large;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-top: 15px;
}

h1.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
}

h2.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

h3.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

h3.bottom_line2
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding-bottom: 5px;
}

h4.table_title
{
    font-size:small;
    margin-bottom: 0px;
    
}

h4.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 11px;
    padding-bottom: 10px;
}

p.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding: 0 0 13px 0;
}

div.bottom_line
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding: 0 0 13px 0;
}

p.align_center
{
    text-align: center;
    font-size: 14px;
    color: #999999;
}

    p.align_center a
    {
        font-weight: bold;
    }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
    font-weight: 600;
}
/* ================= List Styles ================= */
ul
{
    list-style: none;
    margin-top: 0;
}

ol
{
    margin-bottom: 0;
    margin-top: 0;
}

    ol, ol li
    {
        list-style: decimal outside;
    }
/* ================= Images ================= */
img.alignleft
{
    float: left;
    margin: 10px 16px 10px 0;
}

img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright
{
    float: right;
    margin: 5px 0px 5px 11px;
}
/* ================= Tables ================= */
table
{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 0;
}

    /* table thead td
    {
        background: #dddddd;
        height: 30px;
        color: #262626;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }*/

    /* table td
    {
        vertical-align: middle;
        padding: 0;
        height: 29px;
        color: #4d4d4d;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }
      */
    table tr.grey
    {
        background: #f2f2f2;
    }
/* ================= Forms ================= */
input, textarea
{
    /*border: 1px solid #cccccc;*/
    /*padding: 7px 10px 7px 10px;*/
    font-size: 11px;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/* ================= Deviders ================= */
.clear
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.padding3
{
    padding-top: 3px;
    font-size: 0;
    line-height: 0;
}

.padding5
{
    padding-top: 5px;
    font-size: 0;
    line-height: 0;
}

.padding10
{
    padding-top: 10px;
    font-size: 0;
    line-height: 0;
}

.padding12
{
    padding-top: 12px;
    font-size: 0;
    line-height: 0;
}

.padding15
{
    padding-top: 15px;
    font-size: 0;
    line-height: 0;
}

.padding17
{
    padding-top: 17px;
    font-size: 0;
    line-height: 0;
}

.padding20
{
    padding-top: 20px;
    font-size: 0;
    line-height: 0;
}

.padding25
{
    padding-top: 25px;
    font-size: 0;
    line-height: 0;
}

.padding30
{
    padding-top: 30px;
    font-size: 0;
    line-height: 0;
}

.padding40
{
    padding-top: 40px;
    font-size: 0;
    line-height: 0;
}

.padding50
{
    padding-top: 50px;
    font-size: 0;
    line-height: 0;
}

.padding60
{
    padding-top: 60px;
    font-size: 0;
    line-height: 0;
}

.padding80
{
    padding-top: 80px;
    font-size: 0;
    line-height: 0;
}

.none
{
    display: none;
}

.line
{
    font-size: 0px;
    border-top: 1px solid #d9d9d9;
}

hr
{
    background: transparent;
    border: 0;
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
}

hr
{
    background: #d9d9d9;
    color: #d9d9d9;
    margin: 5px 0 25px 0;
}

    hr.dotted
    {
        border-style: dotted;
    }

p + hr
{
    margin: 25px 0 20px 0;
}


.row
{ 
	clear: both;
	padding: 1px 0;
    white-space: nowrap;
    display: block;
}

.col
{
    float: left;
    padding-right: 3px;
    white-space: nowrap;
    display: block;
}

.label
{
    padding: 4px 5px;
    float: left;
    color: #666666;
    text-align: right;
    font-size: 12px;
}

.labelBold
{
    padding: 4px 5px;
    float: left;
    color: #666666;
    text-align: right;
    font-size: 14px;
    font-weight:bold;
}

.error-label
{
    padding: 4px 5px;
    float: left;
    color: #ff0000;
    text-align: right;
    font-size: 12px;
}

.errorPanel
{
	color: Red;
	display: block;
	line-height: 18px;
	height: 100%; /* needed for ie6 */
	margin-bottom: 15px;
	background-color: #eeeeee;
	border: solid 2px red;
	padding: 10px;
}

.SiteSummary 
{
	background: url('../Images/btnPrintNoText.png') no-repeat;
	float: left;
	background-position: 0 0;
	width: 90px;
	height: 90px;
}

.AccountingLock
{
    padding: 4px 5px;
    float: left;
    color: #800040;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}

.button_old
{
	border-radius: 10px;
	border: solid 1px #ffffff;
	color: #ffffff;
	padding: 3px 10px;
	background-color: #D94A4C;
	font-weight: bold;
	cursor: pointer;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}
.button {
    background-color: #999;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:    -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:     -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:      -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:         linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    border: none;
    border-radius: .5em;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,0.1),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.25),
                0 .25em .25em hsla(0,0%,0%,.05);
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 .5em 1em;
    padding: .5em 1.5em .75em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
}

.button_old:hover
{
	background-color: #86c0fa;
}
.button:hover {
    outline: none;
}
.button:hover,
.button:focus {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.25),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                0 .25em .25em hsla(0,0%,0%,.05);
}

.buttonPrint 
{
  font: 12px Arial;
  text-decoration: none;
  background-color: #e1e0e0;
  color: #333333;
  padding: 5px 6px 5px 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;	
}

.button_old:active
{
	background-color: #ffffff;
	color: #D94A4C;
	border: solid 2px #D94A4C;	
}
.button:active {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                inset 0 .25em .5em hsla(0,0%,0%,.05),
                0 -1px 1px hsla(0,0%,0%,.1),
                0 1px 1px hsla(0,0%,100%,.25);
    margin-top: .25em;
    outline: none;
    padding-bottom: .5em;
}

.textField
{
	border: solid 1px #abadb3;
	background-color: #ededed;
	padding: 2px 1px;
	width: 246px;
}

.textField:focus
{
	background-color: #ffffff;
}

.header-div
{
	height:120px;
}

.header-image-div
{
	width:120px;
	height:120px;
}

.header-content-div 
{
	width:1000px;
}

.menu-div
{
	padding-left:20px;
}

.userinfo-div
{
	float:right;
}

.body-div
{
	
}

.content-div
{
	border:1px solid #D94A4C;
	min-height:440px;
	min-width:1000px;
}

.excel-export-btn 
{
	background-position:0 0;
	background-image:url('../Images/exports.gif');
	padding: 0 11px 1px 0;
}

.pdf-export-btn 
{
	background-position:0 100px;
	background-image:url('../Images/exports.gif');
	padding: 0 11px 1px 0;
}

#iconPrint
{
    width: 27px;
    height: 25px;
}
#iconPrint a
{
	background: url('../Images/btnPrintNoText.png') no-repeat left top;
	display: block;
	width: 27px;
    height: 25px;
}
#iconPrint a:hover
{
	cursor: pointer;
	background-position: 0 -25px;
	text-decoration: none;
}


/* Telerik Styles  */
.RadMenu_Metro .rmLink .rmText {
    text-transform: none;
}
 
.RadGrid td
{
    /*works in Firefox*/
    overflow:hidden;
}


.RadInput textarea {
    white-space: pre-wrap !important;
}

/* ======================================================================================================
 GENERAL STRUCTURE
=======================================================================================================*/

/* ================= Header and Logo ================= */
.container
{
    width: 1024px;
    margin: 0 auto;
}

.container1
{
    width: 956px;
    margin: 0 auto;
}

.skinmanager
{
    width: 1024px;
    margin: 0 auto;
}


.skin
{
    width: 989px;   
}

.skin .skin1
{
  float: right;
  margin-top: 9px; 
}

.header
{
    width: 989px;
    height: 25px;
    background: #e7e7e7;
    margin: 0px;
}

.header .logo
{
    float: left;
    padding: 8px;
    margin-top: 18px;
        
}

/* ================= Header Menu ================= */

#header-menu-div
{
	float:left;
	padding-top:3px;
	margin-left:-80px;
	z-index:998;
}

#header-menu-ul
{	
	margin: 0;
	padding: 0;
}

#header-menu-ul li
{	
	float: left;
	list-style: none;
	width:100px;
}

#header-menu-ul li a
{
	display: block;
	text-decoration: none;
	text-align:center;
	outline: none;
	font-weight:bold;
	color:#2B2728;
}

#header-menu-ul li:hover
{
	background-color: #9A9999;
}

#header-menu-ul li:hover a
{
	font-weight:bold;
	color:#ffffff;
}

#header-menu-ul li a:hover
{
	color:#960102;
}

#header-menu-ul li:hover ul
{
	visibility: visible;
	display:block;
	z-index:998;
}

#header-menu-ul li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #9A9999;
	background-color: #9A9999;
}

#header-menu-ul li ul li
{
	float: none;
	display: inline;
	height:30px;
}

#header-menu-ul li ul li a
{
	display: block;
	width:150px;
	text-align:left;
	padding-left:10px;
	white-space: nowrap;
	color: #ffffff;
	outline: none;
}

#header-menu-ul li:hover ul li a
{
	font-weight:normal;
	padding-top:5px;
	height:25px;
}

#header-menu-ul li ul li a:hover
{
	color:#960102;
}

#header-menu-ul li ul li a span
{
	position: absolute;
	right: 0;
	*margin-top: -6px; /*positioning hack for ie6/7 only */
}

/* ================= Header Menu End ================= */

/* ================= Left Menu ================= */

#left-menu-div
{
	float:left;
	padding-top:3px;
	z-index:998;
}

#left-menu-ul
{	
	margin: 0;
	padding: 0;
}

#left-menu-ul li
{	
	list-style: none;
	background:#9A9999;
	padding-top:2px;
	margin:2px 0;
	font-size:14px;
	height:25px;
	width:120px;
}

#left-menu-ul li a
{
	display: block;
	text-decoration: none;
	text-align:center;
	outline: none;
	font-weight:bold;
	color:#ffffff;
}

#left-menu-ul li:hover
{
	background-color: #9A9999;
}

#left-menu-ul li:hover a
{
	font-weight:bold;
	color:#ffffff;
}

#left-menu-ul li a:hover
{
	color:#960102;
}

#left-menu-ul li:hover ul
{
	visibility: visible;
	display:block;
	z-index:998;
}

#left-menu-ul li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #9A9999;
	background-color: #9A9999;
}

#left-menu-ul li ul li
{
	float: none;
	font-size:13px;
	display: inline;
	height:30px;
}

#left-menu-ul li ul li a
{
	display: block;
	width:150px;
	text-align:left;
	padding-left:10px;
	white-space: nowrap;
	color: #ffffff;
	outline: none;
}

#left-menu-ul li:hover ul li a
{
	font-weight:normal;
	padding-top:5px;
	height:25px;
}

#left-menu-ul li ul li a:hover
{
	color:#960102;
}

#left-menu-ul li ul li a span
{
	position: absolute;
	right: 0;
	*margin-top: -6px; /*positioning hack for ie6/7 only */
}

/* ================= Left Menu End ================= */

.logout
{
	float: right;
	padding: 3px;
}

.login
{
    float: right;
    margin: 6px 0px 0px 0px;
    padding: 6px;
}

.left-menu
{
	float: Right;
	width: 30px;
}

.header_bg
{
    background: #898989;
    width: 100%;
    height: 12px;
}

.header_bg.grey
{
    background: #f2f2f2 url("../images/header_delimiter.png") repeat-x bottom;
}


/* ================= Header Menu ================= */


#main-menu
{
    background: url("../images/menu_bg.png") repeat-x;
    width: 1035px;
    height: 45px;
}



    #main-menu a :hover
    {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }


    #main-menu .logoff
    {
        float: left;
        background: url("../images/logoff.png");
        width: 176px;
        height: 50px;
    }

        #main-menu .logoff:hover
        {
            float: left;
            background: url("../images/logoff_hover.png");
            width: 176px;
            height: 50px;
        }

	#main-menu .logo
    {
        float: Right;
        margin-top: 13px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    
    #main-menu .menu_title
    {
        float: Left;
        font-weight: bold;
        font-size: 16px;
        color: #aa0105;
        margin-top: 2px;
        margin-left: 10px;
    }


.login a .logoff_butn
{
    float: left;
    width: 74px;
    height: 6px;
}





/* ================= Maincontent ================= */


.maincontent
{
    width: 989px;
    background: #fff;
    background-image: linear-gradient(bottom, rgb(231,231,231) 0%, rgb(255,255,255) 50%);
    background-image: -o-linear-gradient(bottom, rgb(231,231,231) 0%, rgb(255,255,255) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(231,231,231) 0%, rgb(255,255,255) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(231,231,231) 0%, rgb(255,255,255) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(231,231,231) 0%, rgb(255,255,255) 50%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(231,231,231)), color-stop(0.5, rgb(255,255,255)) );
    position: relative;
}
/*     height: 800px; */


/* ================= find_property ================= */

#find_property
{
    background-image: linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(210,210,210)), color-stop(1, rgb(255,255,255)) );
    border: 2px solid #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 3px solid #f9f9f9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    /*background:url("../images/find_page.png");
	background-repeat:no-repeat;*/
    width: 909px;
    height: 248px;
    margin: auto;
}

    #find_property .FindPropery_img
    {
        background: url("../images/propery_img.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        margin: 14px;
        float: left;
    }

    #find_property .FindPropery_heading
    {
        margin: auto;
        padding: 10px;
        font-size: 20px;
        line-height: 35px;
        color: #fff;
        width: 200px;
    }

    #find_property .FindPropery_bg
    {
        margin: auto;
        background-color: #606060;
    }

    #find_property .add_btn
    {
        width: 122px;
        height: 28px;
        margin-right: 27px;
        margin-top: 14px;
        float: left;
    }

    #find_property .img1
    {
        background: url("../images/img1.png");
        background-repeat: no-repeat;
        width: 691px;
        height: 141px;
        margin: 14px;
        float: left;
    }

    #find_property .left_buttons
    {
        float: right;
        width: 150px;
    }

        #find_property .left_buttons .search_btn
        {
            width: 122px;
            height: 28px;
            margin-top: 20px;
            float: left;
        }

        #find_property .left_buttons .reset_btn
        {
            width: 122px;
            height: 28px;
            float: left;
            margin-top: 20px;
        }

        #find_property .left_buttons .close_btn
        {
            width: 122px;
            height: 28px;
            margin-top: 20px;
            float: left;
        }

.Grid
{
    width: 932px;
    margin: 35px 25px 25px 35px;
    float: left;
}
.gridButton
{
    padding-right:2px;
}


/* ================= edit_property ================= */

#edit_property
{
    background-image: linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(210,210,210) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(210,210,210)), color-stop(1, rgb(255,255,255)) );
    border: 2px solid #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 3px solid #f9f9f9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    width: 909px;
    height: 400px;
    margin: auto;
}

    #edit_property .next_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px;
        float: left;
    }

    #edit_property .prev_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
        float: left;
    }

    #edit_property .FindPropery_bg
    {
        margin: auto;
        background-color: #606060;
    }


    #edit_property .edit_button_right
    {
        float: right;
        margin-right: 12px;
    }

        #edit_property .edit_button_right a
        {
            margin-right: 12px;
            margin: 14px 4px 0px 7px;
            float: left;
        }

    #edit_property .edit_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .save_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .revert_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .add_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .delete_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .close_btn
    {
        width: 91px;
        height: 28px;
        margin: 14px 4px 0px 7px;
    }

    #edit_property .img1
    {
        width: 339px;
        height: 298px;
        float: left;
    }

    #edit_property .img2
    {
        background: url("../images/edit_image.png");
        background-repeat: no-repeat;
        width: 479px;
        height: 284px;
        margin: 17px;
        float: left;
    }

    #edit_property .img2
    {
        float: right;
    }

.tabs
{
    width: 958px;
    height: 434px;
    margin: 35px 20px 20px 35px;
    float: left;
}


/* ================= Footer ================= */

/****************** Footer Area *******************/
.cleaner
{
    clear: both;
}

#page
{
    width: 100%;
    margin: 0 auto;
}

#page .footer-wrapper .site-info
{
    background: #6e6e6e;
}

    #page .footer-wrapper .site-info a
    {
        text-decoration: none;
        list-style: none;
        color: #fff;
        font-weight: bold;
        font-family: Arial;
        font-size: 13px;
        letter-spacing: 0.7px;
    }

        #page .footer-wrapper .site-info a:hover
        {
            text-decoration: none;
            list-style: none;
            color: #000;
            font-weight: bold;
            font-family: Arial;
            font-size: 13px;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

#page .footer-wrapper .left .info
{
    float: left;
    margin-top: 8px;
    line-height: 7px;
    margin-left: 2px;
}

    #page .footer-wrapper .site-info {
        text-align: center;
        color: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 10px;
        line-height: 7px;
        margin-top: 30px;
        padding-top: 8px;
        padding-bottom: 8px;        
    }
/* width: 100%; */

#page .footer-wrapper .site-info1
{
    background: #484848;
}
    /* width: 100%; */
#page .footer-wrapper .site-info1 .copy
{
    display: inline-block; 
    text-align: center;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 10px;
    width: 100%;
    height: 20px;
    position: relative;    
}
/* width: 100%; */

/* White */
.white {
    background-color: #eee;
}

/* Large */
.large {
    font-size: 1.25em;
}

/* Medium */
.medium {
    font-size: 1em;
}

/* Small */
.small {
    font-size: .75em;
}

/* Regular */
.regular {
    border-radius: .5em;
}


/*////////////////////////////////////////////////////////////////////*/


/* .RadButton .RadButton_Default .rbSkinnedButton .rbDecorated .rbLinkButton .rbText */
.RadButton .RadButton_Default .rbSkinnedButton
{
 font-weight:bolder;
 height: 100px;
 line-height: 100px;
 text-align: center;
}

.rbDecorated
{
	text-align: center !important;}

.rbSearch
{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal; 	
}

/* <asp:Menu /> Styles */

.DivLeftMenu  
{

}



.LeftMenu
{
	color:Green;
}
.LeftMenuItem
{
    background-color: #a8a8a7;
    -moz-border-radius: 1px; -webkit-border-radius: 1px;   
    font: 14pt calibri;
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
    height: 50px; text-align: left; color: white; padding: 5px;
    
}
.LeftMenuItemStyle  
{
	background-color: #a8a8a7;
	color: #ffffff; 
	padding: 12px; 
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: 14pt;
}

.LeftMenuItemStyle:hover
{
	background-color: #9a9999; 
	color: #891111;
}


.LeftMenuSelectedStyle { background-color: #9a9999; color: #5f5f5f; }

.LeftDynamicMenuItemStyle 
{ 
    background-color: #bdeafe; border-width: 1px; border-style: solid;
    border-color: #000000; -moz-border-radius: 1px; -webkit-border-radius: 1px;
    font: 13pt calibri; margin: auto;border-left: 0px solid #c1c1c1; 
    border-right: 0px solid #c1c1c1; border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1; border-spacing: 0px;
    vertical-align: middle; background-repeat: repeat-x;
    height: 50px; text-align: left; color: #5f5f5f; padding: 5px;
}

.LeftDynamicHoverStyle { background-color: #eca74c; color: #ffffff; }




.radupload {
     float: left;
     margin-bottom: 20px;
}
.bigModule {
     clear: both;
}
.smallModule {
     margin-bottom: 20px;
}
#controlContainer {
     vertical-align: top;
     padding: 20px 10px;
}
.ruProgressArea {
     position: absolute;
     top: 0;
     left: 10px;
}
input.RadUploadSubmit {
     margin-top: 20px;
}

.Photos_HL
{
	text-align: center;
	vertical-align: middle;		
}

.RightAligned
{
    text-align: right;
}

/* ================= Rad Lightbox ================= */
div.qsf-right-content .qsf-col-wrap
{
    position: static;
}
 
.wrapper:after
{
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
 
.furniture_logo
{
    float: left;
    margin-right: 20px;
}
 
.image_holder
{
    float: left;
    overflow: hidden;
    padding: 20px 13px 12px 20px;
    background: #e7e7e7;
}
 
    .image_holder:after
    {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
    }
 
.column
{
    float: left;
    width: 193px;
    margin-right: 7px;
}
 
.single_image
{
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 7px;
}
 
 
.product_info
{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 15px;
}
 
    .product_info:after
    {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
    }
 
.single_image:hover .product_info
{
    background: url(images/thumbnail/hover.png);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}
 
.single_image:hover .product,
.single_image:hover .price
{
    bottom: 15px;
    position: absolute;
    color: white;
}
 
.product
{
    float: left;
    font: normal 13px "Segoe UI", sans-serif;
    color: #444444;
    padding-left: 10px;
}
 
.price
{
    float: right;
    right: 0;
    font: bold 13px "Segoe UI", sans-serif;
    color: #888888;
    padding-right: 10px;
}
 
.column img
{
    font-size: 0;
    display: block;
}
/* ================= Rad Lightbox:End ================= */


#headerBox
{
	/* width: 350px; */
	height: 50px;
	margin: auto;
	background-repeat: no-repeat;
	/* background-color: #86c0fa; */
			
	background: -webkit-radial-gradient(left 20px, circle, #E8ECED, #7D7D7D); /* Safari 5.1+, Chrome 10+ */
	background: -moz-radial-gradient(left 20px, circle, #E8ECED, #7D7D7D); /* Firefox 3.6+ */
	background: -ms-linear-gradient(270deg, rgba(232, 236, 237, .0), rgba(217, 74, 76, 1) 120%); /* IE 10 */
	background: url("../images/menu_bg_cut.png") repeat-x;
	/* border: solid 5px #616161; */
	/* border-radius: 20px; */
	/* box-shadow: 0 0 5px #aaaaaa; */
}