﻿body
{
	margin: 0;
}
a
{
	text-decoration: none;
}
th
{
    color: Black;
	font-family: Sans-Serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align:top;
}
.topbanner
{
	background-image: url(Images/longbar.jpg);
}

.topbanneradmin
{
	background-image: url(Images/longbar.jpg);
}

.innertable
{
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.maintablebg
{
	background-color: #F5F5F8;
}


.outertable
{
	border: 3px;
	border-color: #C6C2D6;
	border-style: solid;
	background-color: White;
}

a.linkbutton:link
{
	color: Black;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.linkbutton:hover
{
	color: #C6C2D6;
	font-family: SSerif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.linkbutton:visited
{
	color: Black;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.linkbutton:visited:hover
{
	color: #C6C2D6;
	font-family: Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#ctl00_ContentPlaceHolder2_UP_Gallery a.linkbutton, #ctl00_ContentPlaceHolder2_DP_Thumbnails span
{
	color: black;
	text-decoration: none;
	border:solid 1px silver;
	font:bold 14px "Arial", Sans-Serif;
	padding:3px;
}

#ctl00_ContentPlaceHolder2_DP_Thumbnails span, #ctl00_ContentPlaceHolder2_UP_Gallery a:hover.linkbutton
{
    background:silver;
    padding:3px;
    color: black;
}

#ctl00_ContentPlaceHolder2_UP_Gallery a.linkbutton:hover
{
	color: black;
	text-decoration: none;
	font:bold 14px "Arial", Sans-Serif;
	padding:3px;
}

.header1
{
	color: Black;
	font-family: Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	
}
.header2
{
	color: #7a6db1;
	font-family: Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
}

.subheader1
{
	color: Black;
	font-family: Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
}

.content1
{
	color: Black;
	font-family: Sans-Serif;
    text-decoration: none;
    font-size: 11px;
    text-align: left;
}

.contentbold
{
	color: Black;
	font-family: Sans-Serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.contentright
{
	color: Black;
	font-family: Sans-Serif;
    text-decoration: none;
    font-size: 11px;
    text-align: right;
}

.contentrightbold
{
	color: Black;
	font-family: Sans-Serif;
	font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    text-align: right;
} 

.contentsmall
{
	color: Black;
	font-family: Sans-Serif;
    text-decoration: none;
    font-size: 10px;
    text-align: left;
}
.contentvsmall
{
	color: Black;
	font-family: Arial;
    text-decoration: none;
    font-size: 9px;
    text-align: left;
    font-weight:normal;
}
.contentbg
{
	border: 1px;
	border-style: solid;
	border-color: #C6C2D6;
}

hr.contentrule
{
	color: #C6C2D6;
	text-decoration: none;
    line-height: 1px;
    width: 95%;
}

hr.contentrule2
{
	color: #C6C2D6;
	text-decoration: none;
    line-height: 1px;
    width: 50%;
}

.button
{
	background-image: url(images/buttonbg.gif);
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: black;
	font-family: Arial, SansSerif;
	text-decoration: none;
	background-repeat: repeat-x;
}

.validate
{
	font-size: 10px;
	font: Arial;
	color: Red;	
}

.hyperlink
{
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #7A6DB2;
	
}
.error
{
    color:Maroon;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
}
.admintitle
{
    font-family: Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #7A6DB2;
	margin-bottom:8px;
	margin-top:4px;
}

a.vt-on, a.vt-off
{
	padding:5px;
	font:normal 12px "Arial", Sans-Serif;
	text-decoration:none;
}

a:hover.vt-off
{
	text-decoration:underline;
}

a.vt-on 
{
	color:#FFFFFF;
	background:#01669a;
}

a.vt-off 
{
	color:#01669a;
	Background:#FFFFFF;
}