﻿/*#region ================================BUTTONS================================ */
.Buton_XS {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 2px 8px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.Buton_S {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 12px;
	padding: 5px 10px 4px 10px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.Buton_N {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	/*text-shadow: 0 1px #575757;*/
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	padding: 7px 13px 5px 13px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.Buton_L {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.Buton_B {
	font-size: 13px;
	color: #5e5e5e;
	border: 1px solid #cdcdcd;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	padding: 6px 11px;
	cursor: pointer;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

	.Buton_B:hover {
		background-color: #000;
		color:#fff;
	}

.ButonBg {
	border: 0px solid #fff;
	box-shadow: 0 1px 1px -1px #8d949d;
	-webkit-box-shadow: 0 1px 1px -1px #8d949d;
	-moz-box-shadow: 0 1px 1px -1px #8d949d;
	background: url(../../Images/Bg/Buton_Bg.png) repeat-x;
}

	.Buton_XS:hover, .Buton_S:hover, .Buton_N:hover, .Buton_L:hover, .ButonBg:hover {
		background-position: 0 -45px;
		text-decoration: none;
		color: #ffffff;
	}
/*#endregion */


/*#region ================================OTHER BUTONS================================ */
.BeyazBtn {
	font-family: Segoe UI, Catamaran, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #ec5923;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 15px 3px 15px;
	background-color: #fff;
}

	.BeyazBtn:hover {
		font-family: Segoe UI, Catamaran, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 3px 15px 3px 15px;
		background-color: #ec5923;
	}
.YanMenu {
	font-family: Catamaran, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ececec;
	text-decoration: none;
}

.YanMenu_Selected {
	font-family: Catamaran, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #444;
}

.YanMenu:hover {
	font-family: Catamaran, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fb9559;
	text-decoration: none;
}


.MainYanBtn {
	font-family: Segoe UI, Catamaran, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px; /*38px*/
	display: block;
	width: 260px;
	padding: 8px 10px 0px 30px;
	background-image: url('../../Images/Bg/Bg_MainButton.gif');
	background-repeat: no-repeat;
}

	.MainYanBtn:hover {
		font-family: Segoe UI, Catamaran, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: wheat;
		text-decoration: none;
		height: 30px; /*38px*/
		display: block;
		width: 260px;
		padding: 8px 10px 0px 30px;
		background-image: url('../../Images/Bg/Bg_MainButton_.gif');
		background-repeat: no-repeat;
	}
/*#endregion */


/*#region ================================MESSAGE LINK================================ */
.MessageLink {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 2px 6px 1px 6px;
	cursor: pointer;
}

a.MessageLink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #181a1c;
}
/*#endregion */
