﻿html, body
{
    margin: 0;
    font-family: Verdana;
    font-size: 11px;
    width: 100%;
    height: 100%;
    background: #c987bb;
}

body
{
    overflow-y: scroll;
}

#outerContainer
{
    background: url(/Content/Images/bg.gif);
    margin: auto;
    width: 1000px;
    min-height: 100%;
}

#innerContainer
{
	padding-bottom: 20px;
    margin: 0 13px 0 13px;
    width: 974px;
}

#top
{
    width: 974px;
    height: 100px;
}

#menu
{
    height: 23px;
    width: 972px;
    border: 1px solid white;
    background: url(/Content/Images/menubg.gif);
}

#menu a
{
    display: inline-block;
    
    height: 15px;
    padding: 4px 25px 4px 25px;
    border-right: 1px solid white;
    
    color: White;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover
{
    color: Orange;
}

#content
{
    line-height: 17px;
    margin: 11px 11px 10px 11px;
    width: 950px;
    color: #333333;
}

h1, h2, h3
{
    font-weight: bold;   
    margin: 15px 0 10px 0; 
    padding-bottom: 3px;
}

h1
{
    font-size: 16px;
    border-bottom: 1px dashed #333333;
    color: #333333;
}

h2
{
    font-size: 14px;
    border-bottom: 1px dashed #333333;
}

h3
{
    font-size: 12px;
}

#navigationBar
{
    color: #AAAAAA;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: bold;
}

table.list
{
	width: 100%;
	
    border: 1px solid #AAAAAA;
    background: #EEEEEE;

    border-collapse: collapse;
}
 
table.list .odd td
{
    background: #F5F5F5;
}

table.list .hover td, table.list td.hover
{
    color: Orange;
    cursor: pointer;
}

table.list th
{
    text-align: left;
    background: #DDDDDD;  
}

table.list td, table.list th
{
    border-bottom: 1px solid #AAAAAA;
    padding: 4px;
}

table.list td input
{
    border: 1px solid #AAAAAA;
}

table.list table
{
    margin: -1px;
    border-collapse: collapse;
}

.nested th
{
    background: #FFFFB0;  
}

.nested td
{
    background: #FFFFF0;  
}

.alternate.nested td, .nested .odd td
{
    background: #FFFFE0;  
}

.nostyles
{
    line-height: normal;
}

.tabs a
{
	display: block;
	float: left;
	padding: 6px 15px 6px 15px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	color: #888888;
	text-decoration: none;
	background: #EEEEEE;
}

.tabs a:hover
{
	color: Orange;
}

.tabs a.active
{
	font-weight: bold;
}

.tabs div
{
	clear: both;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

table.jqplot-table-legend
{
    padding: 10px 0 0 0;
    width: unset;
    border-collapse: unset;
    font-size: 15px !important;
}

table.jqplot-table-legend td
{
    padding: 5px;
}

table.fields td:first-child
{
	width: 130px;
	vertical-align: top;
	line-height: 26px;
}

table.fields td
{
	padding: 4px 0 4px 0;
}

.columns2 input[type=text], .columns2 textarea, .columns2 select
{
	width: 250px;
	padding: 3px;
}

.columns2 td
{
	padding: 2px 0 2px 0;
}

input[type=text], textarea, select
{
	width: 200px;
	padding: 3px;
}

.fields input[type=text], .fields input[type=password], .fields textarea, .fields select
{
	width: 798px;
	padding: 5px;
}

input[type=button], input[type=submit]
{
	padding: 5px 30px 5px 30px;
	cursor: pointer;
}

textarea
{
	width: 800px;
	height: 100px;
}

#content a
{
	color: #333333;
	text-decoration: none;
}

#content a:hover
{
	color: Orange;
}

div.suggestable
{
	position: relative;
}

div.suggestable > div
{
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

div.suggestable > div > div
{
	padding: 6px 10px 6px 10px;
}

div.suggestable div.hover, div.suggestable div.selected
{
	background: Orange;
}

.validation-summary-errors
{
	color: Red;
}

.input-validation-error
{
	border: 1px solid red;
}

label
{
	cursor: pointer;
}

table.stats th
{
	text-align: left;
	border-bottom: 1px solid black;
}

table.stats td, table.stats th
{
	padding: 3px 0 3px 0;
}

table.adwords input
{
	padding: 0;
	width: 60px;
}

table.adwords select
{
	padding: 0;
	width: 80px;
}

.windowContainer
{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

.overlay
{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #777777;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.window
{
    position: relative;
    z-index: 10;
    margin: auto;
    width: 800px;
    background: white;
    border: 2px solid #555555;
    top: 100px;
    padding: 20px;
}

table.list tr.updateWaiting td
{
    background: Orange;
}

table.list tr.updateOk td
{
    background: #99FF99;
}

table.list tr.updateFailed td
{
    background: #FF6666;
}