﻿div,p,span, td, tr, table, html, body{
margin:0px;padding:0px;padding:0px; height: auto; width:auto;
}

html,body,form {
width:100%;
height: 100%;
background:#350505;
}

body, table {
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#959555;
}


a, a:link, a:visited, a:active {
	color:#0099ff;
	text-decoration: none;
}

 a:hover {
	color:#0099ff;
	text-decoration: underline;
}


H4 {	font-weight: bold; font-size:18px;}


img {border:0px;}

/*skins design*/
.fleft { float:left; }
.fright { float:right; }
.clr { clear:both; }
.solust{width:251px; position:absolute; top:0; left:100px;}
.All {width:100%; min-height:100%;  height:auto !important; background-color:transparent; text-align:center; height:100%;  position:relative; }

.skinWidth {	width: 983px; margin:0px auto;}

.all_Top {	width: 100%;  }
.Header { height: 118px;  clear:both;}
.logo {	padding-top:40px; float:left;}
.all_Menu {	float:right; padding-right:10px; text-align:right;}

.all_Banner {	clear:both;}


.all_Content {	 min-height:200px; height: auto !important; height:200px;}
.Content_t {	height: 53px; clear:both; }



.all_Footer {	width:100%;  position:absolute; bottom:0px; left:0px; }
.Footer_t  {	 }

.all_Login {	padding:5px 0px 5px 20px;text-align:left;}

.Footer_w {	height:46px; border-top:1px solid #e1dfb6;}
 
.Terms_w { 	padding:10px 0px 0px 20px; text-align:left; float:left;}
 .VLogo { 	padding:10px 20px 0px 0px; text-align:right; float:right;}
 
 
 
 

#container {
	position: absolute;
	left: 50%; margin-left:-100px;
	top: 50%; margin-top:-100px;
	height: 200px;
	width: 200px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}
#container:hover * {
	/*-webkit-animation-play-state:paused;*/
}

#frame {
	opacity: 0.7;
	width: 200px;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(150px);
	-webkit-transition: all 5s;
	-moz-transform-style: preserve-3d;
	-moz-transform: translateZ(150px);
	-moz-transition: all 5s;
	-ms-transform-style: preserve-3d;
	-ms-transform: translateZ(150px);
	-ms-transition: all 5s;
	-o-transform-style: preserve-3d;
	-o-transform: translateZ(150px);
	-o-transition: all 5s;
	transform-style: preserve-3d;
	transform: translateZ(150px);
	transition: all 5s;
}
.inner {
	height:200px;width:200px;
 	-webkit-transform: rotateX(90deg);
	-webkit-transform-style: preserve-3d;
	-webkit-animation: spin2 20s infinite linear;
 	-moz-transform: rotateX(90deg);
	-moz-transform-style: preserve-3d;
	-moz-animation: spin2 20s infinite linear;
 	-ms-transform: rotateX(90deg);
	-ms-transform-style: preserve-3d;
	-ms-animation: spin2 20s infinite linear;
 	-o-transform: rotateX(90deg);
	-o-transform-style: preserve-3d;
	-o-animation: spin2 20s infinite linear;
 	transform: rotateX(90deg);
	transform-style: preserve-3d;
	animation: spin2 20s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotateY(0); }
	to   { -webkit-transform: rotateY(720deg); }
}
@-moz-keyframes spin2 {
	from { -moz-transform: rotateY(0); }
	to   { -moz-transform: rotateY(720deg); }
}
@-ms-keyframes spin2 {
	from { -ms-transform: rotateY(0); }
	to   { -ms-transform: rotateY(720deg); }
}
@-o-keyframes spin2 {
	from { -o-transform: rotateY(0); }
	to   { -o-transform: rotateY(720deg); }
}
@keyframes spin2 {
	from { transform: rotateY(0); }
	to   { transform: rotateY(720deg); }
}

.inner div {
	position: absolute;
	height:100px;padding-top:100px;
	width:200px;
	background-size: 100% 100%;
	opacity: 1;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.inner .a {
	background: url(images/g1.png);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	left:100px;
	width:600px;
	height:87px;
}





#frame1 {
	opacity: 0.7;
	width: 200px;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(150px);
	-webkit-transition: all 5s;
	-moz-transform-style: preserve-3d;
	-moz-transform: translateZ(150px);
	-moz-transition: all 5s;
	-ms-transform-style: preserve-3d;
	-ms-transform: translateZ(150px);
	-ms-transition: all 5s;
	-o-transform-style: preserve-3d;
	-o-transform: translateZ(150px);
	-o-transition: all 5s;
	transform-style: preserve-3d;
	transform: translateZ(150px);
	transition: all 5s;
}
.inner1 {
	height:140px;width:200px;
 	-webkit-transform: rotateX(90deg);
	-webkit-transform-style: preserve-3d;
	-webkit-animation: spin2 20s infinite linear;
 	-moz-transform: rotateX(90deg);
	-moz-transform-style: preserve-3d;
	-moz-animation: spin2 20s infinite linear;
 	-ms-transform: rotateX(90deg);
	-ms-transform-style: preserve-3d;
	-ms-animation: spin2 20s infinite linear;
 	-o-transform: rotateX(90deg);
	-o-transform-style: preserve-3d;
	-o-animation: spin2 20s infinite linear;
 	transform: rotateX(90deg);
	transform-style: preserve-3d;
	animation: spin2 20s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotateY(0); }
	to   { -webkit-transform: rotateY(720deg); }
}
@-moz-keyframes spin2 {
	from { -moz-transform: rotateY(0); }
	to   { -moz-transform: rotateY(720deg); }
}
@-ms-keyframes spin2 {
	from { -ms-transform: rotateY(0); }
	to   { -ms-transform: rotateY(720deg); }
}
@-o-keyframes spin2 {
	from { -o-transform: rotateY(0); }
	to   { -o-transform: rotateY(720deg); }
}
@keyframes spin2 {
	from { transform: rotateY(0); }
	to   { transform: rotateY(720deg); }
}

.inner1 div {
	position: absolute;
	height:100px;padding-top:100px;
	width:200px;
	background-size: 100% 100%;
	opacity: 1;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.inner1 .a {
	background: url(images/g1.png);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	left:100px;
	width:600px;
	height:87px;
}

 
.inner .b{
	background: url(images/g2.png);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	left:50px;
	width:318px;
	height:8px;;
}
 
 
.s_pane_con{
	width: 950px;
	border:0px;
	 margin:0px auto;
	 display: block;
}




.b_panebox {
	width: 100%;
}
.pane_w {	margin:0px auto; clear:both;}
 

.panebox{display: block; clear:both; }
.contentpane, .bannerpane, middlepane, .headpane, .footerpane .bottompane{ padding:0px; margin:0px;  }

.leftpane, rightpane {}



.skingradient {	/* Menu tablosu */
	background-image: url(menuback.html); 
	height:94px;
	width:98px;
}
.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 transparent;;
   CURSOR: hand;
   /*background-image:url(menu.jpg); */
   text-align: center;
   color: #B85901;
   height: 94px;
	font-family:Arial;
	Font-size:14px;
	font-weight:bold;
	   width:98px;
  padding-top:40px;
    margin-right:1px;

}
.MainMenu_RootMenuSelectedItem TD /* Ana menu mouse over*/
{
   BORDER-RIGHT: 0px solid #275f82;					
   BORDER-TOP: 0px solid #275f82;
   BORDER-LEFT: 0px solid #275f82;
   BORDER-BOTTOM: 0px solid #275f82;
   CURSOR: hand;
   text-align: center;
   
   color: #fff;
   height: 94px;
	font-family:Arial;
	Font-size:14px;
	font-weight:bold;
   width:98px;
  padding-top:40px;
    margin-right:1px;

}
.MainMenu_RootMenuItemActive TD  /* Ana menu aktif sayfa */
{
   BORDER-RIGHT: 0px solid Black;
   BORDER-TOP: 0px solid Black;
   BORDER-LEFT: 0px solid Black;
   BORDER-BOTTOM: 0px solid #114369;
   CURSOR: hand;
   /*background:url(images/menubackmo.png) no-repeat center;*/
   width:98px;
   text-align: center;
   color: #B85901;
   height: 94px;
	font-family:Arial;
	Font-size:14px;
	font-weight:bold;
	padding-top:40px;
	  margin-right:1px;

}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
	height: 31px;
}
.MainMenu_MenuItem {	/* Altmenu genel ozellikleri   */
	border-left: #cccccc 0px solid; 
	border-bottom: #b5b57e 1px dotted; 
	border-top: #cccccc 0px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #51512c; 									/* yazi rengi */
	font-family: Arial, Tahoma; 
	font-size: 12px; 									/* yazi boyutu */
	font-weight: normal; 
	font-style: normal; 
	background-color:  transparent;
	background-image: url(altmenuback.html); /* altmenu zemin resimi */
	/*width: 100px;*/ 								/* alt menu genislik */
	height: 26px; 										/* alt menu yukseklik */
}
.MainMenu_MenuItemSel {	/* Altmenu mouse over genel ozellikleri  */ 
	background-color: transparent; 
	background-image: url(altmenuback.html);
	border-bottom: #b5b57e 1px dotted; 
	cursor: pointer; 
	cursor: hand; 
	color: #cf5806; 										/* yazi rengi */
	font-family:Arial,  Tahoma;
	font-size: 12px; 									/* yazi boyutu */
	font-weight: normal; 
	font-style: normal;
	height: 26px;										/* altmenu mouse over yukseklik */
	background-image: url(altmo.html);  /* altmenude mouse over gorunen resim */
}
.MainMenu_MenuIcon {	/* Altmenu sol icon */
	background-color: transparent; 					/* 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: 4px; 
	padding:2px 3px;
	height: 26px;										/* alt menu mouse over yukseklik */
}
.MainMenu_SubMenu {	/* Altmenu genel ozellikleri  */
	background-image: url(altmenuback-2.html);
    background-color: #d7d7a5; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border:1px solid #b5b57e;
}
.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;

 
	cursor: pointer; 
	cursor: hand;

}
.MainMenu_RootMenuArrow {	/* anamenu den acilan altmenuyu gosteren ok bolgesi */ 
 
	cursor: pointer; 
	cursor: hand;
}

 .searchbg
{
	margin-right:40px;
}
.searchbg #dnn_dnnSEARCH_ClassicSearch #dnn_dnnSEARCH_cmdSearch
{
	width: 33px;
	height: 34px;
	background-image: url(images/search_icon.html);
	background-repeat: no-repeat;
	background-position: top;
	margin:0px;
	padding:0px;
	border:0px;
	display: :none;
  font-size:0px;
  position:absolute;
 text-decoration: :none;
 line-height:34px;
 color:#ffffff;
 margin-top:1px;
}

 #dnn_dnnSEARCH_txtSearch {
	width:222px;
	background-image: url(images/search_txt.html);
	background-repeat:no-repeat;
	background-position: top;
	background-color:transparent;
	border:0px solid #404040;
	height: 34px;
	padding-left:5px;
    position:relative;
    left:10px;
	line-height:34px;
	color:#ffffff;
	padding-bottom:1px;

}

 .SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active  	/* yazilarin ayari */
{
    font-weight: normal;
    font-size: 13px;
      color: #f9f9f9;
    font-family: Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}

A.SkinObject:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
         font-size: 13px;
      color: #cc0000;
    font-family:  Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
 }
 
 
  .date	/* yazilarin ayari */
{
    font-weight: normal;
    font-style:normal;
    font-size: 13px;
    color: #333333;
    font-family: Calibri, Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}

  
  .login, A.login:link, A.login:visited, A.login:active	/* yazilarin ayari */
{
    color: #999999;
    text-decoration: none;
	 font-weight: normal;
    font-size: 12px;
	 font-family:  Arial, Helvetica;
	 padding: 1px 3px 1px 1px;
}
	
A.login:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
     color: #ca5300;
    text-decoration: none;
	 font-weight: normal;
    font-size: 12px;
	 font-family:  Arial, Helvetica;
	 padding: 1px 3px 1px 1px;
 }
 
 
   .search, .search:link, .search:visited, .search:active	/* yazilarin ayari */
{font-weight: normal;font-size: 13px;color: #f9f9f9; font-family:  Calibri, Arial, Helvetica;text-decoration: none; padding: 1px 3px 1px 1px;}

.search:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
     color: #da2b00;
     text-decoration: none;
	 font-weight: normal;
     font-size: 13px;
	 font-family:  Calibri, Arial, Helvetica;
	 padding: 1px 3px 1px 1px;
}

 
  
  .footer, A.footer:link, A.footer:visited, A.footer:active	/* yazilarin ayari */
{
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica;
    text-decoration: none;
    padding: 1px 3px 1px 1px;
}

A.footer:hover	/* mouse yazinin uzerindeyken gorunen linkli yazilarin ayari */
{
    color: #ca5300;
    text-decoration: none;
    font-family:  Arial, Helvetica;
    font-size: 12px;
}