/* ============================
these are the main classes 
=============================== */
.containermaster_psp {
	width: 100%;
	background-color: #ffffff;
	line-height : 1.10em;
}
.containermaster2_psp {
	width: 100%;
	background-color: #5f6775;
}
.containermaster3_psp {
	width: 100%;
	background-color: #ffffff;
}

/* ============================
this is the class for the header of the module
=============================== */
.containerrow1_psp {
}
.containermaster2_psp .containerrow1_psp {
	background-color: #5f6775;
}
.containerrow_b_psp {
	border-bottom: #fff 1px solid;
}
.containerrow_w_psp {
	border-bottom: #ccc 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: #ffffff;
}
.containermaster2_psp .containerrow2_psp {
	background-color: #5f6775;
	color: #ffffff;
}
.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 white container
==============================
*/
.containermaster_psp .Normal a:link, .containermaster_psp .Normal a:visited, .containermaster_psp .Normal a:active {
     text-decoration:underline;
     color:#5f6775; /*#ee0000*/
}
.containermaster_psp .Normal a:hover {
     text-decoration:underline;
     color:#5f6775;
}
/*=================================
for the dark container & its tables
==================================*/
.containermaster2_psp .containerrow2_psp td{
	color: #ffffff;
}
.containermaster2_psp .Normal a:link, .containermaster2_psp .Normal a:visited, .containermaster2_psp .Normal a:active {
     text-decoration:underline;
     color:#ffffff; /*#ee0000*/
}
.containermaster2_psp .Normal a:hover {
     text-decoration:underline;
     color:#ffffff;
}
/*==============================
styles for the transparent container links
==============================*/
.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: #5f6775;
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: 11px;
}
a.ContainerItem1:hover {
    color: #5f6775;
    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: #000;
} 
.containermaster_psp a.CommandButton:hover {
    color: #000;
} 
/* affects buttons in mods like view survey results buttons */
.containermaster2_psp a.CommandButton:link, .containermaster2_psp a.CommandButton:visited, .containermaster2_psp a.CommandButton:active 
{
    color: #fff;
} 
.containermaster2_psp a.CommandButton:hover {
    color: #fff;
} 
