﻿/* 
 *	ASTEKNIK VANA
 *	STYLESHEET
 *	Author	:	Ozgur AKBABA (DGMND)
 *	Date		:	22.10.2008
 */

html, body{
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(../images/bgpattern.jpg);
	background-repeat:repeat;
	font-family:Trebuchet MS;
	font-size:10px;
}

.txt{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:11px;
}

.head{
	font-family:Trebuchet MS;
	color:#d33232;
	font-size:10px;
}

.lnk{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:10px;
	font-weight:bold;
}

.proTit{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:13px;
}

a{
	text-decoration:none;
	color:#002966;
	font-family:Trebuchet MS;
}

a:hover{
	text-decoration:none;
	color:#d33232;
	font-family:Trebuchet MS;
}

.tbox
{
	height:20px;
	margin:0px;
	padding:0px 1px;
	color:#202020;
	border:1px solid #FFFFFF;
	font:11px Trebuchet MS;
	background:#e9ecef;
}

.button
{
	height:20px;
	margin:0px;
	padding:0px 1px;
	color:#d33232;
	border:1px solid #FFFFFF;
	font:bold 10px Trebuchet MS;
	background:#e9ecef;
	cursor="hand";
}

.vTipsLnk{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:18px;
	font-weight:bold;
}

.error
{
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	color:#d33232;
}

.newsTbl{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:10px;
}

.newsTblHead{
	font-family:Trebuchet MS;
	color:#d33232;
	font-size:10px;
}

.spacer{
	font-family:Trebuchet MS;
	color:#d33232;
	font-size:12px;
}

.order{
	font-family:Trebuchet MS;
	color:#002966;
	font-size:12px;
	font-weight:bold;
}

/* AJAX Modal Popup */
.modalPopup {
	background-color:#202020;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	width:400px;
}
.modalPopupVid {
	background-color:#202020;
	width:500px;
	height:420px;
}
.modalBackground {
	background-color:#111111;
	filter:alpha(opacity=95);
	opacity:0.95;
}
