body
{
	background-image: url(../images/site/design/background.gif);
	background-repeat: repeat-x;
}
.contentredirect
{
	color: White;
}

.style1
{
	color: #FFFFFF;
}

.LoginButton
{
	background: transparent url(../images/site/design/loginTable_10.jpg);
	background-position:-10px -4px;
	border:none;
	color:White;
	font-family: 'Trebuchet MS' , Arial, Verdana;
}

A:link
{
	color: white;
	text-decoration: none;
}

A:hover
{
	color: white;
	text-decoration: underline;
}

A:visited
{
	color: white;
	text-decoration: none;
}

SELECT
{
	margin-left: -1px;
	width: 100px;
	color: #007ac0;
	position: relative;
}

OPTION
{
	font-weight: lighter;
	background: #ffffaa;
	cursor: pointer;
	color: #000080;
	border-bottom: #c0c0c0 1px dotted;
}

INPUT
{
	background: #ffffaa;
	margin-left: -1px;
	width: 100px;
	color: #000080;
	position: relative;
	height: 18px;
}

.error
{
	border-right: red thin solid;
	border-top: red thin solid;
	margin-bottom: 2em;
	border-left: red thin solid;
	width: 100%;
	border-bottom: red thin solid;
	background-color: #800000;
}

.error UL
{
	margin: 1em;
	list-style-type: none;
}

.profiletable
{
	font-size: 12;
	font-family: 'Trebuchet MS' , Arial, Verdana;
	color: white;
}

.error LI
{
	background-position: 0px 0px;
	padding-left: 2em;
	background-image: url(../Images/site/design/errorbullit.gif);
	background-repeat: no-repeat;
}

#profile
{
	padding-left: 1em;
	overflow: auto;
	SCROLLBAR-BASE-COLOR: #a00715;
	height: 100%;
}

.DataHeader
{
    PADDING-RIGHT: 3pt;
    PADDING-LEFT: 3pt;
    FONT-SIZE: 9pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 3pt;
    display: inline; 
    padding-left: 0pt;
    font-weight:normal;
}

/* Begin slideshow */

#slideshow
{
	width: 100%; /* Total width of slideshow */
}

#previewPane
{
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	position: relative; /* CSS HACK */
	height: 232px; /* IE 5.x */
	height: /* */ /**/ 220px; /* Other browsers */
	height: /**/ 220px;
}
#previewPane img
{
	line-height: 200px;
}
#previewPane #largeImageCaption
{
	/* CSS styling of image caption below large image */
	font-style: italic;
	text-align: center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
	font-size: 0.9em;
}
#galleryContainer
{
	height: 102px; /* Height of the images + 2 */	
	position: relative;
	overflow: hidden;
	padding: 1px; /* CSS HACK */
	height: 104px; /* IE 5.x - Added 2 pixels for border left and right */
	height: /* */ /**/ 102px; /* Other browsers */
	height: /**/ 102px;
}
#arrow_left
{
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
}
#arrow_right
{
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
}
#theImages
{
	position: absolute;
	height: 100px;
	left: 40px;
	width: 100000px;
}
#theImages #slideEnd
{
	float: left;
}
#theImages img
{
	float: left;
	padding: 1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}

#waitMessage
{
	display: none;
	position: absolute;
	left: 100px;
	top: 150px;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}

#theImages .imageCaption
{
	display: none;
}

/* End slideshow */