/****************************************************************/
/*																*/
/*	date: 12.09.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;
}

.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;
	font-weight: bold;
	color: #1F3C5A;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
	background-color:white;
	cursor: pointer;
	padding: 0;
	border: 0;
	margin: 0;
}

.buttonsBackground {
	background:url(../_images/btn.gif) repeat-x bottom;
	border: 1px solid #d3d3d3;
}

.buttonsPlane {
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #1F3C5A;
	text-decoration: none;
}

.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;
}

button.realButtonElementBackground {
	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;
	text-align: left;
}

button.realButtonElementLink:link, button.realButtonElementLink:visited, button.realButtonElementLink:active, button.realButtonElementLink:hover, button.realButtonElementLink {
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF url(../_images/bg_buttons.gif) right;
	color: #cc0000;
	text-decoration: none;
	text-align: left;
}

button.realButtonElementLink:active, button.realButtonElementLink:hover {
	color: #1F3C5A;
}
