﻿/*
	Copyright 2008 Gity System. All rights reserved.
	Name: Asre Fara Ertebat(ISP)-www
	Date: 2008-05-20
*/
BODY
{
	padding: 0px;
	margin: 0px;
		
	font-family: Tahoma, Arial, Sans-Serif;	
	font-size: 9pt;
	
	background-color: #ffffff;
	color: #000000;
			
	direction: rtl;
	text-align: right;
	vertical-align: middle;	
}
INPUT
{
	font-family: Tahoma, Arial, Sans-Serif;
}
SELECT
{
	font-family: Tahoma, Arial, Sans-Serif;
}
TEXTAREA
{
	font-family: Tahoma, Arial, Sans-Serif;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #dadada;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #e0e0e0;
	scrollbar-darkshadow-color: #dadada;
}
TABLE
{
	empty-cells: show;
	border-collapse: separate;
}
IMG
{
	vertical-align: middle;
	border-width: 0px;
}
P
{
	line-height: 15pt;
}
HR
{
	border-bottom: solid 1px #cccccc;
	height: 1px;	
}
FIELDSET
{
	border: solid 1px #cccccc;
}
LEGEND
{
	color: #ff7500;
	font-weight: bold;
}
A
{
	color: #000099;
	text-decoration: none;
}
A:visited
{
	color: #000099;
}
A:hover
{
	color: #673cc0;
	text-decoration: underline;
}
A:active
{
	color: #000099;
}
H1
{
	font-size: 20pt;
	font-weight: normal;
}
H2
{
	font-size: 14pt;
	font-weight: normal;
}
H3
{
	font-size: 12.5pt;
	font-weight: normal;
}
H4
{
	font-size: 11pt;
	font-weight: normal;
}
H5
{
	font-size: 8pt;
	font-weight: normal;
}
H6
{
	font-size: 6.5pt;	
	font-weight: normal;
}
.H1
{
	font-size: 20pt;
}
.H2
{
	font-size: 14pt;
}
.H3
{
	font-size: 12.5pt;
}
.H4
{
	font-size: 11pt;
}
.H5
{
	font-size: 8pt;
}
.H6
{
	font-size: 6.5pt;
}
.Button
{
	text-align: center;
	font-size: 9pt;
	height: 22px;
	min-height: 22px;
	max-height: 22px;
	border: solid 1px #e86f1d;
	color: #ffffff;	
	background: #ffffff url('Images/Bases/Button.gif') repeat-x center center;
}
.DropDownList
{
	border: solid 1px #dadada;
	background-color: #f9f9f9;
	color: #666666;
	font-size: 9pt;
	min-height: 20px;
}
.TextBox
{
	color: #666666;
	font-size: 9pt;
	height: 16px;
	border: solid 1px #dadada;
	background-color: #fbfbfb;	
}
.Required
{
	border: solid 1px #9ca3a9;
	border-left-color: #aeb5bd;
	border-bottom-color: #aeb5bd;
	background-color: #fcfdfd;
	color: #222222;	
}
.Highlight
{
	border: solid 1px #fdb18c;	
	background-color: #ffefe0;
	color: #ed3128;
}
.Disable
{
	color: #b6b5b3;
	border: soild 1px #cac8bb;
	background-color: #e9e9e9;
}
.Title
{
	color: #e0692a;
}
.Link
{
	color: #000099;
}
.Error
{
	color: #ff0000;
}
.Dark
{
	color: #737373;
}
.Help
{
	color: #456c4d;
}
.Dir_LTR
{
	direction: ltr;
}
.Dir_RTL
{
	direction: rtl;
}
.HAlign_Right
{
	text-align: right;
}
.HAlign_Center
{
	text-align: center;
}
.HAlign_Left
{
	text-align: left;
}
.VAlign_Top
{
	vertical-align: top;
}
.VAlign_Middle
{
	vertical-align: middle;
}
.VAlign_Bottom
{
	vertical-align: bottom;
}
.Float_Right
{
	float: right;
}
.Float_Left
{
	float: left;
}