/* Standard */
img{border:none;}
a{border:none;}
body{font-size:12px;}
h1{font-size:130%;}
.enlarge_text{font-size:15px;}

/* Class shortcuts */
.green{color:#319648;}
.blue{color:#39458a;}
.center{text-align:center;}
.mini{font-size:60%;}
.clear{clear:both;}
.left{float:left;position:relative;}
.right{float:right;position:relative;}
.quiet{font-size:10px;color:#999;}

div.agent_card{
    width:194px;
    height:112px;
    border:1px solid #666;
    text-align:right;
    padding:5px;
    font-size:10px;
    line-height:12px;
    position:relative;
    margin-left:1px;
}
div.agent_card img.portrait{
    float:left;
}
div.agent_card img.agent-logo{
    margin-bottom:20px;
}
#page {
position:relative;
}

#toolbar {
width:200px;
position:absolute;
right:0;
z-index:100;
text-align:left;
font-family:Verdana;
color:#000;
}


#toolbar-head {
height:43px;
width:200px;
font-size:9px;
text-align:right;
background:url(http://static.collabrestate.com/images/toolbar-elements.png) 0 0 no-repeat;
}

#toolbar-head-content {
padding:5px 7px 0 0;
}

.toolbar-body {
background:url(http://static.collabrestate.com/images/toolbar-bg.png) repeat-y;
}

#toolbar-bottom {
clear:both;
background:url(http://static.collabrestate.com/images/toolbar-bottom.png) no-repeat;
width:200px;
height:16px;
}

.toolbar-toggler {
clear:both;
cursor:pointer;
font-size:95%;
color:#666;
min-height:17px;
background:url(http://static.collabrestate.com/images/toolbar-toggler.png) repeat-x;
height:25px;
margin:0;
padding:0 5px 0 7px;
}

.toolbar-toggler h4 {
cursor:pointer;
margin:0;
padding:4px 3px 0 0;
}

#num-favorites {
margin-top:3px;
float:right;
font-weight:400;
background:url(http://static.collabrestate.com/images/num.png);
background-color:transparent;
color:#ddd;
width:18px;
height:16px;
text-align:center;
font-size:12px;
}

.toolbar-togglee {
border-top:medium none;
border-bottom:medium none;
list-style:none;
list-style-position:outside;
margin:0;
padding:5px;
}

.toolbar-opensection {
color:#000;
}

.toolbar-closedsection {
color:#666;
}

favorites-togglee {
height:300px;
}

#favorite-listings {
list-style:none;
list-style-position:outside;
height:200px;
overflow:auto;
margin:0;
padding:0;
}

.favorite-listing {
font-size:80%;
border:1px solid #ccc;
background:#ddd;
overflow:hidden;
margin:0 0 4px;
padding:2px;
}

#toolbar li.active {
background:#bbb;
}

#favorite-actions {
overflow:hidden;
text-align:right;
}

#favorite-status {
display:block;
float:left;
width:150px;
margin-top:3px;
}

.view-favorite {
float:right;
width:15px;
height:15px;
}

.toolbar-toggler-ish {
clear:both;
cursor:pointer;
font-size:95%;
color:#666;
min-height:17px;
background:url(http://static.collabrestate.com/images/toolbar-toggler.png) repeat-x;
height:25px;
text-decoration:none;
margin:0;
padding:0 5px 0 7px;
}

.toolbar-toggler-ish h4 {
cursor:pointer;
text-decoration:none;
margin:0;
padding:4px 3px 0 0;
}

a.toolbar-ad {
text-decoration:none;
color:#666;
}
a.toolbar-ad:link {
text-decoration:none;
color:#666;
}

#favorite-actions img,.actions img {
cursor:pointer;
}
.calcerror{
    background: #ff0000;
    color:#fff;
}
#toolbar form{
    padding:0 5px 0 5px;
}
#toolbar form input.button{
    float: right;
}

