﻿@charset "UTF-8";
/* MASTER STYLES */
body{
	color: #FFFFFF; 
	background-color: #cccccc; 
	background-image:url('backtop1.jpg'); 
	background-repeat:repeat-x;
}
.pennetti a, .pennetti{
	font-family:Verdana;
	font-size:9px;
	color:#eeeeee;
	text-decoration:none;
}
.pennetti a:hover{
	font-family:Verdana;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}
.pennetti{
	padding-right:22px;
	padding-left:22px;
}
.mastercontentTD{
	background-image:url('images/at_07.jpg');
	background-repeat:no-repeat;
	width:895px; 
	height:489px;
}
.mastermenuTD{
	background-image:url('images/at_03.jpg');
	background-repeat:no-repeat;
	width:582px; 
	height:14px;
}
.mastertitleTD{
	background-image:url('images/at_02.jpg');
	background-repeat:no-repeat;
	width:340px; 
	height:83px;
}
.menutext, .menutext a{
	font-size:14px;
	font-family:Verdana;
	color:#333333;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:500;
}
.menutext a:hover{
	color:#b61219;
	text-decoration:none;
	/*background-image:url('images/menupopback.jpg');
	background-position:center center;
	background-repeat:repeat-x;*/
}
.headermenuback{
	background-image:url('images/at2main_01.jpg');
	width:950px; 
	height:49px;
	text-align: right;
}
.maincontentDiv{
	margin-top:4px;
	overflow:auto;
	padding-right:2px;
	margin-left:2px;
	vertical-align:top;
	width:890px;
	height:485px;
}
.titleDiv{
	margin-top:10px;
	margin-bottom:13px;
	overflow:none;
	padding-right:2px;
	margin-left:28px;
	vertical-align:top;
	width:310px;
	height:24px;
	text-align:left;
}


/* NORMAL STYLES */
.regulartext, .regulartext a{
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	text-align:left;
}
.regulartext a:hover{
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	text-align:left;
}
.tablotext, .tablotext a{
	color:#444444;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	text-align:left;
}
.tablotext a:hover{
	color:#444444;
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	text-align:left;
}

.img-left{
	border:none;
	margin:5px 5px 5px 5px;
	float:left;
}
.img-right{
	border:none;
	margin:5px 5px 5px 5px;
	float:right;
}
h2 {

	font-size:15px;
	color:#666666;
	font-weight:bold;
	font-family:Verdana;
	/* is important 4 gradient effect*/
	position:relative;	
}
h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url('images/textgrad.png') repeat-x;
}
* html h2 span{
	background-color:#cccccc;
	background-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/textgrad.png", sizingMethod="scale");
}
h1, h1 a {
	font-size:14px;
	color:#666666;
	font-weight:normal;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
h1 a:hover {
	font-size:14px;
	color:#333333;
	font-weight:normal;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
h3, h3 a {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
h3 a:hover {
	font-size:15px;
	color:#333333;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
.specialheader, .specialheader a {
	font-size:14px;
	color:#b61219;
	font-weight:400;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
.specialheader a:hover {
	text-decoration:underline;
}
.specialheader2{
	background-image:url('pics/buttonpointer.gif');
	background-repeat:no-repeat;
	background-position:left center;
} 
.specialheader2 a {
	font-size:15px;
	color:#b61219;
	padding:2px 6px 2px 16px;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:5px;
	margin-top:2px;
	text-decoration:none;
}
.specialheader2 a:hover {
	text-decoration:underline;
	background-color:#bbbbbb;
	background-image:url('pics/buttonpointer.gif');
	background-repeat:no-repeat;
	background-position:left center;
}



/* default page styles */
.haberTD{
	background-image:url('images/default_11.jpg');
	background-repeat:no-repeat;
	width:194px; 
	height:254px;
}
.haberHeader, .haberHeader a{
	color:#333333;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
	text-align:left;
}
.haberHeader a:hover{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
	text-align:left;
}
.imgpop{
	border:none;
	margin:10px 10px 10px 10px;
}

/* CREATE MENU STYLES */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display: block;
	padding: 5px 8px 5px 8px;
	background: #676767;
	margin-right: 1px;
	text-align: center;
	font-size:13px;
	font-family:Verdana;
	color:#eeeeee;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:500;
}
/* style the links hover */
.menu :hover{
	color: #ffd602;
	background: #555555;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
text-align:right;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
padding:inherit;
}


.newtop{
	background-image: url('pics/weblogo.gif');
	background-position:6px 20px;
	background-repeat:no-repeat;
	width: 950px;
}
.titleBack{
	background-image:url('images/newmaster_02.jpg');
	background-repeat:no-repeat;
	width:340px;
	height:52px;
}