/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

        .toolbar
        {
         font-size: 13px;
         font-weight: bold;
         padding: 6px;
         border-left: 1px solid #686868;
         border-top: 1px solid #686868;
         border-right: 1px solid #686868;
         background-color: #CCCCCC;
         filter: 
         progid:DXImageTransform.Microsoft.Gradient 
               (gradientType=0,startColorStr=#ffffff,endColorStr=#B9B9B9);
         color: #666;
         text-decoration: underline;
        }

        .toolbarSelected
        {
         font-size: 13px;
         
         padding: 6px;
         background-color: white;
         filter: 
         progid:DXImageTransform.Microsoft.Gradient 
               (gradientType=0,startColorStr=#ffffff,endColorStr=#0066cc);
        }

        .toolbarHover
        {
         font-size: 13px;
         font-family: Verdana;         
         padding: 6px;
        }

        .TabArea
        {
		
                    border-left: 1px solid #686868;
                    border-bottom: 1px solid #686868;
                    border-right: 1px solid #686868;
                    border-top:1px solid #686868;
                    top:42px;
                    z-index:-25;
                    padding: 6px;
        }

        .TreeviewContainer
        {
			width:200px;
			height:430px;
			border-left: 1px solid Gray;
            border-bottom: 1px solid Gray;
            border-right: 1px solid Gray;
            border-top:1px solid Gray;	
        }

.ProgressTemplate
{
filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55; position: absolute; top: 50%; left: 50%; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 0px;
}


.PageDescription
{
  background-color: #eeeeee;
  border: solid 1px #999999;
  padding: 4px;
  width: 80%;	
}

.HelpTable
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: Black;
       width: 90%;
}

.HelpTableHeader
{
	 background-color: #003366;
	 font-weight: bold;
	 color: White;
}

.HelpTableLeftCol
{
	 background-color: #eeeeee;
}

.PageHeading
{
	font-weight: bold;
    font-size: 22pt;
	color: #000080;
}

.SecondHeading
{
font-weight: bold;
    font-size: 10pt;
	color: #ff6600;
}


.GridHeading
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: white; 
    background-color: #2E467A; 
    font-weight: bold;    
vertical-align: middle;
}

    .GreyBorder
    {
        border: #686868 1px solid; 
    }

.ValidationSummary
{
 border: #686868 1px solid; 
background-color: #EEEEEE; 
width: 500px;
padding-top: 3px;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
margin-bottom: 5px;
}


.CssHidden
{
display: none;
}

.ToBack
{
z-index: -1;
}

.RequirementsMet
{
   background-color: #00ff00;
}
.RequirementsNotMet
{
   background-color: #ff0000;
}

.QuotationExpired
{
	background-color: #ffff00;
}