/*-----------------------------------------------------------------------------
    Skin styles for DotNetNuke
  ---------------------------------------------------------------------------*/
.pagemaster 
{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.skinmaster 
{
    border-collapse: collapse;
    height: 100%;
    width: 992px;
}

.skinheader
{
    border-collapse: collapse;
}

.skincontent
{
    width: 779px;
}

.skincap
{
    background-color: #E4EAE4;
}

table.skinlayout
{
    border-collapse: collapse;
    width: 100%;
}

td.skinlayout
{
/*
    border: 1 dotted #000000;
*/
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

td.skinpane
{
    padding: 2px 8px 8px 6px;
}

.vheight
{
    height: 100%;
}

/*-----------------------------------------------------------------------------
    Home Page Classes
  ---------------------------------------------------------------------------*/
.homeleftpane
{
    width: 288px;
}

.homecontentpane
{
}

.homeleftbottompane
{
    width: 298px;
}

.homecenterbottompane
{
    width: 300px;
}

.homerightbottompane
{
}

/*-----------------------------------------------------------------------------
    Basic Page Classes
  ---------------------------------------------------------------------------*/
td.basicleftpane
{
   padding-top: 6px;
   width: 172px;
}

td.basiccontentpane
{
   padding: 6px 12px 6px 12px;
}

/*-----------------------------------------------------------------------------
    MyAccount Page Classes
  ---------------------------------------------------------------------------*/
.myaccountccontentpane
{
}

/*-----------------------------------------------------------------------------
    OrderEntry Page Classes
  ---------------------------------------------------------------------------*/
.orderentrypane
{
    height: 472px;
}

/*-----------------------------------------------------------------------------
    Divider Classes
  ---------------------------------------------------------------------------*/
.horizontaldivider
{
    margin-left: 6px;
    margin-right: 6px;
    color: #C0C0C0;
}

.verticaldivider
{
    background-color: #C0C0C0;
    height: 472px;
    width: 1px;
}

/*-----------------------------------------------------------------------------
    Menu Classes
  ---------------------------------------------------------------------------*/
.RootTab TD
{
    height: 21px;
    width: 156px;
    color: #000000;
    background: #EEF1F5;
    border-right: #C0C0C0 1px solid;
    font-family: Verdana;
    font-size: 8pt; 
    font-weight: normal; 
    text-align: center;
}

.BreadcrumbRootTab TD
{
    height: 21px;
    width: 156px;
    font-family: Verdana;
    font-size: 8pt; 
    font-weight: normal; 
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
}

.SelectedRootTab TD
{
    height: 21px;
    width: 156px;
    color: #000000;
    background-color: #FFFFFF; 
    border-right: #C0C0C0 1px solid;
    font-family: Verdana;
    font-size: 8pt; 
    font-weight: normal; 
    text-align: center;
}

.ActiveRootTab TD
{
    height: 16px;
    width: 156px;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #C0C0C0 1px solid;
    font-family: Verdana;
    font-size: 8pt; 
    font-weight: normal; 
    text-align: center;
}

.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
{
    height:20px;
    width:156px;
    cursor: pointer; 
    cursor: hand;
    background-color: Transparent;
}

.MainMenu_MenuItem
{
    height: 20px;
    border-left: #cad5ea 0px solid; 
    border-bottom: #cad5ea 0px solid; 
    border-top: #cad5ea 0px solid; 
    border-right: #B1B8C1 0px solid;
    cursor: pointer; 
    cursor: hand; 
    color: #000000; 
    font-size: 8pt; 
    font-weight: normal; 
    font-style: normal; 
    background-color: #EEF1F5;
    font-family: Verdana;
}

.MainMenu_MenuIcon
{
    height: 20px;
    width: 8px; 
    background-color: #EEF1F5;
    cursor: pointer; 
    cursor: hand; 
    text-align: center; 
}

.MainMenu_SubMenu
{
    background-color: #cad5ea;  
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak
{
    height: 1px;
}

.MainMenu_MenuItemSel
{
    height: 20px;
    background-color: #FFFFFF; 
    cursor: pointer; 
    cursor: hand; 
    color: #000000; 
    font-family: Verdana; 
    font-size: 8pt; 
    font-weight: normal; 
    font-style: normal;
}

.MainMenu_MenuArrow
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
}

.MainMenu_RootMenuArrow
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}

.StandardButton
{
    background: #7994cb none; 
    color: #ffffff;
    font-family: verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu
{
    width: 175px;
    background-color: #dfe5f2;
    border-right: #7994cb 1px solid; 
    border-top: #7994cb 1px solid; 
    border-left: #7994cb 1px solid; 
    border-bottom: #7994cb 1px solid; 
}

.TreeViewMenu_Header
{
    background-image: url(gradient_LtBlue.jpg);
}

.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight: normal;
    color: #333333;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.SkinObject
{
font-family: Verdana;
color: #000000;
font-size: 8.5pt; 
font-weight: normal;
}

A.SkinObject:link {
    text-decoration: none;
    color:#000000;
}

A.SkinObject:visited {
    text-decoration: none;
    color:#000000;
}

A.SkinObject:active {
    text-decoration: none;
    color:#000000;
}

A.SkinObject:hover {
    text-decoration: underline;
    color:#000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight: normal;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.Small
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.topleftpane {
	width: 50%;
	background-color: transparent;
	padding-left: 26px;
	padding-right: 4px;
	padding-top: 0px;
}
.contentpane {
	width: 75%;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 0px;
}
.orderentrycontentpane 
{
   height: 450px;
	width: 75%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.toprightpane {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}

/*-----------------------------------------------------------------------------
    Content Classes
  ---------------------------------------------------------------------------*/
.Content_MainTitles
{
    color: #84a884;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.Content_Titles
{
    color: #84a884;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
}

.Content_SubTitles
{
    color: #84a884;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.Content_Body,td.Content_Body
{
	color: Black;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	line-height: 140%;
}

.Content_Links
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	line-height: 140%;
}

.Content_TinyLinks
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	line-height: 140%;
}

.Content_SingleTab
{
   border-collapse: collapse;
	padding-left: 12px;
	/*padding-bottom: 12px;*/
	/*border: 1 dotted #000000;*/
}

.Content_DoubleTab
{
   border-collapse: collapse;
	padding-left: 24px;
	/*padding-bottom: 12px;*/
	/*border: 1 dotted #000000;*/
}

.Content_TripleTab
{
   border-collapse: collapse;
	padding-left: 36px;
	/*padding-bottom: 12px;*/
	/*border: 1 dotted #000000;*/
}

.Content_QuadTab
{
   border-collapse: collapse;
	padding-left: 48px;
	/*padding-bottom: 12px;*/
	/*border: 1 dotted #000000;*/
}