/****************************************************************/
/*																*/
/*	date: 26.07.2007											*/
/*	author: Ahmet Ayabil										*/
/*	last editor: -												*/
/*																*/
/****************************************************************/

/* Buttons */
.buttonArrowRight {
	background: url(../_images/bu_next.gif) no-repeat 0px center;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
}

.buttonArrowLeft {
	background: url(../_images/bu_previous.gif) no-repeat right center;
	padding: 0px 20px 0px 0px;
	white-space: nowrap;
}

.buttonArrowRightDisabled {
	background: url(../_images/bu_next_disabled.gif) no-repeat 0px center;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
}

.buttonArrowLeftDisabled {
	background: url(../_images/bu_previous_disabled.gif) no-repeat right center;
	padding: 0px 20px 0px 0px;
	white-space: nowrap;
}


.button,.Button:visited,.Button:active,.Button:hover {
	color: #E0E6EC;
	background-color: #1F3C5A;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

.boxButtons:link,.boxButtons:visited,.boxButtons:active,.boxButtons:hover {
	font-size: 12px;
	color: #1F3C5A;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
}

.loginBoxButtons {
	font-size: 12px;
	color: #1F3C5A;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
	background-color:white;
	padding: 0;
	border: 0;
	margin: 0;
}

.buttonsnew {
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF url(../_images/bg_buttons.gif);
	border-left: 1px solid #738fab;
	border-bottom: 1px solid #738fab;
	border-right: 1px solid #E0E6EC;
	border-top: 1px solid #E0E6EC;
	color: #1F3C5A;
	text-decoration: none;
	padding: 3;
	padding-left:7px;
	margin: 0;
	width:150px;
	text-align: left;
}

.buttonLink:link,.buttonLink:visited,.buttonLink:active,.buttonLink:hover,.buttonLink {
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF url(../_images/bg_buttons.gif) right;
	color: #cc0000;
	text-decoration: none;
	text-align: left;
}

.buttonLink:active,.buttonLink:hover {
	color: #1F3C5A;
}
