/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #FAFFFA; 
	font-family: arial, helvetica;
	font-size:middle;
	color:#006400;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
background-image:url("leftpanebg.gif");
width:250;
}

.ContentPane  { 
}

.RightPane  { 
width:200;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	color: #006400;
	font-size:14px;
	font-weight: bold;
}

.TitleHead   {
	color: #006400;
	font-size:16px;
	font-weight: bold;
	margin-left:3;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #006400;
	font-size:11px;
	font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #006400;
	font-size:10px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size:12px;
	color:#006400;
}

.NormalLinks
{
	font-size:14px;
        font-weight: bold;
	color:#9E0028;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size:12px;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-size:12px;
	color:#9E0028;
}

A.CommandButton:visited  {
	font-size:12px;
	color:#9E0028;
}

A.CommandButton:active   {
	font-size:12px;
	color:#9E0028;
}

A.CommandButton:hover    {
	font-size:12px;
	color:red;
}
    
/* GENERIC */
H1  {
    color: #006400;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#9E0028;
}

A:visited   {
	color:#9E0028;
}

A:active    {
	color:#9E0028;
}

A:hover {
	color:red;
}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* styles for RPROG contacts */

.LinkTable
{
	font-size: 12px;
	font-weight:bold;
	border-color:red;
}
.ContactsFont
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 70%;
	border-style: solid;
}

.ContactsItem
{
	background-color:"#F3FFE5";
	color:#006400;
}
.ContactsAlternatingItem
{
	background-color:"#FFFDFA";
	color:#006400;
}

.ContactsHeader
{
	background-color:"#B8002E";
	color:White;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
}

.ContactsTitle
{
	font-weight:bold;
	font-family:Verdana, Helvetica, sans-serif;
	color: #006400;
}

.ContactsSubTitle
{
	font-family:Verdana, Helvetica, sans-serif;
	color: #006400;
	font-size:10px;
	font-weight: bold;
}

.FormFont
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.FormLabelColumn
{
	background-color:"#EEEEEE";
	color:"Black";
}

.FormValueColumn
{
	background-color:"#F3FFD1";
	color:black;
}

.FormTitle
{
	background-color:#FFE699;
	color:#004000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.TitleColor
{
	background-color:#FFDB70;
	color:#B8002E;
}

.ListFont
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
}

.ListItem
{
	background-color:"#F3FFE5";
	color:#006400;
}
.ListAlternatingItem
{
	background-color:"#FFFDFA";
	color:#006400;
}
.ListSelectedItem
{
	color: white;
	background-color: #B8008A;
}
.ListFooter
{
	color:#004000;
	background-color:#FFE5AD;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
}
.ListPager
{
	color:#004000;
	background-color:#FFE699;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
}
.ListHeader
{
	background-color:#FFE699;
	color:#004000;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
}

.ListHeaderNormal
{
	color:#004000;
}

.ListHeaderNormal a:link
{
	color:#004000;
}

.ListHeaderNormal a:visited
{
	color:#004000;
}

.ListHeaderSort
{
	color:#663399;
}

.ListHeaderSort a:link
{
	color:#663399;
}

.ListHeaderSort a:visited
{
	color:#663399;
}

.UILoginFont
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.Button
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.VertMenu
{
}


.VertMenuTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006400;
}

.VertMenuItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00E600;
}

A.VertMenuItem:link
{
    text-decoration: none;
}

.PicListItem
{
	background-color: #FAFFFA;
	border-color: green;
}

.PicImage
{
	border-color: green;
}

.PicCaption
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#006400;
	overflow:auto;
}
.PageHeader
{
	background-color:"#E0E0E0";
	color:"#000080";
	font-weight:bold;
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
}

.PageFooter
{
	background-color:"#E0E0E0";
	color:"#000080";
	font-weight:normal;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.PageTitle
{
	font-family:Verdana, Helvetica, sans-serif;
	color:Navy;
	font-size:large;
}
.LinkButton
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold; color: #9E0028;
}

.LinkTable A.LinkButton:link { color: #9E0028; text-decoration:none; }
.LinkTable A.LinkButton:visited { color: #9E0028; text-decoration:none;}
.LinkTable A.LinkButton:hover { color: #FF0000; text-decoration: none ;}

A.LinkButton:link { color: #9E0028; text-decoration:underline; }
A.LinkButton:visited { color: #9E0028; text-decoration:underline;}
A.LinkButton:hover { color: #FF0000; text-decoration: none ;}


span.ParagraphTitle   p
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: green;
}

.ParagraphTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: green;
}

.ParagraphBody
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.cssbutton {
border: 1px solid #FAFFFA;
padding: 5px;
width: 80px;
color: #004000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: center;
height: 14px;
background-color: #FFE699;
} 

.cssbutton a:link {
    text-decoration : none;
    color: #004000;
}
.cssbutton a:hover {
    text-decoration:underline;
    color: #004000;
font-size: 14px;
}
.cssbutton a:visited {
    text-decoration : none;
    color: #004000;
} 
.cssbutton a:active {
    text-decoration : none;
    color: #004000;
} 
