#content {
 padding-left:5%;
 padding-right:5%;
 padding-top:40px;
 border:1px solid #DFDFDF;
 background-color:#F9F9F9;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
 color:#333;
 overflow: hidden;
 
}
.highlight1 {
 background-color: #e9e9e9
}
.highlight2 {
 background-color: #e4e4e4
}

table{
 border:1px solid #DFDFDF;
 background-color:#F9F9F9;
 width:100%;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
 color:#333;
}

table tr td a {
 display:block;
 height:100%;
 width:100%;
 text-decoration:none;
 color :#333;
}

th {
 text-shadow:rgba(255, 255, 255, 0.796875) 0px 1px 0px;
 
 font-weight:normal;
 padding:7px 7px 8px;
 line-height:1.3em;
 font-size:16px;
}

td {
 fodnt-size:14px;
 padding:4px 7px 2px;
}

#sortable {
 padding-top:30px;
}
#sortable td{
 font-size:14px;
}

#sortable td, th {
 border-top-color:white;
 border-bottom:1px solid #DFDFDF;
}
#sortable th > img  {
 width:10px;
 height:10px;
}
#nicetable td, th {
 border-top-color:white;
 border-bottom:1px solid #DFDFDF;
}

#sortable th:hover {
 color:#666666;
}
#hover :hover {
 background-color:#eee;
}
#nav td{
 font-size:14px;
}

#nav table {
 vertical-align:center;
}
#nav td,th {
 vertical-align:center;
 text-align:center;
 padding:4px 2px 2px;
}
#nav1 td,th {
 vertical-align:center;
 text-align:center;
}
#nav1 {
 padding-left: 2%;
 padding-right: 2%;
}
#submenu td{
 font-size:14px;
 padding:4px 2px 2px;
}
#nav td:hover {
 background-color:#eee;
}
#submenu td:hover {
 background-color:#eee;
}

#main {
 margin:20px 20px 20px 20px;
 max-width:1400px;
 min-width: 950px;
}

.link, #content > a {
 color: rgb(75,75,220);
 padding-left: 3px;
 padding-right: 3px;
 text-decoration:none;
}
.link:hover, #content > a:hover {
 text-decoration:underline;
}


