/****************************************************************************
	BODY
****************************************************************************/

body
{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
}

tr, td
{
	font-size: 11px;
	font-family: Verdana;
}

select
{
	font-size: 11px;
	font-family: Verdana;
}

input, textarea
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 11px;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.InputFlat input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/****************************************************************************
	SELECT
****************************************************************************/

.SelectWidthFlatBorder
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 11px;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	background-color: #f5f5f5;
}


/****************************************************************************
	INPUT
****************************************************************************/

.NoBorder input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.WhiteBGInput
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: #ffffff;
}

.RedBGInput
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: #dc143c;
}

/****************************************************************************
	LINK STANDARD NELLA PAGINA
****************************************************************************/

A
{
	color: #696969;
}

A:hover
{
	color: #b22222;
}

/****************************************************************************
	SEPARATORI
****************************************************************************/

hr
{
	padding-bottom: 0px;
	margin: 0px;
	color: #F7B00A;
	padding-top: 0px;
	height: 1px;
}

/****************************************************************************
	FOOTER
****************************************************************************/

.Footer
{
	font-size: 10px;
	color: #696969;
	text-align: right;
}

.Footer a
{
	font-weight: bold;
	text-decoration: none;
}

.Footer hr
{
	padding-bottom: 0px;
	margin: 0px;
	color: #696969;
	padding-top: 0px;
	height: 1px;
}

/****************************************************************************
	TITOLI
****************************************************************************/

.StdTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #990000;
	font-family: Arial;
}

.SubTitle
{
	font-weight: bold;
}

.BigTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	font-family: Verdana;
}

.MidTitle
{
	font-size: 14px;
	color: #333366;
	font-family: Verdana;
}

.ParagraphTitle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #4682b4;
	padding-left: 5px;
}

/****************************************************************************
	FILTERS
****************************************************************************/

.FiltersHeaderTitle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #a9a9a9;
}

.FiltersHeaderTitle a
{
	font-weight: bold;
	color: #ffffff;
	background-color: #a9a9a9;
	text-decoration: none;
	display: block;
}

.FiltersHeaderTitle a:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: #a9a9a9;
	text-decoration: underline;
	display: block;
}

/****************************************************************************
	GENERIC PAGER
****************************************************************************/

.SelectedPageForGenericPager
{
	font-weight: bold;
	text-decoration: none;
}

/****************************************************************************
	RETTANGOLI
****************************************************************************/

.StdBox
{
	border-right: #c9c9c9 1px solid;
	border-top: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	border-bottom: #c9c9c9 1px solid;
	background-color: #FFFFFF;
}

.TabsTripBox
{
	border-right: #898c95 1px solid;
	border-left: #898c95 1px solid;
	border-bottom: #898c95 1px solid;
}

.TabsTripBoxLight
{
	border-right: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	border-bottom: #c9c9c9 1px solid;
	background-color: #ffffff;
}

.ModelBox
{
	border-right: #c9c9c9 1px solid;
	border-top: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	border-bottom: #c9c9c9 1px solid;
	background-color: #f5f5f5;
}

.HighLightBox
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	background-color: #f0f8ff;
}

/****************************************************************************
	BOTTONI
****************************************************************************/

.StdButton
{
	border-right: #6699cc 1px solid;
	padding-right: 2px;
	border-top: #6699cc 1px solid;
	padding-left: 2px;
	font-weight: bold;
	border-left: #6699cc 1px solid;
	color: white;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana;
	text-align: center;
	background-color: #4682b4;
}

.ConfirmButton
{
	border-right: #2f4f4f 1px solid;
	padding-right: 2px;
	border-top: #2f4f4f 1px solid;
	padding-left: 2px;
	font-weight: bold;
	border-left: #2f4f4f 1px solid;
	color: white;
	border-bottom: #2f4f4f 1px solid;
	font-family: Verdana;
	text-align: center;
	background-color: #006633;
}

.DeleteButton
{
	border-right: #800000 1px solid;
	padding-right: 2px;
	border-top: #800000 1px solid;
	padding-left: 2px;
	font-weight: bold;
	border-left: #800000 1px solid;
	color: white;
	border-bottom: #800000 1px solid;
	font-family: Verdana;
	text-align: center;
	background-color: #cc0033;
}

