
form {
    margin: 0;
    padding: 0;    
}

img {
    border: 0 none;   
}

/**
 * Inputs
 */
select, input[type="text"], input[type="password"], textarea {
    border: 1px inset #AAAAAA;
    background-color: #F7F1E1;
    padding: 2px 2px;
}

select:hover, input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
    border: 1px inset #3D6C9E;
    background-color: #F5EDE3;
    padding: 2px 2px;
}

/**
 * Buttons
 */

input[type="submit"], input[type="button"] {
    background-color: #213B54;
    border-top: 1px solid #325980;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #325980;
    margin: 0;
    padding: 2px 8px 3px 7px;
    color: #ffffff;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #BE082F;
    border-top: 1px solid #F6E0E6;
    border-bottom: 1px solid #8B2323;
    border-left: 1px solid #F6E0E6;
    border-right: 1px solid #8B2323;
}

input[type="submit"].iconLeft, input[type="button"].iconLeft {
    background-repeat: no-repeat;
    background-position: 3px 50%;
    padding-left: 23px;
}

input[type="submit"].iconRight, input[type="button"].iconRight {
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 23px;
}

/**
 * List
 */
ul {
    margin: 0px 0px 0px 0px;
    padding: 10px 0 10px 15px;
    list-style-type: square;
}

ul li {
    padding: 0 0 0 0;
}

/**
 * Login form
 */

form#frmLogin input[type="text"], form#frmLogin input[type="password"] {
    width: 166px;
    margin-bottom: 3px;
}

form#frmLogin select {
    width: 172px;
    margin-bottom: 3px;
}


form#frmLogin input[type="text"] {
    width: 166px;
    margin-bottom: 3px;
}

form#frmLogin input[type="submit"] {
    margin: 5px 0 3px 0;
    width: 120px;
}

form#frmLogin input[type="text"]#strGeneratedAddress {
    background-color: #dddddd;
}

form#frmLogin #divLoginGenerate {
    padding-top: 6px;
    margin-top: 5px;
    border-top: 1px dashed #bbbbbb;
}

form#frmLogin #imgGenerate {
    float: right; 
    margin-top: 3px;
    cursor: pointer;
}

/**
 * Inbox
 */
 
.divInboxRowLow, .divInboxRowHigh {
    padding: 5px;
    clear: both;
    cursor: pointer;    
}

.divInboxRowHigh {
    background-color: #eeeeee;
}

.divInboxRowLow:hover, .divInboxRowHigh:hover {
    background-color: #F7F1E1;
}

.divInboxRowLow .checkBox, .divInboxRowHigh .checkBox  {
    float: left;
    width: 20px;
    padding-top: 3px;    
}

.divInboxRowLow .checkBox input[type="checkbox"], .divInboxRowHigh .checkBox input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

.divInboxRowLow .isRead, .divInboxRowHigh .isRead {
    float: left;
    width: 25px;
    padding-top: 1px;
    cursor: pointer;
}

.divInboxRowLow .messageInfo, .divInboxRowHigh .messageInfo {
    margin-left: 45px;
    margin-right: 115px;
    cursor: pointer;
}

.divInboxRowLow .date, .divInboxRowHigh .date {
    float: right;
    width: 70px;
    text-align: right;
    cursor: pointer;
}

.divInboxRowLow .messageInfo a, .divInboxRowHigh .messageInfo a, .divInboxRowLow .date a, .divInboxRowHigh .date a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.divInboxRowLow .options, .divInboxRowHigh .options {
    float: right;
    width: 45px;
    text-align: right;
    cursor: pointer;
}

.divInboxSelection {
	border: 1px solid #cccccc;
	color: #000000;
	background-color: #eeeeee;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;    
    background-image: url('http://www.spambog.com/gfx/web/icon_enter.gif');
    background-repeat: no-repeat;
    background-position: 20px 75%;      
}

/**
 * Paging
 */
 
.divPaging {
    margin-top: 10px;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 10px;    
}

.divPaging a {
    padding: 2px 5px;  
    font-weight: bold;
}

.divPaging .current {
    padding: 2px 5px;
    font-weight: bold;    
}

/**
 * Message
 */
 
.tblMessageHeader {
    width: 695px;
    padding: 0px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.tblMessageHeader tr td {
    background-color: #eeeeee;
    padding: 2px 5px;
    vertical-align: top;
}

.tblMessageHeader tr td.label {
    font-weight: bold;
    width: 120px;
}

.divMessageContent {
    clear: left;
    padding: 10px;
    border: 1px solid #cccccc;
    background-image: url('http://www.spambog.com/gfx/web/bgMail.png');    
}

.divMessageTab {    
    margin-right: 5px;
    border: 1px solid #cccccc;
    border-bottom: 0 none;
    background-color: #eeeeee;
    float: left;    
}

.divMessageTab:hover {    
    background-color: #F7F1E1;
}

.divMessageCurrentTab {    
    margin-right: 5px;
    border: 1px solid #cccccc;
    background-color: #213B54;
    border-bottom: 0 none;
    color: #ffffff;
    float: left;   
}

.divMessageTab a {
    padding: 5px 10px;
    display: block;
    color: #666666 !important;
}

.divMessageCurrentTab a {
    padding: 5px 10px;
    display: block;
    color: #ffffff !important;
}

#iframeMessage {
    width: 693px;
    height: 600px;
    border: 1px solid #cccccc;   
}
