/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-image: url(back.jpg);
   background-color: #4d6581;
	background-repeat: repeat-x;
}

.skinmaster {
	height: 100%;
	background-image: url(paneback.jpg);
	background-color: transparent;
}


.toppane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rightpane {
   width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.bottompane {
   background-color: transparent;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

.StandardButton {
  background: #FFFFFF; 
  color: Black;
  font-family: Calibri, Arial, Helvetica; 
  font-size: 13px;
  font-weight: normal;
}

.Head {
   font-family: Calibri, Arial, Helvetica;
   font-size:  13px;
   font-weight: normal;
   color: #333333;
}
 .skingradient {	/* Menu tablosu */
	background-image: url(menuback.jpg); 
	height:37px;
}
.MainMenu_RootMenuItem TD  /* Ana menu normal */
{
   BORDER-RIGHT: 1px solid transparent;
   BORDER-TOP: 1px solid transparent;
   BORDER-LEFT: 1px solid transparent;
   BORDER-BOTTOM: 1px solid transparent;;
   CURSOR: hand;
   /*background-image:url(menu.jpg); 
   width: 100px; 
   text-align: center; */
   color: White;
   height: 20px;
}
.MainMenu_RootMenuSelectedItem TD /* Ana menu mouse over*/
{
   BORDER-RIGHT: 1px solid #285E82;					
   BORDER-TOP: 1px solid #285E82;
   BORDER-LEFT: 1px solid #285E82;
   BORDER-BOTTOM: 1px solid #285E82;
   CURSOR: hand;
   background-image:url(anamenumo.jpg); 
   /*width: 100px; 
   text-align: center; */
   color: White;
   height: 20px;
}
.MainMenu_RootMenuItemActive TD  /* Ana menu aktif sayfa */
{
   BORDER-RIGHT: 1px solid Black;
   BORDER-TOP: 1px solid Black;
   BORDER-LEFT: 1px solid Black;
   BORDER-BOTTOM: 1px solid #114369;
   CURSOR: hand;
   background-image:url(aktif.jpg); 
   /*width: 100px; 
   text-align: center; */
   color: White;
   height: 20px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
	height: 18px;
}
.MainMenu_MenuItem {	/* Altmenu genel ozellikleri   */
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px 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: 13px; 									/* yazi boyutu */
	font-weight: normal; 
	font-style: normal; 
	background-color:  transparent;
	/*background-image: url(menuzemin.jpg);*/ /* altmenu zemin resimi */
	/*width: 100px;*/ 								/* alt menu genislik */
	height: 23px; 										/* alt menu yukseklik */
}
.MainMenu_MenuItemSel {	/* Altmenu mouse over genel ozellikleri  */ 
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 										/* yazi rengi */
	font-family: Calibri, Arial, Helvetica; 
	font-size: 13px; 									/* yazi boyutu */
	font-weight: normal; 
	font-style: normal;
	height: 23px;										/* altmenu mouse over yukseklik */
	background-image: url(altmenumo.jpg);  /* altmenude mouse over gorunen resim */
}
.MainMenu_MenuIcon {	/* Altmenu sol icon */
	background-color: #EEF6FB; 					/* sol icon zemini */
	border-left: 0px none Black; 
	border-bottom: 0px none Black; 
	border-top: 0px none Black;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 23px;										/* alt menu mouse over yukseklik */
}
.MainMenu_SubMenu {	/* Altmenu genel ozellikleri  */
	background-color: #EEF6FB; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {	/* Altmenuler  ve Tablar arasindaki bolum */
	border: none;
 	background-color: transparent; 
	height: 0px;
}
.Separator {
	background-color: White;
	height: 12px;
	border: none;
}
.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: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}
.MainMenu_RootMenuArrow {	/* anamenu den acilan altmenuyu gosteren ok bolgesi */ 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}





 
 .SkinObject	/* yazilarin ayari */
{
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
    font-family: Calibri, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.SkinObject:link	/* HTTP linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.SkinObject:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.SkinObject:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.SkinObject:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #a7d3ea;
    text-decoration: none;
 }
 
 
 
 
 
  
 .bread	/* yazilarin ayari */
{
    font-weight: normal;
    font-size: 13px;
    color: #6051ff;
    font-family: Calibri, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.bread:link	/* HTTP linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.bread:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.bread:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
}
A.bread:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #152b49;
    text-decoration: none;
 }
 
 
 
 
 .terms	/* yazilarin ayari */
{
    font-weight: normal;
    font-size: 13px;
    color: #153e70;
    font-family: Calibri, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}
A.terms:link	/* HTTP linkli yazilarin ayari */
{
    color: #153e70;
    text-decoration: none;
}
A.terms:visited	/* mouse ile tiklanmis linkli yazilarin ayari */
{
    color: #153e70;
    text-decoration: none;
}
A.terms:active	/* sayfa yuklenirken gorunen linkli yazilarin ayari */
{
    color: #153e70;
    text-decoration: none;
}
A.terms:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #ffffff;
    text-decoration: none;
 }
 

