﻿body 
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #333333;
	border-collapse: collapse;
	table-layout: fixed;
}


table
{
	border-collapse: collapse;
}

table img
{
	display: block;
}

img
{
	padding: 0;
	margin: 0;
}

h1
{
	/*color: #5a5a5a; */
	color: #5292AA;
	font: bold 200% Georgia; 
	letter-spacing: -1px; 
	margin: 0;
}

h3
{
	color: #5292AA;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: -1px; 
	margin: 0;
}

/* Fonts */
.smallFont
{
	font-size: 8pt;
}


.bold
{
	font-weight: bold;
}

.subheading
{
	color: Gray;
	font-family: Georgia;
}

/* Panels */
.side-panel
{
	background-color: WhiteSmoke;
	font-size: 9pt;
}


.nav-panel
{
	background-color: #5292AA;
	font-family: Georgia;
	font-size: 10pt;
}


.nav-block
{
	padding: 3px;
}


.nav-block-over
{
	background-color: Silver;
	padding: 3px;
}


.category-panel
{
	background-color: #5292AA;
	font-family: Georgia;
	font-size: 11pt;
	color: White;
}

/* General classes */ 
.padded
{
	padding: 5px;
}


.padded td
{
	padding: 5px;
}


.white-text
{
	color: White;
}


.small-text
{
	font-size: 9pt;
}


.smaller-text
{
	font-size: 8pt;
}


.whiteBorder
{
	border: solid 1px White;
}


.lightBorder
{
	border: solid 1px #cccccc;
}


.orangePanel
{
	background-color: #cc5511;
	border: solid 1px #000000;
	color: White;
}


.darkOrangePanel
{
	background-color: #a30;
	color: White;
}


.underline
{
	border-bottom: solid 2px Gray;
}

.softUnderline
{
	border-bottom: dotted 1px Gray;
}


.underline td
{
	border-bottom: solid 2px Gray;
}

.underline-soft
{
	border-bottom: solid 2px WhiteSmoke;
}

.underline-soft td
{
	border-bottom: solid 2px WhiteSmoke;
}

.yellow
{
	background-color: #fdf9ce;
}
/************************* Editorial *********************/

.image-float
{
    padding: 5px;
}
.graphic-head
{
    font-weight: bold;
}

.head-link img
{
	border: none;
	text-decoration: none;
	float: right;
}

.headline-link
{
    color: #5292AA;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: -1px; 
	margin: 0;
	text-decoration: none;
	font-size: 13pt;
}
.headline-link:hover
{
    color: #5292AA;
	text-decoration: none;
}
.headline-link:visited
{
    color: #5292AA; 
	text-decoration: none;
}
.headline-link:link
{
    color: #5292AA; 
	text-decoration: none;
}
.headline-link:active
{
    color: #5292AA; 
	text-decoration: none;
}


/************************* End Editorial *********************/
/* Hyperlinks */
.whiteLink
{
	color: White;
	text-decoration: none;
}

.whiteLink:hover
{
	color: White;
	text-decoration: none;
}

.whiteLink:visited
{
	color: White;
	text-decoration: none;
}
.whiteLink:link
{
	color: White;
	text-decoration: none;
}
.whiteLink:active
{
	color: White;
	text-decoration: none;
}

/* Tables */
.td-header-slice
{
	background-image: url(Images/headerslice.gif);
	background-repeat: repeat-x;
}

/* Added */

.titles
{
    padding-bottom: 0;
    margin-bottom: 0;
}

a, a:hover, a:visited, a:link, a:active {
	color: #5292AA;
}

.imgLink a, .imgLink a:hover, .imgLink a:visited, .imgLink a:link, .imgLink a:active 
{
    border: none;
    text-decoration:none;
}


.form-button-red {
	background-color: #E40040;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: 1px solid #a30;
}

/* Registration */
.reg-table
{
    margin: 30px auto;
    border: solid 1px black;
    border-collapse: collapse;
}

.reg-table th
{
    background-color: Black;
    color:White;
    text-align:center;
    border: solid 1px black;
}

.reg-table td
{
    text-align: left;
}


.shrinkPreview .preview {
    font-size: 0.7em;
}

table.shrinkPreview tr:nth-child(even) {
    background-color: #d0d0d0;
}

.shrinkPreview .preview br {
    display: none;
}
.shrinkPreview .preview p {
    margin: 0;
    padding: 0;
}

/*** Newsstands ***/
#locations li {
    list-style: none;
    margin: 5px auto;
}
#locations .spacer {
    margin-top: 20px;
}
#locations li > span:nth-child(1) {
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #5292AA;
}

/*** Progress overlay ***/
.progress-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #666;
    opacity: .7;
    z-index: 999998;
}

.progress-content {
    display: block;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
}

    .progress-content .inner {
        position: relative;
        top: -50%;
        left: -50%;
        padding: 20px;
        background-color: #fff;
        border-radius: 4px
    }

/* Calendar Extender */
.ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    width: 170px
}

.ajax__calendar_body {
    height: 139px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 170px
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    height: 139px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 170px
}

    .ajax__calendar_days table, .ajax__calendar_months table, .ajax__calendar_years table {
        border-spacing: 0
    }

.ajax__calendar_container TABLE, .ajax__calendar_container TD {
    font-size: 11px;
    margin: 0;
    padding: 0
}

.ajax__calendar_header {
    height: 20px;
    width: 100%
}

.ajax__calendar_next, .ajax__calendar_prev {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    cursor: pointer
}

.ajax__calendar_prev {
    float: left
}

.ajax__calendar_next {
    float: right
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px
}

.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px
}

.ajax__calendar_dayname {
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 17px
}

.ajax__calendar_day {
    cursor: pointer;
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 18px
}

.ajax__calendar_month, .ajax__calendar_year {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px
}

.ajax__calendar_container {
    background-color: #fff;
    border: 1px solid #646464;
    color: #000;
}

.ajax__calendar_footer {
    border-top: 1px solid #f5f5f5
}

.ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5
}

.ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year {
    border: 1px solid #fff
}

.ajax__calendar_active .ajax__calendar_day, .ajax__calendar_active .ajax__calendar_month, .ajax__calendar_active .ajax__calendar_year {
    background-color: #666;
    border-color: #444;
    color: #fff
}

.ajax__calendar_today .ajax__calendar_day, .ajax__calendar_today .ajax__calendar_month, .ajax__calendar_today .ajax__calendar_year {
    border-color: #444
}

.ajax__calendar_other .ajax__calendar_day, .ajax__calendar_other .ajax__calendar_year {
    background-color: #fff;
    border-color: #fff;
    color: #646464
}

.ajax__calendar_hover .ajax__calendar_day, .ajax__calendar_hover .ajax__calendar_month, .ajax__calendar_hover .ajax__calendar_year {
    background-color: #ccc;
    border-color: #000;
    color: #222
}

.ajax__calendar_hover .ajax__calendar_title, .ajax__calendar_hover .ajax__calendar_today {
    color: #444
}

.ajax__calendar_invalid .ajax__calendar_day, .ajax__calendar_invalid .ajax__calendar_month, .ajax__calendar_invalid .ajax__calendar_year {
    background-color: #fff;
    border-color: #fff;
    color: #646464;
    cursor: default;
    text-decoration: line-through
}

.ajax__calendar_invalid .ajax__calendar_today {
    cursor: default;
    visibility: hidden
}
/******************/
    