﻿/*
 *
 *		File			:	main.css
 *		Author			:	Ozgur Akbaba, DGMND
 *		Date			:	03.02.09
 *		Description		:	CSS Stylesheet for iframe pages
 *
 */

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Tahoma;
	background-color:#FFF;
	scroll:no;
	height:100%;
	scrollbar-shadow-color: #0c2833;
	scrollbar-highlight-color: #0c2833;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #0c2833;
	scrollbar-darkshadow-color: #0c2833;
	scrollbar-track-color: #ff9600;
	scrollbar-arrow-color: #0c2833;
}

a:link, a:visited {
	color: #FFF; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
	font-weight:bold;
}

a:hover {
	color: #212121; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

a:active {
	color: #212121; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

span {
	color: #4a4949; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
	font-style:italic;
}

.spfooter {
	color: #4a4949; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
	font-weight:bold;
}

.spForm {
	color: #f9f9f9; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

.tbxwhite {
	color:#fe8f00;
	background-color:#FFF;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	font-family:Tahoma;
	font-size:10pt;
}

.error
{
	font-family:Tahoma;
	font-size:13pt;
	font-weight:bold;
	color:#fe8f00;
}

.txt {
	font-family: Tahoma;
	font-size: 13px;
	color: #f9f9f9;
	font-weight:bold;
}

.imageOn {
	color:#FFFFFF;
}

.imageOff {}

.newsTbl{
	font-family:Tahoma;
	color:#f9f9f9;
	font-size:10pt;
	font-style:normal;
}

.newsTblBlack{
	font-family:Tahoma;
	color:#212121;
	font-size:10pt;
	font-style:normal;
}

.newsTblHead{
	font-family:Tahoma;
	color:#f9f9f9;
	font-size:16pt;
	font-style:normal;
}

.tbxform {
	color:#0c2833;
	background-color:#FFF;
	border-width:1px;
	border-color:#0c2833;
	border-style:solid;
	font-family:Tahoma;
	font-size:10pt;
}

.header {
	font-family:Tahoma;
	font-size:10pt;
	cursor:hand;
	font-style:normal;
	font-weight:bold;
}

.content {
	background-color:#FFF;
	font-family:Tahoma;
	font-size:9pt;
	cursor:hand;
}