﻿
body 
{
	background-color:#696969;
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
}

.master_Div
{
	width:905px;
	background-color:#ffffff;
	border:none;
}

.mobile_Div
{
	width:100%;
	background-color:#ffffff;
}

.page_Footer
{
	background-color:#0000FF;
	color:#ffffff;	
	text-align:center;
	padding:5px;
}

.page_Footer a
{
	color:#ffffff;
	text-decoration:none;
}



.headerTD
{
	height:150px;
	background-image:url('../images/header.png');
	text-align: left;
	vertical-align:top;
	background-repeat:no-repeat;
}

/* BUTTON HEADER */
table.ButtonHeader a 
{
margin: 0 auto; 
text-align:center;
display: block;
background: #0000FF;
} 

td.ButtonHeader  {
background: #0000FF;
} 

div.ButtonHeader a {
color: #ffffff;
background: #0000FF;
text-decoration:none;
font-weight:bold;
font-size:14px;
line-height:14px;
height:25px;
font-family:Verdana, Tahoma, Arial;
margin: 0 auto; 
text-align:center;
padding-top: 10px;
vertical-align:middle;
}




div.ButtonHeader a:link {
color: #ffffff;
background: #0000FF;
}

div.ButtonHeader a:active {
color: #ffffff;
background: #0000FF;
}

div.ButtonHeader a:visited {
color: #ffffff;
background: #0000FF;
}

div.ButtonHeader a:hover {
color: #000000;
background: #0000FF;
}

/* END BUTTON HEADER */

/* ==================================================================== */

@font-face 
{ 
	font-family: BSS;    
    src: url('../fonts/BrushScriptStd.ttf'),
    url('../fonts/BrushScriptStd.eot'); /* IE9+ */
}

/* ==================================================================== */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}