﻿/*blue	2b418d*/

/*GridView*/
.GridView
{
    border: 1px solid #e5e5e5;
    margin: 10px 0px 10px 0px;
    width: 99%;
}

.GridView th
{
    padding: 3px;
    vertical-align: top;
    font-size: 0.9em;
}

.GridView td
{
    padding: 3px;
    vertical-align: top;
}

/*GridWhite*/
.GridWhite
{
    border: 1px solid #FFF;
    margin: 10px 0px 10px 0px;
}

.GridWhite th
{
    padding: 3px;
    vertical-align: top;
    font-weight: bold;
    color: #2b418d;
    font-style: italic;
    font-size: 1em;
}

.GridWhite td
{
    padding: 5px 10px 5px 0px;
    vertical-align: top;
    border: 1px solid #FFF;
    border-bottom: 1px dotted #e5e5e5;
}


/*Required field validator*/
.rfv
{
    background-image: url(../../images/ico_ko.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 25px;
    padding-top: 5px;
    vertical-align: bottom;
}

/*TextBox*/
.TextBox
{
    font: normal 1em Verdana, Helvetica, sans-serif;
    border: 1px dotted #2b418d;
    background-color: #FFF;
    padding: 2px;
    width: 450px;
}

/*TextArea*/
TextArea
{
    font: normal 1em Verdana, Helvetica, sans-serif;
    border: 1px dotted #2b418d;
    background-color: #FFF;
    padding: 3px;
    width: 450px;
}

/*DropDownList*/
.DropDownList
{
    font: normal 1em Verdana, Helvetica, sans-serif;
    border: 1px dotted #2b418d;
    background-color: #FFF;
    padding: 2px;
}

/*DetailsView*/
.DetailsView
{
    border: 0px solid #FFF; /*padding:5px;*/
}

.DetailsView td
{
    padding: 2px 0px 2px 0px;
    background-color: Transparent;
    vertical-align: top;
}


.RequiredField
{
    background: #FFF url(../../images/ico_warning.gif) no-repeat top left;
    background-color: #fffacd;
    padding-left: 20px;
}

/*FileUpload*/
.FileUpload
{
    background: #FFF;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 300px;
    border: 1px dotted #2b418d;
    font: normal 1em Verdana, Helvetica, sans-serif;
    height: 18px;
    cursor: pointer;
}

/*CheckBoxList*/
.CheckBoxList
{
}

.CheckBoxList td
{
    background: #FFF;
    padding: 0px 10px 0px 0px;
    margin: 0px;
}


/*TreeView
.TreeView
{
    background: #FFF;
}

.TreeView table
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.TreeView table td
{
    padding: 3px 5px 3px 5px;
    line-height: 1.3em;
}

.TreeView_LeafNode
{
    background: #EBE6E8 url(../../images/ico_faq.png) 2px 2px no-repeat;
    border: 1px dotted #2b418d;
}

.TreeView_LeafNode a
{
    margin: 20px;
    color: #2b418d;
    text-decoration: none;
}

.TreeView_LeafNode a:hover
{
    color: #2b418d;
    text-decoration: none;
}
*/

/*Panel pnlCerca*/
.pnlCerca
{
    border: 0px solid #CCC;
    width: 99%;
    margin: 0px;
    padding: 0px;
}

/*Tabella tabCerca*/
#tabCerca
{
    width: 100%;
}

#tabCerca tr:first-element
{
}

#tabCerca td
{
    padding: 0px 5px 0px 0px;
    vertical-align: top;
    margin: 2px 0px 0px 0px;
}

/*asp:Image con cursore pointer*/
.pointer
{
    cursor: pointer;
}

/*Label campi non richiesti*/
.lblNonRichiesto
{
    font: normal 1em Verdana, Helvetica, sans-serif;
    color: Gray;
}

/*SiteMapPath PublicMenu*/
.PublicMenu span
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #2b418d;
}

.PublicMenu a
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: HighlightTxt;
}

/*RadioButtonList*/
.RadioButtonList
{
    padding: 0px;
    margin: 0px;
}

/*Button*/
.Button
{
    border:0px;
    background-color:Transparent;
    cursor:pointer;
    color: #0072BC;
    font: normal 1em Verdana, Helvetica, sans-serif;
}

.Button:hover
{
    text-decoration: none;
    color: Red;    
}



/*FaqTreeView*/
.FaqTreeView td
{
	padding:5px 0px 0px 0px;
}

.FaqTreeView a
{
	color:#121212;
	border:none;
}

/*FaqTreeView*/
.FaqTreeView a:hover
{
	color:#121212;
	text-decoration:none;
	
}