/*
 Kenjutsu 1.0 CSS
 by Nikola Stamatovic Stamat http://stamat.info
 summer 2009
 */
body {
    background: #545454 url(../img/stripe.png);
}

a {
    color: #de0c0c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #333333;
    text-decoration: underline;
}

.rimg {
    padding: 5px;
    margin: 5px;
    float: right;
}

.limg {
    margin: 10px;
    float: left;
}

#container {
    position: relative;
    background: #fff;
    width: 580px;
    border: solid 8px #fff;
    margin: 30px auto 30px auto;
}

#hedder {
    background: #000;
    position: relative;
    width: 100%;
}

#title {
    width: 100%;
    height: 49px;
    background: #000 url(../img/hdbg.jpg);
    border-bottom: solid 4px #fff;
}

#logo {
    background: transparent url(../img/hdr_logo.png) no-repeat left center;
    width: 280px;
    height: 49px;
    float: right;
}

#logo > h1 {
    font-family: Sans;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    text-indent: 43px;
}

#pic {
    width: 100%;
    height: 115px;
    background: #fff url(../img/hd.jpg) no-repeat;
    border-bottom: solid 4px #fff;
    background-position: center;
}

#links {
    width: 100%;
    height: 30px;
    background: #de0c0c url(../img/lb.jpg);
    border-bottom: solid 4px #fff;
}

#lwrap {
    float: left;
    word-spacing: 5px;
    padding: 5px 5px 5px 15px;
}

#lwrap > a {
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

#lwrap > a:hover {
    text-decoration: underline;
}

#content {
    min-height: 400px;
    width: 96%;
    margin: 0 auto;
}

#content > h1 {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #de0c0c;
    font-size: 24px;
    text-indent: 15px;
}

#content > p {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #252525;
    font-size: 12px;
    text-indent: 15px;
    text-align: justify;
}

#footer {
    background: #000 url(../img/hdbg.jpg);
    width: 100%;
    height: 30px;
    color: #fff;
    font-family: Sans;
    font-size: xx-small;
}

#footer > a {
    color: #de0c0c;
    text-decoration: none;
}

#footer > a:hover {
    text-decoration: underline;
}

#footer > a:visited {
    color: #333333;
    text-decoration: underline;
}

.floatleft {
    float: left;
    margin: 10px;
}

.floatright {
    clear: right;
    float: right;
    margin: 10px;
}

/*===================================*/
form {
    width: 440px;
    background: #fcfcfc;
    border: 3px double #ccc;
    text-align: left;
    padding: 10px;
    margin: 0 auto;
}

fieldset {
    display: block;
    margin: 0;
    padding: 1em 1em 1.5em 1em;
}

form > fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.6em 0;
}

legend {
    color: #545454;
    font-weight: bold;
    _margin-bottom: 1em;
}

label {
    line-height: 1em;
    margin: 0;
    color: #545454;
}

input {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top-color: #aaa;
    border-left-color: #aaa;
    /*position:relative;*/
    height: 1.2em;
}

input.btn {
    color: #050;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
    height: 1.9em;
    font-family: Sans;
    font-size: xx-small;
}

select {
    margin: 0;
    border: 1px solid #ccc;
    border-top-color: #aaa;
    border-left-color: #aaa;
    position: relative;
}

option.alt {
    background: #eee;
}

.w2em {
    width: 2em;
}

.w3em {
    width: 3em;
}

.w4em {
    width: 4em;
}

.w6em {
    width: 6em;
}

.w8em {
    width: 8em;
}

#newline-wrapper {
    margin-bottom: 1em;
}

#newline {
    background: #9cd001;
    border: 1px solid #bce058;
    border-bottom-color: #80a300;
    border-right-color: #80a300;
    color: #fff;
    padding: 4px;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.firstup {
    padding-right: 2em;
}

.lastup {
    margin-bottom: 0;
}

.al-center {
    text-align: center;
}

#infotable {
    width: 100%;
    margin-bottom: 1.6em;
}

#infotable th, #infotable td {
    padding: 0.6em 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}

#infotable th {
    border-top: 1px solid #ccc;
}

table.split-date-wrap {
    width: auto;
    margin-bottom: 0;
}

table.split-date-wrap td {
    padding: 0 0.2em 0.4em 0;
    border-bottom: 0 none;
}

table.split-date-wrap td input {
    margin-right: 0.3em;
}

table.split-date-wrap td label {
    font-size: 10px;
    font-weight: normal;
    display: block;
}
