body {
    font-family: arial, verdana, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 20px;
	background: url('sun-and-snow.jpg') no-repeat scroll center top transparent;
    font-size: 96%;
}

a {
    text-decoration: none;
} 

a:hover {
    text-decoration: underline;
} 

a.image:hover {
    border-bottom: 0px dashed;
}

a.self {
    font-weight: bold;
} 

p {
    margin-top: 0px;
}

div {
    margin-top: 2px;
    margin-bottom: 2px;
}

h3 {
    border-bottom:1px solid #CDCDCD;
    display:block;
}

h3 a {
    display:block;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

hr {
    border: 1px solid #FFFFFF;
}

form#search {
    padding-top: 0px; 
    padding-bottom: 1px;
}

/* class="clearfix" */

.clearfix:after {
    content: &quot;.&quot;;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}

.mono {
    font-family: Monospace, "Lucida Console", "Courier New", Monaco;
}

.normal {
    font-style: normal;
}

.disabled {
    color: #D7DEF0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.none {
    text-decoration: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.importance {
    color: #400080;
    font-weight: bold;
}

.title {
    color: #AAAAAA;
    font-weight: bold;
    vertical-align: bottom;
}

.required {
    color: #FF3401;
}

.error, .invalid {
   color: #FF3401;
}

.information {
    color: #400080;
}

div.detail {
    float: right;
    width: 80%;
    margin-bottom: 10px;
    text-align: justify;
}

span.activity {
    font-weight: bold;  
}

span.description {
    /*font-size: 80%;*/
}

table tr td {
    vertical-align: top;
}

table.edit {
	border-collapse: collapse; 
}

table.edit tr td {
    border: #E0E0E0 solid 0px;
}

table.list {
    width: 100%;
	border-collapse: collapse; 
    border-color: buttonface;
}

table.list tr th {
    border: #E0E0E0 solid 1px;
    background-color: #F1F9FE;
}

table.list tr td {
    border: #E0E0E0 solid 1px;
}

.even {
    background-color: #FFFFFF;
}

.odd {
    background-color: #F1F9FE;
}

.even:hover, .odd:hover, .over {
    background-color: #DDDDFF;
}

.marked {
    background-color: #FFCC99;
}

div.page {
    width: 955px;
    margin: auto;
}

div.externallink {
    overflow: hidden;
    margin-bottom: 5px;
}

div.externallink div.left {
    float: left;
}

div.externallink div.right {
    float: right;
}

div.externallink div a {
    font-size: small;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
}

div.externallink div a.self {
    margin-left: 2px;
}

div.page div.header {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #D5DDF9;
    border-bottom: 1px solid #D5DDF9;
}

div.page div.content {
    overflow: hidden;
    clear: both;    
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: justify;
}

div.page div.footer {
    overflow: hidden;
    clear: both;
    padding-top: 4px;
    border-top: 1px solid #D5DDF9;
}

div.address {
    float: left;
    padding-bottom: 8px;
} 

div.copyright {
    float: right;
    padding-bottom: 8px;
}

div.logo a:hover {
    text-decoration: none;
}

div.logo a img {
    float: left;
    background: transparent url(newlogo.png) no-repeat;
    width: 168px;
    height: 65px;
}

div.navigator {
    float: right;
}

div.search {
    text-align: right;
}

div.tabs {
    color: #FFFFFF;
    text-align: right;
    padding-top: 8px;
}

div.tabs a {
    color: #0000FF;
    text-decoration: none;
    padding-left: 30px;
}

div.tabs a.active {
    color: #0000FF;
    font-weight: bold; 
}

div.tabs a:hover {
    color: #0000FF;
}

dl dt label {
    vertical-align: middle;
    font-size: 30px;
    color: #AAAAAA;
}

div.footer {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.detail {
    width: 100%;
}

input.date {
    text-align:center;
}

input.time {
    text-align: center;
}

input.datetime {
    text-align: center;
}

table tr th.id {
    text-align: center;
}

table tr th.bool {
    text-align: center;
}

table tr th.pseudo {
    text-align: center;
}

table tr th.link {
    text-align: left;
}

table tr th.foreign {
    text-align: left;
}

table tr th.int {
    text-align: right;
}

table tr th.real {
    text-align: right;
}

table tr th.date {
    text-align: center;
}

table tr th.time {
    text-align: center;
}

table tr th.datetime {
    text-align:center;
}

table tr th.text {
    text-align: left;
}

table tr th.varchar {
    text-align: left;
}

table tr th.tiny {
    text-align: left;
}

table tr th.blob {
    text-align: left;
}

table tr th.string {
    text-align: left;
}

table tr td.id {
    text-align: center;
}

table tr td.bool {
    text-align: center;
}

table tr td.pseudo {
    text-align: center;
	font-family: Monospace, "Lucida Console", "Courier New", Monaco;
}

table tr td.link {
    text-align: left;
}

table tr td.int {
    text-align: right;
}

table tr td.real {
    text-align: right;
}

table tr td.date {
    text-align: center;
	white-space: nowrap;
}

table tr td.time {
    text-align: center;
}

table tr td.datetime {
    text-align:center;
}

table tr td.text {
    text-align: left;
}

table tr td.varchar {
    text-align: left;
}

table tr td.tiny {
    text-align: left;
}

table tr td.blob {
    text-align: left;
}

table tr td.string {
    text-align: left;
}

a.asc {
    padding-right: 14px;
    background: url(sort_asc.png) no-repeat right;
}

a.asc:hover {
    background: url(sort_desc.png) no-repeat right;
}

a.desc {
    padding-right: 14px;
    background: url(sort_desc.png) no-repeat right;
}

a.desc:hover {
    background: url(sort_asc.png) no-repeat right;
}

a.small {
    text-decoration:none;
    font-weight:normal;
    /*font-size: 12px;*/
}

input[type="submit"] {
    cursor: pointer;
}

input#cmd_add {
	width: 100%;
	margin-bottom: 20px;
}

div.menu {
    float: left;
    width: 17%;
    margin-bottom: 20px;
}

div.menu ul {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #D5DDF9;
}

div.menu ul li {
    list-style: none;
    margin-bottom: 5px;
}

div.menu ul li a {
    display: block;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
    /*text-decoration: none;*/
}

.search input.search {
    color: #0000FF;
    border:1px solid #D5DDF9;
    padding: 1px 5px 1px 5px;
}
