/* 
================================
Skin styles for DotNetNuke
================================
*/  

.tabl { border:0px solid #ccc; width:720px;}
	.tabl td {padding:2px 5px; border:1px solid #ccc; font-size:13px; font-family: Arial;}
	.SkinWidth { width:720px;}
 .tabl td table,  .tabl td table td {
 	border:0px;
 }
.yazi
{
	 font-weight: normal;
    color: #626262;
	 font-family: Tahoma; 
	 font-size: 12px; 
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}

A.yazi:link	/* HTTP linkli yazilarin ayari */
{
    color:#626262;
    text-decoration: none;
}
A.yazi:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #626262;
    text-decoration: none;
}
A.yazi:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #626262;
    text-decoration: none;
}
A.yazi:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #dd0100;
    text-decoration: none;
 }

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
 }
.skinmaster {
	width: 1018px;
	background-image: url(paneback.jpg);
	background-repeat: repeat-y;
	}
.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
   background-color: transparent;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
	

}
.leftpane {
   width:235px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpanetop {
	width:100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpanebottom {
	width:100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpaneleft {
	width:200px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpaneright {
	width:100px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
   width:240px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.altpane {
	width: 720px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.skingradient {	/* Menu tablosu */
	height:32px;
	background-image: url(menuback.jpg);
}
.MainMenu_RootMenuItem TD  /* Ana menu normal */
{
   BORDER-RIGHT: 0px solid transparent;
   BORDER-TOP: 0px solid transparent;
   BORDER-LEFT: 0px solid transparent;
   BORDER-BOTTOM: 0px solid #cccccc;
   CURSOR: hand;
   background-image:url(menuback.jpg); 
	background-repeat: no-repeat;
   width: 205px; 
  /* text-align: center; */
   color: #000000;
   height: 32px;
	padding-left: 30px;
	font-weight: bold;
	 font-size: 18px;
}
.MainMenu_RootMenuSelectedItem TD /* Ana menu mouse over*/
{
   BORDER-RIGHT: 0px solid transparent;
   BORDER-TOP: 0px solid transparent;
   BORDER-LEFT: 0px solid transparent;
   BORDER-BOTTOM: 0px solid #cccccc;
   CURSOR: hand;
   width: 205px; 
	
  /* text-align: center; */
   color: #00679a;
   height: 32px;
   /* background-image: url(anamenumo.jpg);*/
	padding-left: 30px;
	background-repeat: no-repeat;
	font-weight: bold;
	 font-size: 18px;
}
.MainMenu_RootMenuItemActive TD  /* Ana menu aktif sayfa */
{
   BORDER-RIGHT: 0px solid transparent;
   BORDER-TOP: 0px solid transparent;
   BORDER-LEFT: 0px solid transparent;
   BORDER-BOTTOM: 0px solid #cccccc;
   CURSOR: hand;
    background-image: url(anamenumo.jpg);
	 background-repeat: no-repeat;
  width: 205px; 
  /*   text-align: center; */
   color: #00679a;
   height: 32px;
	padding-left: 30px;
	font-weight: bold;
   font-size: 18px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
	height: 32px;
}

.MainMenu_SubMenu {	/* Altmenu genel ozellikleri  */
	background-color: #e9e8e8; 
	z-index: 1000; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}


.MainMenu_MenuItem {	/* Altmenu genel ozellikleri   */
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 									/* yazi rengi */
	font-family: Calibri, Arial, Helvetica; 
	font-size: 16px; 									/* yazi boyutu */
	font-weight: bold; 
	font-style: normal; 
	background-color:  transparent;
	/*background-image: url(menuzemin.jpg);*/ /* altmenu zemin resimi */
	/*width: 100px;*/ 								/* alt menu genislik */
	height: 28px; 										/* alt menu yukseklik */
}
.MainMenu_MenuItemSel {	/* Altmenu mouse over genel ozellikleri  */ 
	background-color: transparent; 
		border-bottom: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	color: #0099ff; 										/* yazi rengi */
	font-family: Calibri, Arial, Helvetica; 
	font-size: 16px; 									/* yazi boyutu */
	font-weight: bold; 
	font-style: normal;
	height: 28px;										/* altmenu mouse over yukseklik */
	background-image: url(altmenumo.jpg);  /* altmenude mouse over gorunen resim */
}
.MainMenu_MenuIcon {	/* Altmenu sol icon */
	background-color: transparent;  					/* sol icon zemini */
	border-left: 0px none Black; 
	border-right: 0px none Black; 
		border-bottom: #cccccc 1px solid; 
	border-top: 0px none Black;
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	cursor: hand; 
	text-align: center;
	width:10px;
	height: 28px;										/* alt menu mouse over yukseklik */
}

.MainMenu_MenuBreak {	/* Altmenuler  ve Tablar arasindaki bolum */
	border: none;
 	background-color: transparent; 
	height: 0px;
}

.MainMenu_MenuArrow {	/* altmenu den acilan altmenuyu gosteren ok bolgesi */ 
	border-right: #cccccc 0px solid; 
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: Calibri, Arial, Helvetica; 
	font-size: 16px;  
	cursor: pointer; 
	cursor: hand;

}
.MainMenu_RootMenuArrow {	/* anamenu den acilan altmenuyu gosteren ok bolgesi */ 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Separator {
	background-color: transparent;
	height: 2px;
	border: none;
	background-image: url(separator.gif);
	width: 205px;
}

.StandardButton {
  background: #7994cb none; 
  color: White;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  font-weight:bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #7994cb;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
	font-family: Tahoma; 
	font-size: 12px; 
   font-weight:bold;
   color: #333333;
}

.SkinObject	/* yazilarin ayari */
{
    font-weight: normal;
    color: #858585;
	 font-family: Tahoma; 
	 font-size: 12px; 
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.SkinObject:link	/* HTTP linkli yazilarin ayari */
{
    color: #858585;
    text-decoration: none;
}
A.SkinObject:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #858585;
    text-decoration: none;
}
A.SkinObject:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #858585;
    text-decoration: none;
}
A.SkinObject:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
 }
 
 
  .search	/* yazilarin ayari */
{
    font-weight: normal;
    color: #000000;
	 font-family: Tahoma; 
	 font-size: 12px; 
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.search:link	/* HTTP linkli yazilarin ayari */
{
    color: #000000;
    text-decoration: none;
}
A.search:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #000000;
    text-decoration: none;
}
A.search:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #000000;
    text-decoration: none;
}
A.search:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #666666;
    text-decoration: none;
 }
 
 
  .terms	/* yazilarin ayari */
{
    font-weight: normal;
    color: #666666;
	 font-family: Tahoma; 
	 font-size: 12px; 
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.terms:link	/* HTTP linkli yazilarin ayari */
{
    color:#666666;
    text-decoration: none;
}
A.terms:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #666666;
    text-decoration: none;
}
A.terms:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #666666;
    text-decoration: none;
}
A.terms:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
 }


