body, html
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background: url(../Images/Bg.jpg) fixed top center;
}

img { border: 0; }

a
{
	color: #ff6600;
	text-decoration: none;
}

a:hover
{
	color: #333;
}

a.Inverse
{
	color: #333;
	text-decoration: none;
}

a.Inverse:hover
{
	color: #ff6600;
}

.ILH { line-height: 150%; }
p { line-height: 150%; }


#Canvas
{
	display: none;
	opacity: 0.3;
	background-color: #222;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#SplashBox
{
	z-index: 101;
	width: 404px;
	position: fixed;
	left: 50%;
	top: 30px;
	margin-left: -202px;
}

#SplashBoxTop
{
	width: 404px;
	height: 20px;
	background: url(../Images/SplashBoxTop.png) top left no-repeat;
}

#SplashBoxBottom
{
	width: 404px;
	height: 20px;
	background: url(../Images/SplashBoxBottom.png) top left no-repeat;
}

#SplashBoxContent
{
	color: #fff;
	width: 374px;
	padding: 0 20px;
	background: url(../Images/SplashBoxFill.png) top left repeat-y;
}


.Dialog,
.DialogLarge
{
	display: none;
	z-index: 101;
	width: 500px;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -250px;
	border: 1px solid #FF9900;
	background-color: #fff;
	max-height: 90%;
	overflow: auto;
}

.DialogLarge
{
	width: 730px;
	left: 50%;
	margin-left: -365px;
}

.Dialog .Title,
.DialogLarge .Title
{
	background: url(../Images/TopNavBarGradient.png) repeat-x top left;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #FF9900;
	padding: 10px 0;
}

.Dialog .Body,
.DialogLarge .Body
{
	padding: 5px 10px;
	background: url(../Images/BoxBgGradient.png) top left repeat-x;
}

.Dialog .Body .FormInfo,
.DialogLarge .Body .FormInfo
{
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
}

.Dialog .Body .FormField,
.DialogLarge .Body .FormField
{
	width: 300px;
	background-color: #e6e6e6;
	border: 1px solid #FF9900;
	padding: 3px;
}

.InfoMessage
{
	display: none;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}

.Dialog .FooterTools,
.DialogLarge .FooterTools
{
	background: url(../Images/TopNavBarGradient.png) repeat-x top left;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #FF9900;
	padding: 15px 0;
}

.Dialog .FooterTools a,
.DialogLarge .FooterTools a
{
	padding: 5px;
	border: 1px solid #000;
	background-color: #e6e6e6;
	text-decoration: none;
	color: #000;
	margin-right: 10px;
	outline: none;
}

.Dialog .FooterTools a:hover, .DialogLarge .FooterTools a:hover { color: #333; }

.ContentCenter
{
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#TopNavBar
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(../Images/TopNavBarGradient.png) repeat-x top left;
	height: 49px;
	color: #fff;
}

#TopNavBar a
{
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
}

#TopNavBar a:hover { color: #fff; }

.TopNavBarItem
{
	float: left;
	border-left: 1px solid #666;
	height: 33px;
	padding: 16px 15px 0 15px;
}

#TopNavBarLangAndSearch
{
	float: right;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	height: 39px;
	padding: 10px 15px 0 15px;
}

#TopNavBarLang
{
	float: left;
	padding-top: 6px;
}

#TopNavBarSearchBox
{
	float: left;
	border: 1px solid #ccc;
	height: 19px;
	background: url(../Images/TopNavBarSearchBoxBg.png) right top no-repeat #e6e6e6;
	padding-top: 4px;
	padding-right: 30px;
	width: 130px;
	margin-left: 15px;
}

#TopSubBar
{
	background-color: #e6e6e6;
	padding: 5px 0;
	height: 28px;
	border-bottom: 1px solid #333;
}

#TopSubBarTuziSe, .ButtonLink
{
	float: left;
	border: 1px solid #666;
	background-color: #ff6600;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.ButtonLink { float: none; }

#TopSubBarTuziSe:hover, .ButtonLink:hover { color: #eee; }

.TopSubBarInfoMessage
{
	padding-left: 15px;
	font-style: italic;
	font-size: 12px;
	color: #777;
}

/* Feedback */

.FeedbackGrade
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #F8F8F8;
}

/* SplashScreen */
#SplashBox a { color: #fff; font-weight: bold; text-decoration: underline; }
#SplashBox a:hover { color: #ccc; }

.SplashBoxScreen
{
	display: none;
}

.SplashList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.SplashList li
{
	padding: 3px 0 10px 30px;
	background: url(../Images/SplashListBg.png) top left no-repeat;
}

/* Footer */

#Footer
{
	margin-top: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(../Images/TopNavBarGradient.png) repeat-x top left;
	color: #fff;
}

#Footer a
{
	color: #ccc;
}

#Footer a:hover { color: #fff; text-decoration: none; }