﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background: #010101 url('img/bg_body.png') repeat-x;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #FFF;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    float:left;
    margin: 0px;
    color: #000;
    padding: 0;
    height: 98px;
    width: 1000px;
}

#header .logo
{
    float:left;
    padding: 0 0 0 10px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}


#body
{
    float: left;
    width: 1000px;
}

#footer
{
    float: left;
    width: 100%;
    color: #999;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    position: relative;
    top: 10px;
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:#666;
}

#logindisplay a:link {
    color: #666;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #666;
    text-decoration: underline;
}

#logindisplay a:hover {
    position: relative;
    top: 1px;
    left: -1px;
    color: #666;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* MENU   
----------------------------------------------------------*/
div#menu
{
    float: right;   
    margin-top: 30px;
    background: #f6f8fa url('img/menu-bg.png') no-repeat;
    width: 800px;
    height: 32px;
}

div#menu ul
{
    right: 50px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* adjustments to telerik menu css */
.t-link:active
{
    color: #0000FF !important;
}

#menu .t-header
{
    background: transparent none !important;
    border-color: transparent !important;
}

#menu .t-state-default
{
    border-color: transparent !important;
}

#menu .t-state-hover, #menu .t-state-hover:hover
{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #0000FF !important;
}

#menu .t-state-selected
{
    background-color: transparent !important;
    color: #71f802 !important;
}

.t-panelbar .t-link
{
    padding: 0.3em !important;
    border-bottom: 0px !important;
    color:#FFF !important;
}

.t-panelbar .t-header, .t-panelbar{background: transparent none !important; border-color: transparent !important;}
.t-panelbar .t-state-hover, .t-panelbar .t-state-hover:hover
{
    color: #0000FF !important;
}

#ManualTreeView.t-treeview, #VideoTreeView.t-treeview
{
 color:#FFF !important;
}