@import url(icons.css);
@import url(menus/actionmenu.css);

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
}


.ControlPanel {
    width: 100%;
    height: 64px;
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
	font-size:10pt;
}

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration:    none;
}

A.SkinObject:hover    {
    text-decoration: underline;
}

.Head   {
    font-size: 1.1em;
    font-weight:  bold;
}

.SubHead    {
    font-size:  1em;
    font-weight:    bold;
}


.SubSubHead {
    font-size:  1.0em;
    font-weight:    bold;
}

.NormalBold
{
	font-size: 1.0em;
    font-weight: bold
}

.NormalRed
{
	font-size: 1.0em;
    font-weight: bold;
    color: #ff0000
}

.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

.CommandButton     
{
	font-size: 1em;
    font-weight: normal;
}
    
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration:    underline;
}


A.CommandButton:hover    {
    text-decoration:    underline;
}

.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
}
    
H1  {
    font-size:  1.5em;
    font-weight: bold;
}

H2  
{
	font-size: 1.4em;
    font-weight: bold;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
}

TFOOT, THEAD    {
    font-size:  1.1em;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
}

A:link, A:active, A:visited  {
    text-decoration:    none;
}

A:hover {
    text-decoration: underline;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left;
    color: dimgrey;
}

/* Skin specific */

.Skinergy_MainLayout
{
   width: 100%;
}

#Skinergy_UserCell
{
   padding-right: 10px;
   padding-left: 10px;
   font-size: 0.6em;
   border-top: 2px #3C3C3C solid;
}

#Skinergy_FooterCell
{
	height: 25px;
	border-top-style: solid;
	border-top-width: 1px;
}

.Skinergy_BreadCrumb
{
	font-size: 0.8em;
	font-weight: normal;
}

A.Skinergy_User:link, A.Skinergy_User:active, A.Skinergy_User:visited,  
A.Skinergy_Login:link, A.Skinergy_Login:active, A.Skinergy_Login:visited  
{
    text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}

A.Skinergy_User:hover, A.Skinergy_Login:hover {
    text-decoration: underline;
}

A.Skinergy_Search:link, A.Skinergy_Search:active, A.Skinergy_Search:visited
{
	font-size: 8pt;
	font-weight: normal;
}

A.Skinergy_Search:hover
{
	text-decoration: underline;
}

#Skinergy_SiteToolsCell
{
    height: 32px;
}

#Skinergy_IconsCell
{
    background-color: #F7E7AD;
    border-top: #3C3C3C 1px solid;    
}

#Skinergy_LogoCell
{
    height: 108px;
    padding-bottom: 20px; 
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    background-image: url();
    background-position: left bottom;
    background-repeat: repeat-x;    
    overflow: hidden;
}

#Skinergy_MenuCell
{
	width: 99.9%;
    height: 31px;
    padding-left: 5px;
}

.Help
{
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
}

/* Containers */

.ZContainer_Plain_Table, .ZContainer_Dark_Table, .ZContainer_Light_Table
{
	margin-bottom: 7px;
	padding: 5px;
}

.ZContainer_Dark_Table, .ZContainer_Light_Table
{
	border-width: 1px;
	border-style: solid;
}
.ZContainer_Plain_TopRow, .ZContainer_Dark_TopRow, .ZContainer_Light_TopRow
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ZContainer_Plain_ContentRow, .ZContainer_Dark_ContentRow, .ZContainer_Light_ContentRow
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ZContainer_Plain_BottomRow, .ZContainer_Dark_BottomRow, .ZContainer_Light_BottomRow
{
}

/*NTFORUMS*/

.NTForums_ToolbarLink
{
	font-size: .75em;
	color: #696969;
}
.NTForums_AdminHeader
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial;
}
.NTForums_Grid
{
	border-right: #F5F8DE 1px solid;
	border-top: #F5F8DE 1px solid;
	font-size: 12px;
	border-left: #F5F8DE 1px solid;
	width: 100%;
	border-bottom: #F5F8DE 1px solid;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_Grid_Header
{
	BACKGROUND-IMAGE: url(images/blue_back_grad.jpg); HEIGHT:20px;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#FF9900);*/
	font-family: Verdana, Arial;
	font-size: .75em;
	font-weight: bold;
	color: White;
	height:18px;
	padding-left:5px;
	background-color: #FF9900;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Verdana, Arial;
	background-color: #F2F5D6;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Verdana, Arial;
	background-color: #F5F8DE;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_GroupRow
{
	BACKGROUND-IMAGE: url(images/blue_back_grad.jpg); HEIGHT:18px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana, Verdana, Arial;
	background-color: #FF9900;
}
.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;
}
.font-family a:hover
{
	text-decoration:underline;
}
.NTForums_ForumRow2
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Verdana, Arial;
	background-color: #f5f5f5;
}

.NTForums_ForumRow2 A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow2 A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow2 A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow2 A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumRow A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRow A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Verdana, Arial;
	background-color: #ffff99;
}
.NTForums_ForumRowNew A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRowNew A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRowNew A:active
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumRowNew A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Verdana, Arial;
	background-color: #FAF4EB;
}
.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: Verdana, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_ForumSubRow A
{
	font-size: 10px;
	color: black;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:link
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:hover
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:active
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow A:visited
{
	font-size: 10px;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	font-weight:normal;
}
.NTForums_ForumSubRow2
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	font-family: Verdana, Verdana, Arial;
	background-color: #f5f5f5;
}
.NTForums_Crumb
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_Subject
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 10px;
	color: black;
	padding-top: 5px;
	font-family: Verdana, Verdana, Arial;
}
.NTForums_Pager
{
	font-size: 11px;
	font-family: Verdana, Verdana, Arial;
	text-align: right;
}
.NTForums_Pager A
{
	font-size: 11px;
	font-family: Verdana, Verdana, Arial;
	text-align: right;
}
.NTForums_Button
{
	cursor: pointer;
	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=#FFEDD2, EndColorStr=#FF9900);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Verdana, Arial;
	background-color: #FF9900;
	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=#FF9900, 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:.75em;
	color:#000000;
	padding-left:5px;
}
.NTForums_SmallButton
{
	font-size: 8pt;
	font-family:Verdana, Verdana, Arial;

}
.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;
}

/* Inventua Side Menu */

.MenuHdr
{
color: green;
font-size: 12px;
padding-left: 6px;
font-weight: bold;
font-family: Verdana;
padding-bottom: 2px;
background-color: #F2F5D6;
padding-top: 2px;
cursor: default;
}

.MenuItem HR
{
background-color: #F2F5D6;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #ACA899;
}

.MenuItem, .MenuItemMouseOver
{
font-size: .8em;
padding-left: 10px;
font-weight: normal;
font-family: Verdana;
padding-bottom: 1px;
background-color: #F2F5D6;
padding-top: 1px;
border: #F2F5D6 1px solid;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
text-decoration: none;
color: black;
width: 100%;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}

.MenuItemMouseOver
{
border: #0E6BAD 1px solid;
background-color: transparent !important;
}

.MenuCurrentItem
{
color: #D8EBDB;
font-weight: bold;
}