﻿/* styles */
body
{
    color: #14243B;
}

body, textarea
{
	font-family: Arial;
	font-size: 12px;
}

h1, h2
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

h2
{
	color: #D80000;
}

h3
{
	font-weight: bold;
	font-size: 12px;
}

ul
{
	padding-left: 20px;
	margin-left: 0px;
}

a img
{
	border-width: 0px;
}

/* default */
body
{
	width: 1000px;
	margin: 20px auto 20px auto;
	background-color: #DDDDDD;
}

.nav
{
	height: 30px;
	width: 100%;
	background-color: #629ED0;
	font-size: 15px;
}

.nav a
{
	width: 125px;
	height: 23px;
	float: left;
	border-right: solid 2px Black;
	padding-top: 7px;
	color: #14243B;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover, .nav .selected
{
	background-color: Black;
	color: White;
}

.content
{
	background-color: White;
	padding: 10px;
	vertical-align: top;
}

.leftcol, .rightcol
{
	width: 235px;
	background-color: #F7F7F7;
	padding: 10px;
	vertical-align: top;
}

.rightcol img
{
	margin-bottom: 20px;
}

.leftcol a
{
	color: #14243B;
	text-decoration: none;
}

.leftcol a:hover
{
	color: #0C255D !important;
	text-decoration: underline;
}

.triangle
{
	list-style-image: url(Images/triangle.gif);
}

.NoPDF, .PDF, .Link
{
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 10px !important;
	list-style-type: none;
}

.PDF
{
	list-style-image: url(Images/icon_pdf.gif);
}

.Link
{
    list-style-image: url(Images/icon_link.png);
}

.PDF a, .NoPDF a, .Link a
{
	text-decoration:none;
	/*color:#14243B;*/
	color: #D80000;
}

.PDF a:hover, .NoPDF a:hover, .Link a:hover
{
	text-decoration: underline;
}

#doclist div
{
    border: solid 1px black;
    background-color: White;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px 10px 0px -10px;
}

.sponsors
{
	width: 100%;
	text-align: center;
}

.sponsors img
{
	max-height: 200px;
	max-width: 200px;
	 
}

/* messages */
.messages
{
	background-color: #EFEFEF !important;
	margin-bottom: 15px;
	color: black;
	padding: 1px;
	border: solid 2px #CCCCCC;
	width: 100%;
}

.messages p
{
	margin: 7px;
}

/* events */
.event-list
{
	padding: 2px 10px 2px 5px;
	width: 100%;
}

.text-column
{
	width: 80%;
}

.logo-column
{
	width: 20%;
	text-align: center;
}

.event-off
{
	border: 2px solid White;
	margin: 0px;
	padding: 5px;
	vertical-align:top;
}

.event-on
{
	border: 2px solid rgb(18,51,112);
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	vertical-align:top;
}
