﻿body {
}



.MenuCell
	{
	padding: 0px;
	border: solid 1px #6E92B0;

/*	background-image:url(images/bg_cell_menu.jpg); 
	background-repeat:no-repeat;  
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	color: #FDC400;*/
	}
	
.ImageBig
	{
	padding: 5px 5px 5px 5px; 
	border: solid 1px #6E92B0;	
	}
.ImageBigWhite
	{
	border: solid 5px #FFFFFF;	
	}
.Link
	{
	color:#8EBEE5;
	text-decoration:underline;	
	}
.Link:hover
	{
	text-decoration:none;	
	}
.Button
    {
        font-family : Verdana;
        font-size: 10px;
        font-weight: bold;
        background-image:url(images/bg_button.gif);
        background-position:top left;
        background-repeat:no-repeat;
        color: #FFFFFF;
        padding-right:30px;
        padding-left:30px;
        padding-bottom:3px;
        padding-top: 3px; 
        border-bottom-color:#375c7a;
        border-right-color:#375c7a;
        border-left-color:#84accc;
        border-top-color:#84accc;
    }	
.TextBox
	{
		width:300px;
		font-family:Verdana;
		font-size:9px;
	}
.TextArea
	{
		width:300px;
		font-family:Verdana;
		font-size:9px;
	}
.SubTitle
	{
	background-image:url(images/flag_blue.png);
	background-repeat:no-repeat;
	padding-left:20px;
	height:19px;
	margin-top:8px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	}
	
.GoogleMapsDiv
    {
    width:610px;
    height:350px;
	padding: 5px 5px 5px 5px; 
	border: solid 1px #6E92B0;	
	
    }