/****************************************************************************
	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: 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: #f5f5f5;
}

.FlatInput 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;
}

/****************************************************************************
	INPUT
****************************************************************************/

.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: #8ead13;
}

/****************************************************************************
	SEPARATORI
****************************************************************************/

hr
{
    color: #b6d146;
    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;
}

.FiltersHeaderTitle
{
    font-weight: bold;
    color: #ffffff;
    background-color: #a9a9a9;
}

.ParagraphTitle
{
    font-weight: bold;
    color: #ffffff;
    background-color: #4682b4;
    padding-left: 5px;
}

/****************************************************************************
	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;
}

.FiredBox
{
    border-right: #c9c9c9 1px;
    border-top: #c9c9c9 1px;
    border-left: #c9c9c9 1px;
    border-bottom: #c9c9c9 1px;
    background-color: #f0f8ff;
}

.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: #b6d146 1px solid;
    border-top: #b6d146 1px solid;
    border-left: #b6d146 1px solid;
    border-bottom: #b6d146 1px solid;
}

/****************************************************************************
	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;
}

/****************************************************************************
	PADDING
****************************************************************************/

.ExtraPadding
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/****************************************************************************
	LISTE GENERICHE
****************************************************************************/

.GenericList
{
    float: left;
    margin: 0;
    padding: 0;
}

.GenericList ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.GenericList li
{
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.GenericList span
{
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

/****************************************************************************
	LOGIN GESTORI
****************************************************************************/

.ManageLogin
{
    border-right: #b6d146 4px solid;
    border-top: #b6d146 4px solid;
    border-left: #b6d146 4px solid;
    border-bottom: #b6d146 4px solid;
}

/****************************************************************************
	EDITOR SERVIZI
****************************************************************************/

.ManageTable
{
    border-right: #b6d146 4px solid;
    border-top: #b6d146 4px solid;
    border-left: #b6d146 4px solid;
    border-bottom: #b6d146 4px solid;
}

.ManageImageTable
{
    border-top: #b6d146 4px solid;
}

.ManageDetailsTable
{
    border-top: #b6d146 4px solid;
    border-bottom: #b6d146 4px solid;
    border-right: #b6d146 4px solid;
}

.ManageTitle
{
    background-color: #b6d146;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial;
    height: 18px;
    vertical-align: middle;
}

.ServiceTitle
{
    color: #94410A;
    font-family: Verdana, Arial;
    font-size: 30px;
    font-weight: normal;
}

.ServicSubTitle
{
    color: #94410A;
    font-family: Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
}

.ManageStdButton
{
    border-right: #a6c52c 1px solid;
    padding-right: 2px;
    border-top: #a6c52c 1px solid;
    padding-left: 2px;
    font-weight: bold;
    border-left: #a6c52c 1px solid;
    color: white;
    border-bottom: #a6c52c 1px solid;
    font-family: Verdana;
    text-align: center;
    background-color: #a6c52c;
}

.ManageConfirmButton
{
    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;
}

.ManageDeleteButton
{
    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;
}

.ContentPriceTable
{
    border-right: #b6d146 1px solid;
    border-top: #b6d146 1px solid;
    border-left: #b6d146 1px solid;
    border-bottom: #b6d146 1px solid;
    color: #5d7400;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    background-color: #d3f44a;
}




