a.HeaderLinks
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:hover.HeaderLinks
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.bitechlink  {
	color : #666666;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	
}
a:hover.bitechlink {
	color : #666666;
	font-family: Verdana;
	text-decoration : underline;
	font-size: 10px;
	
}
.news_ozet
{
	FONT-WEIGHT: normal;
	color: #000000 ;
	font-size: 12px;
	font-family: Verdana;	
	TEXT-DECORATION: none;
}
a:visited.bitechlink {
	color : #666666;
	font-family: Verdana;
	text-decoration : none;
	font-size: 10px;
	
}
a:visited:hover.bitechlink {
	color : #666666;
	font-family: Verdana;
	text-decoration : underline;
	font-size: 10px;
	
}
a:visited.HeaderLinks
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited:hover.HeaderLinks
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
.HeaderText
{
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.SubHeaderText
{
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.MainLeftMenuLinks
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 13px;
	
	
}
a:hover.MainLeftMenuLinks
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 13px;

	
}
a:visited.MainLeftMenuLinks
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 13px;
	

}
a:visited:hover.MainLeftMenuLinks
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 13px;
	
	
}
.MainLeftMenuInfoText
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.SoftButton 
{
	font-family: Verdana; 
	font-size: 8pt; 
	border-style: outset; 
	border-width: 1; 
	background-color: #E3E3E3;
	color: Navy;
	cursor:hand;
}
.SoftTextBox 
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	border-right: #BFBFBF  1px solid;
	border-top: #BFBFBF  1px solid;
	border-left: #BFBFBF  1px solid;
	border-bottom: #BFBFBF  1px solid;
	background-color: #efefef;
	
}
	.NormalText
{
	font-size: 10px;
	color: #c42329;
	font-family:  Verdana;
	
}
.UyariText
{
	font-size: 10px;
	color: #000000;
	font-family:  Verdana;
	font-weight: bold;
}
.SiyahText
{
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.KirmiziText
{
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
	
.BuyukText
{
	font-size: 9pt;
	color: #666666;
	font-family:  Arial;
}
/*----------------------------------------------------------------------
	DataGrid Style
----------------------------------------------------------------------*/

.DataGrid
{
	border-style:solid;				/* solid */
	border-width:1px;
	border-color:lavender;
	
	background-color: White;		/* BackColor */
 	
	/* font stil */
	color: white;					/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;				/* Font-Bold */		
	text-align: center;				/* HorizontalAlign */
	text-decoration:none;			/* underline overline line-through; */
	text-transform: none;
	/*text-indent:3px;*/
}

.HeaderStyle
{
	background-color: lightsteelblue;

	/* font stil */
	color: "#F7F7F7";				/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: center;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}

.ItemStyle
{
	background-color: white;		/* BackColor */
	
	/* font stil */
	color: "#4A3C8C";				/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: left;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}

.AlternatingItemStyle
{
	background-color: "#F7F7F7";	/* BackColor */
	
	/* font stil */
	color: black;					/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: left;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}

.SelectedItemStyle
{
	background-color: "#738A9C";	/* BackColor */
	
	/* font stil */
	color: "#F7F7F7";				/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: left;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}
	
.FooterStyle
{
	background-color: "#B5C7DE";	/* BackColor */
	
	/* font stil */
	color: "#ffffff";				/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: center;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}

.PagerStyle
{
	background-color: steelblue;	/* BackColor */

	/* font stil */
	color: #ffffff;					/* ForeColor */
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;			/* Font-Bold */		
	text-align: left;				/* HorizontalAlign : center, justify, left, right */
	text-decoration:none;			/* underline, overline, line-through */
	text-transform: none;			/* none, capitalize, lowercase, uppercase */
}
.style1 { font-size: 10px; font-family: Verdana; font-weight: bold; }

.style3 {font-family: Verdana; font-size: 10px;}
/*----------------------------------------------------------------------
	DataGrid Style Sonu
----------------------------------------------------------------------*/
.BaslikText
{
	color: #008000;
	font-family: Bahamas Light;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.HaberBaslikText
{
	color: #000080;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: none;
}
.IcerikText
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 14px;
	
}
.SiteIcerikText
{
	color: #333333;
	font-family: ariArial Narrow;
	text-decoration: none;
	font-size: 13px;
	
}