/*
==============================
 Transparent Container
==============================
*/

.containermaster_trans_top
{
	width:100%;
	background-color:transparent;
	border-right:#8F9092 0px solid;
	border-top:#8F9092 0px solid;
	border-left:#8F9092 0px solid;
	border-bottom:#8F9092 0px solid;
	moz-border-radius-bottomleft:15px;
	moz-border-radius-bottomright:15px;
	moz-border-radius-topleft:3px;
	moz-border-radius-topright:3px;
}
.containerrow1_trans
{
}
.containerrow2_trans
{
	background-color:transparent;
}

.containermaster_trans_top.A:link.Normal  {
	color:Black;
    font-weight:Bold;
	font-size:14px;
	font-family:Arial;
}

.containermaster_trans_top.A:visited.Normal   {
	color:Black;
    font-weight:Bold;
	font-size:14px;
	font-family:Arial;
}

.containermaster_trans_top.A:active.Normal    {
	color:Black;
    font-weight:Bold;
	font-size:14px;
	font-family:Arial;
}

.containermaster_trans_top.A:hover.Normal {
	color:Black;
    font-weight:Bold;
	font-size:14px;
	font-family:Arial;
}


