/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* background color for the content part of the pages */
/* CUSTOM STYLED IMAGE BORDERS ************/
img.image-style2 {border-top:3px dotted #95B8DB; border-bottom:3px dotted #95B8DB;}
/* img.imageBorderSolid {border-top:2px solid #95B8DB; border-bottom:2px solid #95B8DB;}
img.imageBorderDotted {border-top:3px dotted #95B8DB; border-bottom:3px dotted #95B8DB;}
img.imageLeftBorderSolid {border-top:3px solid #95B8DB; border-left:3px solid #95B8DB;padding:2px; border:1px solid #0094B5;} */
.img.image-style {
border-bottom: 3px double #333366;
border-top: 1px solid #336699;
border-left: 1 solid #336699;
border-right: double #333366 3;
}
/* background/border colors for the selected tab */
/* text style used for most text rendered by modules */
.Normal
{
color:#000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
.normal
{color="#000000"}
/* text style for buttons and link buttons used in the portal admin pages */
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
/* GENERAL */
/* style for module titles */
.Head   {
line-height:24px;
}

