﻿body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #80FF80;
}

body, table
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: small;
	color: #303030;	
}

.show_class_2, .show_class_2 table
{
	font-family: Verdana, Arial, Sans-Serif, SansSerif;
	font-size: small;
	font-weight: bold;
	color: #303030;	
}

h1
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 26px;
	font-weight: normal;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h2
{
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 14px;
	color: #303030;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

a
{
	color: #0000FF;	
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0px solid #000000;	
}

#PageBorder
{
	width: 1004px;
	text-align: center;
	margin: 20px auto;
	background-color: #FFFFFF;	
	padding: 5px 0px;
}
#Page
{
	width: 994px;
	text-align: left;
	margin: 0px auto;
}

#Top
{
	background-color: #804D00;
	height: 200px;
	border-bottom: 1px solid #FFFFFF;
}
#LogoBox
{
	float: left;
	border-right: 1px solid #FFFFFF;
}
#Banner
{
	float: right;
}

#MainBlock
{
	border-bottom: 1px solid #FFFFFF;
}
#LeftBox
{
	width: 200px;
	background-color: #008000;
	border-right: 1px solid #FFFFFF;
	background-image: url(../Images/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#LanguageBox
{
	background-image: url(../Images/language_back.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
}
#LeftMenuBox
{
	background-image: url(../Images/left_back.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}
.MenuHeader, .MenuHeaderActive
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 20px 10px 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFFFFF;	
}
.MenuHeaderActive
{
	font-size: 22px;
}
.MenuHeader a, .MenuHeaderActive a
{
	color: #FFFFFF;
	text-decoration: none;
}
#Partipants
{
	text-align: center;
	margin-top: 30px;	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#Partipants img
{
	border: 1px solid #FFFFFF;	
}

#Body
{
	background-image: url(../Images/body_back.gif);
	background-repeat: repeat-y;
}
#BreadCrumb
{
	margin-bottom: 10px;
	color: #606060;
}
#BreadCrumb a
{
	color: #606060;
	font-weight: bold;
	text-decoration: none;	
}
#BodyContent
{
	padding: 0px 20px 20px 20px;	
}

#Bottom
{
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #005A00;
}
#Bottom a
{
	font-size: 11px;
	color: #FFFFFF;
}

.clear
{
	clear: both;
}

#Description
{
	margin-bottom: 20px;	
}

.ProductImage
{
	padding-bottom: 10px;	
}
.ProductImage img
{
	border: 1px solid #505050;
}
.ProductImageDescription
{
	text-align: center;
}

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.OrigImagePanel
{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #303030;
	padding: 10px;	
	width: 800px;
	text-align: center;
}

/* Form table */

#FormTable
{
	border-collapse: collapse;
	width: 100%;
}

#FormTable td
{
	padding: 5px;	
	vertical-align: top
}

.FormSection
{
	background-color: #EEEEEE;
}

.FormSectionSeparator
{
	height: 8px;	
	border-top: 1px solid #DEDEDE;
}

.InputText
{
	width: 250px;
	font-size: 11px;
	border: 1px solid #505050;
	font-size: 11px;
}
.Button
{
	width: 100px;
	border: 1px solid #404040;
	color: #ffffff;
	background-color: #707070;
	font-size: 11px;
	font-weight: bold;
}
.ThanxPanel
{
	color: #FF0000;
	font-weight: bold;
	padding: 10px;	
}