/* Element Based Styles */
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
a { 
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
hr {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

/* ID Based Styles */
#container {
    background-color: #ffffff;
    margin: 0px auto;
    min-height: 100%;
    text-align: left;
    width: 94%;
}
* html #container {
    height: 100%;
}
#badge {
    height: 48px;
    padding: 4px 0px 0px 0px;
    text-align: center;
}
#badge img {
    border: 0px;
}
#navigation {
    background-color: #ffffff;
    border-color: #333333;
    border-style: solid;
    border-width: 2px;
    display: none;
    margin: 4px auto;
    padding: 0px 0px 0px 60px;
    position: absolute;
    top: 48px;
}
#footer_line {
    border-color: #333333;
    border-bottom-width: 2px;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 40px;
    width: 528px;
}
.navigation_link, #navigation a, #footer a {
    display: block;
    font-size: 10px;
    padding: 2px 4px;
}
.navigation_current {
    font-weight: bold;
    /* text-decoration: underline; */
    /* font-style: italic; */
}
.navigation_link_placeholder {
    display: block;
    font-size: 10px;
    padding: 2px 4px;
    color: #666666;
}
#navigation div, #footer div {
    float: left;
    /*padding: 10px 0px 10px 20px;*/
    padding: 10px 6px;
    width: 120px;
}
#content {
    margin: 0;
    padding: 0px 20px;
}
#content div.title {
    padding: 8px 0px 0px 0px;
}
#content table {
    font-size: 10px;
}

/* Generic Styles */
.title {
    font-size: 150%;
    font-weight: bold;
}
.sub {
    font-size: 125%;
    /* margin: 0px 0px 2px 0px; */
}
.suggest {
    color: #666;
    font-size: 85%;
}
div.suggest {
    margin-bottom: 4px;
}
.boxed {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    margin: 4px 4px 4px 4px;
}
.underline {
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 2px;
}
.thumbnail {
    margin-right: 8px;
    vertical-align: middle;
}
.thumbnail img {
    background-color: #ffffff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    margin: 0px 0px 12px 0px;
    padding: 5px;
    vertical-align: middle;
}
img.thumbnail_selected {
    border-color: #000;
    background-color: #eee;
}
.fine {
    font-size: 90%;
}
.section {
    margin-bottom: 32px;
}
/*
* html .navigation h4 a, * html .navigation li a {
    width: 100%;
}
*/
/* New Style Forms */
fieldset {  
    border: 1px solid #aaaaaa;
    clear: right;
    float: left;
    margin: 0 0 1.5em 0;
    padding: 0;
    width: 97%;
}
legend {  
    color: #000000;  
    font-weight: bold;
    margin-left: 1em;  
    padding: 0px;
}
fieldset ol {  
    /* list-style: none; */
    list-style-type: none;
    /* padding: 1em 1em 0 1em; */
    margin-left: 0;
    padding: 0 1.5em;
}
fieldset li {  
    clear: left;  
    float: left;  
    padding-bottom: 1em;
    width: 100%;  
}
fieldset.submit {  
    border: 0 none #FFF;  
    float: none;  
    padding-left: 14em;
    /* text-align: center; */
    width: auto;  
}
.value {
    border-color: #68757D;
    border-style: solid;
    border-width: 1px;
}
input.text, textarea, input.select, select {
    font-family: Arial, sans;
    font-size: 110%;
    /*
    font-size: 1.1em;
    margin: 2px 0px;
    padding: 2px;
    */
    padding-left: 2px;
    padding-right: 2px;
    width: 32.8em;
}
input.medium, select.medium {
    width: 18em;
}
input.small, select.small {
    width: 10em;
}
input.small {
    text-align: center;
}
input.right {
    text-align: right;
}
input.left {
    text-align: left;
}
.plabel_small_right {
    float: left;
    text-align: right;
    width: 11.1em;
}
input.readonly {
    border-color: #ffffff;
    cursor: default;
}
textarea {
    width: 100%;
}
textarea.small {
    /* font-size: 1.1em; */
}
textarea.medium {
    height: 200px;
}
textarea.large {
    height: 450px;
}
input.button {
    font-family: Arial, sans;
    /*
    font-size: 1.1em;
    margin: 0px 2px;
    padding: 0px 4px;
    */
}
input.checkbox {
    vertical-align: middle;
}
.error {
    color: #ff0000;
    display: inline;
}
.display_none {
    display: none;
}
.tag_column {
    float: left;
    width: 33%;
}
.tag_column input, .tag_column label {
    vertical-align: middle;
}
.videos .type1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 853px;
    height: 480px;
}
/*
*/

