/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	color: #003300;
	font-family: Arial, Helvetica;
}

.Title   {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #468DC1;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

.HeaderPane {
	background-color: #74A9D1;
}

.LeftPane
{
	background-color: Transparent;
}

.ContentPane {
    background-color: Transparent;
}

.RightPane {
    background-color: Transparent;
}

.FooterPane {
    background-color: #EBEBEB;
}

.normal
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}

.LinkWithUnderLine
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}


A.LinkWithUnderLine:link {
	color:blue;
	font-size : 12px;
	font-family : Verdana;
	text-decoration: underline;

}

A.LinkWithUnderLine:visited  {
    color:blue;
	font-size : 12px;
	font-family : Verdana;
	text-decoration: underline;

}

A.LinkWithUnderLine:active   {
    color: blue;
	font-size : 12px;
	font-family : Verdana;
	text-decoration: underline;

}

A.LinkWithUnderLine:hover
{
	font-size: 12px;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}














.normalSmaller
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}

.normalSmallerBold
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}

.normalLinkTitle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}


.MySeparator
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: Tahoma, Verdana, Trebuchet MS;
	background-color: transparent;
} 

/* by mei's request */
.SecurityWarning
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: verdana;
	text-decoration: none;
}

.Small
{
	font-size: 10px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}

.BoldNormal
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}



/* text style for the selected tab */
.SelectedTab
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style for CopyRight */
.CopyRightFont {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* text style for the login */
.LoginHide {
    font-weight: normal;
    font-size: 12px;
    color: #00483A;
    font-family: Verdana; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* hyperlink style for login */
A.LoginHide:link {
	text-decoration: none;
	color:#00483A;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.LoginHide:visited  {
    text-decoration:    none;
    color:#00483A;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.LoginHide:active   {
    text-decoration:    none;
    color: #00483A;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.LoginHide:hover
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #99FF99;
	font-family: Verdana;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Verdana; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:black;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: black;
	font-size : 12px;
	font-family : Verdana;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:hover
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(navbg2.jpg);
	border-left: #ff8080 0px solid;
	color: black;
	border-bottom: #404040 0px solid;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:32;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #000000 0px solid;
	font-style: normal;
	font-family: Verdana, Helvetica;
	
	
}

.MainMenu_MenuIcon
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #000000 0px solid;
	height: 21px;
	background-color: #5bd684;
	text-align: center;
	
}

.MainMenu_SubMenu
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ff8080 0px solid;
	cursor: hand;
	border-bottom: #404040 0px solid;
	background-color: #5bd684;
}

.MainMenu_MenuBreak
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(navbg2.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #173150;
	font-style: normal;
	font-family: Verdana, Helvetica;
	height: 29px;
	background-color: #ebebeb;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


A:link
{
	color: black;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  black;
}

A:active    {
    text-decoration:    none;
    color:  black;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}