﻿/*	Color list */
/*	#8C0A13;  dark red
	#b6b7bc;  grey
	#dcdcdc;  light grey				used for "test" background"
	#696969;  dark grey					was used for regular text in body
	#034af3;  royal blue				visited link
	#1d60ff;  lighter royal blue		hovered link
	#465c71;  dark slate blue			used for h1-h6, menus
	#ffffff;  white
	#496077;  dark slate blue grey		page border
	#4b6c9e;  slate blue
    #9DB2D1;  lighter slate blue
    #A5B6C9;  light grey slate blue
	#4e5766;  dark grey					color in footer text
    #465c71;  dark slate blue			BUTTON COLOR
    #dde4ec;  very light blue			BUTTON TEXT COLOR
    #bfcbd6;  light blue				menu hover
    #cfdbe6;  light blue
	#222222;  very dark grey			Link in footer
	#666666;  dark grey					Link hover in footer
	#eeeeee;  very light grey			tableBody background
	#00008b;  blue						pricingTable borders
*/

/* DEFAULTS
----------------------------------------------------------*/

body  
{
    background: #dcdcdc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/  /* This makes regular text grey. Hiding it makes text default to black. */
}

/* Defaults - Links
------------------------------*/



/* Back to defaults
-----------------------------*/
p
{
    margin-bottom: 10px;
    margin-top: 1px;
    margin-left: 25px;
    line-height: 1.5em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #465c71;
    font-variant: small-caps;
    text-transform: none;
    /*font-weight: 200;*/
}

h1
{
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
    margin-top: 0px;
}

h4
{
    font-size: 1.1em;
    margin-bottom: 2px;
}

h5, h6
{
    font-size: 1em;
    margin-bottom: 2px;
    margin-top: 0px;
}

/* this rule styles <h1> and <h2> tags that are the first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

div.page a, a:link
{
	color: #034af3;
	text-decoration: none;
}

div.page a, a:visited
{
    color: #034af3;
    text-decoration: none;
}

div.page a, a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

div.page a, a:active
{
    color: #034af3;
    text-decoration: none;
}


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #A5B6C9; /* light grey slate blue */
    width: 1024;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    /*background-color: #9DB2D1;*/
    background: #A5B6C9; /* Same as header background */
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    color: #4e5766;
    width: 1024px; /* must be same as page width */
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 10px;
}

.footer td
{
	vertical-align: top;
	text-align: left;
	padding: 3px 25px 3px 3px;
}

.footer ul
{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.footer li
{
	text-align: left;
	list-style-type: none;
}


/* LISTS
----------------------------------------------------------*/
li 
{
	line-height: 1.5em;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #A5B6C9; /*lighter slate blue to match header*/
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;  /* top right bottom left space around menu */
}

div.menu ul /* SUBMENU buttons */
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align: left; /* this aligns the submenu items not the main ones.  Yay! */
}

/* Menu displays at first */
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;  /* BUTTON COLOR: dark slate blue */
    border: 1px #A5B6C9 solid;  /* BORDER Color around buttons - should match other background */
    color: #dde4ec;  /* BUTTON TEXT COLOR: very light blue */
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

/* When you hover over the menu item: */
div.menu ul li a:hover
{
    background-color: #bfcbd6;  /* light blue */
    color: #465c71;  /* dark slate blue */
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71; /* dark slate blue */
    color: #cfdbe6;  /* light blue */
    text-decoration: none;
}

/* Custom class footer menu for bottom navigation links   
----------------------------------------------------------*/

div.footerMenu
{
    padding: 0px 0px 0px 22%;
}

div.footerMenu ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    text-align: left;   /* This makes the submenu items aligned left */
}

/* Menu displays at first */
div.footerMenu ul li a, div.footerMenu ul li a:visited
{
    background-color: #A5B6C9;
    border: 7px #A5B6C9 solid;  /* BORDER Color around buttons - should match other background */
    color: #4e5766;
    display: block;
    /*line-height: 1.35em;*/
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;    
}

div.footerMenu ul li a:hover
{
    color: #666666;
    text-decoration: none;
}

div.footerMenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FOOTER LINKS
	In order for anything to work, you have to have the "a" 
	specified before the a:_____ property, as follows.
----------------------------------------------------------*/
div.footerLink a, a:link
{
	color: #4e5766;
	text-decoration: none;
}

div.footerLink a, a:visited
{
    color: #4e5766;
    text-decoration: none;
}

div.footerLink a, a:hover
{
    color: #333333;
    text-decoration: none;
}

div.footerLink a, a:active
{
    color: #4e5766;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    color: #ffffff;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* CUSTOM TABLES
--------------------------------------------------*/
.tableBody
{
	border-collapse: collapse;
	width: 93%;
}

.tableBody tr td
{
	border: 1px solid #465c71;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	background: #eeeeee;
	padding: 5px 10px 5px 10px;
}

.tableBody th
{
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}

.tableBody td
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #465c71;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
}

.pricingTable
{
	border-collapse: collapse;
}

.pricingTable  tr td
{
	border-collapse: collapse;
	border: 1px solid #00008b;
	vertical-align: top;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
}

.pricingTable th
{
	border-collapse: collapse;
	border: 1px solid #00008b;
	vertical-align: bottom;
	background: #eeeeee;
	padding: 5px 5px 5px 5px;
}

/* Collapsible Panel styles
--------------------------------------------------*/
.cpHeading
{
	cursor: pointer;
	height: 23px;
	width: 275px;
}

.cpBody
{
	overflow: hidden;
	display: inherit;
}

/* Webinar landing page styles
--------------------------------------------------*/
.Webinar
{
	width: 1024px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

div.Webinar body
{
	background: #aaaaaa;
}

.Webinar h1
{
    font-size: 2.5em;
    color: #953537; /* dark red */
    font-variant: small-caps;
    text-transform: none;
    text-align: center;
}

.Webinar h2
{
	font-size: 1.5em;
	color: #B74144; /* lighter red than h1 */
	font-variant: normal;
	margin-left: 25px;
}

.Webinar h3
{
	font-size: 1.0em;
	color: #DC5A6F;
	font-variant: normal;
	margin-left: 100px;
	margin-right: 125px;
	text-align: justify;
}

.Webinar a, a:active
{
    color: blue;
    text-decoration: none;
}

.Webinar ul li
{
	padding: 0px 0px 10px 0px;
}
