/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
    scrollbar-face-color: #4392d7; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #4392d7; 
	scrollbar-darkshadow-color: #CCCCCC
    
}
SELECT.form { 
		font-family: Arial; 
		font-size: 8pt; 
		height: 20; 
		color: #ff0000	
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
	font-weight:	400;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
TD.Arial_9pt_red_bold
{
	font-family:Arial;
	font-size:9pt;
	color:red;
	font-weight:bold;
}TD.Arial_8pt_Gray
{
	font-family:Arial;
	font-size:8pt;
	color:#666666;
	font-weight:normal;
}
TD.Arial_9pt_Gray
{
	font-family:Arial;
	font-size:9pt;
	color:#666666;
	font-weight:normal;
}
TD.Arial_9pt_Gray_Bold
{
	font-family:Arial;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
}
TD.Arial_7pt_Gray
{
	font-family:Arial;
	font-size:7pt;
	color:#666666;
	font-weight:normal;
}
TD.Arial_8pt_Mavi
{
	font-family:Arial;
	font-size:8pt;
	color:#4997db;
	font-weight:normal;
}
TD.Arial_8pt_Black
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
}
TD.Arial_8pt_Black_Bold
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
	font-weight:bold;
}
TD.Arial_9pt_Black
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
}
TD.Arial_9pt_Black_Bold
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
	font-weight:bold
}
TD.Arial_8pt_White
{
	font-family:Arial;
	font-size:8pt;
	color:White;
	font-weight:normal;
}
TD.Arial_8pt_White_Bold
{
	font-family:Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}
TD.Arial_9pt_White_Bold
{
	font-family:Arial;
	font-size:9pt;
	color:White;
	font-weight:bold;
}
TD.Arial_8pt_Gray_Bold
{
	font-family:Arial;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
}
TD.Arial_9pt_Mavi_Bold
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
}

TD.Arial_10pt_White_Bold
{
	font-family:Arial;
	font-size:10pt;
	color:White;
	font-weight:bold;
}
TD.Arial_11pt_White_Bold
{
	font-family:Arial;
	font-size:11pt;
	color:White;
	font-weight:bold;
}
TD.Arial_8pt_Gray_Bold
{
	font-family:Arial;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
}
TD.Arial_9pt_Mavi
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:normal;
}
TD.Arial_9pt_yesil_bold
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_9pt_Mavi_bold
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_13pt_Mavi_bold
{
	font-family:Arial;
	font-size:13pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_9pt_turuncu_bold
{
	font-family:Arial;
	font-size:9pt;
	color:#F99c30;
	font-weight:bold;
}
TD.Arial_13pt_turuncu_bold
{
	font-family:Arial;
	font-size:13pt;
	color:#F99C30;
	font-weight:bold;
}
TD.Arial_8pt_yesil_bold
{
	font-family:Arial;
	font-size:8pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_9pt_yesil_bold
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_10pt_yesil_bold
{
	font-family:Arial;
	font-size:10pt;
	color:#4997db;
	font-weight:bold;
}
TD.Arial_8pt_Red_bold
{
	font-family:Arial;
	font-size:8pt;
	color:red;
	font-weight:bold;
}
span.Arial_8pt_Black
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
}
span.Arial_8pt_Red
{
	font-family:Arial;
	font-size:8pt;
	color:Red;
}
span.justify
{
	text-justify:distribute-all-lines;
	margin-left:5px;
	margin-right:5px;
}
p.justify
{
	text-align:justify
}

A:link.Arial_8pt_White_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:visited.Arial_8pt_White_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:link.Arial_8pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:visited.Arial_8pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:hover.Arial_8pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:link.Arial_8pt_Gray
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:normal;
}
A:visited.Arial_8pt_Gray
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:normal;
}
A:hover.Arial_8pt_Gray
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:	#666666;
	font-weight:normal;
}
A:link.Arial_8pt_Mavi
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:normal;
}
A:visited.Arial_8pt_Mavi
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:normal;
}
A:hover.Arial_8pt_Mavi
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:	#4997db;
	font-weight:normal;
}
A:link.Arial_8pt_Mavi_bold
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:visited.Arial_8pt_Mavi_bold
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:hover.Arial_8pt_Mavi_bold
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:	#4997db;
	font-weight:bold;
}
A:link.Arial_9pt_Mavi
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:visited.Arial_9pt_Mavi
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:hover.Arial_9pt_Mavi
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	#4997db;
	font-weight:bold;
}
A:link.Arial_8pt_red	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	red;
	font-weight:normal;
}	
A:visited.Arial_8pt_red
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	red;
	font-weight:normal;
}	
A:hover.Arial_8pt_red
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:	red;
	font-weight:normal;
}
A:link.Arial_9pt_red_bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	red;
	font-weight:bold;
}	
A:visited.Arial_9pt_red_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	red;
	font-weight:bold;
}	
A:hover.Arial_9pt_red_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	red;
	font-weight:bold;
}
A:link.Arial_8pt_turuncu_bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:#Ffc327;
	font-weight:bold;
}	
A:visited.Arial_8pt_turuncu_bold
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:#Ffc327;
	font-weight:bold;
}	
A:hover.Arial_8pt_turuncu_bold
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:#Ffc327;
	font-weight:bold;
}	
A:link.Arial_9pt_turuncu_bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:#Ffc327;
	font-weight:bold;
}	
A:visited.Arial_9pt_turuncu_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:#Ffc327;
	font-weight:bold;
}	
A:hover.Arial_9pt_turuncu_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:#Ffc327;
	font-weight:bold;
}	
A:link.Arial_8pt_black	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:normal;
}	
A:visited.Arial_8pt_black	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:normal;
}	
A:hover.Arial_8pt_black	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:normal;
}	
A:link.Arial_8pt_black_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:bold;
}	
A:visited.Arial_8pt_black_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:bold;
}	
A:hover.Arial_8pt_black_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	black;
	font-weight:bold;
}	
A:link.Arial_8pt_White_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:visited.Arial_8pt_White_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:hover.Arial_8pt_White_Bold	
{	
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
	color:	White;
	font-weight:bold;
}	
A:link.Arial_9pt_White_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:visited.Arial_9pt_White_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	White;
	font-weight:bold;
}	
A:hover.Arial_9pt_white_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	white;
	font-weight:bold;
}
A:link.Arial_9pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:visited.Arial_9pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:hover.Arial_9pt_Gray_Bold	
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#666666;
	font-weight:bold;
}	
A:link.Arial_9pt_Gray
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#666666;
}	
A:visited.Arial_9pt_Gray
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#666666;
}	
A:hover.Arial_9pt_Gray
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	#666666;
}	
A:link.Arial_9pt_yesil_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#009900;
	font-weight:bold;
}
A:visited.Arial_9pt_yesil_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#009900;
	font-weight:bold;
}
A:hover.Arial_9pt_yesil_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	#009900;
	font-weight:bold;
}
A:link.Arial_10pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:visited.Arial_10pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:hover.Arial_10pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	#4997db;
	font-weight:bold;
}
A:link.Arial_9pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:visited.Arial_9pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
A:hover.Arial_9pt_Mavi_bold
{	
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
	color:	#4997db;
	font-weight:bold;
}

INPUT.Arial_8pt_black
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	font-family:Arial;
	FONT-SIZE: 8pt; 
	color:Black;
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
}
span.ErrorMessage
{
	font-family:Arial;
	color:Red;
	font-size:8pt;
	font-weight:bold;
	background-color:#f7f7f7;
}
span.Arial_8pt_Gray
{
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#666666;
	font-weight:normal;
}
span.Arial_9pt_Black
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#000000;
	font-weight:normal;
}
span.Arial_9pt_Yesil_Bold
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	color:	#4997db;
	font-weight:bold;
}
span.Arial_8pt_Red
{
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	color:	#FF0000;
	font-weight:normal;
}
INPUT.submit
{
	BORDER-RIGHT: #ffffff 1px outset; 
	BORDER-TOP: #ffffff 1px outset; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	background-image:url(../resimler/butonfon.gif); 
	MARGIN: 0px; BORDER-LEFT: #ffffff 1px outset; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	TEXT-INDENT: 0px; 
	LINE-HEIGHT: 150%; 
	BORDER-BOTTOM: #ffffff 1px outset; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #004184; 
	TEXT-ALIGN: center
}
SELECT.Arial_10px
{
	font-family:Arial;
	font-size:10px
}
TABLE.Collapse
{
	border-collapse:collapse
}
TABLE.Kenarlik
{
	BORDER-RIGHT: #adadad 1px solid; 
	BORDER-TOP: #adadad 1px solid; 
	BORDER-LEFT: #adadad 1px solid; 
	BORDER-BOTTOM: #adadad 1px solid; 
	BORDER-COLLAPSE: collapse;
}
TABLE.Special
{
	BORDER-RIGHT: #adadad 0px solid; 
	BORDER-TOP: #adadad 0px solid; 
	BORDER-LEFT: #adadad 0px solid; 
	BORDER-BOTTOM: #adadad 0px solid; 
	BORDER-COLLAPSE: collapse;
}
TD.Arial_9pt_Mavi_Bottom
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:normal;
	BORDER-BOTTOM: #333399 1px solid
}
TD.Arial_9pt_Mavi_Bottom_right
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:normal;
	BORDER-BOTTOM: #333399 1px solid;
	border-right: #333399 1px solid
}
TD.Arial_9pt_Mavi_Bold_Bottom
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
	BORDER-BOTTOM: #333399 1px solid
}
TD.Arial_9pt_Mavi_Bold_Bottom_right
{
	font-family:Arial;
	font-size:9pt;
	color:#4997db;
	font-weight:bold;
	BORDER-BOTTOM: #333399 1px solid;
	border-right: #333399 1px solid
}
A:link.Arial_13pt_turuncu_bold	
{	
	font-family:Arial;
	font-size:13pt;
	text-decoration:none;
	color:#F99C30;
	font-weight:bold;
}	
A:visited.Arial_13pt_turuncu_bold
{	
	font-family:Arial;
	font-size:13pt;
	text-decoration:none;
	color:#F99C30;
	font-weight:bold;
}	
A:hover.Arial_13pt_turuncu_bold
{	
	font-family:Arial;
	font-size:13pt;
	text-decoration:underline;
	color:#F99C30;
	font-weight:bold;
}