/* CSS Document */

/*html * { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }*/

/* reset */
*, html {
	outline:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* styles */
body {
	color:#666565;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	height:auto!important;
}
a {
	color:#6a6a6a;
	outline:none;
	text-decoration: none;
}
a:hover {
	color: #1eb7ce;
}

h1{border-bottom:1px solid #EBEBEB;color:#1a4d80;font-size:24px;font-weight:400;margin:0 0 12px;padding:0 0 3px;text-shadow: -1px 1px 1px #CCCCCC;}
h2{border-bottom:1px solid #F5F5F5;color:#333;font-size:18px;font-weight:400;margin:0 0 5px;padding:10px 0 3px;text-shadow: -1px 1px 1px #CCCCCC;}
h3{font-size:16px;color:#142131;margin-top:10px;}

/*
input, textarea, select {
	color:#000000;
	font:normal 14px Tahoma, Arial, Helvetica, sans-serif;
}
*/

input {
	color:#666;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:4px;
	margin:0;
	font-size:12px;
}
input:focus {
	background:#FFFFFF;
	border:1px solid #2C5E6F;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:4px;
}
textarea:focus {
	background:#FFFFFF;
	border:1px solid #2C5E6F;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
select {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:4px;
	font-size:12px;
}
select:focus {
	background:#FFFFFF;
	border:1px solid #2C5E6F;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
label {
	font-size:14px;
}

.c {
	width:922px;
	margin: 0 auto;
	position: relative;
}
.b {
	font-weight:bold !important;
}
.cl {
	clear:both;
	overflow:hidden;
	height:0;
	width:100%;
}
.fl {
	float:left;
	width:auto;
}
.fr {
	float:right;
	width:auto;
}
.dn {
	display:none;
}
.trans {
	background-color: transparent;
	background-image:url(../../jokeras/images/pix.gif);
	border: 0px solid #000;
}
.trans:hover {
	border: 0px;
	background-color: transparent;
}
.trans:focus {
	border: 0px;
	background-color: transparent;
}
.jquery-selbox {
	border:0 solid #d5d5d5;
	width:200px;
	float:left;
	background-image:url(../images/selbox.png);
	background-position:left top;
	height:32px;
	line-height:1.5em;
	margin:0 7px 0 0;
	padding:0;
	position: relative;
	color: #a0a0a0;
	font-size: 12px;
}
.jquery-selbox .jquery-selbox-currentItem {
	white-space:nowrap;
	display:block;
	padding:7px 0 0 10px;
	position: absolute;
}
.jquery-selbox .jquery-selbox-list {
	display:none;
	position:absolute;
	top:31px;
	left:0;
	background:#f6f6f6;
	width:100px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:1000;
	border:1px solid #d5d5d5;
	padding:2px
}
.jquery-selbox .jquery-selbox-moreButton {
	float:right;
	width:31px;
	height:32px;
	cursor:pointer;
	background-image:url(../images/selbox.png);
	background-position:right top
}
.jquery-selbox .jquery-selbox-item {
	display:block;
	cursor:default;
	padding-left:5px
}
/* Checkboxes */
label.checkbox_checked {
	background: #fff url(../images/tick.png) no-repeat;
	display: inline-block;
	margin: 10px 10px;
	padding: 2px;
	padding-left: 25px;
}
label.checkbox_unchecked {
	background: #fff url(../images/cross.png) no-repeat;
	display: inline-block;
	margin: 10px 10px;
	padding: 2px;
	padding-left: 25px;
}
/* Radio Buttons */
label.radio_checked {
	background: #fff url(../images/bullet_green.png) no-repeat;
	display: block;
	margin: 10px 0;
	padding: 1px;
	padding-left: 25px;
}
label.radio_unchecked {
	background: #fff url(../images/bullet_white.png) no-repeat;
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
/* Hover State */
label:hover {
	color: #575B60;
}
label.highlighted {
	border: 1px solid #333;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.ticketlist {
	padding:50px;
}
.ticketlist li {
	font-size:16px;
	ext-align:center;
	margin-bottom:2px;
	border:1px solid #CCCCCC;
	background:#FAFAFA;
	padding:12px;
	margin:6px;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.ticketlist li:hover {
	background:#EBEBEB;
}

/* input,select,textarea{color:#666;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;margin:0;padding:2px;} */
p{margin:0;padding:3px 0 8px;}
table.data{margin:0 0 10px;padding:0;}
table.data td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.data th{background-color:#888;border-bottom:1px solid #333;color:#FFF;font-weight:400;}
table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}
table.frame{margin:0 0 10px;padding:0;border:1px solid #EBEBEB;border-bottom:0;}
table.frame table td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.frame table td.fieldarea{
	background-color:#F5F5F5;
	color:#333;
	text-align:right;
	border-right:1px solid #EBEBEB;
}
.red{color:#BF0000;}
.small{font-size:11px;}
.warning{background-color:#FFFFDF;border:1px solid #FDFF3F;margin:0 0 10px;padding:10px;}
.contentbox{font-size:14px;padding:10px;margin:0 0 10px;text-align:center;
	background:#FFFFED;
	border:1px solid #D9D9D9;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.domainbox{font-size:14px;padding:10px;margin:0 0 10px;text-align:center;
	background:#FFFFED;
	border:1px solid #D9D9D9;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.domainbox-dom {
	font-size:22px;
}
.domainbox-dom input {
	font-size:22px;
}
.domainbox-dom textarea {
	font-size:22px;
	width:90%;
}
.bilgi{
	padding:10px;
	margin:0 0 10px;
	color:#6a6a6a;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#DCE8F5;
}
.bilgi a {
	text-decoration:underline;
}
.errorbox{
	padding:12px 0 12px 82px;
	margin:0 0 10px;
	text-align:left;
	color:#7F0000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#FFBFBF url(/images/hata.png) left no-repeat;
	background-position:14px 50%;
}
.successbox {border: 1px solid #66CC00;font-weight: bold;background-color: #DDFFC6;text-align: center;padding: 10px;color: #009933;}
.clientareatableactive{background-color:#DFFFE0}
.clientareatablepending{background-color:#EFEFEF}
.clientareatablesuspended{background-color:#FFF6CF}
.clientareatableterminated{background-color:#FFCFCF}
.clientticketreplyheader{background-color:#EBEBEB;color:#333;border-top:1px solid #CCC;border-right:1px solid #CCC;border-bottom:1px solid #EBEBEB;border-left:1px solid #CCC;}
.clientticketreply{background-color:#F5F5F5;margin:0 0 10px;padding:10px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;}
.adminticketreplyheader{background-color:#CFE6FF;color:#333;border-top:1px solid #CAE6FF;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF}
.adminticketreply{background-color:#EEF6FF;padding:10px;margin:0 0 10px;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF;}
.networkissueaffected{background-color:#EFEFEF;padding:10px;margin: 0 0 10px;}
.textgreen{color:#158F00;}
.textred{color:#9F0000;}
.absmiddle{vertical-align:middle;}
.breadcrumb{background-color:#F5F5F5;margin:0 0 10px;padding:10px;}
.clear{clear:both;}
.green{color:#006F0F;}
#welcome_box{background-color:#00162C;float:right;line-height:60px;margin:0;padding:0;text-align:right;}
#welcome_box a,#welcome_box a:visited{color:#accbff;text-decoration:none;}
#welcome_box a:hover{text-decoration:underline;}
#top_menu{background:#F5F5F5 url(../images/top_menu_bg.gif) repeat-x;height:30px;line-height:30px;margin:0;margin-bottom:20px;padding:0;text-align:left;
	border:1px solid #D9D9D9;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#top_menu ul{list-style:none;margin:0;padding:0;}
#top_menu ul li{float:left;margin:0;padding:0;}
#top_menu ul li a,#top_menu ul li a:visited{color:#666;display:block;height:30px;line-height:30px;padding:0;text-align:center;text-decoration:none;padding: 0 12px;}
#top_menu ul li a.down,#top_menu ul li a.down:visited,#top_menu ul li a.down:hover{background-color:#FFF;border-right:1px solid #EBEBEB;color:#333;font-weight:700;width:99px;}
#top_menu ul li a:hover{background-color:#EBEBEB;color:#333;}

#side_menu{margin:0;text-align:left; height:420px;}

#side_menu ul
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
}
#side_menu li
{
	display: block;
	border: 0;
	margin: 0px;
	padding:1px 0px 0px 0px;
}

#side_menu li a, #side_menu li a:visited
{
	display: block;
	white-space: nowrap;
	padding: 6px 0 6px 16px;
	margin-left: 2px;
	width:216px;
	text-decoration: none;
	color: #2a425b;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
#side_menu li a:hover
{
	color: #2a425b;
	background: #F2F2F2;
}

#side_menu .header {line-height:0; font-size:14px; color:#666; margin-bottom:6px;}

.ticket_url {
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 12px;
	font-size: 14px;
}

.ticket_url:hover {
	background-color: #EBEBEB;
	color:#333;
}
.accinf {
	background-color: #F7F7F7;
	border: 1px solid #D9D9D9;
	text-align:left;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	margin:2px;
	width:46%;
	height:140px;
	float:left;
}
.sayfalar {
	padding: 10px;
	float: left;
	width: 652px;
}
.dc-li {
	margin-bottom:6px;
}
.dc-li li {
	margin-left:30px;
	padding:1px;
	list-style-type: disc;
}

.ozellikler {
	margin-left:30px;
	list-style-type: disc;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.altmor {
	background:url(/images/hgolge.png) bottom no-repeat;
	border: 0;
	margin: 0;
	margin-bottom: -8px;
	height: 50px;
	color:#b233c2;
	text-indent: 16px;
	font-size:18px;
	text-shadow: -1px 1px 1px #CCCCCC;
}

.fotolar img {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 2px;
	margin:2px;
	width: 100px;

}
.solresim {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 6px;
	margin: 2px;
}

.ickutu
{
	border:1px solid #dddddd;
	position:relative;
}
.ickutu2
{
	border:1px solid #FFFFFF;
	background: #eeeeee url(/images/box.png) repeat-x;
	padding:15px;
	padding-top:2px;
	padding-bottom:2px;
}
.paketbuton {
	outline:1px solid #dddddd;
	border:1px solid #FFFFFF;
	background: #eeeeee url(/images/box-ters.png) repeat-x;
	padding:12px;
	position:absolute;
	right:30px;
	top:16px;
}
.paketbuton:hover {
	background: #eeeeee url(/images/box.png) repeat-x;
	background-position:0 -20px;
}

.packagestable
{
	border:0px solid #CCCCCC;
	background: #eeeeee;
}
.packagestable th
{
	font-size: 12px;
	font-family: Tahoma, Arial;
	font-weight:bold;
	color: #fff;
	background: #888;
	text-align:center;
	padding:11px 7px 10px 7px;
}
.packagestable td
{
	color: #227700;
	text-align:center;
	width:120px;
	border-bottom: 1px solid #CCCCCC;
	font-size:11px;
	
}
.packagestable td.firsttd
{
	color: #333333;
	font-size: 11px;
	text-align:right;
	white-space:nowrap;
	width: auto !important;
	padding-right:20px;
	font-weight:bold;
}
.packagestable td.plantd
{
	font-size:11px;
	color: #000000;
	border-left:1px solid #F5F5F5;
}
.packagestable td.planfirsttd
{
	font-size:11px;
}
.packagestable tr.alt
{
	background: #FFFFFF;
}

.sprite1 {
	background:url(/images/password.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}
.sprite2 {
	background:url(/images/clients.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}
.sprite3 {
	background:url(/images/browser.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}
.sprite4 {
	background:url(/images/diskette.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}
.sprite5 {
	background:url(/images/safety_box.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}
.sprite6 {
	background:url(/images/password.png) no-repeat left;
	padding-left:70px;
	margin-bottom:20px;
}

a.button {
	display: block;
	width: 173px;
	height: 19px;
	padding: 5px;
	color:#D97B00;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	background:url(/images/button.png) no-repeat 0px 0px;
	;text-shadow: -1px 1px 1px #CCCCCC;
}
a.button:hover {
	color:#D97B00;
	background:url(/images/button.png) no-repeat 0px -29px;
	;text-shadow: -1px 1px 1px #CCCCCC;
}

.kampanya1 {
	background:url(/images/serit1.png) no-repeat;
	width:669px;
	height:29px;
	margin-top:20px;
	padding:6px 0 0 0;
	color:#FFF;
	font-size:14px;
	text-align:right;
}
.kampanya2 {
	background:url(/images/serit2.png) no-repeat;
	width:669px;
	height:29px;
	margin-top:20px;
	padding:6px 0 0 0;
	color:#FFF;
	font-size:14px;
	text-align:right;
}
.kampanyapasif {
	background:url(/images/serit0.png) no-repeat;
	width:669px;
	height:29px;
	margin-top:20px;
	padding:6px 0 0 0;
	color:#FFF;
	font-size:14px;
	text-align:right;
}

.altmenu {
	width:920px;
	height:150px;
	margin:auto;
}
.altmenu ul {
	float:left;
	width:190px;
	padding-left:20px;
	padding-right:20px;
}
.altmenu li {
	line-height:20px;
	padding:0 0 0 10px;
	background:url(/images/foli.gif) left no-repeat;
	background-position:0px 9px;
}

.canliyardim {
	position: absolute;
	left: 625px;
	top: 28px;
}

/* FAQ STYLING
------------------------------------------------------*/
.ask{
	height:30px;	
	cursor:pointer;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#dddddd;
	padding:10px 13px 0px 13px;
	clear:both;
}
.question{
	background-color:#ffffff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin:0px 0px 5px 0px;
	padding:15px 18px 1px 18px;
}
.openquestion{
	color:#868686 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#868686 !important; 
	margin-bottom:5px;
}

