/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #3F3F3F;
}


/* background color for the content part of the pages */
Body
{
	background-color: linen;
}
/* style for module titles */
.SiteTitle   {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: white;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: #6C7F52;
}
.OwnerBg {
    background-color: #3F3F3F;
}
.GridLinkSelected{
    background-color:  #FFFF80;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;

}

/* DataListTitle Background */
.DataListTitle {
     background-color: #9EAE89;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
}
/* Alternating Datalist Items Backcolor*/
.DataListAlt {
    background-color: #dbe3de;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    border-width: 1px;
}

.DataList
{
     background-color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    border-style: Solid;
    border-width: 1px;
}

.Records{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: grey;
    
}
CriticalDate:link {
    text-decoration:    none;
    color:white;
}

A.CriticalDate:link
{
	color: #ff0000;
}

A.CriticalDate:visited  {

	color: #ff0000;
}

A.CriticalDate:active   {
    text-decoration:    underline;
	color: #ff0000;
}

A.CriticalDate:hover
{
	color: #ff0033;
	text-decoration: underline;
}
.LeftPane  { 
bgcolor=#E6E6E6
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color:White;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:visited  {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:active   {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#9EAE89;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#9EAE89;
}
.Records   {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #666644;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
     color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
     color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.NormalSmall
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px    
}
.NormalRed
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
.NormalNavy
{
	font-weight: normal;
	font-size: 11px;
	color: #41509d;
	line-height: 11px;
	font-family: Verdona,Tahoma, Arial, Helvetica;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #9999CC;
}
    
/* GENERIC */
H1  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    color: #666644;
}

H4  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
     color: #666644;
}

H5, DT  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color: #333399;
}

.GridLink:link  {
    text-decoration:    none;
    color:  #003366;
}

.GridLink:visited   {
    text-decoration:    none;
    color:  #003366;
}

.GridLink:active    {
    text-decoration:    none;
    color:  #003366;
}

.GridLink:hover {
    text-decoration:    underline;
    color: #333399;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Verdona,Tahoma, Arial, Helvetica;
}


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;
}
/* text style used for most text rendered by modules */
.p
{
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
HR {
    color: dimgrey;
    height:.01pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdona,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}



.NormalButton  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:   normal;
    color: black;
}

.DataInput  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:   normal;
    color: black;
}

.Additional:Link
{
    font-family:  Arial, Tahoma,Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}
.Additional:Visited
{
    font-family:  Arial, Tahoma,Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}


.mm {background:url(../../images/module_center.gif)}
.bm  {background:url(../../images/Bottom_Center.gif) 0 100% repeat-x #FCF5ED;  }
.bm2 {background:url(../../images/Bottom_Center.gif) 0 100% repeat-x #FCF5ED;  }

.lm {background: url(../../images/Center_Left.gif) 0 0 repeat-y; height:10px; width:10px}
.rm {background: url(../../images/Center_Right.gif) 100% 0 repeat-y; height:10px; width:10px}
.bl {background:url(../../images/Bottom_Left.gif) 0 100% no-repeat; height:10px; width:5px }
.br {background:url(../../images/Bottom_Right.gif) 100% 100% no-repeat; height:10px; width:5px}
.tl {background: url(../../images/Top_left.gif) 0 0 no-repeat; height:10px; width:5px}
.tr {background: url(../../images/Top_right.gif) 100% 0 no-repeat; height:10px; width:10px }
.tm {background: url(../../images/Top_Center.gif) 100%  0 repeat-x ; height:10px; width:10px}

dfn
{color:#687a7f;}


/*Critical Date Link Color*/
.EventNA {
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    text-decoration:    none;
	color: gray;
}
/*Critical Date Link Color - Unvisited*/
A.EventNA:link
{
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
	color: gray;
}
/*Critical Date Link Color - Visited*/
A.EventNA:visited  {
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
	color: gray;
}
/*Critical Date Link Color - Current*/
A.EventNA:active   {
    text-decoration:    underline;
	color: gray;
}
/*Critical Date Link Hover Color - Do NOT change this color unless Adrian says so*/
A.EventNA:hover
{
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
	color: gray;
	text-decoration: underline;
}





























