/* Used in multiple cases */
table#idMainTable
{
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;  
}

tr#idMainTable
{
    height:100%;
}

/* Alignment for Left Design */
td#idLeftDesign
{
    vertical-align: top;
    text-align:right;
    width: 197px;
}

/* Alignment and image for Repeating Head Design */
td#idRepeatingHeader
{
    width:100%;
    background: url(images/header/Header.jpg) repeat-x left top;
}

/* Alignment for Repeating Bar Design */
#idRepeatingBar
{
    background: url(images/header/Barsliver.jpg) white repeat-x left top;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;  
}

/* Used in Header for 'logged in' message */
span#idLoggedIn
{
    color: #fb1821;
    font-size: 12pt;
    font-weight: bold;
    white-space:nowrap;
    left: 220px;
    top: 20px;
    position: absolute;
}

/* Used in Header for 'logged in' message */
a:visited#idLoggedIn
{
    color: blue;
}

/* Used in Main Navigation Links */
#idHeader table
{ 
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    width: auto;
    left: 220px;
    top: 51px;
    position: absolute;
}

/* Used in Main Navigation Links */
#idHeader li
{ 
    background: url(images/header/header_tab.gif) no-repeat 100% -600px; 
    padding: 0px 6px 0px 0px;
    margin: 0px 3px 0px 0px;
    float: left;
    list-style:none;
    white-space:nowrap;
}

/* Used in Main Navigation Links */
#idHeader a
{ 
    background: url(images/header/header_tab.gif) no-repeat 0% -600px; 
    padding: 4px 4px 4px 10px;
    float: left;
    color: #c8c8c8; 
    text-decoration: none;
}

/* Used in Main Navigation Links */
#idHeader a:hover 
{ 
    color: white; 
}

/* class for any element without padding, margin, or border */
.noborder
{
    padding: 0;
    margin: 0;
    border: 0;
}

/* Main body */
body
{
    margin: 10px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12pt;
	background-color: white;
}

div.formerrors, div.formerrors p, div.formerrors ul, div.formerrors ul li
{
	color: #cc0000;
	font-weight: bold;
}

form.register
{
    font-size: 10pt;
}

form.register table
{
    
}

form.register th
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	padding-right: 8px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:50px;
	
}

form.register td
{
	font-size: 10pt;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
}

form.register h1
{
    font-size: 20pt;
}

form.register h2
{
    font-size: 18pt;
}

.home_news_title
{
	font-weight: bold;
}

.home_news_datetime
{
	font-size: 10px;
	font-style: italic;
}

table.event th
{
	font-weight: bold;
	text-align: left;
	padding: 2px 12px 2px 0px;
}

table.event td
{
	padding: 2px 0px 2px 0px;
}

/*p,blockquote,ul,ol,li,td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

a
{
	color: #ffff00;
}

a:hover
{
	color: #cc0000;
}

#topnav, #topnav a
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#topnav a:hover
{
	color: #ffff00;
}

.devnote
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
}

.noborder
{
    padding: 0;
    margin: 0;
    border: 0;
}
table.event th
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.event td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.formerrors, div.formerrors p, div.formerrors ul, div.formerrors ul li
{
	color: #cc0000;
	font-weight: bold;
}

table.formfields
{
}

table.formfields th
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 8px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.formfields td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

input.button
{
	border: 2px black solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc3300;
}

.home_news_title
{
	font-weight: bold;
}

.home_news_datetime
{
	font-size: 10px;
	font-style: italic;
} */
