﻿body 
{
    font-family:Arial;
    vertical-align:middle;
    margin:0;
    padding:0;
    height:100%;
    background-image:url('../images/Layout/FooterBackground.png');
    background-repeat:repeat;
    font-size:.85em;
    
}

a
{
    color:#105f88;
}

.textAreas
{
	font-family:Arial;
	font-size:.85em;
}

#tableBackground
{
    background-image:url('../images/Layout/BackGround.png');
}

#OrangeSubTitle
{
    color: #20143a;
    font-family: Copperplate Gothic Light, sans-serif;  
    margin-bottom:5px;
    padding-left:15px;
    margin-top:5px;   
    font-size:1.4em;
}

.TopLeftNav a
{
  color:#FFFFFF;
  padding-left:3px;
  padding-right:3px;
  font-size:.95em;
}

.TopLeftNav
{
    padding-right:15px;   
}

#body 
{
    height:100%;
    padding-bottom:110px;	/* Height of the footer */
}


#container {
   min-height:100%;
   position:relative;
}

#topContainer
{
    background-image:url('../images/Layout/TopContainer.png');
    background-repeat:no-repeat;
    height:20px;
    width:960px;    
}

#middleContainer
{
    background-image:url('../images/Layout/MiddleContainer.png');
    background-repeat:repeat-y;
    width:960px;
    padding:0 25px 0 25px;
}

#bottomContainer
{
    background-image:url('../images/Layout/BottomContainer.png');
    background-repeat:no-repeat;
    height:20px;
    width:960px;
}

#header
{
    background-image:url('../images/Layout/HeaderBackground.png');
    background-repeat:repeat;
    height:145px;
}

#masterSubNav
{
    background-image:url('../images/Layout/SubNavBackground.png');
    background-repeat:repeat-x;
    height:75px;
}

#contentArea
{
    
}

#masterFooter
{
    margin-top:10px;
    background-image:url('../images/Layout/FooterBackground.png');
    background-repeat:repeat;
    color:#FFFFFF;
    height:110px;
    font-size:.8em;
    width:100%;
}

.SubNavH1
{
    color:#FFFFFF;
    padding-left:40px;
    font-size:1.4em;
}

h1
{
    color: #333333;
    font-family: Copperplate Gothic Light, sans-serif;  
    margin-bottom:5px;
    margin-top:5px;
}

h3
{
    font-family: Arial;  
    color:#000000;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:0px;
    margin-right:0px;
}

p
{
    margin:5px;
}

#forums
{
  background-image:url('../images/Icons/maginfier.png');   
}
#navTextPadding
{
    padding-top:14px;
    float:left;
}

.Nav a
{
    width:auto;
    outline:none;
    font-size:1em;
    color:#341d10;
    text-decoration:none;
    background-image:url('../images/Nav/Middle.png');
    font-family:Arial;
    height:43px;    
    float:left
}

.Nav a .leftNav
{
    background-image:url('../images/Nav/Left.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:left;
    padding-right:20px;
}

.Nav a .rightNav
{
    background-image:url('../images/Nav/Right.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:right;
    position:relative;
    background-position:right;
    padding-left:20px;
}

.Nav a:hover
{
    color:#FFFFFF;
    text-decoration:none;
    background-image:url('../images/Nav/SelectedMiddle.png');
    
    height:43px;    
    float:left
}

.Nav a:hover .leftNav
{
    background-image:url('../images/Nav/Selectedleft.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:left;
    padding-right:20px;
}

.Nav a:hover .rightNav
{
    background-image:url('../images/Nav/SelectedRight.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:right;
    position:relative;
    background-position:right;
    padding-left:20px;
}


.Nav a #selected
{
    color:#FFFFFF;
    text-decoration:none;
    background-image:url('../images/Nav/SelectedMiddle.png') !important;
    
    height:43px;    
    float:left
}

.Nav a .selectedleftNav
{
    background-image:url('../images/Nav/Selectedleft.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:left;
    padding-right:20px;
}

.Nav a .selectedrightNav
{
    background-image:url('../images/Nav/SelectedRight.png');
    background-repeat:no-repeat;
    height:43px;
    width:14px;
    float:right;
    position:relative;
    background-position:right;
    padding-left:20px;
}



.Nav img
{
    margin-top:15px;
    float:left
}

.TopNav a
{
    color:#FFFFFF;
    text-decoration:none;
    padding-left:20px; padding-right:20px;
    float:left
}

.TopNav a:hover
{
   text-decoration:underline;
}

.TopNav img
{
   padding-top:4px;
    float:left
}

.subNav h1
{
    font-family:Copperplate Gothic Light;
    font-weight:100;
    color:#3a6990; 
    font-size:1.4em;  
    margin:0px;
    padding-left:25px;
}
.subNav ul
{
    width:225px;
    margin:0;
    padding-left:40px;
    
}
.subNav li
{
    width:100%;
    margin-left:30px;
    margin-top:4px;
    margin-bottom:4px;
    padding-top:3px;
    padding-bottom:3px;
    list-style:none;
    list-style-image:url('../images/SubNav/Arrow.png');
    background-position:top ;
    
}
.subNav a
{
    width:100%;
    color:#20263a;
    text-decoration:none;
}

.subNav a:hover
{
    width:100%;
    color:#20263a;
    text-decoration:underline;
}


#EditTable ul.edit
{
    margin:0px;
    padding:0px;
    list-style:none;
}

#EditTable li.edit
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#EditTable li:hover span.edit {
  display: block;
   
}


#EditTable span.edit {
  display: none;
  border:none;
}

#Links a
{
    color:#000000;
}

#Links ul
{
    list-style-type:none;
    width:100%;
}

#Links li
{
   margin-top:15px;
   padding-left:35px;
   list-style-type:none;
   margin-bottom:15px; 
}

#Links li:hover 
{
   
}

#Links span {
  display: none;
  float:right;
  /*position:absolute;*/
  margin-right:60px;
  border:none;
}

#Links span img{
  border:none;
}

#Links span:hover
{
    display: block;
}
#Links a:hover span {
  display: block;
}

#Links li:hover span {
  display: block;
}

#Links .hidden {
  display: none;
  float:left;
  position:absolute;
  margin-left:-60px;
  border:none;
}

#Links a:hover .hidden {
  display: block;
}

#Links li:hover .hidden {
  display: block;
}

#itemsOBiz span .ShowEdit
{
    display:none;
}

#itemsObiz span:hover .ShowEdit
{
    display:block;
}

.radEditor body
{
    background:#ffffff none !important;   
    border:1px solid #000000  !important;
    padding:0px  !important;
    margin:0px  !important;
}