﻿/*----------------------------------------------------------
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-color: #3F3F3F;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url('../images/BG_Gray.gif');
    background-repeat: repeat-x;
}

a:link
{
    color: #3f3f3f;
    text-decoration: underline;
}
a:visited
{
    color: #3f3f3f;
}
a:hover
{
    color: #3f3f3f;
    text-decoration: none;
}
a:active
{
    color: #3f3f3f;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 18em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
	font-size: 16px;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 13px;
}
h5, h6
{
    font-size: 12px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* 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
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
    background-image: url('../images/logo.png');
    background-position: center right;
    background-repeat: no-repeat;
}

p#logo
{
    font-weight: bold;
    font-size: 20px !important;
    padding: 15px 0 15px 10px;
    margin: 0; padding: 0;
	height: 48px; width: 500px;
	padding-left: 55px; padding-top: 6px;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial;
    
	background-image: url('/Content/Images/ETT_Logo.png');
	background-repeat: no-repeat;
}

p#logo:hover
{
	background-image: url('/Content/Images/ETT_Logo_Green.png');
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 20px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    margin-bottom: 10px;
    min-height: 300px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #fff;
    text-align: center;
}

#footer p
{
    padding: 0;
    margin: 0;
    font-size: .9em;
}

#footer a, #footer a:hover, #footer a:visited 
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.left-column
{
	float: left;
	margin-right: 20px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0; margin: 0;
    position: relative;
    text-align: left;
    min-height: 34px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 20px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #3F3F3F;
    color: #FFF;
}

ul#menu li a:hover
{
    background-color: #F3F3F3;
    text-decoration: none;
    color: #000;
}

ul#menu li a:active
{
    background-color: #FFF;
    text-decoration: none;
    color: #000;
}

ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#login_section 
{
	float: right;
	position: relative;
}

.popup_activator {}

.popup_comment_box {
	position:absolute;
	width: 150px; height: 100px;
	z-index: 99;
	padding: 5px;
	border: solid 1px black;
	background-color: #3F3F3F;
	color: White;
}

/* TABLE
----------------------------------------------------------*/
table.list_table 
{
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}

table.list_table td, table.list_table th
{
	border-spacing: 0px;
	margin: 0px;
	padding: 5px;
}

table.list_table th
{
	background-color: #3f3f3f;
	color: White;
	font-weight: bold;
	text-align: left;
}

table.list_table thead
{
	background-color: #f3f3f3;
}

table.list_table tr.odd_row
{
	background-color: #f3f3f3;
}

table.list_table tr.group_row
{
	background-color: #3f3f3f;
	color: White;
	font-weight: bold;
	font-size: 16px;
}

table.list_table select
{
	font-size: 10px;
}

table.list_table input
{
	font-size: 10px;
}

table.list_table tfoot td 
{
	border-top: solid #9f9f9f 1px;
	text-align: left;
	font-weight: bold;
}

table.list_table tbody div.command_column 
{
	display: none;
}

table.list_table tbody tr:hover div.command_column 
{
	display: block;
}

table.list_table tbody tr:hover
{
	background-color: #A4CE39;
	color: Black;
}

table.list_table tbody tr:hover a
{
	color: Black;
}

/* FORMS
-----------------------------------------------------------*/

label.form_label
{
	font-size: 10px;
	display: block;
}

label.big
{
	font-size: 18px;
	font-weight: bold;
}

input.wide_input
{
	width: 99%;
}

.big
{
	font-size: 18px;
}

.form_field
{
	margin-top: 20px;
}

.input-validation-error 
{
	background-color: #FFF2F2;
}

span.field-validation-error
{
	color: Red;
	font-weight: bold;
}

.validation-summary-errors
{
	color: Red;
}

ul.validation-summary-errors
{
	list-style-type: square;
}

select.small
{
	font-size: 10px;
}

input.small
{
	font-size: 10px;
}

select.break
{
	display: block;
}

input.break
{
	display: block;
}

/* FUNCTIONLIST
-----------------------------------------------------------*/

#functionlist {
	padding: 0; margin: 0;
}

#functionlist li {
	list-style: none;
	display: block;
	height: 100px;
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
}

#functionlist li:hover {
	background-color: #a4ce39;
	color: Black;
}

#functionlist li h3 {
	color: #3f3f3f;
}

#functionlist li img {
	margin-right: 10px;
}

/* MESSAGELIST
-----------------------------------------------------------*/

ul.message_list {
	padding: 0; margin: 0;
	margin-bottom: 10px;
	border-top: solid 1px #3f3f3f;
}

ul.message_list li {
	list-style: none;
	border-bottom: solid 1px #3f3f3f;
	padding: 4px 0 10px 0;
}

ul.message_list div.left 
{
	position: absolute;
	font-size: 10px;
}

ul.message_list div.message {
	background-color: #f3f3f3;
	padding: 10px;
	margin-left: 150px;
}
