/* ============================
these are the main classes 
=============================== */
.containermaster_psp {
	width: 100%;
	background-color: #595959;
	line-height : 1.10em;
	border: #595959 1px solid;  
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster2_psp {
	width: 100%;
	background-color: #b3b3b3;
	border: #b3b3b3 1px solid;  
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster3_psp {
	width: 100%;
	background-color: #ffffff;
	border: #ffffff 1px solid;  
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

/* ============================
this is the class for the header of the module
=============================== */
.containerrow1_psp {
	border-bottom: #fff 1px solid;
}
.containermaster2_psp .containerrow1_psp {
	background-color: #b3b3b3;
	border-bottom: #000 1px solid;
}
.containerrow_w_psp {
	border-bottom: #000 1px solid;
}
/* ============================
this is the class that sets the style of the table cell that holds 
the main content of the module
=============================== */
.containerrow2_psp {
	background-color: #595959;
}
.containermaster2_psp .containerrow2_psp {
	background-color: #b3b3b3;
}
.containermaster_transparent {
    width: 100%;
    background-color: Transparent;
}
/* 
==============================
all alterations to the normal state should be
moved from within the main skin css file to here
==============================
==============================
styles for dk gray container
==============================
*/
.containermaster_psp .Normal a:link, .containermaster_psp .Normal a:visited, .containermaster_psp .Normal a:active {
     text-decoration:underline;
     color:#b5ccff; /*#ee0000*/
}
.containermaster_psp .Normal a:hover {
     text-decoration:underline;
     color:#b5ccff;
}
/*==============================
styles for the transparent container links
==============================*/
/*.containermaster_transparent .Normal a:link, .containermaster_transparent .Normal a:visited, .containermaster_transparent .Normal a:active {
     text-decoration:underline;
     color:#ffffff; 
}
.containermaster_transparent .Normal a:hover {
     text-decoration:underline;
     color:#ffffff;
}*/
.containermaster_transparent a:link, .containermaster_transparent a:visited, .containermaster_transparent a:active {
     text-decoration:none;
     color:#ffffff; 
     font-family: Arial, Sans-Serif;
}
.containermaster_transparent a:hover {
     text-decoration:underline;
     color:#ffffff;
}
/* 
==============================
styles for the lists
==============================*/

.containermaster_psp li {
   /* margin-bottom:15px;*/
}

/*
===============================
styles on the action buttons
===============================
*/
a.ContainerItem1:link, a.ContainerItem1:visited, a.ContainerItem1:active  {
    color: #ffffff;
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: 11px;
}
a.ContainerItem1:hover {
    color: #ffffff;
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: 11px;
}
.containermaster_psp a.CommandButton:link, .containermaster_psp a.CommandButton:visited, .containermaster_psp a.CommandButton:active 
{
    color: #ffffff;
} 
.containermaster_psp a.CommandButton:hover {
    color: #ffffff;
} 
