/* 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;
}

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: 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;
}

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: #0000cc;
}

A:visited
{
	text-decoration: none;
	color: #000099;
}

A:active
{
	text-decoration: none;
	color: #000099;
}

A:hover
{
	text-decoration: underline;
	color: #0000cc;
}

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

TD
{
	font-family: Verdana;
	font-size: 11px;
}

.bttn1
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	background: #ddddff;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	color: #000066;
	height: 19px;
	text-decoration: none;
	cursor: hand;
}

.listele
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	background: #ddddff;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	color: #000066;
	height: 19px;
	text-decoration: none;
	cursor: hand;
}

.bttn2
{
	background-color: #3366cc;
	border-bottom: royalblue thin solid;
	border-left: #99ccff 1 solid;
	border-right: royalblue thin solid;
	border-top: #99ccff 1 solid;
	color: white;
	cursor: hand;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	height: 22px;
	letter-spacing: -0.5pt;
	margin: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-decoration: none;
}

.tdborder
{
	border-bottom: 1px solid #eeeeff;
}

.tableana
{
	border-right: 0px solid #6666cc;
	border-top: 0px solid #6666cc;
	border-left: 0px solid #6666cc;
	border-bottom: 1px solid #6666cc;
	background-color: white;
}

.duyuru
{
	border-right: 1px solid #6666cc;
	border-top: 1px solid #6666cc;
	border-left: 1px solid #6666cc;
	border-bottom: 1px solid #6666cc;
	background-color: white;
}

.persist:link
{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.persist:active
{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.persist:visited
{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.persist:hover
{
	color: #2060cc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.titlebar:link
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.titlebar:active
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.titlebar:visited
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.titlebar:hover
{
	color: #0000cc;
	text-decoration: underline;
	font-weight: bold;
}
.titlebar
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

.link1:link
{
	text-decoration: none;
	color: #000099;
}
.link1:visited
{
	text-decoration: none;
	color: #000099;
}
.link1:active
{
	text-decoration: none;
	color: #000099;
}
.link1:hover
{
	text-decoration: underline;
	color: #0000cc;
}

.yataymenu:link
{
	color: #eeeef5;
	text-decoration: none;
}
.yataymenu:active
{
	color: #eeeef5;
	text-decoration: none;
}
.yataymenu:visited
{
	color: #eeeef5;
	text-decoration: none;
}
.yataymenu:hover
{
	color: #eeeef5;
	text-decoration: underline;
}

.hstNormal:link
{
	text-decoration: none;
	color: #0000bb;
}
.hstNormal:visited
{
	text-decoration: none;
	color: #0000bb;
}
.hstNormal:active
{
	text-decoration: none;
	color: #0000bb;
}
.hstNormal:hover
{
	text-decoration: underline;
	color: #0000bb;
}

.hstKritik:link
{
	text-decoration: none;
	color: #0000bb;
}
.hstKritik:visited
{
	text-decoration: none;
	color: #0000bb;
}
.hstKritik:active
{
	text-decoration: none;
	color: #0000bb;
}
.hstKritik:hover
{
	text-decoration: underline;
	color: #0000bb;
}

.hstDolu:link
{
	text-decoration: none;
	color: #0000bb;
}
.hstDolu:visited
{
	text-decoration: none;
	color: #0000bb;
}
.hstDolu:active
{
	text-decoration: none;
	color: #0000bb;
}
.hstDolu:hover
{
	text-decoration: underline;
	color: #0000bb;
}

.bttn3
{
	font-family: tahoma,sans-serif;
	font-weight: bold;
	font-size: 13px;
	background: #eeeeff;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	color: #000000;
	height: 21px;
	text-decoration: none;
	cursor: hand;
}
