﻿/*----------------------------------------------------------
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: white url(/Content/Images/bg.gif) repeat scroll 0 top;
/*

old background-color: #5c87b2;
*/
    font-size: 14px;
    font-family: Segoe UI, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 10px;
}
h2
{    
    
}
h3
{
    font-size: 1.4em;
    padding-bottom: 0;
    margin-bottom: 5px;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}

#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#mainContent
{
    padding: 15px 30px 15px 0px;
    
    background: #ffffff url('/Content/Images/gradient2.gif') repeat-x 0 bottom;
    border-top: 3px groove #4b6f92;
    border-bottom: 3px groove #4b6f92;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer
{
    position: relative;
}

.leftColumn
{
    width: 20%;
    margin-right: 4%;
    float: left;
}

.rightColumn
{
    float: right;
    width: 95%;
}

#footer
{
    color: #999;
    padding: 5px 0 0 0;
    margin-top: 5px;
    border-top: 1px solid #5C87B2;
    text-align: center;
    line-height: normal;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    
    margin: 0;
    text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#mainMenu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

div.error
{
	color:black; font-weight: bold; background-color: #FFCCCC; border: dotted 1px red;
	padding: 5px 5px 5px 5px;
}

div.success
{
	color:black; font-weight: bold; background-color: #CCFFCC; border: dotted 1px green;
	padding: 5px 5px 5px 5px;
}

div.help
{
	background-color: #FFFFCC; border: dotted 1px yellow;
	padding: 5px 5px 5px 5px;
}

table
{
	border-collapse:collapse;
}

table.wide {	width:100%; }

table tr th, table tr.divider
{
	background:#333;
	color:white;
	padding:3px;
}

table.grid tr td
{	
	padding:5px;
	border:1px solid #ddd;
}

table.grid 
{
	width: 100%;
	background-color: White;
	margin-top: 6px;
	margin-bottom: 6px;
}

table.form tr td
{
	padding:5px;		
}

table.form
{
	width: 95%;
	border: 1px solid #ddd;
	background-color: White;
}

span.linkButton
{
	margin-top: 10px;	
}

span.linkButton a
{
	border-top: solid 1px #666666; background-color: #eeeeee; padding: 2px 2px 2px 2px; 
	border-left: solid 1px #666666; background-color: #eeeeee; padding: 2px 2px 2px 2px; 
	border-bottom: solid 2px #666666; background-color: #eeeeee; padding: 2px 2px 2px 2px; 
	border-right: solid 2px #666666; background-color: #eeeeee; padding: 2px 2px 2px 2px; 
	text-decoration: none;
	color: inherit;
}

span.linkButton a:link
{
	text-decoration: none;
}

span.linkButton a:hover
{
	text-decoration: none;
	background: #CCCCCC;
}

span.linkButton a:active
{
	text-decoration: none;
	background: #a6e2a6;
}

span.linkButton a:visited
{
	text-decoration: none;
}

input,select
{
	font-size: 1em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
}

.alternateRow
{
	background-color: #efefef;
}

a.delete_icon:hover img
{
	background-color: #CCCCCC;
}

img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

tr.unsubscribed
{
	color: #999999;
}

.field-validation-error
{
	color: Red;
}

#steps li { margin: 5px; }