/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: White;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #1C5BAA none; 
    color: #FFFFFF;
    font-family: Arial,Verdana, "ABC Sans Serif", sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
/* Style for the TopLevelTabs Web Control */
.TopLevelTabs {
     FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}
A.TopLevelTabs:link {
   FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.TopLevelTabs:visited  {
     FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.TopLevelTabs:active   {
   FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.TopLevelTabs:hover    {
    FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #CC6600; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}
.effect {
	FILTER: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0, xray=0, mirror=0, invert=0, opacity=0.7, rotation=0)
}
.effect1 {
	
}
.effect3 {
	FILTER: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, ShadowOpacity=.30), progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}
.Content1   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #ff9900;
}
.May_link   {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #E92161;
}
.footer   {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: White;
}

A.footer_header   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: White;
}
a.footer_header:hover   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #DCDCDC;
	 text-decoration: none;
}
A.footer_header:link   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: White;
}
A.footer_header:visited   {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: White;
}

.May_aTag {
   FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}
A.May_aTag:link {
   FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #314300; 
	FONT-FAMILY: Arial; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag:visited  {
     FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #314300; 
	FONT-FAMILY: Arial; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag:active   {
   FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag:hover    {
    FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #CC6600; 
	FONT-FAMILY: Arial; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}


.May_aTag2 {
   FONT-WEIGHT: Bold; 
	FONT-SIZE: 11px; 
    color: White;
	FONT-FAMILY: Arial, Helvetica; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}
A.May_aTag2:link {
   FONT-WEIGHT: Bold; 
	FONT-SIZE: 11px; 
    color: White;
	FONT-FAMILY: Arial, Helvetica;
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag2:visited  {
     FONT-WEIGHT: Bold; 
	FONT-SIZE: 11px; 
    color: White;
	FONT-FAMILY: Arial, Helvetica;
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag2:active   {
   FONT-WEIGHT: Bold; 
	FONT-SIZE: 11px; 
    color: White;
	FONT-FAMILY: Arial, Helvetica;
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

A.May_aTag2:hover    {
    FONT-WEIGHT: Bold; 
	FONT-SIZE: 11px; 
	COLOR: #CC6600; 
	FONT-FAMILY: Arial, Helvetica;
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

.NormalTextBox_may
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

a			{color:#000;}
a:hover		{color:#666;}

a.black9, .black9	{
	font:9pt Arial,sans-serif; 
	color:#000;
	text-decoration: underline;
}
a.black:hover: {
	font:9pt Arial,sans-serif;
	color: #666;
}
a.black:active {
	font:9pt Arial,sans-serif;
	color: #666;
}
a.red8bold, .red8bold	{font:bold 8pt Arial,sans-serif; color:#cc0000;}
a.black8, .black8	{font:8pt Arial,sans-serif; color:#000;}
ImageSmall {
	border: 1px solid Silver;
	background: #2F4F4F;
}
a.black14bold, .black14bold	{font:bold 14pt Arial,sans-serif; color:#000;}
a.red9bc, .red9bc		{font:9pt/13pt Arial,sans-serif; color:#cc0000;}
a.red9bc:hover			{color:#FF4D4D;}
a.black10bold, .black10bold	{font:bold 10pt Arial,sans-serif; color:#000;  background: #FDF5E6; }
a.black10bold1, .black10bold1	{font:bold 10pt Arial,sans-serif; color:#000;   }

.Normal { 
font-family: "Times New Roman"; 
font-size: 12pt; 
color: #000000;    
word-spacing: 1px;
 text-align: left;
}

.MsoNormal { 
font-family: "Arial"; 
font-size: 12pt; 
color: #000000;    
word-spacing: 1px;
text-align: left;
}