/* @override http://scdiet.affiniscape.com/associations/8325/files/stylesheets/scdiet_styles.css */

@import url(/global/css/global-styles.min.css);

body {
	margin: 7px 0 0 0;
	background: #efe4c5;
}

body#nobackground { 
	background: #efe4c5; 
}

#maincontenttable {
	background: #fff;
	border-right: 1px solid #035029;
	border-left: 1px solid #035029;
	border-bottom: 1px solid #035029;
	padding: 10px;
}


table#footertable {
	background: #efe4c5;
	padding: 7px;
}

table#returnlinktable {
	background: #fff;
	color: #000065;
}

table#returnlinktable {
	background: #fff;
	color: #000065;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

div.infomessage {
	background: #fff;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}


/* Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	margin-left: -373px;
	top: 35px;
	width: 173px;
	z-index:100;
}

#logo-click h1 {
	height: 150px;
}

/* SCDiet Districts Map
----------------------------------------*/
#mapHeading{
	height: 100px;
}
#mapHeading h1,
#mapHeading h2{
	color: #07006A;
	font-weight: normal;
	margin: 0;
}
#mapHeading h1{
	font-size: 24px;
}
#mapHeading h2{
	font-size: 17px;
}



#positionDiv{
	position: relative;
}

#scdietareamapImg{
	background: url(../../imgs/map/scdiet-area-map.png) no-repeat 0 0;
}

.mapTooltip{
	display: none;
	position: absolute;
	background: url(../../imgs/bak-bubble.png) no-repeat 0 0;
	width: 302px;
	height: 124px;
	padding: 10px;
	padding-bottom: 55px;
}

.mapTooltip.unassigned{
	top:  150px !important;
	left: 260px !important;
}
.mapTooltip.charleston-trident{
	top:  220px !important;
	left: 390px !important;
}
.mapTooltip.pee-dee{
	top:  10px !important;
	left: 500px !important;
}
.mapTooltip.columbia-midlands{
	top:  20px !important;
	left: 320px !important;
}
.mapTooltip.catawba{
	top:  -100px !important;
	left: 290px !important;
}
.mapTooltip.piedmont{
	top:  -50px !important;
	left: 110px !important;
}

.mapTooltip strong{
	margin: 0;
	font-size: 24px;
	color: #08006A;
	font-weight: normal;
	border-bottom: 2px solid #000;
	display: block;
}

.mapTooltip span{
	margin: 5px 0 0;
	font-size: 18px;
	color: #050042;
	font-weight: normal;
	display: block;
}
.mapTooltip p{
	margin: 5px 0 0;
	font-size: 13px;
	color: #333333;
}
.mapTooltip a:link, 
.mapTooltip a:active, 
.mapTooltip a:visited{
	color: #333333;
	font-size: 10px;
}











