/* 
  Theme Name: MATDIGITALMEDIA V4 Default
  Description: v4 için varsayılan Template
  Author: Mehmet Ali Talmaç
  Author URI: http://www.matdigitalmedia.com
  Version: 1.0  
*/

/******************************** Çeşitli Genel Classlar */

.ListStyleNone  {list-style: none;}
.DisplayNone    {display: none;}
.Bold           {font-weight: bold;}
.Italic         {font-style: italic;}
.Center         {text-align: center;}  
.Right          {text-align: right;}
.Left           {text-align: left;}

a.Ipucu{
	position: relative;	
}

a.Ipucu span {
	display: none;
}

a.Ipucu:hover span {
	display:block;
	position:absolute;
	top:20px;
	left:0px;
	padding:2px 6px;
	border: 1px solid Black;
	background-color: #ff8000;
	color: Black;
	font-size: 8pt;
   width: 200px;
} 

a.Ipucu:hover {
	text-decoration:none;
	font-size: 100%; 
}

a.Ipucu:hover span em {
	position:absolute; 
	left:20px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(/img/up.gif) 0 0; 
	display:block; 
	font-size:1px;
}
a.Ipucu:hover span b {
 color: #FFFFCC;
  padding: 5px 0;
 font-size: 8pt;
 background: transparent url(/img/cizgi2.png) repeat-x bottom;
  width: 100%;
}



form {
	margin: 0px;
}





table.wrapper {
	width: 880px;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}


.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #3A6897;
    border: 1px solid #3A6897;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	//border: 1px solid #3A6897;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #EFF2F9;
}

tr.clientareatableheading {
	background-color: #EFF2F9;
	color:#3A6897;
	font-weight: bold;
	text-align: center;
}

.TableBaslik {
	background-color: #EFF2F9;
	color:#3A6897;
	font-weight: bold;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 90%;
	text-align: center;
	background-color: #f7f7f7;
	padding: 2px;
	font-size:8pt;
	margin-bottom:15px;
}

.errorbox {
	border: 1px solid Red;
	background-color: #FFDFDF;
	padding: 10px;
	margin: 5px;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
#ProductTopTable { border-bottom:1px solid #dddddd;}
.AltCiz { border-bottom:1px solid #dddddd;}
.infoBox {
	border: 1px solid #3366FF;
	background-color: #E1EBFF;
	padding: 10px;
	margin:5px;
}
.errorBox { 
	border: 1px solid Red;
	background-color: #FFDFDF;
	padding: 10px;
	margin: 5px;
	}
.alertBox {
	border: 1px solid Yellow;
	background-color: #FFFFEC;
	padding: 10px;
	margin: 5px;
}

#HomeDomainTable * {
	font-family: Tahoma, Arial;
	color: #999;
	}
#HomeDomainTable table {	
	background-color: #FFF;
	background-image: url(/img/domain_home_back.png);
	background-repeat: no-repeat;
	height: 48px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
#HomeDomainTable #sld {
	width: 98%;
	border: 1px solid #CCC;
}
#HomeDomainTable #home_DomButton {
	margin-left: 20px;
}

#qlinks2 * {font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;}
#qlinks2 h3,  #qlinks2 ul, #qlinks2 li { margin:0;padding:0px;list-style:none;}
#qlinks2 h3 {font-size:8pt;background-color:#336699;padding:3px;color:white;}
#qlinks2 a {font-size:8pt;}