﻿body {
	font: 11px Arial, Helvetica, sans-serif;
	background: Black;
	padding: 0;
	margin: 0;
	color:White;
	height:100%;
	min-height:100%;
}
img {
	border: none;
}
.div
{
	color: White;
	font-size: small;
	border-color: orange;
	border-style: solid;
	background-color: black;
	padding: 5px;
}
/* dock - top */
.dock {
	position: relative;
	height: 100px;
	left:0%;
	top: 300px;
	vertical-align : middle; 
	text-align: center;

}
.dock-container {
	position: absolute;
	height: 80px;
/*left: -800px;*/
	background: url(images/dock-bg2.gif);
	padding-left: 2%;
}
a.dock-item {
	display: block;
	width: 0px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	/*padding-left: 30%;*/
	text-align: center;
	text-decoration: none;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 10px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	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%; 
}
/*Other css*/
.topLine
{
 color: #FFFFFF;
 font-size: medium;
  background-image: url('file:///C:/FindFavorites/FindFavorites/images/topBackground.jpg');	
}
.topLine a
{
 color: #FFFFFF;
 font-size: medium;
 font-weight:bold;
 cursor:hand;
}
.divLogin
{
	vertical-align:middle;
	text-align: -moz-center;
	color: White;
	font-size: small;
	border-color: orange;
	border-style: solid;
	background-color: black;
	padding: 5px;
	width:388px;
}
.BoxHeader
{
	color:Black;
	text-align:center;
	font-weight:bold;
background-image: url('../images/menuBackground.jpg')
}
.errorMessage
{
 color:Red;
 font-weight:bold;	
}
.btnCss
{
	width:150px;
	cursor:pointer;
}
html, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
#footer { clear: both; position: relative; z-index: 10; height: 3em; margin-top: -3em; text-align:center; }
