﻿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: 0px;
	margin: 0px;
}

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;
}

.graphic-caption
{
}

.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: 0px;
    margin-bottom: 0px;
}

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
{
    width: 687px;
    border: solid 1px black;
    border-collapse: collapse;
}

.reg-table th
{
    background-color: Black;
    color:White;
    text-align:center;
    border: solid 1px white;
}

.reg-table td
{
    text-align: left;
    border: solid 1px black;
}
