﻿input
{
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 3px;
    font-size: 8pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
li
{
    list-style-type: none;
    list-style-image: url('images/Bullet.png');
}
.inputbox
{
    background-color: #ffffff;
    border: 1px solid #BCBCBC;
    color: #666666;
    padding: 2px;
    cursor: text;
}

.inputbox:hover
{
    border: 1px solid #1675bc;
}
.inputbox:focus
{
    border: 1px solid #1675bc;
    color: #666666;
}

input.smoothbutton
{
    width: auto !important;
    padding: 2px 3px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    background-repeat: repeat-x;
    background-color: #FAFAFA;
    background-image: url( 'images/button_overlay.jpg' );
    background-position: top;
    overflow: visible;
}

input.smoothbutton:hover
{
    border: 1px solid #ff8a00;
    color: #ff8a00;
    background-position: 0 100%;
}

input.smoothbutton
{
    font-size: 8pt;
    border: 1px solid #666666;
}

.SubHeaderCell
{
    background-image: url(images/gradient_thead.jpg);
    height: 30px;
    color: white;
    padding: 0px;
}

.HeaderCell
{
    background-image: url(images/gradient_tcat.jpg);
    height: 30px;
    padding: 0px;
}

.ContentBox
{
    border: 2px solid #688DCC;
}

A:link
{
    text-decoration: none;
    color: #00aaaa;
}
A:visited
{
    text-decoration: none;
    color: #1c7e7e;
}
A:active
{
    text-decoration: underline;
    color: blue;
}
A:hover
{
    text-decoration: underline;
    color: #ff4400;
}

body
{
    background-image: url(images/bg1.jpg);
}

.MenuBox A:link
{
    text-decoration: none;
    color: #3CF;
}
.MenuBox A:visited
{
    text-decoration: none;
    color: #3CF;
}
.MenuBox A:hover
{
    text-decoration: underline;
    color: #5eade3;
}
.MenuBox A:active
{
    text-decoration: underline;
    color: #5eade3;
}

.SubHeaderCell A:link
{
    text-decoration: none;
    color: #3CF;
}
.SubHeaderCell A:visited
{
    text-decoration: none;
    color: #39F;
}
.SubHeaderCell A:active
{
    text-decoration: underline;
    color: blue;
}
.SubHeaderCell A:hover
{
    text-decoration: underline;
    color: #ff4400;
}

.FooterCell
{
    background-color: #1f1f4d;
    background-image: url(images/gradient_thead.jpg);
}

.TableRow1
{
    background-color: #ffffff;
}
.TableRow2
{
    background-color: #ffffff;
}
.MessageBox
{
    font-size: 20px;
}
.PhotoGalleryTable
{
    border: 0px;
}
.PageTitle
{
    text-decoration: white;
}
.PhotoGalleryTable TD
{
    font-size: 13px;
    padding: 10px;
    text-align: center;
}
.StatsCell
{
    background-color: #404070;
}

#border_outer{
	margin-left:20px;
	margin-right:20px;
	background: #FFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin-bottom:0px;
	min-height:100%;
	height: 20px;
}
#border_left {
	position:relative;/*ie needs this to show float */
	width:20px;
	float:left;
	margin-left:-20px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#border_right {
	position:relative;/*ie needs this to show float */
	width:20px;
	float:right;
	margin-right:-20px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#border_centercontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* old moz fix*/
	color: #FFFFFF;
}
