﻿.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 900px;
	height: 428px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
}

.branding-bottom li.training {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin: 0 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 210px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:545px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 255px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 15px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:330px;
}
#QuickLinks h2, #QuickLinks p
{
	margin: 5px 5px;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

#TelerikInside
{
	background: white url('telerikInside.jpg');
	border: 1px #cccccc solid;
	padding: 20px 5px 10px 130px;
	margin-bottom: 5px;
	width: 205px;
	height: 140px;
	border-style:none;
}

#TelerikInside h2
{
	font-weight: bold;
}

#RightColumnInfo
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1, #qlCol2
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
}

/*Override defaults */
/* DO NOT EDIT - USE skin.css instead! */
.Normal
{
}

a.Normal:link
{ 
}

a.Normal:visited
{
}

a.Normal:hover
{
}

 a.Normal:active
{
}

.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}


a:link 
  {
 }

a:visited
  {
 }

a:hover 
{
}

a:active 
 {
}


.Bids   /* Used for the Bids and Proposals UDT */
{
   background-color:#ffffff;
   border-bottom-color:#185333;
   border-left-color:#185333;
   border-right-color:#185333;
   border-top-color:#185333;
   font-family: Arial, Tahoma, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color:navy;
   padding-left:6px;
   padding-right:6px;
   vertical-align:top;
   text-align:left;
   }
   
 a.Bids:link
    {
    text-decoration: none;
    color:red;
  }
      
  a.Bids:visited
     {
     text-decoration: none;
     color: #003366;
  }
      
  a.Bids:hover
  {
    text-decoration: none;
    color: #003366;
 }
      
 a.Bids:active
  {
   text-decoration: none;
   color: #003366;
}
   
   .Bids_Header   /* Used for the Bids and Proposals UDT */
   {
      text-align:left;
      background-color:#ffffff;
      border-bottom-color:#185333;
      border-left-color:#185333;
      border-right-color:#185333;
      border-top-color:#185333;
      font-family: Arial, Tahoma, Helvetica;
      font-size: 16px;
      font-weight:Bold;
      color:navy;
      
   }
   
 .Bids _notes  /* Used for the Bids and Proposals UDT */
 {
   background-color:#ffffff;
   border-bottom-color:#185333;
   border-left-color:#185333;
   border-right-color:#185333;
   border-top-color:#185333;
   font-family: Arial, Tahoma, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color:navy;
   padding-left:6px;
   padding-right:6px;
   vertical-align:top;
   text-align:justified;
   width:100px;
 }
   
   /********************************************************/
 .checks_index   /* Used for the Checks Register UDT */
{
   background-color:#ffffff;
   border-bottom: dashed 1px #185333;
   font-family: Arial, Tahoma, Helvetica;
   font-size: 9pt;
   font-weight: normal;
   color:#d0d0d0;
   padding: 0px 0px 0px 0px;
   vertical-align:top;
   text-align:center;
   line-height:20px;
 }
   
 .checks   /* Used for the Checks Register UDT */
{
   background-color:#ffffff;
   border-bottom: dashed 1px #185333;
   /*border-right: dashed 1px #185333;*/
   font-family: Arial, Tahoma, Helvetica;
   font-size: 10pt;
   font-weight: normal;
   color:navy;
   padding: 0px 20px 0px 0px;
   text-align:left;
   line-height:23px;
 }
   
   a.checks:link
      {
	  background: url('images/save.gif') no-repeat
     text-decoration: none;
     color:red;
    }
      
   a.checks:visited
      {
	  background: url('images/save.gif') no-repeat
       text-decoration: none;
       color: #003366;
    }
      
   a.checks:hover
      {
      text-decoration: none;
      color: #003366;
    }
      
   a.checks:active
  {
  background: url('images/save.gif') no-repeat
   text-decoration: none;
   color: #003366;
 }
   
.checks_header   /* Used for the Checks Register UDT */
 {
    text-align:left;
    background-color:#ffffff;
    border-bottom: solid 1px #185333;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10pt;
    font-weight:bold;
    color:#185333;      
}
   
     /* Used for home page quick links memu */
    .home_page_menu_container {
       width: 220px;
       text-align: center;
       background-color: fafab7;
       font-family: helvetica, tahoma, arial;
       font-style: normal;
       font-size: 1.1em;
       color: #2b3822;
       padding-top: 6px;
       border-right:1.5px solid #185333;
}
   
   .home_page_menu {
      width: 94%;
	  text-align: left;	  
	  text-decoration: none;
      background-color: ffffca;
      font-family: helvetica, tahoma, arial;
      font-style: normal;
      font-size: 11pt;
	  color:#385014;
	  padding-top: 2px;
      padding-bottom: 2px;
	  padding-right:6px;
	  margin-left: 7px;
    }
	
	  
    a.home_page_menu:link {
      text-decoration:none;
      color:#385014;
	  background-color: #ffffca;
	  margin-left: 0px;
    }
           
    a.home_page_menu:visited {
      color: #385014;
	  background-color: #ffffca;
	  margin-left: 0px;
    }
                    
    a.home_page_menu:hover {
      color: #ffffff;
      background-color: #385014;
	  margin-left: 0px;
    }
                    
    a.home_page_menu:active {
       color: #2b3822;
	   background-color: #ffffca;
	   margin-left: 0px;
    }
	 
	
	/* Used for services select links on home page.*/
	.pg_select{ 
	  font-family:tahoma, arial; 
	  font-size:14px; color:#18533;"
	} 
	
	a.pg_select:link{ 
	  font-family:tahoma, arial; 
	  font-size:14px; color:green;"
	}

          
    /* Used for Building Inspections Pages */
	 .bld_menu{
	  width:240px;
	  line-height: 25px;
	  background: url(images/menuVignette.gif);
	  color:#ffffff;
	  border: none !important;
	  text-align:left;
	}
	
    .bld_menu_link{
	  width:240px;
	  font-family: Arial, Garamond, Tahoma;
	  font-style: normal;
	  font-size:10pt;
	  text-align: left;
	  padding-top: 3px;
	  padding-bottom:3px;
	  padding-left: 4px;
	  padding-right: 5px;
	}
	                
	a.bld_menu_link:link {
	 text-decoration: none;
	 color:white;
	}            
	             
	a.bld_menu_link:visited {
	  text-decoration: none;
	  color: white;
	}
	                      
	a.bld_menu_link:hover {
	  text-decoration: underline;
	  color: #ffffee;
	}
	                      
	a.bld_menu_link:active {
	  text-decoration: none;
	  color: #ffffff;
    }
          
    .bld_menu_doc{
	 width:225px;
	 text-align:center;
	 background-color: transparent;
	 font-family: Arial, Garamond, Tahoma;
	 font-style: normal;
	 font-size:13px;
	 border-bottom: solid 1px green;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 padding-left: 20px;
	 padding-right: 2px;
	}
	  	                
	a.bld_menu_doc:link {
	  text-decoration: none;
	  color:#000000;
	}            
	 	             
	a.bld_menu_doc:visited {
	  text-decoration: none;
	  color: #000000;
	}
	  	                      
	a.bld_menu_doc:hover {
	  text-decoration: underline;
	  color: #000000;
	  background-color: transparent;
	}
	  	                      
	a.bld_menu_doc:active{
	  text-decoration: none;
	  color: #000000;
    }
	
	.currentDate
	{
	font-family:arial, tahoma;
	font-size: 11px;
	 color:black;
	 }
	 
	 
	 
	 
