﻿/*Onaylananlar*/

/*Ana Liste */
.MainBlue
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:12px;
/*color:#8080FF;  */
color:#677EB2;
cursor:pointer;
line-height:20px;
}
.MainBlue:hover
{
	color:#F80173;
}


/*Ana Listeden Tıklanan*/
.SubMainOrange
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:12px;
color:#F80173;
cursor:pointer;
line-height:20px;
}

/* 2.Seviye */
.SubListItemGrayBold
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:11px;
color:#8A8A8A;
cursor:pointer;
}
.SubListItemGrayBold:hover
{
	color:#262626;
}

/* 2.Seviye Tıklanan */
.SubItemBlueThin
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:11px;
cursor:inherit;
/*color:#8080FF;  */
color:#262626;
cursor:pointer;
}

/* 3.Seviye */
.SubListItemGrayThin
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:11px;
color:Gray;
cursor:pointer;
}
.SubListItemGrayThin:hover
{
	color:#262626;
}

.LastItemSelectedBlack
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:11px;

color:#262626;	
cursor:pointer;
}

.GoBack
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:10px;
color:#677eb2;
cursor:pointer;
}




/*
.SubItemBlack
{
text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:13px;
font-weight:500;

}


.SubListItemBlack
{
	text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:11px;
font-weight:bold;
color:black;
}


.Item
{
	text-decoration: none;
font-style:normal;
font-family:Arial;
font-size:14px;
color:#8080FF;  
}
*/


