/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 8pt;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #336699;
}
H1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: 700;
	font-size: 14pt;
	word-spacing: normal;
	text-transform: none;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: papayawhip;
	text-decoration: none;
}

H2
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

A:link
{
	text-decoration: none;
	color: blue;
}

A:visited
{
	text-decoration: none;
	color: blue;
}

A:active
{
	text-decoration: none;
	color: blue;
}

A:hover
{
	text-decoration: underline;
	color: blue;
}

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;
}
TD
{
	font-size: 8pt;
	font-family: Tahoma, Verdana;
}
.Button
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: 2px outset;
	color: black;
	border-bottom: 2px outset;
	font-family: Verdana;
	background-color: lightblue;
}
.3d
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
}
.TextBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: blue;
	border-bottom: black 1px solid;
	font-family: Verdana;
}
.Radio
{
	font-size: 8pt;
	font-family: Verdana;
}

.haber{
	font-size: 10pt;
	color:#a24f4d;
	 font-weight:bold;
}

.yazi a:link	 { font-size:8pt;color:#6c6c6c; text-decoration: none; font-family :Tahoma;  }
.yazi a:visited { font-size:8pt;color:#6c6c6c; text-decoration: none; font-family :Tahoma;}
.yazi a:active  {font-size:8pt;color:#6c6c6c; 12px; text-decoration: none; font-family :Tahoma; }
.yazi a:hover   {font-size:8pt;color: #FF5B09; text-decoration: underline; font-family :Tahoma; }



.menu a:link	 { color: #3D6397; font-size: 12px; text-decoration: none; font-family :Tahoma; line-height: 17px;font-weight:bold; }
.menu a:visited { color: #3D6397; font-size: 12px; text-decoration: none; font-family :Tahoma; line-height: 17px;font-weight:bold;}
.menu a:active  { color: #3D6397; font-size: 12px; text-decoration: none; font-family :Tahoma; line-height: 17px;font-weight:bold; }
.menu a:hover   { color: #FF5B09; font-size: 12px; text-decoration: underline; font-family :Tahoma; line-height: 17px;font-weight:bold; }
