/* Animal Care and Control Center CSS Document */
/*===============================================================================================================*/
/* Universal Styles */
body{background-color:#FFFFFF; 
	margin:0px; 
	padding:0px; 
	font-family:Arial, sans-serif; 
	font-size:13px; 
	line-height:16px;
}

img{border:none}

h2{margin:0; 
	font-size:15px; 
	font-weight:bold; 
	color:#834c24
}

h3{margin:0; 
	font-size:16px; 
	font-weight:bold; 
	color:#834c24; 
	text-decoration:underline
}

h4{color:#003366;
	margin:12px 0 0 0;
	font-size:15px;
	font-weight:bold
}

p{margin:12px 0}

dl{margin:0px}

dt{background:url(../images/bgDT.gif) top left no-repeat; 
	margin-bottom:12px; 
	padding-left:16px
}

/*===============================================================================================================*/
/* Universal Class */
.comment{font-size:11px}

.red{color:#900000}
.black{color:#000000}
.gray{color:#999999}
.brown{color:#0f2a7b}
.alert{color:#900000; 
	font-weight:bold
}

.imgRight{float:right;
	margin-left:7px
}

.noTopMar{margin-top:0}

.riteImgMar{margin-right:5px}

.botImgMar{margin-bottom:7px}

.webLink{padding-left: 13px;
	background:url(../images/btns/website.jpg) center left no-repeat;	 
	font-size:11px; 
	font-weight:normal
}

.question{color:#003366;
	font-weight:bold
}

.noLink{background:url(../images/linkNoLink.jpg) center center no-repeat;}

/*===============================================================================================================*/
/* DIVS */
#acccBodyContainer{width:980px; 
	text-align:justify
}

#acccHdrContainer{width:980px; 
	height:95px
}

#acccHdrL{float:left}

#acccHdrR{width:255px; 
	float:right; 
	font-size:11px; 
	font-style:italic; 
	line-height:14px; 
	color:#999999; 
	text-align:right
}

#acccHdrR .hdrLogo{margin-top:5px; 
	margin-bottom:2px
}

#acccNavBar{width:980px;
	background-image:url(../images/bgNavBar.jpg);
	height:35px;
	background-repeat:repeat-x;
	border: 1px solid #003366;
	margin:5px 0 0 0;
	padding:0px;
	text-align:left
}

#acccNavBar a:visited, a:visited:hover{color:#FFFFFF;
	text-decoration:none;
}

#acccFtr{width:980px;
	clear:both; 
	padding-bottom:5px;
	text-align:center;
	color:#999999
}

#acccFtr a, a:visited{color:#999999;
	text-decoration:underline
}
	
#acccFtr a:hover, a:visited:hover{color:#e17200;
	text-decoration:underline
}

/*===============================================================================================================*/
/* Used for translation flags at the bottom of page */
.fSpace{padding-right:75px}

.fSpaceB{padding-right:25px}

.flagForm{margin-top:5px; 
	padding:0px; 
	color:#666666; 
	margin:0px
}
.reports li  {
	background-image: url(../images/bg-reports.png);
	background-repeat: no-repeat;
	color:#004b46;
	height:32px;
	list-style: none;
	margin-left:-15px;
	padding-left:35px;
	padding-top:5px;
	
}
.reports a  {
	text-decoration: none;
}
.reports a:hover  {
	color:#f88379;
}