/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Global Setting*/

div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
	margin : 0;
	padding : 0;

} 

ul { 
margin : 0;
padding : 0;
list-style-type : none;
font-size : 0;
} 
* html object.mov {
    display: none;
}
.spacer { 
clear : both;
font-size : 0;
line-height : 0;
} 

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
body {
	background-attachment: fixed;
	background-image: url(/images/graybg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 10px!important;
	color: #838383!important;
	font-weight: normal;
	
}
.AutoComplete{
	border:1px solid #eeeeee;
}
.AutoComplete ul {
	list-style-type:none !important;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0px;
	font-weight:normal;
	
}

.AutoComplete li{
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a:link, .footer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666 !important;
	text-decoration:none;
}
.footer a:hover, .footer a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600 !important;
	text-decoration:underline;
}
.leftmenutable {
	background-image: url(/images/leftgray.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	display:block;
}
.filed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}



.filedbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}
	
	
	
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #383638!important;
	font-weight: normal;
	line-height: 16px;
}
.content:link, .content:visited,.content a:link, .content a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
}
.content:hover, .content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	text-decoration:underline;
}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.title{
	font-size: 12px !important;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.leftmenu{
	font-size: 10px !important;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.menulink:link, .menulink:visited 
{
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none !important;
}
.TestMenu, .TestMenu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff !important;
}
#TestMenu a:visited , #TestMenu a:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
#TestMenu a:hover *, #TestMenu a:hover *
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FE7013;
}
.headingwhite, .headingwhite:link, .headingwhite:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
.bodywhite, .bodywhite:link, .bodywhite:visited, .bodywhite a:link, .bodywhite a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	}
.headingorange, .headingorange:link, .headingorange:visited,  .headingorange a:link, .headingorange a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.headingorange:hover, .headingorange a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration:underline;
}
.headinggray{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.newcontent
{
	padding:4px;
	}
/* background color for the content part of the pages */
/*Body
{

	background-image: url(/portals/0/newskin/bg.jpg);
	
	background-color: #929292;
	background-repeat: repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
*/
.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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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 {
}

/* text style used for most text rendered by modules */
.Normal
{	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
	border-bottom: transparent 0px solid !important; 
	border-left: transparent 0px solid !important; 
	border-top: transparent 0px solid !important;  
	border-right: transparent 0px solid !important; 
	background-color: transparent !important; 
	height: 0px;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width:0px;
	border-right: transparent 1px solid !important; 
	border-bottom: transparent 1px solid !important; 
	_border-right: #eeeeee 1px solid !important; 
	_border-bottom: #eeeeee 1px solid !important; 
	border-top: Transparent 0px solid !important;
}*/

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*New Css Class
.leftmid {
	background-image: url(/portals/0/newskin/leftmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666 !important;
	font-weight: bold;
	text-decoration:none;
}


.leftmenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666 !important;
	font-weight: bold;
	text-decoration:none;
}


.leftmenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000 !important;
	font-weight: bold;
	text-decoration:none;
}
.leftwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


.leftMenuHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}*/
.HeaderStyle
{
	background-image: url(/images/HeaderGradient.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.contenthome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
	font-weight: normal;
}


.subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d40202;
	font-weight: bold;
}
.shadowtable {
	background-image: url(/portals/0/newskin/bgshadow1.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.FooterText, .FooterText:link , .FooterText a:link, .FooterText:visited, .FooterText a:link {
	font-size: 10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:normal;
	line-height: 16px;
}

.graybg1 {
	background-image: url(/portals/0/newskin/bgshadow2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.PrintListHeader {font-weight:bold;lineheight:22px;}
.PrintListBody {lineheight:18px;}

/*------------------------------Top Menu-------------------------------------*/
.TopMenuItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333!important;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	height:44px;
	padding-left:20px ;
	padding-right:16px ;
	_padding-left:20px !important;
	_padding-right:20px !important;
	font-weight:normal !important;
}
.TopMenuItemSel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333!important;
	line-height:18px;
	background-color:Transparent;
	background-image:url(/images/menubarbgblack.gif);
	background-position:top;
	background-repeat:repeat-x;	text-transform:capitalize;
	height:44px;
	padding-left:20px ;
	padding-right:16px ;
	_padding-left:20px !important;
	_padding-right:20px !important;
	font-weight:normal !important;
}
.TopMenuItem td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333!important;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	height:44px;
	padding-left:20px ;
	padding-right:16px ;
	_padding-left:20px !important;
	_padding-right:20px !important;
	font-weight:normal !important;
}
.TopMenuItemSel td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	color:#FFFFFF !important;
	line-height:18px;
	background-color:Transparent;
	background-image:url(/images/menubarbgblack.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-transform:capitalize;
	height:44px;
	padding-left:20px ;
	padding-right:16px ;
	_padding-left:20px !important;
	_padding-right:20px !important;
	font-weight:normal !important;
}
.TopMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	padding-left:0px;
	padding-right:4px;
	/*_padding-right:2px;*/
	height:24;
}
.TopSubMenuItemSel{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:18px;
	background-color:#333333;
	text-transform:capitalize;
	padding-left:0px;
	padding-right:4px;
	/*_padding-right:2px;*/
	height:24;
}
.TopSubMenuItemSel td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:18px;
	background-color:#333333;
	text-transform:capitalize;
	padding-left:0px;
	padding-right:4px;
	/*_padding-right:2px;*/
	height:24;
}
.TopSubMenu{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#eeeeee;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #eeeeee 1px solid; 
	border-left:  #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-right: #eeeeee 1px solid;
}
.TopMenuIcon{
	cursor: pointer;
	background-color: Transparent;
	border-left: Transparent 0px solid !important;
	border-bottom: Transparent 0px solid !important;
	border-top: Transparent 0px solid !important;
	text-align: center;
	width: 0px;
	height: 23px;
	background:none;
	padding-right:0px;
}
.TopMenuBreak{
	border-bottom: Transparent 0px solid !important; 
	border-left: Transparent 0px solid !important; 
	border-top: Transparent 0px solid !important;  
	border-right: Transparent 0px solid !important; 
	background-color: transparent !important; 
	height: 0px;
}
.TopMenuArrow{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width:0px;
	padding-right:0px;
	border-right: Transparent 0px solid !important; 
	border-bottom: Transparent 0px solid !important; 
	_border-right: Transparent 0px solid !important; 
	_border-bottom: Transparent 0px solid !important; 
	border-top: Transparent 0px solid !important;
}
.Separator{
	/*padding-left:8px;
	_padding-left:10px;
	padding-right:20px;*/
	padding:0px;

}


.wotm{
    background-image: url(/images/WOTM.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sponsortable {
	background-image: url(/images/sponsor.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.sponsortabletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.sponsortabletext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F68933!important;
}

.sponsortabletext a :hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CF252E!important;
}

.cotm {
	background-image: url(/images/cotm.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.newsletter {
	background-image: url(/images/newsletter.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.mostview {
	background-image: url(/images/mostview.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.latest {
	background-image: url(/images/latest.png);
	background-repeat: no-repeat;
	background-position: right top;
}


.showcase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #525252!important;
}

.showcase a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #525252!important;
	text-decoration: none;
}

.showcase a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #FF9900!important;
	text-decoration: none;
}

.rankingtable{
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #383638!important;
	font-weight: normal;
}


.rankfile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	}
.CardName {
	PADDING-LEFT: 5px; FONT-SIZE: 18px; COLOR: #e00015; PADDING-TOP: 3px; FONT-FAMILY: Verdana
}
.Position {
	PADDING-LEFT: 5px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; COLOR: #828181; FONT-FAMILY: Verdana
}
.Paddingbtm {
	PADDING-BOTTOM: 5px
}
.Line1 {
	PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; COLOR: #828181; FONT-FAMILY: Verdana; HEIGHT: 11px
}
.iLink {
	COLOR: #ff0000; TEXT-DECORATION: none
}
.Terms {
	PADDING-LEFT: 5px; FONT-SIZE: 10px; COLOR: #e0e0e0; FONT-FAMILY: Verdana
}
