﻿h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;            
    margin: 5px;
}
div, select, input, button {
    background: linear-gradient(to bottom, #e9e9e9, #f5f5f5 2px);
    border-color: #e3e3e3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    margin: 5px;           
}
select, input, button {
    background: linear-gradient(to bottom, #f1f1f1, #ffffff 2px);
    border-color: #cccccc;
    font-size:14px;
    height: 34px;
    padding: 5px 10px;
    outline: none;
}
select:focus, input:focus {
    border-color: #66afe9;
    box-shadow: 0 0 9px -2px #66afe9;          
}
input {
    height: 22px;
}  
input[type=checkbox] {
    box-shadow: none;
    height: 20px;
    vertical-align: middle;
    width: 20px;         
}
button {
    background: #ffffff;
}
button:hover {
    background-color: #ebebeb;
    border-color: #adadad;
    cursor: pointer;    
}
button:active {
    background: linear-gradient(to bottom, #d0d0d0, #ebebeb 6px);
}        
button:focus {
    background-color: #ebebeb;
    border-color: #66afe9;
    box-shadow: 0 0 9px -2px #66afe9;          
}
label {
    display: inline-block;   
    margin: 5px;    
    padding-left: 2px;    
    vertical-align: middle;
}     
#divMain {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 774px;   
    padding: 5px;        
}
#divMessage {
    border: none;
    background: none;
    margin: 0 auto;
    padding: 2px;
    width: 98%;
    word-wrap: break-word;
}
table {
	border: 1px solid #dddddd;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
}
table thead tr th {
	border: 1px solid #dddddd;
	border-bottom-width: 2px;
	padding: 8px;
	text-align: left;
}
table tbody tr td {
	border: 1px solid #dddddd;
	padding: 8px;
}
table tbody tr:nth-child(2n+1) td {
	background-color: #f9f9f9;
}