
/*========================================================*/
/* Cascading Style Sheet for PokerSkills DotNetNuke Skin  */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */
/*  6-1. CSS Menu                                         */ 
/*  7. Module Menus                                       */
/*  8. Containers                                         */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: verdana;
	font-size: 11px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Background style */
.MasterColumn01 {
	background: url(slash_bg_left.gif) top right;
}


/* Background style */
.MasterColumn02 {
	width: 22px;
	border-right: 1px solid #e6e6e6;
	background: url(shadow_left.gif) top left repeat-y;
}




/* Controls site width */
.MasterColumn03 {
	width: 750px;
	background: #fff;
}


/* Controls site width */
.MasterColumn03Admin {
	width: 900px;
	background: #fff;
}


/* Background style */
.MasterColumn04 {
	width: 22px;
	border-left: 1px solid #e6e6e6;
	background: url(shadow_right.gif) top right repeat-y;
}



/* Background style */
.MasterColumn05 {
	background: url(slash_bg_right.gif) top left;
}


/* Header height */
.HeaderMaster {
	height: 27px;
}



/* Header background */
.HeaderLeft {
	background: url(header_left.gif) repeat-x;
	height: 27px;
	text-align: right;
}


/* Login/Register/Search div */
.HeaderDiv {
	width: auto;
	display: block;
	float: right;
	height: 100%;
	background: url(header_div_bg.gif) top left no-repeat;
	color: #ddd;
	padding: 1px 12px 0px 22px;
	font-size: 11px;
}



td.HeaderBG {
	background: url(header_bg.gif) repeat-x;
	height: 82px;
}

/* Button style */
.GoButton {
	margin: 0;
	padding: 0;
}


/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.gif) center top no-repeat;
}


/* Holds logo object */
.LogoMaster {
	padding: 4px 16px 4px 16px;
}


/* Date container */
.DateMaster {
	text-align: right;
	padding: 4px 16px 0px 0px;
}


/* Header image container */
.ImageMaster {
	width: 150px;
	height: 82px;
}


/* Menu container */
.MenuMaster {
	background: url(menu_bg.gif) repeat-x;
	height: 24px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.MenuLeft {

}

.MenuRight {
	width: 106px;
	background: url(cards_bottom.gif) no-repeat;
}


/* Breadcrumb container */
.BreadcrumbMaster {
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	padding: 5px 16px 0px 16px;
}


/* Page title underline */
.ShadowMaster {
	height: 13px;
}


/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}


/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}


/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}


/* Content container */
.ContentMaster {
	padding: 2px 20px 20px 20px;
}


/* Top content row */
.ContentTop {
	padding: 0 0 5px 0;
}


/* Left content column */
.ContentLeft {
	width: 28%;
	padding: 0 20px 10px 0;
}


/* Center content column */
.ContentCenter {
	padding: 0 0 10px 0;
}


/* Right content column */
.ContentRight {
	width: 28%;
	padding: 0 0 10px 20px;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Footer height */
.FooterMaster {
	height: 25px;
}


/* Footer background */
.FooterRight {
	background: url(footer_right.gif) repeat-x #E0E0E0;
	height: 25px;
	padding: 0;
}


/* Terms/Privacy/Copyright container */
.FooterDiv {
	width: auto;
	height: 100%;
	display: block;
	float: left;
	background: url(footer_div_bg.gif) top right no-repeat #E0E0E0;
	color: #828282;
	padding: 6px 22px 0 12px;
	margin: 0;
}




/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #0c700c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #0c700c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #fff;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #fff;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}



/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #0c700c;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #0c700c;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #0c700c;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #0c700c;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #0c700c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #0c700c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #888;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
}


/* Used in admin sections */
.SubHead    {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}


/* Module titles */
.Head {
    font-family: verdana;	
	font-size: 11px;
	font-weight: bold;
	color: #333;
}




/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}


/* Normal bold text */
.Normal {
	font-family: verdana;
	font-size: 11px;
	color: #333;
}






/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: verdana;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding-left: 4px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: verdana; 
	color: #888;
	font-size: 11px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #005f00;
	border-left: #005f00 1px solid;
	border-right: #005f00 1px solid;
	padding: 1px 4px 2px 2px;
}


.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	height: 24px;
	font-weight: bold;
	background: url(menu_off.gif);
}

.MainMenu_BreadcrumbActive td {
	height: 24px;
	font-weight: bold;
	background: url(menu_on.gif);
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	color: #a3c5a3;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	color: #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
}
	

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  6-1. CSS Menus                                        */
/*========================================================*/


.pskillsMenu {
  	display:table;         
  	padding: 1px 4px 2px 2px; 
  	list-style-type:none;
  	white-space:nowrap;    
	font-family: verdana; 
	color: #888;
	font-size: 11px; 
	font-weight: bolder;


}


* html .pskillsMenu {
   	display:inline-block;
   	width:1px;        
   	padding:0 2px;    
}
  

.pskillsMenu li {
  	display:table-cell; 
}


* html .pskillsMenu li {
  	display:inline;        
}


.pskillsMenu a, .pskillsMenu a:visited {
  	display:block;      
  	padding:4px 16px;
	color: #a3c5a3;
 	background: url(menu_off.gif); 
  	border-right: #c7c7c7 1px solid;
  	text-decoration:none;
}


* html .pskillsMenu a, * html .pskillsMenu a:visited {
  	display:inline-block;
  	margin:0 -2px;       
}


.pskillsMenu a:hover {
  	color:#fff; 
	background: url(menu_on.gif);
}

.lefted {margin:0 auto 0 0;}

/* 6-2 */

.navcontainer
{
}

.navcontainer li
{
	margin-left: 0px;
	padding-left: 0;
	width: 160;
	list-style-type: none;
	font-family: Verdana;
	text-align: left;
}

.navcontainer a
{
display: block;
background-color: #fafafa;
border-bottom: 1px solid #fafafa;
}

.navcontainer a:link, #navlist a:visited
{
color: #005800;
text-decoration: none;
}


.navcontainer a:hover
{
background-color: #005800;
color: #ffffff;
}




/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: verdana; 
	color: #888;
	font-size: 11px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #005f00;
	border-left: #005f00 1px solid;
	border-right: #005f00 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}






/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/











