/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */
html{

 font:12px Arial, Helvetica, sans-serif;

 color:#333;

 padding:0;
 margin-top: 0px;
 margin-left: 25px;
}

.listmenu ul {

 margin: 0 0 5px 0;

 padding: 0 0 2px 0;

 list-style-type: none;

 width:162px;}

.listmenu li a {

 color: #333;

 display: block;

 border-left:0px solid #666;

 border-right:0px solid #666;

 height: 16px;

 padding: 4px 0 4px 14px;

 text-decoration: none;

 font-weight:bold;

 }

.listmenu li a:hover {

 background-color: #666;
 margin-left: 2px;

 color:#fff;}

.telefon_resimi {
	margin-left: 7px;
	margin-bottom: 80px;
}

.destek_resimi {
	margin-left: 5px;
}
.domainsorgu {
	border:1px solid #d3d3d3;
	background:#fff url('templates/default/text_alt.png') repeat-x;
	font-size:12px;
	color:#000;
	text-indent:2px;
	padding:4px 0;
	width: 100px;}
.destek1 {
	text-align: right;
}
.destek {
	margin-top: 6px;
}

body {
	background-image: url('bg.png');
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;

}

a {
	color: #273e5f;
	text-decoration: none;


}

a:hover {
	text-decoration: none;

}

.wrapper {
	width: 882px;
	border: 6px;
	padding: 2px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 85%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: 130px;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #ffffff;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 90%;
	border: 1px solid #167199;
	padding: 0px;
}

.fieldarea {
	background-color: #d4f2ff;
	text-align: right;
}

.clientareatable {
	width: 98%;
	background-color: #cccccc;
      margin-left: 10px;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    min-height: 60px;
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 60px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 10px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 60px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

.ortatablo {
	background-color: #F0F0F0;
}

/* --------------------------------------------------------------
Menu
-------------------------------------------------------------- */


.yel{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.yel ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #253d5c;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.yel ul li{
display: inline;
}

.yel ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.yel ul li a:visited{
color: #FFFFFF;
}

.yel ul li a:hover, .yel ul li .selected{
	color: #253d5c !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ebebeb;
}


#govde_golge {

	background: transparent url(gg.png) top center repeat-y; 

	margin: auto auto;
}
.ust1 {
	border-color: #009ec5;
	background-color: #009ec5;

}
.headermenu {
	margin-top: 6px;
}

.menu{
	width: 880px;
	float: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 880px;
	background: #006dc4;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: 
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: ;
}

.menu ul li a:visited{
color: #FFFFFF;
}

.menu ul li a:hover, .menu ul li .selected{
	color: #000000 !important;
	padding-top: 5px;
	padding-bottom: 0px;
	background: #dddddd;
}
.paket1 {
	border-width: 0;
}
.paket2 {
	border: 1px solid #FCCA2D;
}
.paket3 {
	border: 1px solid #232527;
}
.paket4 {
	border-width: 0px;
}

.hm {
	background-image: url('templates/default/hizmetmenu.png');
}

#coolmenu{
border: 0px solid black;
width: 170px;
background-color: #efefef;
}

#coolmenu a{
font: 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 0px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #c8c8c8;
color: white;
}

