﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/

@import "reset.css";
@import "screen.css";

/* * {
    margin: 0;
}*/


html, body 
{
    /*border: 1px solid red;*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #696969;
    width: 100%;
    height: 100%;
    /*min-width: 800px;
    _width: 800px;
    min-height: 600px;
    _height: 600px;*/   /* IE6 */
    /*height: auto !important;*/
    
    
}

/*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 
{
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}*/

/*header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}*/

#right_section 
{
    /*float:left;
    min-width: 25%;
    width: 25%;
    border: 1px solid;*/
    /*margin: 10px 10px;
    padding: 10px;
    height: 50%;*/
}

#main 
{
    /*height: 100%;*/
    /*padding: 0 20px 0 0*/
    /*z-index: 1;
    position: relative;*/
    /*float: left;
    min-width: 50%;
    width: 50%;
    border: 1px solid;*/
    /*margin: 10px 10px;
    padding: 10px;
    height: 50%;*/
    /*background-color: #fff;*/
    /*border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
}

.wrapper 
{
    /*border: 1px solid yellow;*/
    /*background-color: yellow;*/
    /*min-height: 100%;*/
    /*height: auto !important;*/
    
    height: 100%;
    min-height: 100%;
    margin: 0 0 -20px;
}

/*.push 
{
    border: 1px solid red;
    background-color: red;
    height: 20px;    
    clear:both;
}*/

#footer, 
footer 
{
    /*background-color: #999;*/
    /*border: 1px solid blue;*/
    clear:both;
    color: #333;
    margin: 0;
    text-align: center;
    /*font-size: .85em;*/
    height: 20px;
    /*margin: 0 0 0 100px;*/
    line-height: normal;
    /*position: relative;*/

    
    /*border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;*/
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu 
{
    padding: 4px 40px;
    position: relative;
    margin: 0 10px;
    text-align: right;
    font-size: 1.6em;
    line-height: 1.2em;
    /*border:1px solid red;*/
    border-bottom-style:ridge;
    border-bottom-color:Yellow;
    border-bottom-width:thick;
}

ul#menu>li:first-child {
    float:left;
    font-style: oblique;
    padding: 0px 10px;
    font-weight:bolder;
    border-right:none;
    color:Black;
}

ul#menu>li:last-child {
    border-right:none;
}

ul#menu>li {
    display: inline;
    list-style: none;
    border-right:1px solid #fff;
    /*border-right:1px solid #d6dde0;*/
    /*line-height: 1.2em;*/
}

ul#menu li ul 
{
    margin: -1px 0 0 0;
    position:absolute;
    z-index: 2;
}

ul#menu li ul li {
    display:block;
}


/*ul#menu li#greeting {
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}*/

ul#menu>li>a {
    padding: 0 20px;
    /*font-weight: bold;*/
    text-decoration: none;
    color:black;
}

/*ul#menu>li {
    text-decoration: none;
    background-image: url(/Content/Images/menu-background.jpg);
    background-repeat: no-repeat;
    background-position: center -8px;
    cursor: pointer;
}*/


/*ul#menu>li>a:hover,*/
ul#menu>li.activeTab {
    /*text-decoration: none;*/
    background-image: url(../Content/Images/menu-background.jpg);
    background-repeat: no-repeat;
    background-position: center -8px;
    cursor: pointer;
}

/*ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}*/

/*ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}*/

/* 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
----------------------------------------------------------*/

.my_layout_table
{
    padding: 4px 10px;
    /*border: solid 1px red;*/
    /*border-collapse: separate;*/
    /*height: 90%;*/
    width: 100%;
    /*table-layout:fixed;*/
    vertical-align:top;
}

.my_layout_table .tr_td_last
{
    box-shadow: 3px 3px 10px #666;
    -moz-box-shadow: 3px 3px 10px #666;
    -webkit-box-shadow: 3px 3px 10px #666;
}

.my_layout_table .td_first 
{
    box-shadow: 3px 3px 10px #666;
    -moz-box-shadow: 3px 3px 10px #666;
    -webkit-box-shadow: 3px 3px 10px #666;
}

.my_layout_table .td_last {
    box-shadow: 3px 3px 10px #666;
    -moz-box-shadow: 3px 3px 10px #666;
    -webkit-box-shadow: 3px 3px 10px #666;
}

/*
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: 10px;
}

div#title 
{
    border: 1px solid;
    display: block;
    float: left;
    text-align: left;
}

#logindisplay 
{
    padding: 5px 10px 0 0;
    /*border: 1px solid;*/
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*margin: 10px;*/
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    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;
}

/* Styles for sub menus
----------------------------------------------------------*/

/*ul.tabs li a.active {  
    background-color:#ffffff;  
    color:#282e32;  
    border:1px solid #464c54;  
    border-bottom: 1px solid #ffffff;  
}*/

ul#menu .content { display:none; }

.content 
{
    padding: 5px 10px;
    background-color:#999;  
    border:1px solid #464c54;
    text-align: left;
}

/*.content,
.content ul 
{
    margin:0px;  
    padding:0px 5px 0px 5px;  
}*/

.content li {
    list-style:none;
    border-bottom:1px solid #d6dde0;
    font-size:13px;
}

.content li a {
    font-weight: bold;
    text-decoration: none;
    color:black;
}

ul#menu .content li a:hover 
{
    /*background-color:#ccc;*/
    color:white;
}

/*.content>li>a:link {  
    text-decoration:none;
    color:green;
}*/

.content li a small {  
    color:#666;  
    font-size:9px;  
    text-transform:uppercase;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    position:relative;  
    left:4px;  
    top:0px;
}

ul#menu .content li:last-child {
    border-bottom:none;
}

*.unselectable { 
    -moz-user-select: -moz-none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
} 
      

/*#content_1 
{
    position:absolute;
    top: 200px;
    left: 200px;   
}*/
/*#content_1, #content_2 { display:none; }*/
