﻿/* tabs */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/standard/tabbottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:visited, 
#tabNav a:link,
#tabNav a:active {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:hover {
	background: #C0C0C0;
	color: #FFF;
}

#tabNav a:visited.active, 
#tabNav a:link.active, 
#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

/* END TABS */

/* Admin */
#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:hover,
#adminLabel a:active,
#adminLabel a:visited,
#adminLabel a:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:visited,
#adminNav ul li a:link,
#adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}
/* END ADMIN */

.shadowbox {
	background: #ccc;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-weight:bold;
}
.shadowbox div {
	background: #333;
	color: #fff;
	padding: 5px;
	position: relative;
	top: -2px;
	left: -2px;
}

.shadowbox a,
.shadowbox a:link,
.shadowbox a:visited,
.shadowbox a:active,
.shadowbox a:hover {
    color: #fff;
}

.bottomShadow {
	 background: url(../images/icons/shadowwhite.gif) no-repeat left bottom;
	 padding-bottom: 18px;
}

.uniformButton {
    width: 200px;
    margin-top:2px;
    margin-bottom: 5px;
}

.borderBox {
    border: 1px solid #c0c0c0;
    background-color: #f8f8f8;
    padding:5px;
}

a:link.navTopLink {
	font-size: 80%;
	color:white;
	text-decoration:none;
}


a.boxLink,
a:visited.boxLink,
a:active.boxLink,
a:link.boxLink,
a:hover.boxLink 
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

a:hover.boxLink 
{
    background: #E2E2E2;
    color: #000;
}

.RadTabStrip {
   border-bottom: 1px solid #000;
   height: 20px;
   line-height: 20px;
   vertical-align: bottom;
   padding: 0px;
   margin: 0px;
}

.RadTabStrip ul {
	vertical-align: bottom;
	position: relative;
   	top: 0px;
}

* html .RadTabStrip ul
{
    top: 4px;
}


div.tabContainer {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 10px;
    text-align: left;
}

td.homepageColumnTopic 
{
    border-left: dashed 1px #DAD5C6;
    font-size: 12px;
}

td.homepageColumnTopic h3 
{

    color: #626262;
    height: 15px;
    background-image: url(../images/template/headlinebkgrd.jpg);
    background-position: left top;
    background-repeat: repeat;
    height: 25px;
    line-height: 25px;
    padding: 3px 0px 3px 6px;
}

td.homepageColumnTopic a:link, td.homepageColumnTopic a:visited, td.homepageColumnTopic a:active, td.homepageColumnTopic a:hover 
{
    color: #003c85;
    font-size: 12px;
}

.searchContainer 
{
    text-align:right;
    font-size: 11px;
}

.searchContainer input
{
   font-size: 13px;
}

.reqd {
    color: #cc3300;
}



/* custom style for press releases - JVS */

div.pr h1 {width: 700px;}



/* custom style for articles */
.dropcap {
          font-size : 250%;
          font-weight : bold;
          font-style : normal;
          float : left;
          margin : 0px;
          border : 0px;
        }
        
/* custom styles for redpages */
table.redPagesFilterGroup 
{
    border: 1px solid #D7D7D7;
    margin: 5px auto 10px auto;
}

table.redPagesFilterGroup td
{
    background-color: #F7F7F7;
    padding: 4px;
}

table.redPagesCategories td
{ 
    padding: 2px;
    vertical-align: top;
}
table.redPageList  { width: 100%; }
table.redPageList td { vertical-align: top; text-align: left; padding: 8px 3px 8px 3px; width: 50%; border-bottom: 1px solid #D7D7D7; }
table.redPageList td.leftColumn { border-right: 1px solid #D7D7D7; }
table.redPageList td div.listingBox { margin-left: 10px; width: 260px;}
table.redPageList td div.redPagesLogo { float:right; padding-right: 5px; }
table.redPageList td h5 { margin-bottom: 3px; color: #EF2831 }
table.redPageList td h5 a { color: #EF2831; }
table.redPageList td div.servicesContainer { border: 1px solid #D7D7D7; background-color: #F7F7F7; margin-top: 5px; padding: 2px; font-size: 85%; }
div.redPagesRequest { text-align:center; margin: 8px 35px 8px 35px; padding: 5px; border: 1px solid #D7D7D7; background-color: #F7F7F7;  }

.noWrap 
{
    white-space:nowrap;
}

.printOnly { display: none; }

img.paddedImage { margin: 15px; }

div.subscribeContainer 
{
    text-align:right;vertical-align:bottom;margin-top: 49px; font-style: italic; margin-right: 2px;
}

div.subscribeContainer a { color: #EE1C25; font-weight: bold; font-size: 13px; text-decoration: none; }
div.subscribeContainer a:hover { text-decoration: underline; color:#434343; }

/* fixes for ajax calendar */
.ajax__calendar_body table tr td { padding: 0px;}
.ajax__calendar_container { z-index:1000; }

/* for the upload center */
.alert1 {color:Red;}


/* 5/18/2009 [cmg]: new class for RSS image button*/

.RssImageBackground
{
    padding: 0px 5px 1px 5px; 
    background-image:url('../images/icons/gradient-orange.jpg'); 
    position:relative; top: 1px; left: -1px; 
    height: 17px; 
    border: Solid 1px #FA7917;
    color:White;   
}
