﻿body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background-color:#FFFFFF;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background-color:#000000;
/*	background: url(images/dock-bg.gif);*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


.positionCell{
    font-weight : bold;
    font-size : 11;
    text-align : left;
}


.DateCell{
    font-size : 11px;
    text-align : right;
}

.CompanyName{
    font-size : 11px;
    font-style:italic;
    text-align : left;
}

.resps{
    font-size : 11px;
    text-align : left;
}

.MainCat{
    font-size : 11px;
    text-align : left;
    text-transform:uppercase;
}


.galleryOrangeBorder {
	margin-right: 0px;
	border:medium orange solid;
	background-color: white;
}
.galleryOrangeBorder:hover {
	margin-right: 0px;
	border:medium blue dotted;
	background-color: #D9E6F0;
}


.galleryTitle {
	font-family: "Arial Black";
	text-align: left;
	font-size:large;
	color: black;

}
.galleryAttributes {
	font-family: Arial;
	text-align: left;
	font-size:medium;
	color: black;

}

.galleryTopDiv {
	font-family: Verdana;
	font-size: xx-large;
	color: #157BD5;
	width: 95%;
	text-align: left;	
	border-color: #157BD5;
	border-width: medium;
	border-style: solid;
	background-color: #FFFFFF;
	
}


.galleryTopDiv:hover {
	background-color: #F5CB4B;
}




.galleryPicsDiv{
	
	font-family: Verdana;
	font-size: xx-large;
	color: #FFA500;
	width: 95%;
	text-align: left;	
	border-color: #FFA500;
	border-width: medium;
	border-style: solid;
	background-color: #FFFFFF;
		
}

.galleryPicsDiv:hover {
	color: #000066;
	background-color: #BAD3F5 ;
}

.galleryPicsDiv td {
	text-align: center;
	background-color: transparent;
}

.galleryPicsDiv td:hover {
	
	background-color: #000000 ;
}



.contactText{
	background-color:#B6D6FF;
	height:40px;
	width:100%;
	color:#000099;
	font-size:x-large;
	font-family:Verdana;
	vertical-align:middle;
}

.contactTextArea{
	background-color:#B6D6FF;
	height:200px;
	width:100%;
	color:#000099;
	font-size:x-large;
	font-family:Verdana;
	vertical-align:middle;
}



.contactText:focus{
	background-color:#F1C867;
}

.contactTextArea:focus{
	background-color:#F1C867;
}


.TRCLASS{
	background-color:#FFFFFF;
	vertical-align:top;
}

.TRCLASS:hover{
	background-color:#F9EEC8;
	vertical-align:top;
}

.contactButton{
	font-family: Verdana;
	font-size: x-large;
	color: #000080;
	background-color: #FFC164;
}


.contactstyle1 {
	text-align: right;
	font-family: Verdana;
	font-size: x-large;
	color: #FF9900;
}





