/* hyperlink style for buttons and link buttons used in the portal admin pages */
.containerrow2_vortex li{
color:black;
font-family:Arial,Tahoma,Helvetica;
font-size:12px;
font-weight:normal;
}
.containerrow2_vortex A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

.containerrow2_vortex A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

.containerrow2_vortex A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

.containerrow2_vortex A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}


.containermaster_vortex {
	width: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_vortex {
	background-image: url(titleBg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
.containerrow2_vortex {
	background-color: #ffffff;
	background-image: url(/Portals/0/Containers/ArtaContMan/ContentPaneBg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 12px;
}
.containerrow2_vortex p{
color: black;
}



#man{
position: relative;
top: 5px;
right: 5px;
}

.Man{
	background-image: url(man.gif);
background-repeat: no-repeat;
z-index: 100;
width: 13px;
height: 41
}
