﻿/***** General styles ********************************************************/
body 
{
	margin: 0;
	padding: 0;
	/*background-image: url(../IMG/sfondo_pattern2.gif);*/
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.StandardLabel
{
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/***** Main layout table *****************************************************/
.Layout .Header
{
	height: 105px;
	background-image: url(../IMG/sfondo_top.gif);
	background-repeat: repeat;
}

.Layout .HeaderPopup
{
	height: 35px;
	background-image: url(../IMG/sfondo_top_popup.gif);
	background-repeat: repeat;
}

.Layout .DockLeft 
{
	width: 53px;
	background-color: #B7CEF5;
}

.Layout .Main
{
	width: 100%;
	background-color: #ffffff;
}

/***** Filter view table *******************************************************/
.KFilterContainer
{
	border: solid 1px #cccccc;
	background-color: #E9E9E9
}

.KFilterContainer a
{
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

.KFilterView
{
	border: none;
	color: #000099;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

/***** List view table *******************************************************/
.KListView
{
	border: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.KListView .ListHeader { background-color: #ffffff; } /*B3f528*/
.KListView .ListHeader td, .KListView .ListHeader th
{
	padding: 5px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.KListView .ListHeader td a, .KListView .ListHeader th a
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.KListView .ListRow { background-color: #E9E9E9; }
.KListView .ListAltRow { background-color: #ffffff; } /*B7CEF5*/
.KListView .ListRow td, .KListView .ListAltRow td
{
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.KListView .ListPager { background-color: #ffffff; } /*07089d*/
.KListView .ListPager td
{
	padding: 2px;
	color: #000033;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.KListView .ListPager td a
{
	text-decoration: underline;
	color: #000033;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.KAF_DetailField
{
	width: 300px;
	font-family: verdana;
	font-style: italic;
}
