﻿/*
 *
 *		File			:	home.css
 *		Author			:	Ozgur Akbaba, DGMND
 *		Date			:	15.04.09
 *		Description		:	CSS Stylesheet
 *
 */

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Arial;
	scroll:no;
	height:100%;	
	background-color: #000;
    background-position: top left;
}

a:link {
	color: #FFF; 
	font-size: 9pt; 
	text-decoration: none; 
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

a:visited 
{
	color: #FFF; 
	font-size: 9pt; 
	text-decoration: none; 
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

a:hover {
	color: #212121;
	/*background-color:#f2fa2b; */
	font-size: 9pt; 
	text-decoration: none; 
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

a:active {
	color: #212121;
	font-size: 9pt; 
	text-decoration: none; 
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

span {
	color: #f2fa2b; 
	font-size: 12pt; 
	text-decoration: none; 
	font-family: Arial;
}

.tbxtitle
{
    color: #f2fa2b; 
	font-size: 10pt; 
	text-decoration: none; 
	font-family: Arial;
	font-weight:bold;
}

.olanak
{
    color: #f2fa2b; 
	font-size: 10pt; 
	text-decoration: none; 
	font-family: Arial;
	font-weight:normal;
}

.tbx
{
    color: #FFF; 
	font-size: 8pt; 
	text-decoration: none; 
	font-family: Arial;
	font-weight:bold;
}

.spfooter {
	color: #2e6390; 
	font-size: 12pt; 
	text-decoration: none; 
	font-family: Arial;
	font-weight:bold;
}

.imageOn {
	color:#a5a5a5;
}

.imageOff {}

.tbxwhite {
	color:#212121;
	background-color:#FFF;
	border-width:1px;
	border-color:#333;
	border-style:solid;
	font-family:Arial;
	font-size:8pt;
}

/* 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;
}

