
/* Basic layout */

body{
 background-position: top left;
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
}

/* Fonts */

body, table, td, select, textarea, input  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p 	{font-family : Verdana, Arial, Helvetica, sans-serif;font-size : 11px;letter-spacing : 0px;}

/*link generali */
A:link {color : #000000;text-decoration: underline;}
A:active {color : #000000; text-decoration: none;}
A:visited {color : #000000;text-decoration: underline;}
A:hover {color : #000000; text-decoration: none;}


/* Tabs */
.debix{
	font-size : 5px;
	}
	A.debix:link {color : #ffffff;text-decoration: none;}
	A.debix:active {color : #ffffff;text-decoration: none;}
	A.debix:visited {color : #ffffff;text-decoration: none;}
	A.debix:hover {color : #ffffff;text-decoration: none;}

.tab-s, .tab-u, .tab-g, .tab-r {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

.tab-s {
	color: #0066CC;
}

.tab-u {
	color: #FFFFFF;
}

.tab-g {
	color: #666666;
}

.tab-r {
	color: #CC0000;
}

.tab-n {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



/* Form elements */

select.flat, textarea.flat, input.flat,
select.error, textarea.error, input.error,
textarea.code {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code {
	border-color : #888888;
}

select.error, textarea.error, input.error {
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px;
	width:275px;
	background-color: #FFFFFF;
	overflow: auto;
	border: 2px inset;
}

div.boxrow {
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px #DDDDDD solid;
}



/* Custom */
.phpAdsNew {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.klojaf-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.klojaf-title-small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.klojaf-standard {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}



.nav {
	color: #003399;
}

.install {
	line-height: 18px;
	color: #000066;
}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}

.tab-nbb {
	color: #808080;
	font-size: 9px;
	text-decoration: none;
}

