/* New DIV Box */

DIV.standardBox {
	border-width: 2px;
	border-style: solid;
	border-color: #903;
	padding: 13px 6px 7px 6px;
/* 	margin: 10px 10px 20px 10px; */

	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;

	width: 550px;
	position: relative;
	text-align: justify;
}

DIV.standardBox P.title{
	color: #903;
	border-bottom: 1px solid black;
	font-size: 14px;
}

DIV.actionBox{
	border-width: 4px;
	border-style: outset;
	border-color: #006;
	padding: 13px 6px 7px 6px;
	margin: 5px 5px 5px 5px;
	position: relative;
}

SPAN.boxTitle{
	font-size: 16px;
	font-weight: bolder;
	position: absolute;
	font-variant: small-caps;

	top: -11px;
	margin: 0 0 0 5px;
	padding: 0 2px 0 2px;
	background: #fff;
}

SPAN.picTitle{
	position: absolute;
	top: -11px;
	margin: auto;
}

DIV.boxIcon{
	text-align: right;
	padding: 0 2px 0 2px;
	position: absolute;
	width: 538px;
	top: -12px;
}

/* Normal Box */

TD.leftBorderBox{
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-image: url(/versions/3.1/include/images/frame/frame_side.gif);
	background-position: left;
}

TD.rightBorderBox{
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-image: url(/versions/3.1/include/images/frame/frame_side.gif);
	background-position: right;
}

P.boxTitle {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	font-variant: small-caps;
/* 	text-shadow: #DDDDDD 3px -3px 3px; */
}

/* aBox  */

TD.abox A{
	color: #FFF;
}

TD.abox A:link{
	text-decoration : underline;
}

TD.abox A:visited{
	text-decoration : underline;
}

TD.abox A:active{
	text-decoration : underline;
}

TD.abox A:hover{
	text-decoration : none;
}