﻿body
{
	margin-top: 0px; 
	margin-bottom: 0px; 
	background-image: url(../Images/Web/background.gif);
}
.Title
{	
	height:18px; 
	border-bottom: solid 2px #4991c8;	
	color: #0c52b4;
	margin: 0px 1px 0px 0px;
	padding: 6px 1px 3px 0px;
	font-family: Tahoma, sans-serif;
	font-size:8pt;
	font-weight:bold;	
}
.Title a 
{
	color: #0c52b4;
	text-decoration: none;
}
.Title a:hover {
	color: #0c52b4;	
	text-decoration: underline
}

.TextTitle
{
	 color: #4991c8;
	 font-weight:bold;
	 text-transform:uppercase;	
	 font-family:Tahoma,sans-serif; 
	 FONT-SIZE: 13px; 
}

.border  
{
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #cccccc;
	
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

	border-left-width: 1px;	
	border-left-style: solid;
	border-left-color: #cccccc;
	
	border-right-width: 1px;	
	border-right-style: solid;
	border-right-color: #cccccc;
}

#ListImage
{
	float:left;
	overflow: auto; 
	width: 155px;
	height:620px;
	margin-left: 4px;
}

#TitleImage 
{
	float:left;
	width: 850px;
}

#Button 
{
	float:left; 
	height:21px; 
	width: 850px;
}

#picture 
{
	float:left; 
	display: block;	
}

#mainImageOutline 
{
	float: left;	
	margin: auto;
	background-color: #0c52b4;
	border-top: solid 1px #FF8000;
	border-right: solid 1px #FF8000;
	border-bottom: solid 1px #FF8000;
	border-left: solid 1px #FF8000;
	padding: 0px; 
	overflow:auto;
	text-align:center;
}

.ColorFont
{
	color:#4991c8;	
	font-weight:bold;	
}

.PlayButton
{
	width:80px;
	height:20px;
	font-size:8pt;
	font-weight: bold;
	font-family:Tahoma;
	color:White;
	border-width:1px;
	border-style:Solid;
	border-color:Navy;
	background-color:#4991c8;
}