/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html

*/       

body {margin: 0; padding: 25px;background-image: url('../images/bg/ptz.png'); background-position:top; background-repeat:no-repeat; background-size:955px 25px;}
html {
	border: 0; margin: 0; padding: 0;
  	font: 75%/0.75 Verdana, Geneva, sans-serif;
	background: #E6E9F2  ;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

a {
	color: #284592;
	font:Verdana, Geneva, sans-serif;
}

a:visited {
	font:Verdana, Geneva, sans-serif;
	color:#284592;
}

a img {
  border: none;/*remove border for linked images*/
}
.homecontent{
	padding: 20px 30px 20px 30px;
	margin: 0px 20px 0px 0px;
}
.engin
{
	/*padding: 0px 30px 20px 30px;*/
	padding:0px 20px 20px 20px;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	line-height: 24pt;
	color: #284592;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: capitalize;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}
/*persistent navigation */
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #284592;
	font-weight: bold;
	background-color: #F8D74A;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF2B9;
	border-bottom-color: #FFF2B9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C49446;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFF2B9;
	text-align: center;
	margin: 0px 1px 2px;
	padding: 0px 0px 0px 1px;
	font-weight: bold;
}
.mainnav1{ text-decoration:none;}
a.mainnav1{
	.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration:none;
	color: #284592;
	font-weight: bold;
	background-color: #F8D74A;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF2B9;
	border-bottom-color: #FFF2B9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C49446;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFF2B9;
	text-align: center;
	margin: 0px 1px 2px;
	padding: 0px 0px 0px 1px;
	font-weight: bold;
}
	}
a.mainnav{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	border-bottom: 2px none #FFF2B9;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	line-height: 23px;
	border-top-color: #172959;
	border-right-color: #7186BE;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 2px;
	border-left-color: #172959;
	display: block;
	margin: 0px 1px 2px;
	padding: 0px;
	font-weight: bold;
	background-color: #284592;
	height: 24px;
}
a.mainnav:hover{
	color: #284592;
	font-weight: bold;
	background-color: #F8D74A;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF2B9;
	border-bottom-color: #FFF2B9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C49446;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFF2B9;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.mainnavselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	background-color: #F8D74A;
	font-weight: bold;
	text-align: center;
	display: block;
		border-bottom-width: 2px;
		border-bottom-style: solid;
	border-bottom-color: #FFF2B9;

}

a.mainnavselected{
	font-weight: bold;
	display: block;
	border-top: 2px solid #FCEFB7;
	border-right: 1px solid #C49446;
	border-bottom: 2px solid #F8D74A;
	border-left: 2px solid #FCEFB7;
	text-decoration: none;
	background-color: #F8D74A;
}

a.mainnavselected:visited{text-decoration:none; color: #284592;}
a.mainnavselected:hover{text-decoration: none; color: #C49446;}
/*featured content area on home page */
.featuredcontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	/*padding: 5px 20px 20px 20px;*/
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C49446;
	border-right-color: #C49446;
	border-bottom-color: #C49446;
	border-left-color: #FFF2B9;
	
	background-repeat: no-repeat;
	background-position: 23px 342px;
}

.featuredcontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


/*featured content navigation */
.featurenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	color: #284592;
	font-weight: bold;
}

a.featurenav{text-decoration:none; color:#284592;}
a.featurenav:link{text-decoration:none; color: #284592;}
a.featurenav:visited{text-decoration:none; color: #284592;}
a.featurenav:hover{text-decoration:underline; color:#996600;}
/* footer at bottom of each page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	border-top: solid;
	border-width: 5px;
	border-color: #E6E9F2;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.footer a:link {color: #284592;}
.footer a:hover {color: #6287EC;}
.footer a:visited {color: #284592;}

/* table style for products page */
.productstable {
	vertical-align: top;
	background-color: #F9DD66;
}
.productstable td{
	border-top: 2px none #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px none #FFFFFF;
}

.productstable ul{
/*	font-size: 10pt;
	line-height: 15pt;
	margin: 0px 0px 15px 0px;*/
}

a.productstable{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #284592;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7186BE;
	border-bottom-color: #172959;
	display: block;
	border-top-color: #7186BE;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
a.productstable:hover{
	text-decoration:none;
	color:#284592;
	background-color: #F8D74A;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6BB41;
	border-bottom-color: #C49446;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-style: none;
}
/* title in banner below persistent navigation */
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	color: #284592;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	border-top-style: none;
	border-left-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-color: #C49446;
	border-left-color: #FFF2B9;
}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 955px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 5px;
}

.collapsibleList {
	color:#CCC;
	background-color:#F9DD66;
	
	}
.collapsibleList li{
	
	list-style-type:upper-alpha;
	list-style-image:url(../images/button.png);
  cursor:auto;

}

.collapsibleList li.collapsibleListOpen{
  list-style-image:url(../images/button-open.png);
  cursor:pointer;
}

.collapsibleList li.collapsibleListClosed{
  list-style-image:url(../images/button-closed.png);
  cursor:pointer;
}

.collapsibleList a {
			text-decoration: none;
			text-align:center;
			color:#203869;
			}
.collapsibleList a:visited {
			color:#203869;
			text-align:center;
			
			}
.collapsibleList a:hover {
			color:#203869;
			text-align:center;
			text-decoration:underline;

			}
.ecc{
	  color:#0a1228;
	}
.ecc2{
	font-family:Verdana, Geneva, sans-serif;
	
	  color:#C00;  
	}
.ecc2 a{
	font-size:12px;/*linkler burası*/
	font-family:Verdana, Geneva, sans-serif;
	}
.ecc3{
	list-style-image: url(../images/nested1.png);
	
	}
	.ecc4{
		text-decoration:none;
		color:#284592;
	
	}
	.ecc4 a:visited {
		text-decoration:none;
			color:#284592;
			
			}
		.ecc4 a:hover {
		text-decoration:none;
			color:#284592;
			
			}
	/* LIST #5 */
#list5 { color:#203869;
}
#list5 ol { font-size:14px; }
#list5 ol li {font-size:14px;}
#list5 ol li ol { list-style-image:url(../../potnza/images/button1.png); padding:5px 0 5px 18px; font-size:15px; }
#list5 ol li ol li { color:#c00; height:15px; margin-left:10px; }
#list5 a {
			text-decoration: none;
			text-align:center;
			font-size:14px;
			}
#list5 a:visited {
			color:#203869;
			text-align:center;
			
			}
#list5 a:hover {
			color:#203869;
			text-align:center;
			text-decoration:underline;

			}
.eas
{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 0px;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-top-color: #F8D74A;
border-right-color: #F8D74A;
border-bottom-color: #F8D74A;
border-left-color: #F8D74A;
}
.shadowecc {
	border: none;
  border-radius: 20px 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
			