﻿/* Cascading Stylesheet for Soluzione - Scuola online */
/* --------- Colore 07 (ltBlue) ------------------------------------------------- */

/* --------- Reset -------------------------------------------------------------- */
table tbody tr:hover td {
	/*background-color:transparent;*/
}
.textHighlighted {
    color: #0080bf !important;
}

.bg_normal,
.titleArea .icons48 {
	background-color:#0099e5;
}
.button1, .template .ui-dialog .ui-dialog-buttonpane .ui-button {
	background-color:#0080bf;
	border:solid 1px #006699;
}
.button1buttonset {
	border-top:solid 1px #006699;
	border-left:solid 1px #006699;
	border-bottom:solid 1px #006699;
	border-right:solid 1px #42a1d0;
}
/* --------- Struttura header --------------------------------------------------- */
a#EditProfile:hover, a#LoginStatus1:hover, a#LoginStatus:hover, #HyperLinkShowProfile:hover {
	border:1px solid #00679b;
	background-image:url(../Graphics/bg_texture1.png);
}
.titleArea .titleAreaText {
    border-bottom-color: #0099e5;
}

/* --------- Menu --------------------------------------------------------------- */
#MainMenu li a.highlighted {
	background-color:rgba(0,89,153,0.90);
}
#MainMenu ul.level2, #MainMenu ul.level3 {
	background-color:rgba(0,89,153,0.90);
}

/* --------- Tooltip ------------------------------------------------------------ */
.tooltip {
	background-color:#00406e;
}
.tooltip .notch {
	border-bottom-color:#00406e;
}

/* --------- CookieChoice ------------------------------------------------------------ */
#cookieChoiceInfo {
	background-color:rgba(0,89,153,0.90);
}

/* --------- Tabs --------------------------------------------------------------- */
.tabs {
	border-bottom:#006699 5px solid;
}
.tabs ul li.active a {
	background-color:#0080bf;
	border-top:solid 1px #006699;
	border-left:solid 1px #006699;
	border-right:solid 1px #006699;
}
.tabs ul li.active a:hover {
	background-color:#0080bf;
}

/* --------- TabsV -------------------------------------------------------------- */
.tabsV ul li.active a {
	background-color:#0080bf;
	border-top:solid 1px #006699;
	border-left:solid 1px #006699;
	border-bottom:solid 1px #006699;
}
.tabsV ul li.active a:hover {
	background-color:#0080bf;
}
.tabVContent {
	border-left:#006699 5px solid;
}

/* --------- Input -------------------------------------------------------------- */
input[type="text"]:hover, input[type="password"]:hover, input.inputText:hover, select:hover, textarea:hover {
	border:1px solid #5d9bba;
}
input[type="text"]:focus, input[type="password"]:focus, input.inputText:focus, select:focus, textarea:focus {
	border:1px solid #0080BF;
  -webkit-box-shadow: 0 0 3px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: 0 0 3px rgba(82, 168, 236, 0.6);
          box-shadow: 0 0 3px rgba(82, 168, 236, 0.6);
}

/* --------- Scheda dettaglio --------------------------------------------------- */
.userPhotoBox_80 {
	background-color:#003b65;
	border-top:#1c5176 1px solid;
	border-left:#1c5176 1px solid;
	border-bottom:#003154 1px solid;
	border-right:#003154 1px solid;
}
.userPhoto_80 {
	background-color:#00406e;
	border-top:#003154 1px solid;
	border-left:#003154 1px solid;
	border-bottom:#1c5176 1px solid;
	border-right:#1c5176 1px solid;
}

