﻿/* Automatic styles */
body
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*overflow-y:scroll;*/
}
#wrapper
{
	margin: 0 auto;
	padding: 0;
}
#header-wrapper
{
	height: 100px;
	background: #1582AB;
	border-bottom: 10px solid #2AA1CC;
}
#header
{
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}
#logo
{
	float: left;
	padding-top: 10px;
}
#menu
{
	float: left;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}
#menu div
{
	margin: 0;
	padding: 60px 0px 0px 0px;
	line-height: normal;
	float: left;
}
#menu a
{
	display: block;
	margin-right: 1px;
	padding: 10px 10px 15px 10px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#exit a
{
	display: block;
	margin-right: 1px;
	
	padding: 10px 2px 15px 2px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#page
{
	margin: 0 auto;
	padding: 0px;
}
#page-bgtop
{
	padding: 20px 30px 20px 30px;
}
/* DROP MENU STILLERI */
.dropdown dd
{
	position: absolute;
	overflow: hidden;
	display: none; /*background: #ffffff;*/
	z-index: 200;
	opacity: 0;
	width: 230px;
}

.dropdown ul
{
	background-color: #ffffff;
	border-top: 9px #2AA1CC solid;
	border-right: 2px #2AA1CC solid;
	border-bottom: 2px #2AA1CC solid;
	border-left: 2px #2AA1CC solid;
	width: auto;
}

.dropdown li
{
	display: block;
	font-weight: bold;
	width: auto;
}

.dropdown li a
{
	text-align: left !important;
	padding: 4px !important;
	color: #1582AB !important;
}
.dropdown li a:hover
{
	color: #fff !important;
	background-color: #1582AB !important;
}

/*************** Button Styles ****************/

.btn
{
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn *
{
	font-style: normal;
	background-image: url(../Images/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i
{
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn span
{
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i
{
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span
{
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}

* html .btn span, * html .btn i
{
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}

.btn.blue
{
	background: #2ae;
}
.btn.green
{
	background: #9d4;
}
.btn:hover
{
	background-color: #a00;
}
.btn:active
{
	background-color: #444;
}
.btn[class]
{
	background-image: url(../Images/shade.png);
	background-position: bottom;
}

* html .btn
{
	border: 3px double #aaa;
}
* html .btn.blue
{
	border-color: #2ae;
}
* html .btn.green
{
	border-color: #9d4;
}
* html .btn:hover
{
	border-color: #a00;
}


/*******************************/
table
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
	border: solid 1px #7aa5d6;
	border-collapse: inherit;
}
th
{
	cursor: default;
	height: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
	color: #3366cc;
	border-right-color: #7aa5d6;
	border-bottom-color: #7aa5d6;
	background: #e5ecf9;
}
td
{
	cursor: default;
	height: 20px;
	color: #000;
	padding: 2px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
	border-bottom-color: #e5ecf9;
	border-right-color: #e5ecf9;
}

/***********Repeater Styles *******************
table.commonTable
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
}
.commonTable th, .commonTable td
{
	cursor: default;
	height: 20px;
}

.commonTable th
{
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}
.commonTable td
{
	color: #000;
	padding: 2px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}



table.tblBlue
{
	border: solid 1px #7aa5d6;
	border-collapse: inherit;
}

.tblBlue th
{
	color: #3366cc;
	border-right-color: #7aa5d6;
	border-bottom-color: #7aa5d6;
	background: #e5ecf9;
}

.tblBlue td
{
	border-bottom-color: #e5ecf9;
	border-right-color: #e5ecf9;
}

table.tblGreen
{
	border: solid 1px #84a360;
	border-collapse: inherit;
}

.tblGreen th
{
	color: #376f18;
	border-right-color: #84a360;
	border-bottom-color: #84a360;
	background: #b0d781 url(../Images/repeater/headergreenbg.gif) repeat-x;
}

.tblGreen td
{
	color: #000;
	border-bottom-color: #e7f2da;
	border-right-color: #e7f2da;
}
****************/
a.mainbutton
{
	/*border: 1px solid #40b5ff;*/
	padding: 3px 6px 3px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	background: transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); /*text-shadow: #fff 0px 1px 1px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#6699cc), to(#003366));
	background: -moz-linear-gradient(top,  #6699cc,  #003366);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#6699cc', endColorstr='#003366');
	display: inline-block;
}

a.mainbutton:hover
{
	/*border: 1px solid #990000;*/
	padding: 3px 6px 3px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	background: transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); /*text-shadow: #fff 0px 1px 1px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#993333));
	background: -moz-linear-gradient(top,  #660000,  #993333);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#660000', endColorstr='#993333');
	display: inline-block;
}

a.mainbutton:active
{
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	position: relative;
	top: 1px;
	left: 1px;
}
/* FreeGood detayları arkaplan renkleri */
.td_bg_green
{
	background-color: #00CC33;
}
.td_bg_gray
{
	background-color: #E0E0E0;
}
.td_bg_yellow
{
	background-color: #FFFF33;
}
.td_bg_orange
{
	background-color: #FF4400;
}
/**************************************/
/* dialog frame */

.modal-dialog
{
	position: absolute;
	z-index: 70000 !important;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


/* dialog contents container */

.modal-dialog .container
{
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	border: solid 1px #3333cc;
	background-color: #F2F9FF;
}
/* dialog header */

.modal-dialog .header
{
	background: url(../Images/PopupHeaderBg.gif) repeat-x;
	height: 25px;
	padding-top: 5px;
	width: 690px;
}


/* dialog body */

.modal-dialog .body
{
	background-color: #F2F9FF;
	height: 750px;
	width: 690px;
	overflow: auto;
}

/* dialog close */

.modal-dialog .close
{
	right: 4px;
	background: url(../Images/icons.gif) no-repeat -732px 0px;
	width: 16px;
	cursor: hand;
	position: absolute;
	top: 5px;
	height: 16px;
}

/* dialog close hover */

.modal-dialog .close:hover
{
	background: url(../Images/icons.gif) no-repeat -749px 0px;
}

/*ModalPopup Sonu*/