/* blue */

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #135cae;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0b3768;
}
a:active, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0b3768;
}



/** editor **/
  .alert, p.alert {
 	border: 2px solid #FEABAB;
 	padding: 5px;
 	background: #FFDFDF;
 	display: block;
 }
 
 .info, p.info {
 	border: 2px solid #B7D2F2;
 	padding: 5px;
 	background: #DBE7F8;
 	display: block;
 }
 
 .infox {
 	border-top: 2px solid #B7D2F2;
 	margin: 10px 0 0 0;
 	padding: 10px 0 0 0;
 	display: block;
  }
 
 .stickynote, p.stickynote {
 	background: #EDEBC3;
 	border: 2px solid #CACACC;
 	padding: 5px;
 	display: block;
 }
 
 .pres, p.pres {
 	border-right: 2px solid #8AB1CC;
 	border-left: 2px solid #8AB1CC;
 	background: #FFFFD5;
 	padding: 5px;
 	font-family: "Courier New", Courier, monospace;
 	display: block;
 }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 3px 0 3px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
  	font-weight: bold;
	color: #333;
	margin: 3px 0 3px 0;
	padding: 0;
}


h3, .componentheading, table.moduletable th, legend {
  display:block;
  margin: 20px 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #B7D2F2;
}

div.module_menu h3 {
	margin: -30px 0px 0px 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
	background: none;
	width: auto;
}


h4 {
  font-weight: bold;
  font-size: 13px;
  color: #29B4B7;
  	margin: 3px 0 3px 0;
	padding: 0;
}

h5 {
  font-weight: bold;
  font-size: 13px;
  color: #20529D;
  	margin: 3px 0 3px 0;
	padding: 0;
}

h6 {
font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 12px;
  color: #20529D;
  	margin: 3px 0 3px 0;
	padding: 0;
}



.contentheading {
  font-weight: bold;
  font-size: 12px;
  color: #B4398A;
  margin: 0;
  padding: 0;
}



table.contentpaneopen{
	margin-bottom: 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

#pillmenu a:hover {
  color: #FFFFFF;
   background: #FF00EE;
}

#pillmenu a#active_menu-nav {
 /* background: url(../images/blue/mw_menu_active_bg.png) repeat-x;*/
 background: #FF00EE;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	background: none;
}

div.module_menu div {
	/*background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;*/

}

div.module_menu div div{
	/*background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;*/

}

div.module_menu div div div {
	padding-top: 0px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}


div.module_menu ul ul, div.module_menu ul ul ul{
	margin-bottom: 3px;
	padding-left: 10px;
	background-color: none;
	list-style: none;
}

div.module_menu ul{
	margin: 0;
	padding-left: 0px;
	background-color: none;
	list-style: none;
}


/* PRIMO LIVELLO */
div.module_menu ul li a, div.module_menu ul li a:visited {
font-weight: bold;
padding: 3px 0 5px 10px;
margin-top: 0px;
margin-bottom: 0px;
background: url(../images/sistema/bgMenuL1.jpg) bottom right repeat-y #fff;
color: #333;
width: auto;
display: block;
text-decoration: none;
font-size: 12px;
}

/* SECONDO LIVELLO */
div.module_menu ul ul li a, div.module_menu ul ul li a:visited {
padding: 3px 0 5px 10px;
margin: 0px;
background: url(../images/sistema/bgMenuL3.jpg) bottom right repeat-y #eee;
color: #666;
width: auto;
display: block;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

/* TERZO LIVELLO */
div.module_menu ul ul ul li a, div.module_menu ul ul ul li a:visited {
padding: 3px 0 3px 10px;
margin:0;
background: url(../images/sistema/bgMenuL3.jpg) bottom right repeat-y #eee;
color: #868686;
width: auto;
display: block;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}

div.module_menu ul li a:hover, div.module_menu ul li a:focus, div.module_menu ul li a:active {
font-weight: bold;
background: url(../images/sistema/bgMenuL2.jpg) bottom right repeat-y #fff;
color: #B4398A;
display: block;
text-decoration: underline;
}

div.module_menu ul ul li a:hover, div.module_menu ul ul li a:focus, div.module_menu ul ul li a:active {
font-weight: bold;
background: url(../images/sistema/bgMenuL4.jpg) bottom right repeat-y #fff;
color: #B4398A;
display: block;
text-decoration: underline;
}


div.module_menu div div div #current a{
font-weight: bold;
color: #FF00AA;
display: block;
text-decoration: none;
}

