/* 
Document   : userhome
Created on : Aug 27, 2009, 12:52:04 PM
Author     : zoids
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#userDlg{
    position: absolute;
    margin: auto;
    background-color: #E3F6CE;    
    border-color:#58FA58;
    border-style: solid;
    border-width:2px;
    z-index: 5;
}
.userDlg_head{
    display: block;
    height: 25px;
    background-color: #088A08;
}
.userDlg_h{
    position: relative;
    left: 10px;
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}

.userInfo1{
    display: block;
    height: 38px;
    width: 100px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
#userDlgContent{
    display: block;
    width: 463px;
    position: relative;
    left: 10px;
}
#userDlgBody{
    background-color: #FFFFFF;       
    width: 463px;
}
#userDlgScroll{
    background-color: #FFFFFF;       
    width: 463px;
    height: 200px;
    overflow: auto;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    
}
.userButton{
    position: absolute;
    bottom: 80px;
    right: 20px;
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 12px; 
    background-color:#ACFA58;
}
.userButton:hover{
    display: block;
    width: 50px;
    height: 12px;    
    background-color:#E3F6CE;
}
.tButton{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 12px; 
    background-color:#ACFA58;
}
.tButtonSelected{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 12px; 
    background-color:#E3F6CE;
}
.tButton2Selected{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 12px; 
    background-color:#E3F6CE;
}
.tButton:hover{
    display: block;
    width: 50px;
    height: 12px;    
    background-color:#E3F6CE;
}
.tButton1{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 25px;
    height: 12px; 
    background-color:#ACFA58;
}
.tButton1:hover{
    display: block;
    width: 25px;
    height: 12px;    
    background-color:#E3F6CE;
}
.tButton2{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 12px; 
    background-color:#ACFA58;
}
.tButton2:hover{
    display: block;
    width: 100px;
    height: 12px;    
    background-color:#E3F6CE;
}
.tButton3{
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 150px;
    height: 12px; 
    background-color:#ACFA58;
}
.tButton3:hover{
    display: block;
    width: 150px;
    height: 12px;    
    background-color:#E3F6CE;
}
#userDlg_h{
}
.bottomAds{
    border-style: none;
    width: 478px;
    height: 75px;
    position: absolute;
    left: 0px;
    bottom: 3px;
    padding: 0px;
}
#adsSb{
    background-color: #E3F6CE;    
    padding: 0px;
}
.tableHead{
    height: 20px;
    background-color: #81F781;
    color: #FFFFFF;
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;    
}
#msgBox{
    position: absolute;
    display: none;
    background-color: #E3F6CE;    
    z-index: 15;
    border-color:#58FA58;
    border-style: solid;
    border-width:2px;
    
}
#loading{
    margin-top: 30px;
    margin-left: 30px;
}
.centerButton{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 12px; 
    background-color:#ACFA58;
}
.centerButton:hover{
    display: block;
    width: 50px;
    height: 12px;    
    background-color:#E3F6CE;
}
h3.user{
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
}
#update{
    margin-left: 15px;
    padding: 20px;
}
#addEmail{
width:160px;
}
#invContacts{
width: 460px;
}
#inviteError{
color: red;
}
#importContacts{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    display: none;
    position: absolute;
    top: 205px;
    left: 5px;
    width: 370px;
    height: 130px;
    background-color: #E3F6CE;    
    border-color:#58FA58;
    border-style: solid;
    border-width:2px;
    z-index: 15;
}

