.CRMForm
{
	background-color : #F4F4F4;
	border-color	 : #CCCCCC;
	border-collapse	 : COLLAPSE;
}

.CRMFormTitle
{
	/*background-color : #646176;*/
	color			 : #FFFFFF;	
	font-weight		 : bold;
}

.CRMButton
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CCCCCC);
	cursor:	hand;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #999999;
}

.CRMButtonGradient
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#5e5e61, EndColorStr=#343235);
	cursor:	hand;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #999999;
	color : #ffffff;	
}

.menulinkFatma 				{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #9b190d; font-weight:bold;}
.menulinkFatma:link 			{	text-decoration: none; font-size: 11px;	 color: #9b190d; font-weight:bold;}
.menulinkFatma:visited 		{	text-decoration: none; font-size: 11px;		color: #9b190d; font-weight:bold;}
.menulinkFatma:hover 		{	text-decoration: none; font-size: 11px;		color: #9b190d; cursor:hand; font-weight:bold;}
.menulinkFatma:active		 {	text-decoration: none; font-size: 11px;		color: #9b190d; font-weight:bold;}


.CRMFooter
{
	color: Black;
	font-weight: bold; 
	height: 20px;
	padding-top: 1;
	padding-left: 15;
	border-top: solid 1px Black;
}

.UserInfo
{
	color		: #646176;
	font-family : Tahoma;
	font-weight : bolder;
	font-size	: 14px;	
}

.PathInfo
{
	color		: Black;
	font-family : Tahoma;
	font-weight : bolder;
	font-size	: 14px;	
}

.CursorHand
{
	cursor : hand;
}

.CursorHelp
{
	cursor : help;
}

BODY
{
	/*scrollbar-face-color: #D1D1D1;*/
	font-family: Tahoma;
	font-size: 8pt;
}

A:hover.LinkButton
{
	color: steelblue;
	text-decoration: underline;
}

.BodyMargin
{
	margin-left   : 0;
	margin-right  : 0;
	margin-top    : 0;
	margin-bottom : 0;
}

HR
{
	border-bottom: 1pt solid #CCCCCC; 
    border-top: 1 solid #F4F4F4; 
    border-left: 0 solid; 
    border-right: 0 solid; 	
}

TABLE
{
	font-family: Tahoma;	
}

TR
{
	font-family: Tahoma;
	font-size: 8pt;
}

TH
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bolder;
}

TD
{
	font-family: Tahoma;
	font-size: 8pt;
	/*color : #414141;*/
}

INPUT
{
	font-size: 10px; 
	font-family: Tahoma;
	text-decoration: none;
	background-color: #fafafa;
	color : #414141;
	border-color:#999999;
	border-width:1px;
	/*scrollbar-face-color: #D1D1D1;*/
}

TEXTAREA
{
	font-size: 10px; 
	font-family: Tahoma;
	text-decoration: none;
	background-color: #fafafa;
	color : #414141;
	border-color :#999999; 
	border-width:1px;
	/*scrollbar-face-color: #D1D1D1;*/
}

SELECT
{
	border-style: none; 
	font-family: Tahoma; 
	font-size: 8pt;
	color:#414141; 
	text-decoration: none; 
	background-color: #fafafa
}

FIELDSET
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight:bold;
	color:#0046D5;
	
	border-bottom: 1pt solid #CCCCCC; 
    border-top: 1pt solid #CCCCCC; 
    border-left: 1pt solid #CCCCCC; 
    border-right: 1pt solid #CCCCCC;
    
    padding:10 10 10 10;
    margin : 0 7 0 7;
    vertical-align:middle;
}

.CRMText
{
	font-weight		 : bold;
}


.CRMGridItem
{
	background-color : #FFFFFF;	
}

.GalleryGridItem
{
	background-color : #f8f8ff;	
}

.CRMGridAlternatingItem
{
	background-color : #F4F4F4;	
}

.CRMGridSelectedItem
{
	background-color : #c70000;	
	font-weight :bold;
}

LEGEND
{
	height:20;
}

A:active
{
	color: red;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

A:link
{
	color: #646176;
	font-family: Tahoma;
	font-weight: bold;
	/*text-decoration: none;*/
}

A:visited
{
	color: #646176;
	font-weight: bold;
	text-decoration: none;
}