/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-right: #e1e1e1 1px solid;
	border-top: #e1e1e1 1px solid;
	border-left: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	color: #000033;
}

.containerrow1_gray {
	background-image: url();
}
.containerrow2_gray {
	background-color: #ffffff;
}
.head {
	color: #00241e;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.headline {
	color: #00241e;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.head2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
}
.head1 {
	color: #000000;
	font-family: "trebuchet MS", tahoma;
	font-size: 14px;
	font-weight: bold;
}
.head3 {
	color: #00886b;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.head4 {
	color: #015345;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.StandardButton {
	background: url(gr_yellow.gif);
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #eec908;
	width: 50px;
	white-space: normal;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #007565;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #05907d;
	text-decoration: none;
}
.CommandButton a:link
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #05907d;
}
.CommandButton a:active
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #05907d;
}
.CommandButton a:visited
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #05907d;
}
.CommandButton a:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #3a4745;	
}