/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerrow1_white {
	background-color:transparent;
	background-image: url(barbutwhimi.jpg);
	width:100%;
}
.containerrow1_tan {
	background-color:transparent;
	background-image: url(barbuttanmi.jpg);
	width:100%;
}
.containerrow1_blue {
	background-color:transparent;
	background-image: url(barbutblumi.jpg);
	width:100%;
}
.containerrow1_blue .Head{
    color: #ffffff;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.containerrow1_ruby {
	background-color:transparent;
	background-image: url(barbutrubmi.jpg);
	width:100%;
}

.containerrow2_white {
	background-color: #ffffff;
}
.containerrow2_tan {
	background-color: #ffcccc;
}
.containerrow2_blue {
	background-color: #ccffff;
}
.containerrow2_ruby {
	background-color: #ffccff;
}
.containerrow2_trans {
	background-color:transparent;
}



.Head {
   font-family: Arial, Helvetica;
   font-size:  16px;
   font-weight:  bold;
   color: #333333;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled, td
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}


/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  22px;
    font-weight: bold;
		font-style: italic;
    color: #003366;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight: bold;
		font-style: italic;
    color: #003366;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
		font-style: italic;
    color: #003366;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
		font-style: italic;
    color: #003366;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
		font-style: italic;
    color: #003366;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
		font-style: italic;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  14px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

A:link, A:visited, A:active{
    text-decoration: underline;
    color: #000066;
}

A:hover{
    text-decoration: none;
    background-color: #99ffcc;
    color: #000066;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color:  #003366;
    height:1pt;
    text-align:center;
}




