/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Container */
.Sottolineato_Pill_Master {
	background-color: #FFFFFF; /* arancio chiaro*/
	border-right: #51AABE 0px solid; 
	border-top: #51AABE 0px solid; 
	border-left: #51AABE 0px solid; 
	border-bottom: #51AABE 0px solid; 
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Container Title Formatting */
.Sottolineato_Pill_Title {
	font-family: Tahoma;
	font-size: 12px;
	color: #CA5F00;  /* arancio */
	font-weight: bolder;
}

.Sottolineato_Pill_Testata {
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #CA5F00;*/ /*arancio*/
}
	
.Sottolineato_Pill01 {
	/*background-image: url(AquaPix/XDPill_01.gif);*/
	height: 20px;
	/*background-repeat: no-repeat;*/
}

/* Change Class in ASCX file to get the rounded corners*/
.Sottolineato_Pill02 {
	/*background-image: url(AquaPix/XDPill_02.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: #FFFFFF; /* arancio chiaro*/
	border-bottom: #CA5F00 1px solid; 
	height: 20px;
	/*border-right: #51AABE 1px solid;*/ 
	/*border-top: #9BCEDA 1px solid;*/ 
	/*border-left: #51AABE 1px solid;*/
}

/* Change Class in ASCX file to get the rounded corners*/
.Sottolineato_Pill03 {
	/*background-image: url(AquaPix/XDPill_03.gif);*/
	height: 20px;
	/*background-repeat: no-repeat;*/
}

/* End Custom Class */

