/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/*  /////////////////////////////////////////////  GENERAL  /////////////////////////////////////////////*/   
/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/   


/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color:black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A75B4;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/*  .Privacy  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for Privacy */
.Privacy {
    font-weight: bold;
    font-size: 8.5pt;
    color:red;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/*  .CurrentDate  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for CurrentDate */
.CurrentDate {
    font-weight: bold;
    font-size: 8.5pt;
    color: #6633CC;
    font-family: Arial, Helvetica;
}


/*  .Copyright  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Copyright */
.Copyright {
    font-weight: bold;
    font-size: 8.5pt;
    color: #CCCCFF;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/*  .DotNetNuke  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for DotNetNuke */
.Dotnetnuke {
    font-weight: bold;
    font-size: 8.5pt;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/*  /////////////////////////////////////////////  LINKS  ///////////////////////////////////////////////*/   
/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/   

/*  .CommandButton  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* hyperlink style for the Admin Links */


/*  .User  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* hyperlink style for the User */
A.User:link {
    text-decoration:    none;
    color: #0000FF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.User:visited  {
    text-decoration:    none;
    color: #0000CC;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.User:active   {
    text-decoration:    none;
    color:white;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.User:hover    {
    text-decoration:    underline;
    color: #6633CC;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

/*  .Login  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Login */
A.Login:link {
    text-decoration:    none;
    color: #9966FF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Login:visited  {
    text-decoration:    none;
    color: #6633CC;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Login:active   {
    text-decoration:    none;
    color:white;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Login:hover    {
    text-decoration:    underline;
    color: #9999FF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

/* hyperlink style for NORMAL  ////////////////////////////////////////////////////////////////////////////////////////////////////*/

A.Normal:link {
    text-decoration:    none;
    color: #000000;
    font-family: Arial, Helvetica;
    font-weight: normal;
    font-size: 8.5pt;
}

A.Normal:visited  {
    text-decoration:    none;
    color: #333300;
    font-family: Arial, Helvetica;
    font-weight: normal;
    font-size: 8.5pt;
}

A.Normal:active   {
    text-decoration:    none;
    color:white;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Normal:hover    {
    text-decoration:    bold;
    color: #CCCCFF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

/* hyperlink style for the unselected tabs ////////////////////////////////////////////////////////////////////////////////////////////////////*/
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #CCCCFF;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #00FFFF;
}


/*  .Breadcrumb  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Breadcrumb */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #0000CC;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #000099;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: white;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Breadcrumb:hover    {
    text-decoration:    underline;
    color: #6633CC;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

/*  .Hostname  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Hostname */
A.Hostname:link {
    text-decoration:    none;
    color: #CCCCFF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Hostname:visited  {
    text-decoration:    none;
    color: #9999FF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Hostname:active   {
    text-decoration:    none;
    color:white;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}

A.Hostname:hover    {
    text-decoration:    underline;
    color: #CCCCFF;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}



/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/*  //////////////////////////////////////////  SOLPARTMENU  ////////////////////////////////////////////*/   
/*  /////////////////////////////////////////////////////////////////////////////////////////////////////*/   


/* Main Menu ////////////////////////////////////////////////////////////////////////////////////////////////////*/
.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(/Site/Portals/10/Skins/Stars - Flex Layout/X.MenuNormal.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	background-repeat: repeat-x;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(/Site/Portals/10/Skins/Stars - Flex Layout/X.MenuNormal.jpg);
	border-left: #000000 0px solid;
	cursor: hand;
	color: white;
	border-bottom: #000000 0px solid;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: black;
}

.MainMenu_MenuIcon
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	background-image: url(/Site/Portals/10/Skins/Stars - Flex Layout/X.MenuIcon.jpg);
	border-left: #000000 0px solid;
	width: 20px;
	cursor: hand;
	border-bottom: #000000 0px solid;
	background-repeat: repeat-x;
	height: 21px;
	background-color: #000000;
	text-align: center;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#330099', Direction=135, Strength=12) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(/Site/Portals/10/Skins/Stars - Flex Layout/X.MenuDivider.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	background-repeat: no-repeat;
	height: 0px;
	background-color: #000000;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(/Site/Portals/10/Skins/Stars - Flex Layout/X.MenuItem.jpg);
	cursor: hand;
	color: black;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: black;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	color: black;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	color: Red;
}


/*NTFORUMS*/
.NTForums_Grid
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 12px;
	border-left: #dcdcdc 1px solid;
	width: 100%;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #d3d3d3;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #dcdcdc;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_GroupRow
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	background-color: #222222;
}
.NTForums_GroupRow A
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:link
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:visited
{
	font-size: 13px;
	color: #ffffff;
}
.NTForums_GroupRow A:hover
{
	text-decoration:underline;
}
.NTForums_ForumRow2
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #e6e6fa;
}

.NTForums_ForumRow2 A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow2 A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumRow A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRow A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffff99;
}
.NTForums_ForumRowNew A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumRowNew A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Tahoma, Verdana, Arial;
	background-color: #e6e6fa;
}
.NTForums_ForumSubRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumSubRow2
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_Crumb
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Subject
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 10px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
}
.NTForums_Pager A
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
}
.NTForums_Button
{
	cursor:hand;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#336699);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #336699;
	text-align: center;
	text-decoration: none;
}
.NTForums_Button A
{
	color: White;
	text-decoration:none;
}
.NTForums_Button A:link
{
	color: White;
}
.NTForums_Button A:visited
{
	color: White;
}
.NTForums_Button A:hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#336699, EndColorStr=#7DA1C4);
	text-decoration: underline;
}
.NTForums_Image
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	position: static;
	background-color: #f5f5f5;
}
.NTForums_Quote
{
	border-right: #a9a9a9 1px solid;
	padding-right: 5px;
	border-top: #a9a9a9 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 10px;
	border-left: #a9a9a9 1px solid;
	padding-top: 5px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #f5f5f5;
}
.NTForums_Editor
{
	font-size:10pt;
	color:#000000;
	padding-left:5px;
}
.NTForums_SmallButton
{
	font-size: 8pt;

}
.emot
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}