﻿
a
{
	text-decoration: none;
}

img
{
	border-style: none;
	border-width: 0;
}

.rrRelativeWrapper
{
	border-width: 0 !important;
}

.rrClipRegion 
{
	border-width: 0 !important;
}

.scrollup
{
	width: 51px;
	height: 51px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	/*text-indent: -9999px;*/
	background: url('/images/Template/scrollup.png') no-repeat;
	/*background-color: #000;*/
	z-index: 20000;
}

.nav-up
{
	top: -500px !important;
}

.nav-down
{
	top: 0 !important;
}

.floatingheader
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999; /* daha fazla da olabilir */
	-moz-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	/* Aşağıdaki öğeler de sitenin kendi stillerinde yer almalı */
	/*max-width: 1680px;
	height: 121px;
	background-color: #1c1c1c;*/
}

/*Bunlara ikon da ekleyelim. _mediumicon, _largeicon gibi alternatifleri de olabilir.*/

.warningpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #ffe58a;
	color: #000000;
}

.quotepanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: Silver;
	color: #000000;
}

.infopanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #FFC0CB;
	color: #000000;
}

.questionpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid White;
	background-color: Black;
	color: White;
}

.answerpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: White;
	color: Black;
}

.linkpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #6495ED;
	color: #000000;
}

.downloadpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #98FB98;
	color: #000000;
}

.passwordpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #FFF0F5;
	color: #000000;
}

.errorpanel
{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid Black;
	background-color: #FF0000;
	color: #ffffff;
}
