﻿/* Reset
-----------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
#bah table, caption, #bah tbody, #bah tfoot, #bah thead, #bah tr, #bah th, #bah td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: inherit;
	 
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
#bah table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q
{
	quotes: none;
}

/* Safari doesn't support the quotes attribute, so we do this instead. */
blockquote:before, blockquote:after, q:before, q:after
{
	/* CSS 2; used to remove quotes in case "none" fails below. */
	content: "";
	/* CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea... 	*/
	content: none;
}

textarea { overflow: auto; border: 0;}
/*input { border: 0px solid white; margin: 0;  padding: 0; } messing up styles in ratings box*/

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, #bah table, address, fieldset {
  margin-bottom:10px;
}


/* Defaults
-----------------------------------------------------------------------------------------------------------*/

html{font-size: 100%;}
body
{
	font: 0.8125em "Arial", Verdana, sans-serif;
	color: #222222;
	line-height: 1.4em;
}

h1
{
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 1px solid #9d9d9d;
	padding-bottom: 7px;
	font-family: tahoma, arial, sans-serif;
	line-height: 1em;
}

h1.grey {
  	color: #666666;
}

h2
{
	font-size: 1.3em;
	display: block;
	background-color: #e98600;
	padding: 5px 5px 5px 15px;
	font-family: Myriad Pro, verdana, sans-serif;
	margin: 25px 0 15px;
}

h3
{
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #9d9d9d;
	font-family: Myriad Pro, verdana, sans-serif;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}


img.border{
  border: 1px solid #9b9c9e;
  padding: 3px;
}



/* Links */
a{
  color: #222222;
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}
a:active{

}
a:visited{

}



em { font-style: italic; }
strong { font-weight: bold; }

ol { padding: 10px 40px; }
ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }


.left
{
	float: left;
	width: 48%;
	margin-right: 10px;
}

.right
{
	float: right;
	width: 48%;
	margin-left: 10px;
}


.first{
	margin-left: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}









/* Forms
-----------------------------------------------------------------------------------------------------------*/

	/* used for search box in header */
	input.text
	{
		padding: 3px;
		border: 1px solid #000000;    
	} 
	
	.field label{
	  display: block;
	}
	
	.field select, .field input, .field textarea{
	  width: 156px;
	  height: 17px;
	  padding: 3px 4px;
	  border-top: 1px solid #aaadb2;
	}
	
	.field textarea{
	  height: 85px;
	}
	
	input.submit{
	  background: #ffffff;
	  border: 1px solid #9b9c9e;
	  width: 90px;
	  height: 25px;
	  font-family: verdana,sans-serif;
	  font-weight: bold;
	  padding: 0;
	}







/* Header
-----------------------------------------------------------------------------------------------------------*/
	#header{
	  margin-top: 20px;
	}
	
	#header #links{
	  border-bottom: 5px solid #e98600;
	  line-height: 2.3em;
	}
	
	#logosearch .grid_10{
	  margin: 0 !important;
	}
	
	#header #logo{
	  background: url(/style%20library/bah/imgs/logo.png) no-repeat;
	  height: 78px;
	  width: 173px;
	  margin: 25px 0;
	  cursor: pointer;
	}
	
	.colours li{
	  display: inline;
	}
	
	.colours a.colour{
	  display: block;
	  height: 20px;
	  width: 20px;
	  border: 1px solid #9e9fa1;
	  text-decoration: none;
	  background: url(/style%20library/bah/imgs/dot8.gif) no-repeat 6px 6px;
	  float: left;
	  margin: 0 2px;
	}
	
	.colours a.option2{
	  background-color: #ffffb7;
	}
	
	.colours a.option3{
	  background: #000 url(/style%20library/bah/imgs/dot8yellow.gif) no-repeat 6px 6px;
	}
	
	div#textsizes a{
	  text-decoration: none;
	}
	div#textsizes a.small{
	
	}
	div#textsizes a.medium{
	  font-size: 1.4em;
	}
	div#textsizes a.large{
	  font-size: 1.8em;	
	}
	
	
	#logosearch{
	  height: 128px;
	}
	#logosearch label{	
	  font-size: 1.3em;
	  color: #666666;
	  font-weight: bold;
	  font-family: Myriad Pro, verdana, sans-serif;
	  margin-top: 85px;
	  display: block;
	  text-align: right;
	}
	
	#logosearch input.text{
	  margin-top: 80px;
	}
	#logosearch input.submit{
	  background: #E98600;
	  border: 1px solid #000000;
	  height: 24px;
	  width: 24px;
	  position: relative;
	  top: 0px;
	}
	
	/* asterisk in header */
	span.asterisk a{
	  color: black;
	  margin-left: 2px;
	  font-size:1.9em;
	  text-decoration: none;
	}
	
	span.asterisk a:hover{
	  text-decoration: none;
	}
	



	/* horizontal navigation
	----------------------------------------------*/
		#header #topnav{
		}
		#header #topnav ul{
		  width: 100%;
		  padding: 5px 0;
		  margin: 0;
		  background: #e98600;
		  margin-bottom: 2px;
		}
		#header #topnav ul li{
		  display: inline;
		}
		#header #topnav ul li a{
		  display: block;
		  float: left;
		  padding: 0 20px;
		  background: url(/style%20library/bah/imgs/dot.gif) no-repeat right;
		  color: black;
		  font-family: Myriad Pro, verdana, sans-serif;
		  text-decoration: none;
		  font-size: 1.1em;
		}
		#header #topnav ul li a:hover{
		  color: white;
		}
		#header #topnav ul li a.last{
		  background: none;
		}








/* Footer
-----------------------------------------------------------------------------------------------------------*/
#footer{
  background: #eaeaea;
  font-size: 0.9em;
}

#footer h3{
  border: 0;
  display: block;
  padding: 15px 20px 0;
  margin: 0;
}

#footer .col{
  padding: 10px 20px 10px;
}

#footer .col li{
  margin: 3px 0;
}

#footer .addr p{
  margin: 0;
  line-height: 1.3em;
}

#footer .numbers{
  padding-top: 20px;
  line-height: 1.3em;
}

#footer .numbers p
{
  margin: 0;
}

a.print{
  background: url(/style%20library/bah/imgs/icon_print.png) no-repeat right;
  display: block;
  width: 102px;
}

#footerlinks{
  margin-left: 10px;
}
#footerlinks a{
  margin: 5px;
}

#footer1 {
  padding: 0 30px 10px;
}
#footer2{
  position: relative;
  top: -10px;
}



/* Accessibility
-----------------------------------------------------------------------------------------------------------*/
	/* hides spans on a tags with background images (smiley faces) */
	a span{
	  display: none;
	}




/* Standard
-----------------------------------------------------------------------------------------------------------*/
	#body{
	  padding: 30px 0 25px;  
	}
	
	
	/* main navigation */
	#left{
	  float: left;
	  width: 190px;
	  margin-right: 40px;
	}
				

	#nav ul {
	  margin: 0 0 20px 0;
	}
	#nav ul li{
	  border-bottom: 1px solid white;
	 /* padding: 5px 0 4px 3px;*/
	}
	#nav ul li:last-child{
	  border: 0;
	}
	#nav ul a{
	  text-decoration: none;
	  display: block;
	  padding: 5px 0 4px 3px;
	  color: black !important;
	}
	#nav ul a:hover{
	  background-color: white !important;
	  color: black !important;
	}
	
	#nav li.currentActiveMenu a{
	  font-weight: bold;
	}
	
	#nav li.level1 a{
	  padding-left: 10px;
/* prev	  background-color: #FDC375;*/
	  background-color: #E98600;
	  color: white;
	}
	
	#nav li.level2 a{
	  padding-left: 15px;
	  /* prev  background-color: #fcd9aa;*/
	  background-color: #FDC375;
	}	
	#nav li.level3 a{
	  padding-left: 24px;
	  background-color: #fcd9aa;	
	}
	
	
	li.home{
	  display: none;
	}
	

	
	#body #content{
	  float: left;
	  width: 500px;
	  margin-right: 40px;
	}
	
	#body #content p{
	  margin: 10px 0px 10px;
	}	
	
	
	#body #sidebar{
	  float: left;
	  width: 190px;

	}
	
	
	
	
	/* Main content div */
	
	#content ul{
	  list-style-image:url(/style%20library/bah/imgs/dot_orange.gif);
	  padding: 10px;
	  margin: 10px;
	}
	#content ul li {
	  margin: 3px 0;
	}
	
	.crumb{
	  font-size: 0.9em;
/*	  top: -20px;*/
	  padding-bottom: 10px;
/*	  height: 18.2px;*/
	  display: none;
	  width: 55%;
	}
	
	.welcomeImage{
	  padding-top: 10px;
	}
		
	
		
	/* gallery */
	div.gallery{
	  border: 1px solid #9B9C9E;
	  padding: 3px 3px 0 3px;
	  margin-bottom: 25px;
	}
	.gallery div.title{
	  padding: 2px 5px;
	  float: left;
	  width: 70%;  
	}
	.gallery div.pagination{
	  padding: 2px 5px;
	  float: right;	  
	}
	.gallery .pagination ul{
	  margin: 0 !important;
	}
	.gallery .pagination li{
	  display: inline;
	  margin: 0 1px;
	}
	.gallery .pagination a.arrow{
	  text-decoration: none;
	}
	
	
	
	/* image and text side by side */
	.imgsection{
	  padding: 15px 0 5px;
	}
	.imgsection img{
	  float: left;
	  border: 1px solid #9b9c9e;
	  padding: 3px;
	  margin-right: 12px;
	}
	.imgsection .title{
	  text-decoration: underline;
	  position: relative;
	  top: -2px;
	  font-size: 1.3em;
	  color: #666666;
	  font-weight: bold;
	  font-family: Myriad Pro, verdana, sans-serif;
	  padding-bottom: 2px;
	  display: block;
	}
	.imgsection p{
	  margin: 5px 0 0 0 !important;
	}



	

/* Side boxes
-----------------------------------------------------------------------------------------------------------*/
	
	div.sidebox{
	}
		
	div.sidebox p.msg{
	  margin: 5px 0;
	  font-size: 0.8em;
	}
	
	div.sidebox div.title{
	  background-color:black;
	  color:#FFFFFF;
	  font-weight:normal;
	  padding:6px 10px;
	  border-bottom:1px solid #9D9D9D;
	  font-family:Myriad Pro,verdana,sans-serif;
	  font-size:1.3em;
	}

	div.sidebox div.content{
	  background-color: #eaeaea;
	  padding: 5px 11px;
	  margin-bottom: 8px;
	}

	div.sidebox .field{
	  padding: 3px 0;
	}
	
	div.sidebar .link-item{
	  font-size: 0.9em !important;
	}
	div.sidebar .link-item .description{
	  font-family: "Arial", Verdana, sans-serif;
	}

	
	
	/* weather */
	div.sidebox div.header{
	  background-color: #9d9d9d;
	  position: relative;
	  font-weight: bold;
	  margin: -5px -11px 0;
	  padding: 0 7px;
	}
	
	div.sidebox div.line{
	  padding: 7px 0;
	  border-bottom: 1px solid #000000;
	}
	
	div.sidebox div.line:last-child{
	  border-bottom: 0;
	}
	
	div.sidebox div.col1{
	  float: left;
	  width: 80px;
	}
	div.sidebox div.col2{
	  float: left;
	  width: 40px;
	  vertical-align: bottom;
	}
	div.sidebox div.col3{
	  float: left;
	  width: 40px;
	}
	div.sidebox div.weatherdesc{
	  clear: both;
	  font-weight: bold;
	  padding: 7px 0 3px 0;
	}
	
	
	/* calendar */
	.calendar {
	  margin: 0 -7px;
	}

	
	/* links box with orange bullet */
	ul.links{
	  font-size: 0.9em;
	  list-style-image: url(/style%20library/bah/imgs/dot_orange.gif);
	}
	ul.links li{
	  margin: 3px 0 5px 10px;
	}
	
			
	/* downloads box */
	ul.downloads{
	  font-size: 0.9em;
	}
	ul.downloads li{
	}
	ul.downloads a{
	  background: url(/style%20library/bah/imgs/icon_download.gif) no-repeat;
	  display: block;
	  padding: 0 0 0 20px;
	}
	
	
	
	/* links box */
	div.sidebox div.item{
	  background-color: #eaeaea;
	  padding: 1px 11px;
	  margin: 0;
	}
	
	div.sidebox div.item a{
	  font-family: Arial, verdana, sans-serif !important;
	  color: #222222 !important;
	  text-decoration: underline !important;
	  font-size: 13px;
	}
	
	div.sidebox div.slm-layout-main{
	  padding-top: 6px !important;
	  padding-bottom: 8px !important;
	  background-color: #EAEAEA;
	  margin-bottom:8px !important;
	}








/* Homepage
-----------------------------------------------------------------------------------------------------------*/
div.feature img{
  float: left;
  margin-right: 10px;
}
div.feature a{
  text-decoration: none;
}
div.feature a:hover{
  text-decoration: underline;
}


/* News */
div.snippet{
  border-bottom: 1px solid #9d9d9d;
  padding: 15px 10px 5px 10px;
}
div.snippet span.title{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
div.snippet p{
  margin: 0;
}
div.snippet span.italic{
  display: block;
  float: right;
  color: #9b9c9e;
  font-style: italic;
}









/* Article Pages
-----------------------------------------------------------------------------------------------------------*/
.wIRight {
  float:right;
  margin:7px 0px 10px 15px;
}
div.pageContent {
  color:black;
  font-family:Arial,sans-serif;
  font-size:1em;
  line-height:1.35em;
}

div.pageContent h2{
  background-color: white;
  padding: 0;
  margin: 5px 0 15px;
}

div.pageContent ul{
  list-style-type: disc;
}


div.pageContentDisplay table {
border:15px solid #EDEDED;
border-collapse:collapse;
font-family:Arial,Helvetica,sans-serif;
text-align:left;
}
div.pageContentDisplay th {
background-color:#E1E3D5;
border-bottom:1px solid #333333;
border-right:1px solid #333333;
color:#000000;
font-size:0.9em;
font-weight:bold;
padding:8px;
}
div.pageContentDisplay td {
background:#FFFFFF none repeat scroll 0%;
border-bottom:1px solid #333333;
border-right:1px solid #333333;
color:#000000;
padding:8px;
vertical-align:top;
}
div.pageContentDisplay tr:hover td {
background:#E1E3D5 none repeat scroll 0%;
color:#000000;
}
div.pageContentDisplay tr:hover th {
background:#E1E3D5 none repeat scroll 0%;
color:#000000;
}
.hovertr {
background:#E1E3D5 none repeat scroll 0% !important;
color:#000000 !important;
}












/* Board minutes
-----------------------------------------------------------------------------------------------------------*/


/* Individual minutes pages */
#body #content #minutesinfo p{
  margin: 3px 0;
}

div.minutessection{
  border-bottom:1px solid #9D9D9D;
  color:#666666;
  font-family:Myriad Pro,verdana,sans-serif;
  font-size:1.3em;
  font-weight:bold;
  margin: 20px 0 10px;
}

span.minutesTitle{

}

/* News Image */
img.newsImg{float: left; margin-right: 5px;}
img.newsImgright{float: right; margin-left: 5px;}



/* A to Z
-----------------------------------------------------------------------------------------------------------*/

ul#AtoZ{
  list-style-type: none;
}
ul#AtoZ li{
  display: inline;
}
ul#AtoZ a{
  border:1px solid white;
  display:block;
  float:left;
  padding:5px 7px;
  margin:1px;
  width:11px;
  color:#fff;
  font-size: 0.8em;
}
ul.a2ZRed a{
  border: 1px solid #000000 !important;
  color:#B94035 !important;
  background-color: transparent;
  text-decoration: none !important;
  font-weight: bold;
  padding: 6px 7px 6px 10px !important;
  width: 11px;
}

ul.a2ZRed a:hover{
  background-color: #B94035 !important;
  color:#ffffff !important;
}

ul.a2ZRed a.active{
  background-color: #B94035 !important;
  color:#ffffff !important;
}

div#AtoZResults ul{
  color:#666666 !important;
  background-color: transparent !important;
  list-style-type: none !important;
}

div#AtoZResults a{
  color:#B94035 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

div#AtoZResults a:hover{
  text-decoration: underline !important;
}

div#AtoZResults li{
  margin-top:10px;
}

div#AtoZResults{
  margin-top: 20px;
  border: 0px solid #cecece;
  padding: 8px 8px 12px;
}

.loadingAtoZ{
  padding: 8px !important;
}

#ajaxIndicator{
  background: url(/style%20library/bah/imgs/ajaxloading1.gif) no-repeat;
  height: 24px;
}



/*
//	Page Options
*/
div#pageOptions{
  border: 1px solid #cecece;
  font-family:arial,verdana,helvetica,sans-serif;
  font-size:1em;
  margin: 25px 0pt 10px;
  padding: 0 0 3px 3px;
  color: #555555;
}
#pOTitle{
  margin: 3px 0 0 30px !important;
}
span#ratethispage-msg{
  padding-left: 227px;
}
#pageOptions ul.pageOptions{
  list-style-type: none;
  list-style-image: none;
  padding: 10px;
  margin: 0;
}
#pageOptions li{
  margin: 5px 20px !important;
  float: left;
}
#pageOptions a{
  text-decoration: none;
  color: #555555;
}
#pageOptions img{
  margin-right: 2px;
}
#pageOptions img.icon{
  position: relative;
  top: 3px;
  margin-right: 4px;
}
li#addThisLi{
  position: relative;
  top: 4px;
  margin-right: 0 !important;
}
li#printLi{
  position: relative;
  top: 1px;  
}
a.printPage{
  background: url('/Style%20Library/bah/imgs/vote-bad.gif') no-repeat;
}


/* Ratings (smiley faces)
---------------------------------------------------------------------------------------------- */
li#ratingLi{
  margin: -1px 0px 2px 30px !important;
}
li#ratingLi a{
  margin: 0 2px;
}
a.voteBad{
  background-image: url(/Style%20Library/bah/imgs/vote-bad.gif);
  display: block;
  height: 31px;
  width: 32px;
  float: left;
}
a.voteAverage{
  background-image: url(/Style%20Library/bah/imgs/vote-average.gif);
  display: block;
  height: 31px;
  width: 32px;
  float: left;
}
a.voteGood{
  background-image: url(/Style%20Library/bah/imgs/vote-good.gif);
  display: block;
  height: 31px;
  width: 32px;
  float: left;
}

a.badUnselected{
  background-image: url("/Style%20Library/bah/imgs/vote-bad-white.gif");
}
a.averageUnselected{
  background-image: url("/Style%20Library/bah/imgs/vote-average-white.gif");
}
a.goodUnselected{
  background-image: url("/Style%20Library/bah/imgs/vote-good-white.gif");
}

div#popupVote{
  padding: 15px 10px;
  border: 1px solid #cecece; /*#77AADD;*/
  position: relative;
  top: -2px;
  background: white url(/Style%20Library/bah/imgs/big-dropdown.gif) no-repeat 438px 2px; 

/* #F4FAFF */
  font-family: arial,helvetica,sans-serif;
  font-size: 1em;
  color: #555555;
}
div#popupVote p{
  margin: 0px 0 7px !important;
}
div.popupVoteTop textarea{
  font-size: 0.9em;
  font-family: arial,helvetica,sans-serif;
  width: 434px;
  height: 74px;
  border: 1px solid #CECECE;
}
div.popupVoteBottom div.submit-here-msg{
  color: #0078CC;
  padding-top: 10px;
  font-size: 0.9em;
  border-top: 1px dotted #CECECE;
  margin-top: 14px;
  padding-top: 5px;
}
div.submit-here-msg a{
  color: #0078cc;
}

div.popupVoteButtons{
  padding: 8px 0 0px;
}
.popupVoteButtons input{
  border: 1px solid	black;
  background-color: #EAEAEA;
}

div#printIcon {
background:url("/style%20library/bah/imgs/print_sm.gif") no-repeat scroll;
float:left;
height:18px;
padding-right:4px;
width:16px;
}


/*	Success message box */
div.thankyou-msg-box{
  border: 1px solid #F4FAFF;
  background: #EAEAEA url(/Style%20Library/bah/imgs/tick.gif) no-repeat 16px;
  color: #555555;
  width:100%;
  font-family: arial,helvetica,sans-serif;
  font-size: 1em;
}
div.thankyou-msg-box p{
  padding-left: 50px;
}




/* Social media icons */

#followus div.content{
  text-align: center;
}
#followus a
{
    text-decoration: none;
}

.tooltip 
{
    background-color:#F5F5B5;
    border:1px solid #DECA7E;
    color:#303030;
    font-family:sans-serif;
    font-size:12px;
    line-height:18px;
    padding:3px 10px;
    position:absolute;
    text-align:center;
    z-index:2;
}



/* Search box */
div.searchbox_pos{
  position: relative;
  left: 65px;
  width: 90%;
}

/* Search page */
.srch-Title a:link, .srch-Title a:visited {
color:#003399;
text-decoration:none;
}

.srch-URL a:link, .srch-URL a:visited {
color:#008800 !important;
text-decoration:none;
}

span.srch-alertme{
  display: none;
}



/* jquery calendar */
a.eventday{
  text-decoration: underline;
  font-weight: bold;
  color: #003399;
}

div#hoverEventOutput
{
	display:none;
	z-index:1000;
	position:absolute;
	background: white;
	padding:8px;
	border:1px solid black;
	width: 235px;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}
#hoverEventOutput span{
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-decoration: underline;
  line-height: 1.33em;
}

#hoverEventOutput ul{
  margin: 0;
}

#hoverEventOutput li{
  margin: 1px 0;
}

div#hoverEventOutput li a{
	color: #003399;
	line-height: 1.4em;	
	text-decoration: none;
}

div#hoverEventOutput li a:hover{
	text-decoration: underline;
}


div.datepick-month{
  width: 176px;
}

.datepick-month-header{
  height: 25px;
}
select.datepick-month-year{
  margin-top: 2px;
  height: 24px;
  font-size: 0.9em;
}

.datepick-cmd-prev, .datepick-cmd-next{
  background-color: #E98600;
  color: #000000 !important;
  width: 36px;
  height: 18px !important;
}

.datepick-cmd-prev:hover, .datepick-cmd-next:hover{
  color: #ffffff !important;
}


.datepick-month td .datepick-today {
	background-color:#FDC375;
}

.datepick-highlight{
  background-color: #E98600 !important;
}

div.datepick-nav{
  display: none;
}

div.datepick-month thead span{
  background-color: #f5f5f5;
  color: #000000;
}

div.datepick-month table{
  margin: 0 !important;
}

a.datepick-cmd-today{
  color: #000000;
}
a.datepick-cmd-today:hover{
  background-color: #000000;
}

.at300bs{
  background: none !important;
}
.addthis_button_facebook_like{
  padding: 0 !important;
}
.addthis_button_facebook_like iframe{
  margin-right: -4px;
}
.addthis_button_facebook_like span.liketext{
color: red !important;
}


.at15t_email{
  background: url(/style%20library/bah/imgs/email-off.gif) no-repeat !important;
  height: 20px !important;
  width: 57px !important;
}
.at15t_print{
  background: url(/style%20library/bah/imgs/print-off.gif) no-repeat !important;
  height: 20px !important;
  width: 57px !important;
}
.addthis_default_style .at300b, .addthis_default_style .at300m{
  padding: 0 3px !important;
}
