﻿/*******************************************************
Website design was created by T.O @ 2010-2011
Copyrights © all rights reserved. /
*******************************************************/

.watermark
{
	background: #FFAAFF;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.modalPopupHeader
{
	background-color: #666666;
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	padding: 2px 5px 10px;
}

.modalPopupHeaderTitle
{
	float: right;
	margin-bottom: 1px;
	padding: 2px 0 5px 10px;
}

.modalPopupCloseWindow
{
	background-image: url( '../../Graphics/images/misc/CloseLayer.gif' );
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	margin-top: 2px;
	padding: 3px 3px 0 0;
	text-align: right;
	width: 20px;
}

.modalPopupCloseWindowButton
{
	color: #666666;
	text-decoration: none;
}

.buttonBlack
{
	background: url( '../../Graphics/images/buttons/btn_2.png' ) no-repeat scroll 0 0 transparent;
	border: 0 none #FFFFFF;
	color: white;
	font-weight: bold;
	height: 23px;
	font-size: 14px;
	padding-bottom: 3px;
	cursor: pointer;
	margin: 0 6px 0 0;
	width: 101px;
}
.buttonBlack:hover
{
	background: url( '../../Graphics/images/buttons/btn_2_hover.png' ) no-repeat scroll 0 0 transparent;
	border: 0 none #FFFFFF;
	color: white;
	font-weight: bold;
	height: 23px;
	font-size: 14px;
	padding-bottom: 3px;
	cursor: pointer;
	margin: 0 6px 0 0;
	width: 101px;
}
