/*
body, table, th, tr, td, ul, ol, li, p, font, a, blockquote, label{font-family: Tahoma, Verdana, Helvetica, Arial;	font-size: 10px; }*/

body {
	margin:0 0 0 0;
	background-color:#FFFFFF;
	/*background-image:url('http://www.andersonandassociatesrealty.com/tpl/rsft/images/bg.gif');*/
	text-align:center;
}
table{border:0}

.topMenu {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	font-weight:bold;
	cursor:pointer;
}

.company {
	font-family: Verdana;
	font-size: 16pt;
	color: #FFF;
	font-weight: bold;
}

.address {
	font-family: Verdana;
	font-size: 9pt;
	color: #FFF;
}

.divMain {
	background-color: #FFFFFF;
	width: 777px;
}
.LBlock {
	border: 1px solid #022543;
	background-color:#E5E5E5;
	width: 518px;
	/*height:400px;*/
	float:left;
	margin-top: 5px;
}

.RBlock {
	border: 1px solid #022543;
	background-color:#E5E5E5;
	width: 254px;
	/*height: 400px;*/
	float:right;
	margin-top: 5px;
}

.LPart {
	width: 518px;
	float:left;
}

.RPart {
	width: 254px;
	float:right;
}

.LTable {
	border: 1px solid #022543;
	/*background-color:#E5E5E5;*/
	width: 518px;
	margin-bottom: 5px;
	table-layout: fixed;
}

.RTable {
	border: 1px solid #022543;
	/*background-color:#E5E5E5;*/
	width: 254px;
	margin-bottom: 5px;
	table-layout: fixed;
}

.CBlock {
	border: 1px solid #022543;
	/*background-color:#E5E5E5;*/
	width: 777px;
	height: 400px;
	float:left;
	text-align:left;
}

.blockTop {
	height:22px;
	background-color:;
	/*background-image:url('http://www.andersonandassociatesrealty.com/tpl/rsft/images/expand_close.gif');*/
	background-position: 5px 6px;
	background-repeat:no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:3px;
}

.hideBlockTop {
	height:22px;
	background-color:;
	background-image:url('http://www.andersonandassociatesrealty.com/tpl/rsft/images/expand_open.gif');
	background-position: 5px 6px;
	background-repeat:no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:3px;
}

.blockBody {
	text-align:justify;
	vertical-align:top;
	padding:10px;
	font-family: Verdana;
	font-size: 10px;
}

.blockBodySecondary1 {
	text-align:justify;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:30px;
	font-family: Verdana;
	font-size: 10px;
}

.blockTitle {
	font-family:Verdana;
	font-size:19px;
	font-weight:500;
}

.blockSubTitle{
	font-family:Verdana;
	font-size:19px;
	font-weight:500;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	cursor: default;
}

a.cl:link{
	color : #000000; 
	text-decoration : underline;
}
a.cl:visited{
	color : #000000; 
	text-decoration : underline;
}

a.cl:hover{
	color : #000000; 
	text-decoration : underline;
}






/* Menu styles */

div.yuimenu {

    background-color:#f6f7ee;
    border:solid 0px #c4c4be;
    padding:1px;
    font-family: Tahoma, Verdana, Helvetica, Arial;	font-size: 10px; 
}

/* Submenus are positioned absolute and hidden by default */

div.yuimenu div.yuimenu,
div.yuimenubar div.yuimenu {

    position:absolute;
    visibility:hidden;

}

/* MenuBar Styles */

div.yuimenubar {

	padding-left:10px;
}

/*
    Applying a width triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    width:100%;
}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}


/* Matches the group title (H6) inside a Menu or MenuBar instance */

div.yuimenu h6,
div.yuimenubar h6 { 

    font-size:100%;
    font-weight:normal;    
    margin:0;
    border:solid 1px #c4c4be;
    color:#b9b9b9;    

}

div.yuimenubar h6 {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    padding:4px 12px;
    border-width:0 1px 0 0;
    
}

div.yuimenu h6 {

    float:none;
    display:block;
    border-width:1px 0 0 0;
    padding:5px 10px 0 10px;

}


/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0;

}

div.yuimenu ul {

    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:0;

}


div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border:0px solid green;
	border-top:1px solid #929292;
	
}


/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    font-size:100%;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
	border-left:1px solid #929292;
	border-right:1px solid #929292;
	border-bottom:1px solid #929292;
}

div.yuimenu li.yuimenuitem {

    padding:2px 8px 2px 23px;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;
}


/* Matches the help text for a menu item */

div.yuimenu li em {

	font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a em {

    margin:0;

}

div.yuimenu li a,
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#000;
    text-decoration:none;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}


/* Matches focused and selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {
    background-color:#CFCFCF;
	
}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

	text-decoration:none;

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {

    color:#000;

}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
	margin-left:10px;
	margin-right:15px;
    padding:3px 3px 3px 3px;
	
}


div.yuimenubar li.yuimenubaritem.first-of-type {

    border:0px solid red;
}


/* Matches the submenu indicator for menu items */

div.yuimenubar li.yuimenubaritem img {

    height:8px;
    width:8px;
    margin:0 0 0 2px;
    vertical-align:middle;

}

div.yuimenu li.yuimenuitem img {

    height:8px;
    width:8px;
    margin:0 -16px 0 0;
    padding-left:10px;
    border:0;

}

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked img.checked {

    height:10px;
    width:9px;
    margin:3 0 3 2;
    padding:0;
    border:0;
    position:absolute;
    left:0px;
    _left:-22px; /* Underscore hack b/c this is for IE 6 only */
    top:0px;
    
}

.bMenu{font:10px Verdana;cursor:pointer}

tt.ellipsis1 {font-family: Verdana;font-size: 10px;color: #FFF;font-weight:bold;white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; display:block; position:relative; zoom:1;}
tt.ellipsis1:after{ content:''; display:block; clear:both; }
tt.ellipsis1 span { white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; width:100%; float:left;	overflow:hidden; max-width:87%;cursor:pointer;}
tt.ellipsis1 ins{ height:10px; float:left;	width:1px; position:relative; left:-95%;	}
tt.ellipsis1 var{ position:absolute; right:0; top:0; bottom:0; background:#FFF; display:none; }
tt.ellipsis1 var:after{ content:'...'; font:12px/1.2 Verdana; }

tt.ellipsis2 {font:10px Verdana; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; display:block; position:relative; zoom:1;width:90px;}
tt.ellipsis2:after{ content:''; display:block; clear:both; }
tt.ellipsis2 span { white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; width:100%; float:left;	overflow:hidden; max-width:97%;cursor:pointer;}
tt.ellipsis2 ins{ height:10px; float:left;	width:1px; position:relative; left:-95%;	}
tt.ellipsis2 var{ position:absolute; right:0; top:0; bottom:0; background:#D2DBE0; display:none; }
tt.ellipsis2 var:after{ content:'...'; font:12px/1.2 Verdana; }

tt.ellipsis3 {font:11px Verdana; font-weight:bold;white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; display:block; position:relative; zoom:1;}
tt.ellipsis3:after{ content:''; display:block; clear:both; }
tt.ellipsis3 span { white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; *width:100%; float:left;	overflow:hidden; max-width:97%;cursor:pointer;}
tt.ellipsis3 ins{ height:10px; float:left;	width:1px; position:relative; left:-95%;	}
tt.ellipsis3 var{ position:absolute; right:0; top:0; bottom:0; background:#335183; display:none; }
tt.ellipsis3 var:after{ content:'...'; font:12px/1.2 Verdana; }

.alert{position:absolute;top:-1000px;left:-1000px;}

