
/* 
================================
Skin styles for SilverSoft
================================
*/   



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

Body
{
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: x-small;
}


.lcol
{
	background-image: url(l.gif);
	width: 15;
}


.rcol
{
	background-image: url(r.gif);
	width: 15;
}


.llcol
{
	background-color: #EEEEEE;
}


.rrcol
{
	background-color: #EEEEEE;
}


A:link {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none
}

A:visited  {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none
}

A:active   {
	color: #333333;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}

A:hover    {
	color: #888888;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none
}

.Head    {
color: #66f;
font-family: Verdana, Arial;
font-size: small;
font-style: normal
}

.SubHead    {
color: #666;
font-family: Verdana, Arial;
font-size: x-small;
font-style: normal
}

.Normal
{
font-family: Verdana, Arial;
font-size: x-small
}

.NormalTextBox
{
font-family: Verdana; font-size: 8 pt; border-style: solid; border-width: 1
}






.SkinObject {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}


.StandardButton {
  border:1px ridge #808080; background:#E4E4E4; color: #808080;
  font-family: verdana, sans-serif; 
  font-size: 8 pt;
  font-weight: normal; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}




/* style of item titles on edit and admin pages */
.AnnouncementsSubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}


A.TermsLinkCss:link {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}

A.TermsLinkCss:visited {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}
A.TermsLinkCss:active {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}
A.TermsLinkCss:hover {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}







A.PrivacyLinkCss:link {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}

A.PrivacyLinkCss:visited {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}
A.PrivacyLinkCss:active {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}
A.PrivacyLinkCss:hover {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8 pt;
   font-weight: bold;
   color: #000000
}












/* Menu for Skin Comp */

.ActiveRootTab TD{
width: 110px;
color: #000000;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
height: 28px;
background-color: transparent;

}
.RootTab TD{
width: 110px;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
color: #FFFFFF;
background: transparent;
height: 28px;
}

.SelectedRootTab TD{
width: 110px;
color: #eaeaea;
height: 28px;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
background-color: transparent;
}

.BreadcrumbRootTab TD{
width: 110px;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
color: #ffffff;
height: 28px;
}

.ActiveSubTab {
background-color: #DB2D25;
color: #ffffff;
border-top: 0px solid;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
}
.SubTab {
background-color: #ffffff;
color: #000000;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
}
.SelectedSubTab {
background-color: #F0F0F0;
color: #000000;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
}
.BreadcrumbSubTab {
background-color: #000000;
color: #ffffff;
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
border-top: 0px solid;
}






































/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: white 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 1px solid;  
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:28px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url(TabCWhite.gif);	
	color: White;
	height: 24px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(TabCWhite.gif);	
	color: Blue;
	height: 24px;
}

.MainMenu_TabMenuItemHover TD
{
	background-image: url(TabCWhite.gif);
	color: Blue;
	height: 24px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(TabCWhite.gif);	
	color: Blue;
	height: 24px;
}


.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #eeeeee 0px solid; /* bordi attorno alla scritta del menu */
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-right: #eeeeee 0px solid;
}

.MainMenu_MenuItemSel {
	background-color: #CADDFF;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}


.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #E5EEFF; 
	border-left: #eeeeee 1px solid; /* bordi attorno alla icona */
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	text-align: center; 
	width: 5; 
	height: 20;
}




.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #E5EEFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 

	border-bottom: #00ff00 0px solid; /* bordi a destra della scritta menu */
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid; 
	border-right: #00ff00 0px solid;

}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-right: #eeeeee 1px solid; 
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}






















.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url('gradient_DkBlue.jpg'); 
	height:30px
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}




.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url('gradient_LtBlue.jpg');
}
























































































