/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	background-color: white; 
	font-family: Verdana, Arial;
                font-size: x-small;
                margin: 0;
}

H1              {
                font-family: Verdana, Arial;
                font-size: medium;
                }
H2              {
                font-family: Verdana, Arial;
                font-size: small;
                }

TABLE           {
                font-family: Verdana, Arial;
                font-size: x-small;
                }
INPUT           {
                font-family: Verdana, Arial;
                font-size: x-small;
                }
SELECT          {
                font-family: Verdana, Arial;
                font-size: x-small;
                }
a:link
{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
a:active        {
                color: #73868f;
                font-weight: bold;
                text-decoration: none;
                }
a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
a:hover         {
                color: #FF6600;
                font-weight: bold;
                text-decoration: underline;
                }
                
.navtable       {
                background-color: #000066;
                color: #FFFFFF;
                font-weight: bold;
                }
.ftext
{
	font-weight: bold;
	color: black;
	font-family: 'Trebuchet MS' , Arial;
}                
.btext
{
	color: #ffffff;
	font-family: 'Trebuchet MS' , Arial;
}
.blink:link   {
                color: #FFFFFF;
                text-decoration: underline;
                }
.blink:active {
                color: #FFFFFF;
                text-decoration: none;
                }
.blink:visited {
                color: #FFFFFF;
                text-decoration: underline;
                }
.blink:hover  {
                color: white;
                text-decoration: underline;
                }
.rheader        {
                background-color: #73868f;
                color: white;
		font-weight: bold;
                }
.rheadercol2     {
                border-color: black;
                border-style: solid;
                border-width: 1;
                }
.rheadercoll2    {
                border-color: black;
                border-right: 0;
                border-style: solid;
                border-width: 1;
                }
.rheadercolr2    {
                border-color: black;
                border-left: 0;
                border-style: solid;
                border-width: 1;
                }
.rbody          {
                background-color: #FFFFFF;
                }
.rbodycol2       {
                border-color: black;
                border-style: solid;
                border-top: 0;
                border-width: 1;
                }
.smalltext       {
                COLOR: gray;
                FONT-FAMILY: Verdana, Arial;
                FONT-SIZE: 9pt;
                LINE-HEIGHT: 140%
                }
.TITLE
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.YAZAR
{
	
	color: #ffcc66;
	text-decoration: none;
}
.MainTable
{
	border-right: #3f3f3f 5px solid;
	border-top: #3f3f3f 5px solid;
	background: white;
	border-left: #3f3f3f 5px solid;
	border-bottom: #3f3f3f 5px solid;
}
.AltTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	background: white;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.Dugme
{
	border-right: silver thin inset;
	border-top: silver thin inset;
	font-weight: bold;
	border-left: silver thin inset;
	color: black;
	border-bottom: silver thin inset;
	font-family: Verdana;
	background-color: beige;
}
.beyaz
{
	
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 8pt;
	
}

.kutureverse
{
	
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial;
	text-align: center;
	
}

.kutuheader1
{
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial;
	background-color: orange;
	text-align: center;
}

.kutuheader2
{
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial;
	background-color: darkblue;
	text-align: center;
}
.kutuheader0
{
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial;
	background-color: olivedrab;
	text-align: center;
}
.combo
{
	font-size: xx-small;
	font-family: Verdana, Arial;
	background-color: whitesmoke;
}
