﻿body 
{	        
	cursor: default;
	margin: 20px auto 0 auto;
	text-align: center;
}

.HeaderLogo
{
	width:173px;
	top:130px;
	visibility:visible;
	position:absolute;
	margin-left:-350px;
	left:50%;
	z-index:2;	
}

.postingLeft
{
    font-weight: bold;
    font-family: Arial Rounded MT Bold;
    font-size: small;
    border-style: none none none none;
    border-width: thin;
    border-color: #C0C0C0;     
    height: 28px;     
}
.postingRight
{
    border-style: none none none none;
    border-width: thin;
    border-color: #C0C0C0;     
    height: 28px;
    vertical-align: bottom;        
}

.myImageItem
{
    border: solid 1px transparent;
    margin-top:5px;
}

.mySelectedImageItem
{
    border: solid 1px gray;
             
}

.tdmainleftcol{ background:url(HTML/slices/left.png) repeat-y;}

.tdmainrightcol{ background:url(HTML/slices/right.png) repeat-y;}

a:link.mainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:visited.mainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:active.mainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:hover.mainNav {font-family:Arial, Helvetica, sans-serif; color:silver; font-size:8pt; font-weight:bold; text-decoration:underline;}

a:link.lowerMainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:7pt; font-weight:bold; text-decoration:underline;}
a:visited.lowerMainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:7pt; font-weight:bold; text-decoration:underline;}
a:active.lowerMainNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:7pt; font-weight:bold; text-decoration:underline;}
a:hover.lowerMainNav {font-family:Arial, Helvetica, sans-serif; color:silver; font-size:7pt; font-weight:bold; text-decoration:underline}

a:link.adminNav {font-family:Arial, Helvetica, sans-serif; color:maroon; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:visited.adminNav {font-family:Arial, Helvetica, sans-serif; color:maroon; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:active.adminNav {font-family:Arial, Helvetica, sans-serif; color:maroon; font-size:8pt; font-weight:bold; text-decoration:underline;}
a:hover.adminNav {font-family:Arial, Helvetica, sans-serif; color:white; font-size:8pt; font-weight:bold; text-decoration:underline;}

.ButtonClass
{
background-repeat:no-repeat;
    width: 18px;
}
.ButtonClass:hover
{
background-repeat:no-repeat;
cursor:hand;
}