/****************************************************************
* file: 	/css/agent.css
* author:	toy
* date:		4aug09
*
* NOTE: 	css for agent
*
* rev history
* [toy 4aug09]		orig version 
*****************************************************************/

#leftStuff .moreArea{
    background-color: #dddddd;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    overflow:auto;
    border: solid 1px grey;
}

#emailArea {
    font-size: .7em;
    line-height: 1em;
    margin-bottom: 5px;
    overflow: auto;
    border: solid 0px red;
}
#emailArea div {
    width: 100px;
    float: left;
    border: solid 0px red;
}
#emailButtons{
    margin-bottom: 2px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: solid 0px red;
}
#emailButtons a.buttonA{
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border: solid 0px red;
}
#emailButtons a.buttonA:hover{
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border: solid 0px red;
}

#rightStuff #staff {
    font-size:0.8em;
}


#leftStuff .moreArea{
    background-color: #dddddd;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    overflow:auto;
    border: solid 1px grey;
}

#textagentarea {
    font-size: .7em;
    line-height: 1em;
    margin-bottom: 5px;
    overflow: auto;
    border: solid 0px red;
}
#textagentarea div {
    width: 100px;
    float: left;
    border: solid 0px red;
}
#textagentButtons{
    margin-bottom: 2px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: solid 0px red;
}
#textagentButtons a.buttonA{
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border: solid 0px red;
}
#textagentButtons a.buttonA:hover{
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border: solid 0px red;
}

