.mod_t{
background-color:#e8f1f8;
background-position:top left;
background-repeat:no-repeat;
color:#000;
}
	



.mod_l{
background-color:#bad5e9;
background-position:top left;
background-repeat:repeat-y;
border-bottom:1px solid #a3c7e2;
border-left:1px solid #a3c7e2;
color:#000;
}
.mod_r{
background-color:#bad5e9;
background-position:top left;
background-repeat:repeat-y;
border-bottom:1px solid #a3c7e2;
border-right:1px solid #a3c7e2;
color:#000;
}			
.mod_l, .mod_r{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1d0e6, endColorstr=#e8f1f8);}	



.mod_head{
  background-color:#bad5e9;
  background-position:top left;
  background-repeat:repeat;
  border-bottom:1px solid #a3c7e2;
  border-top:1px solid #a3c7e2;
  color:#000;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3c7e2, endColorstr=#e8f1f8);
  padding:0px 0px 0px 0px;
}			
.mod_main{
background-color:#fff;
border-bottom:1px solid #a3c7e2;
border-left:1px solid #a3c7e2;
border-right:1px solid #a3c7e2;
color:#000;
padding:5px 10px 5px 10px;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
