/* BEGIN IMPORTS ********************************************************************/

/*
    Browser vary greatly in their baseline CSS implementation. Yahoo! has made available
    its baseline CSS stylesheets under a BSD license. Including this file provides 
    cross-browser font normalization, element style baseline setting and support for 
    Yahoo! grids in your skin.

    With the inclusion of these stylesheets, you can overtly define exactly the style
    attributes you want in your skin.

    Ref: http://yui.yahooapis.com/2.5.1/build/reset-fonts-grids/reset-fonts-grids.css"> 
    Ref: http://yui.yahooapis.com/2.5.1/build/base/base-min.css 
*/
@import url("../../../../resources/shared/stylesheets/yui/reset-fonts-grids.css");
@import url("../../../../resources/shared/stylesheets/yui/base-min.css"); 
@import url("../../../../resources/shared/stylesheets/dnn-layouts.css"); 

/* 
    ------------ MENU --------------
*/
@import url("stylesheets/menus/menu-neutral.css");           


/* 
    ------------ WIDGETS --------------
    ** Client-side skin widgets      **                                                            
*/
@import url("stylesheets/widgets/client-widgets.css");           


/* END IMPORTS **********************************************************************/



/* BEGIN SKIN STYLES ****************************************************************/


/*
--------------------------------------------------------------
  LAYOUT STYLES                                     
--------------------------------------------------------------
  Styles common to all layouts
*/

/*
   The page background is defined in a div to ensure that any dynamically
   injected elements at the top of the page do not disrupt the visual appearance
*/

body
{
    text-align: center;
    margin: 0px;
	background-color: #eeeeee;
}

tr, td
{
    border: 0px;
  /*padding: 0;*/
}

#sloganCont	{
	padding: 0px;
	height: 40px;
}

.menuRow	{
	padding: 0px;
	margin: 0px;
}

.LeftPane {
	padding: 0px 10px 0px 10px;
	border-right: #CCCCCC 1px solid;
	}
	
.ContentPane {
	/*width: 50%;*/
	padding: 0px 10px 0px 10px;
	}
	
.RightPane {
	padding: 0px 10px 0px 10px;
	border-left: #CCCCCC 1px solid;
	/*width: 25%;*/
	}
	
.productDataTbl table tr td {
	padding: 4px;
	border: #999 1px solid;
	
	}
	
.productDataTbl th {
	color:#fff;
	padding: 4px;
	border: #999 1px solid;
	background-color:#6699cc;
	
	}
--------------------------------------------------------------
  LEGACY PORTAL STYLES                                     
--------------------------------------------------------------
*/

/* Style for module titles */
.Head   
{
    font-size: 1.4em;
    font-weight: bold;
}

/* Style of item titles on edit and admin pages */
.SubHead    
{
    font-size: 1.2em;
    font-weight: bold;
}

/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-size: 1.1em;
    font-weight: bold;
}

/* Text style used for most text rendered by modules */
.Normal
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
    color: #ff0000;
}

.NormalBold
{
    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     
{
}

.ControlPanel
{
    background: transparent;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
}

.ControlPanel *
{
    margin: 2px;
}

/*
--------------------------------------------------------------
  SERVER-SIDE WIDGET STYLES
--------------------------------------------------------------
*/

#Layout-Masthead-InfoBar-BreadCrumbs > span > span
{
    /* Breadcrumb separator */
    /* This is ignored by IE */
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bolder;
    font-size: 11pt;
}

.ServerSkinWidget
{
	font-weight: bold;
	font-size: 8.5pt;
	text-decoration: none;
}

.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}

/**********Menu Styles*********

.Menu-Root {
	background-color: #CCCCCC;
	color: #ffffff;
	}
	*/

/* END SKIN STYLES ******************************************************************/










