/* Scout Portal Toolkit Stylesheet test */

img {
	display: block;
	}
body {
    margin: 3px;
    background-color: #FFFFFF;
    font-size:0.7em;
    }

div, span, h2, h1, h3, h4, ol, li, ul, form, th, td, dt, dd, p, a, input, select{
    font-family: verdana, arial, helvetica, sans-serif;
	}

th {
	}

/*input, select {
	}
*/

dd {
	margin-bottom: 15px;
	}
dl {
	margin-left: 20px;
	text-align: left;
	}
dt {
	font-weight: bold;
	}

/* Links in MDSideNav */
.MDTNav {
	display: block; 
	border: 1px groove #DCDCDC;
	}
	
   /* color used in background of navigation boxes */     
.navBack {
        background-color: #FFFFFF;
        }

   /* color used in background of boxes on main page */     
.HomeBack {
        background-color: #FFFFFF;
        }

   /* Color used in MetadataTool headers */     
.colorHeader, .MDTable td.colorHeader {
        background-color: #FFFFFF;
        }

   /* Color used in table headers outside of MDT */     
.SPTcolorHeader {
        background-color: #DDEEFF;
        }

   /* Light color used in content boxes */     
.lightBody {
        background-color: #FFFFFF;
        text-align: left;
        }

   /* color of central content column */     
.bodyCol {
        background-color: #FFFFFF;
        }

    /* color used in bordering columns (i.e. navigation) */
.periphCol {
        background-color: #FFFFFF;
        }
     
     /* error messsage formatting */
.ErrorMessage {
    color: #060000;
    }

/* headline color and font-size, font-family declared above */    
h1 {
    color: #0066A6;
    text-align: center;
    margin: 0px;
    font-size:1.3em;
    }

h1.left {
	text-align: left;
	margin: 5px 0px 0px 5px;
	}

h2 {
    color: #0066A6;
    margin: 0px;
    }

h3 {
    color: #0066A6;
    margin: 0px;
    }


/* styles for numbered lists, second two are for nested lists */
OL {list-style-type: upper-alpha}
OL OL { list-style-type: decimal}    
OL OL OL { list-style-type: lower-alpha }


/* links in navigation */
.navlink a, .navlink, #navlinks a{
    text-align: left;
    text-decoration: none;
    margin: 2px 0px 2px 6px;
    display: block;
    }

.linkmenu{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	}

a {
	color: #0066A6;
	}

/* small font, used in search boxes in nav
.small {
    }*/

/* news and announcements */
.AnnouncementHeadline {
    font-weight: bold;
    margin-left: 13px;
    margin-right: 13px;
    }
.AnnouncementInfo {
    color: #333;
    margin-left: 13px;
    margin-right: 13px;
    text-align: right;
    }
.AnnouncementText {
    margin: 8px 13px 18px 13px;
    text-align: left;
    }

/* resource listings */
.ResourceTitle {
    color: #0066A6;
    text-align: left;
	}
.ResourceTitle:link {
    color: #0066A6;
    text-align: left;
    }
.ResourceTitle:visited {
    color: #0066A6;
    text-align: left;
    }
.ResourceInfo {
    color: #333;
    }
.ResourceText {
    text-align: left;
    }
.ResourceLink {
    color: #333;
    text-decoration: none;
    text-align: left;
    }
.ResourceLink a:HOVER {
    text-decoration: underline;
    text-align: left;
    }

/* browsing interface */
.BrowsePageHeading
{
    font-weight: bold;
    color: #0066A6;
    text-align: center;
    text-decoration: none;
}
.QuickSearchPageHeading
{
    font-weight: bold;
    color: #0066A6;
    text-decoration: none;
}
.BrowsePageClassHeading
{
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.BrowsePageClassHeading:HOVER, .BrowseClassificationEntry a:hover, .BrowseResourceEntry a:hover
{
    text-decoration: underline;
    text-align: center;
    
}
.BrowsePageSectionHeading {
    text-decoration: none;
}
.BrowsePageInfoHeading {
    text-align: center;
    }
.BrowseAlphaLinks {
    font-weight: bold;
    text-align: center;
}
.BrowseClassificationEntry a, .BrowseResourceEntry a,
 .BrowseClassificationEntry, .BrowseResourceEntry
{
    margin-top: 0.9em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    text-decoration: none;
    text-align: left;
    }

/* content area of pages should be in a div of class content */
.content {
    padding: 5px
    }

/* copyright information at bottom of each page */
.TopNBottom	{
    color: #333333
    }

/* "Logged in as" text */
.logged	{
    margin-top: 10px
    }

/* Login box text */
#login {
    padding: 4px;
    }
	
/* links in forum topic area */    
a.topic	{
    padding: 4px;
    font-weight: bold;
    }

/* forum and resource comment interface */
.Forum th, .ForumTable th, th.ForumThColor
{
	color: black;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
}
.ForumThColor, .ForumTable td.ForumThColor
{
	background-color: #FFFFFF;
}
.Forum th a, .ForumTable th a, th.ForumThColor a
{
	color: black;
	font-weight: bold;
	background-color: #FFFFFF;
}
th.light, .ForumTable th.light
{
	background-color: #FFFFFF;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
.ForumTable td, .MessageTable td
{
	color: #333;
	vertical-align: top;
	background-color: #FFFFFF
}
.ForumTable
{
	background-color: transparent;
	border: 0px;
	margin-bottom: 3px;
}
.MessageTable
{
	background-color: transparent;
	border: 0px;
	margin-bottom: 3px;
	border-color: #FFFFFF;
	border-width: 2px 0px 2px 0px;
	border-style: solid none solid none;
}
.ForumDescription
{ 
	line-height: 16px;
}
.TopicDescription
{
	line-height: 18px;
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}
.MessageSubject
{
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}
.MessageFoot
{
	border-color: #FFFFFF;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

a.head
{
	font-weight: bold;
}
a.topic
{
	font-weight: bold;
}
.ForumDescription a, .TopicDescription a 
{
	color: #036;
	text-decoration: none;
}
.MessageBody
{
	padding: 5px;
}
    
.DBEditorTable th.FieldSection, th.FieldSection h2
{
	background-color: #FFFFFF;
	color: white;
}

.DBEditorTable th, th.DBEth
{
	color: white;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

.DBEditorTable th.light, th.light a
{
	background-color: #CCC;
	text-align: left;
	color: black;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

.DBEditorTable td
{
	color: #333;
	vertical-align: top;
	background-color: #FFFFFF;
}

.DBEditorTable
{
	background-color: white;
	border: 0px;
	margin-bottom: 3px;
}

#DBAdd
{
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#DBAdd td.divider hr
{
	height: 1px;
	margin: 0px;
	background-color: #FFFFFF;
}

#DBAdd td
{
	vertical-align: middle;	
}

.MDTable
{
	background-color: transparent;
	border: 0px;
}

.MDTable td
{
	color: #222;
	vertical-align: top;
	background-color: #FFFFFF;
}


.MDTable th
{
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	background-color: #FFFFFF
}

/* ------------ Help Nav ----------------- */

ul.HelpNav
{
    list-style: none;
    width: 180px;
	border: 1px solid #DDD;
 	background: #D2DDE4;
 	padding: 0;
 	float: left;
 	margin: 10px;
}

ul.HelpNav li
{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F3FAFC;
}

ul.HelpNav li:hover, ul.HelpNavLinear li:hover
{
    background-color: #E1EDF4;
	text-align: left;
}

ul.HelpNav li a, ul.HelpNavLinear li a
{
    display: block;
    width: 170px;
	text-decoration: none;
    line-height: 12px;
    color: #666;	
    margin: 5px;
	font-weight: bold;
}

ul.HelpNavLinear
{
    list-style: none;
 	padding: 0;
 	margin: 10px 0 0 10px;
}

ul.HelpNavLinear li
{
    display: block;
    float: left;
    margin: 0;
 	background: #D2DDE4;
    padding: 0;
    border: 1px solid #F3FAFC;
}


/* --- Styles for saved search list in Advanced Search --- */
ul.SPTSavedSearches
{
    list-style: none;
    padding: 0;
    margin: 0px;
}
ul.SPTSavedSearches li
{
    display: block;
    float: left;
    width: auto;
    margin: 3px;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #f2f4f7;
}
ul.SPTSavedSearches li:hover
{
    background-color: #f8fafd;
}
ul.SPTSavedSearches li a
{
    display: block;
    width: 170px;
    text-decoration: none;
    color: #666;        
    margin: 2px;
}

div.editbutton
{
    float: right;
    width: 15%;
    margin: 2px;
    background-color: #f5f5f9;
    border: 1px solid #c8c6d1;
}

.left { 
text-align : left;
        } 
.right { 
text-align : right;
        } 
.center { 
text-align : center;
        } 
.justified { 
text-align : justify;
        } 

.BottoniCommenti {
	text-decoration:none;
	font-weight: bold;
	color:white;
	background-color:#8399B2;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	}

.CategoriaTreviso a, .CategoriaTreviso, #CategoriaTreviso a {
	color:#E78724;
	}

.CategoriaTreviso a:hover, .CategoriaTreviso:hover, #CategoriaTreviso a:hover {
	color:#E78724;
	text-decoration:underline;
	}

.CategoriaLuoghi a, .CategoriaLuoghi, #CategoriaLuoghi a {
	color:#BC1A31;
	}

.CategoriaLuoghi a:hover, .CategoriaLuoghi:hover, #CategoriaLuoghi a:hover {
	color:#BC1A31;
	text-decoration:underline;
	}

/* The following will be hidden from IE 5 mac \*/
div.editbutton { width: auto; }
/* Now IE 5 mac can see again */ 
