/* 
	client: AIND, Associação da Imprensa Não Diária
	copyright: ©2005 Webuild, Internet Solutions, Lda.
*/

/* ///// ItemBox ///// */

/* common */
.SMParent, 
.SMParentSelected, 
.SMParentOver			 			{ font-family: Arial, Helvetica, sans-serif; vertical-align: middle; letter-spacing: 1px; padding: 6px 12px 0px 0px; text-align:right; font-weight:bold; font-weight:bold; font-size: 12px; cursor: hand; cursor: pointer; }

/* parent clean */
/*.SMParent 												{ color: #999999; font-weight: normal; }*/


.SMParent a:link, 
.SMParent a:visited, 
.SMParent a:active 					{ color: #000; text-decoration: none; font-weight:bold; }

.SMParent a:hover 					{ color: #00CC00; text-decoration: underline; font-weight: bold; }

/* parent over | não tem link */

.SMParentOver 						{ color: #b72637;	text-decoration: none; font-weight: bold; }

.SMParentOver a:link,
.SMParentOver a:visited,
.SMParentOver a:active,
.SMParentOver a:link 				{ color: #b72637; text-decoration: none; font-weight: bold; }

/* parent selected | não tem link */

.SMParentSelected 					{ color: #C10000; text-decoration: none; }


/* ///// SubItemBox ///// */

/* common */
.SMChild, 
.SMChildOver, 
.SMChildSelected 					{ font-family: Arial, Helvetica, sans-serif; padding: 3px 10px 3px 0px; letter-spacing: 1px; font-size: 12px; text-align:right; cursor: hand; cursor: pointer; display: block; overflow: hidden; }

/* child box clean */
.SMChild 							{ font-weight: normal; }

.SMChild a:link,
.SMChild a:visited,
.SMChild a:active 					{ color: #b72637; text-decoration: none; font-weight: normal; }

.SMChild a:hover 					{ color: #b72637; text-decoration: underline; font-weight: normal; }

/* child box over */
.SMChildOver 						{}

.SMChildOver a:link, 
.SMChildOver a:visited, 
.SMChildOver a:active 				{ color: #b72637; text-decoration: none; font-weight: normal; }

.SMChildOver a:hover 				{ color: #b72637; text-decoration: underline; font-weight: normal; }

/* child box selected */

.SMChildSelected 					{}

.SMChildSelected a:link, 
.SMChildSelected a:visited, 
.SMChildSelected a:active 			{ color: #b72637; text-decoration: underline; font-weight: normal; }

.SMChildSelected a:hover 			{ color: #b72637; text-decoration: underline; font-weight: normal; }

/* ///// MenuBox ///// */

.SMMenu {
	padding: 6px 0px 50px 2px;
	margin: 0px 0px 0px 7px;
}

/*
.SMMenu img {
	display: none;
}
*/

.SMMenu a:link,
.SMMenu a:active,
.SMMenu a:visited {
	/*color: #333333;
	text-decoration: none;
	font-weight: bold;*/
}

.SMMenu a:hover{
	/*color: #C10000;
	text-decoration: none;
	font-weight: bold;*/
}

.SMImageParent {	
	vertical-align: bottom;
	width: 9px;
	height: 9px;
	z-index: 30;
	position: absolute;
	left: 195px;
	margin-top: 3px;
	border: none;
	}

.SMImageChild {
	vertical-align: bottom;
	width: 9px;
	height: 9px;
	z-index: 30;
	position:  absolute;
	left: 195px;
	margin-top: 3px;
	border: none;
	}

.SMChildrenBox {
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
	padding: 3px 10px 3px 0px;
	margin: 0px 0px 0px 0px;
}

/* ///// Reference ///// */

