﻿body 
{
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 20px;
	margin-top: 10px;
}


.LeftContent 
{
	background: #F8F8F8;
	width: 150px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #E5E5E5;
}

.MainContent 
{
	background: #FFF;
	width:auto;
	padding: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.RightContent 
{
	background: #F8F8F8;
	width: 170px;
	padding-left: 2px;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #E5E5E5;

}

.Bottom 
{
	background: url(images/bottom.gif) repeat-x top left;
	padding-top: 10px;
	padding-left: 20px;
	height: 42px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.FieldReq
{
	background: #F8F9FB url(images/fieldreq.gif) repeat-y center left;
	padding-left: 15px;
	padding-right: 5px;
		height:22px;

}

.FieldReg
{
	background: #F8F9FB;
	padding-left: 15px;
	padding-right: 5px;
	height:22px;
}

.fieldname
{
	background: #F8F9FB;
	padding-left: 15px;
	padding-right: 5px;
	height:22px;
}

.Header 
{
	background: url(images/header.gif) no-repeat top left;
	padding-left: 10px;
	font-family: Arial, Verdana;
	height: 24px;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}

A:LINK, A:VISITED 
{
	color: #00349A;
}

A:HOVER
{
	color: #FF6600;
}

.TopNav 
{
	padding-bottom: 5px;	
}

.TopNav A:LINK, .TopNav A:VISITED
{
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

.TopNav A:HOVER
{
	color: #FF6600;
}


.tableheader 
{
		font-family: Arial, Verdana;
	height: 20px;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

.fieldname
{
	font-size: 11px;
	color: Black;
	background: #f9f9f9;
	padding: 4px;
}

.pageheader 
{
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #EE0000;
	font-weight: bold;
	text-transform: uppercase;
}

.pageheaderblack
{
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.GalleryTable TD 
{
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 10px;
}


.rowInset 
{
	 padding-left:15px;
}

.button 
{
	border: 0px solid #CA313C;
	background: #D51D26;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	padding:0px 10px 0px 5px;
	cursor: pointer;
	height: 24px;
	
}

INPUT 
{
	
}


.textarea 
{
	line-height: 17px;
}

.pagebreak 
{
	background:url(images/pagebreak.gif) repeat-x top left;
	padding: 5px;
}

/* HIGHSLIDE */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #f9f9f9;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
