/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



.MDSMAP_Blue_Con
{
	/*color: #d3d9ed;*/
	color: #FFFFFF;
	font-family:  Arial;
	font-size: 15px;
}

A.MDSMAP_Blue_Con {
	/*color: #d3d9ed;*/
	color: #FFFFFF;
	font-family: Arial;
	font-weight:500;
}

/* hyperlink style for the unselected tabs */
A.MDSMAP_Blue_Con:link{
	color: #ffff33;
	font-family: Arial;
	font-weight:500;
	text-decoration:underline;
}

A.MDSMAP_Blue_Con:visited  {
	color: #ffff33;
	font-weight:500;
	text-decoration:underline;
}

A.MDSMAP_Blue_Con:active   {
color: #ffff33;
font-weight:500;
text-decoration:underline;
}

A.MDSMAP_Blue_Con:hover    {
color: white;
	font-family: Arial;
text-decoration:underline;
font-weight:500;
}

.MDSMAP_Blue_Con_Head_H1
{
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial;
}

.MDSMAP_Blue_Con_Head_H2
{
	font-weight: bolder;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
	
}


.MDSMAP_Blue_Con_Head_H3
{
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	
}

.MDSMAP_Blue_Con_Head_H4
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
	
}


.MDSMAP_Gray_Con
{
	
	/*color: #d3d9ed;*/
	color: #FFFFFF;
	font-family: Arial;
}

.MDSMAP_Gray_Con_Head_H1
{
	font-weight: bolder;
	font-size: 16px;
	color: #5E5E5E;
	font-family:Arial;
	
}

.MDSMAP_Gray_Con_Head_H2
{
	font-weight: bolder;
	font-size: 14px;
	color: #A1A1A1;
	font-family:Arial;
	
}


.MDSMAP_Gray_Con_Head_H3
{
	font-weight: normal;
	font-size: 12px;
	color: #A1A1A1;
	font-family:Arial;
	
}

.MDSMAP_Gray_Con_Head_H4
{
	font-weight: normal;
	font-size: 10px;
	color: #A1A1A1;
	font-family:Arial;
	
}




/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
font-family: Arial;

}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}



/* hyperlink style for the selected tab */
A.Normal:link
{
	font-size: 12px;
	
	
}

A.Normal:visited  {
}

A.Normal:active   {
}

A.Normal:hover    {
}


/* 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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  
{
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial;
}

H2  
{
		font-weight: bolder;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
}

H3  
{
		font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

H4  
{
		font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


A{

	font-family: Arial;
font-weight:500;


}
/* hyperlink style for the unselected tabs */
A:link {

	font-family: Arial;
font-weight:500;
text-decoration:underline;

}

A:visited  {

font-weight:500;
text-decoration:underline;

}

A:active   {

font-weight:500;
text-decoration:underline;
}

A:hover    {

	font-family: Arial;
text-decoration:underline;
font-weight:500;

}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI
{
	list-style-image: url(/MDSMap/Portals/0/icons/right-arrow-blue.gif);
	padding-bottom: 3px;
}

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 {
}




















