﻿@charset "UTF-8";
/* CSS Document */

/* ---------- [ BASIC CLASSES - DO NOT REMOVE ] ---------- */

.hand { cursor: hand; }

.hidden { display: none!important; }

.right { float:right!important; }

.left { float:left!important; }

.clear_box {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	}

.disabledButton {
	color:#aca899;
	background-color:#efefef;
	border: solid 1px #c0c0c0;
	}

.overlayStyle {
	background-color: #FFFFFF;
	border: 2px #000000 solid;
	}

.modalBackground {
	filter:alpha(opacity=80);
	background: #000000;
	filter:alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
	margin-top: 0px !important;
	}
	
.modalBackgroundSite {
	filter:alpha(opacity=80);
	background: #FFFFFF;
	filter:alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
	margin-top: 0px !important;
	}