/************************************************
* GENERIC ELEMENTS
* Set layout attributes for default html elements
*************************************************/

/* Remove browser layout defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
html,body { height: 100%;}

td { vertical-align:top; }

/* Headings */
h1 { 
	clear: left;
	width: 253px;
	height: 80px;
	padding: 14px 0 0 20px; margin: 0;
	position: absolute;
	float: left;
}
h1 a {
	display: block;
	height: 103px;
	width: 243px;
	text-indent: -9999px;
}

th,h1,h3,h5,h6 {
	color: #005fc7;
}
/* links */
a:link {
	color: #045ec0;
	text-decoration: none;
}
a:visited {
	color: #2266AA;
	text-decoration: none;
}
a:hover {
	color: #F88B50;
	text-decoration: underline;
}
a:focus{
	outline: none;
}
a.more {
	font-size:0.95em;
	background: url(../images/skin/a-more-bg.gif) no-repeat right center;
	padding-right: 10px;
}
label {
	color: #000;
}

#photoForm label {
	color: #2b2b2b;
	font-size: 95%;
	padding: 10px 0 2px 0;
	display: block;
}
.record .content h2 { margin-bottom: 5px; }



.alt {
	background: url(../images/skin/alt-bg.gif) repeat-x bottom left;
}
/************************************************
* 1st LEVEL CONTAINERS
*************************************************/
body {
	text-align: center;
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	background: url(../images/skin/body-bg.gif) repeat;
}
#container {
	background: url(../images/skin/container-bg.gif) repeat-x top;
	font-size: 0.8em;
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.wrapper {
	width: 1028px;
	margin: 0 auto;
	text-align: left;
}

#branding {
	width:971px;
	padding: 0 20px;
	background: #000;
	margin: 0 auto 5px;
	height: 23px;
	text-align: left;
}

#page {
	background: url(../images/skin/page-bg.png) repeat-y center;
	width: 1028px;
	margin: 0 auto;
	z-index: 0 !important;
}


#page .wrapper{
	width: 994px;
}
/* masthead */
#masthead {
	width: 1028px;
	margin: 0 auto;
}


#masthead h1 {
}
#masthead, #content, #footer, #footer-loyalty {
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
}

#masthead .wrapper {
	background: url(../images/skin/masthead-bg.png) no-repeat right bottom;
	height: 240px;
	width: 1028px;
}

#content {
	float: left;
	width: 670px;
}

#content .title {
	margin-top: 10px;
}

#content .image {
	margin-left: 10px;
}

#content .title, .copy, .copy2, .image, .articleTools {
	margin-left: 10px;
	margin-right: 10px;
}



table img {
  margin: 0 !important;
  padding: 0 !important;
}

/* footer */
#footer, #footer-loyalty {
	text-align: center;
	color: #006699;
	background: url(../images/skin/footer-bg.png) no-repeat top center;
	width: 1028px; margin: 0 auto;
	position: relative;
	padding-top: 30px;
}
#footer ul, #footer-loyalty ul li {
	margin: 10px 0;
	text-align: center;
}
#footer ul li, #footer-loyalty ul li {
	display: inline;
	margin-right: .75em;
	float: none;
	font-size: 0.9em;
	color: #774a00;
}
#footer li a {
     padding: 5px 0.5em;
}

#footer img { float: left; }

#footer ul li a {
	color: #774a00;
}

/* weather */
#weather {
	width: 300px;
	height: 137px;
	position: relative;
	background: url(../images/skin/weather-bg.jpg) no-repeat left top;
	margin: 20px 0;
	text-align: left;
}
	#weather h3 {
		font-weight: bold;
		font-size: 13px;
		color: #fff;
		padding: 13px 10px 5px;
		font-family: Helvetica,Verdana,Arial,sans-serif;
	}
	#weather .weather {
		color: #65511f;
		text-align: left;
		height: 83px;
		position: relative;
	}
	#weather .day{
		font-weight: normal;
		font-size: 18px;
		padding: 10px 0 3px 10px;
		float: left;
		position: absolute;
		top: 7px;
		font-family: Helvetica,Verdana,Arial,sans-serif;
	}
	#weather .temperatures {
		font-weight: bold;
		font-size: 18px;
		padding: 10px 0 10px 10px;
		float: right;
		position: absolute;
		right: 80px;
		top: 9px;
	}
	#weather .icon {
		
		border: 1px solid #a96900;
		position: absolute;
		right: 20px;
		top: 15px;
		float: right;
	}
	#weather .conditions {
		padding: 0 0 10px 10px;
		float: left;
		color: #835400;
		position: absolute;
		top: 40px;
		font-weight: bold;
		font-size: 12px;
		font-family: Helvetica,Verdana,Arial,sans-serif;
	}
	#weather ul.links {
		clear: both;
		display: block;
		background: transparent;
	}
		#weather ul.links li {
			padding: 0;
			float: right;
			position: relative;
		}
			#weather ul.links li a{
				text-indent: -9999px !important;
				width: 110px; height: 25px;
				padding: 0;
				display: block;
				color: #fff;
			}

#content .weather{
	width: 20%;
	float: left;
	text-align: center;
}

/*#weather .period, #weather .temp, #weather .bigtemp, #weather .day, #weather .conditions {
	display: none;
}*/


#weather ul.links li a.more { background: none; !important; color: #fff; }

/* see jquery.schedule.js */
.schedule {
	display: none;
}

/* homepage */
#homepage .archive {
	margin-bottom: 0px;
}
#homepage .record {
	font-size: 0.9em;
}
#homepage .copy p {
	/*padding: 0 5px 16px;*/
	/*height: 10px;*/
}
#homepage .records .record .content{
	margin: 0;
	height: 155px;
	vertical-align: top;
	/*overflow: hidden;*/
}
#homepage .records .record .footer{
	text-align: right;
	width: auto;
	/*margin: 10px 10px 0 0;*/
	/*padding-top: 10px;*/
}
.FULL .records .record .footer,
.photo .records .record .footer{
	background: none !important;
}

/* advertisements */

#leaderboard {
	width: 1028px;
	height: 99px;
	padding: 5px 0;
	float: left; margin: 0;
}
#leaderboard .ad {
	float: left;
	margin: 0 0 0 8px;
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 12px;
}
#leaderboard .ad-1 {
	background: url(../images/skin/leaderboard-ad.gif) no-repeat;
	padding: 5px;
}

#leaderboard .ad-2 {
	background: url(../images/skin/leaderboard-ad2.gif) no-repeat;
	padding: 5px 5px 5px 3px;
	margin-bottom: 5px;
	width: 120px;
	height: 90px;
}



/* archives */
.archive {
	clear: both; margin-bottom: 5px;
}
.aintro .title, .aintro .title h2,
.fancy-title .record .title, .fancy-title .record .title h3 {
	clear: both;
	height: 27px;
}
.aintro .title,
.fancy-title .record .title {
	padding: 13px 0 0 14px;
	margin-left: 8px;
	background: transparent url(../images/skin/atitle-bg-left.gif) no-repeat left center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -8px;
	z-index: 10;
	position: relative;
}
.aintro .title h2,
.fancy-title .record .title h3 {
	padding: 0;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	/*background: url(../images/skin/atitle-bg-right.gif) no-repeat center right;*/
}
.aintro .title h2 a, .aintro .title h2 span,
.fancy-title .record .title h3 a, .fancy-title .record .title h3 span {
	display: block;
	padding: 0;
}

.titlesponsor .aintro .title {
	background: transparent url(../images/skin/atitle-bg-left.gif) no-repeat left 17px;
	padding: 7px 0 0 14px;
	height: 48px;
}
.titlesponsor .aintro .title h2 a,
.titlesponsor .aintro .title h2 span {
	display: block;
	width: 100%;
	height: 54px;
	margin-top: 0;

}
.titlesponsor .aintro .title h2 span a {
	display: inline;
}

.archive .footer {
	clear: both;
	position: relative;
	margin: 0;
}
.archive .footer ul {
	text-align: center;
}
.archive .footer ul li {
	display: inline;
	padding-left: 15px;
}

ul.archivePagination {
	clear:both;
	display:block;
	float:none;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}

ul.archivePagination li,
.archive .footer ul.archivePagination li {
	display: inline;
	padding: 0;
	border-right: 1px solid #ccc;
}
ul.archivePagination li.current,
.archive .footer ul.archivePagination li.current {
	color: #005fc7;
}
ul.archivePagination li a {
	color: #666;
	padding: 0 5px;
}

/* records */

.records {
	clear: both;
}
.group {
	margin: 5px 0;
}


.title h3 { /* record title */
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	/*padding-left: 10px;*/
}
.title h4 { /* subtitle */
	margin: 0;
	font-weight: bold;
	color: #272727;
	font-size: 1em;
}
.record .title,
.record .content,
.reco?d .footer {
	margin: 0 2px;
}
/* footer */
.record .footer {
	background: url(../images/skin/record-footer-bg.gif) repeat-x left bottom;
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
}
#footer .record .footer {
	background: none;
}

.records .record .title h3,
.records .record .title h4 { /* record title */
	padding-left: 165px;
}
.photo .records .record .title h3,.photo .records .record .title h4 { /* record title */
	padding-left: 5px;
	font-size: 1.5em;
}
.photo .records .record .title h4 { /* record title */
	font-size: 1.2em;
	font-weight: normal;
}
.FULL .record .title,
.FULL .record .content,
.FULL .record .footer {
	margin: 10px 0;
}
.FULL .records .record {
	width: 640px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	z-index: 8;
	position: relative;
}
.FULL .record .content{
	float: left;
}
/*.FULL .record .footer {
	float: right;
}*/
.copy, .copy2 {
	padding: 3px;
}
.copy p, .copy2 p {
	line-height: 1.4em;
	padding-top: 5px;
}
.copy blockquote,
.copy2 blockquote {
	margin: 0 0 0 3em;
}
.copy h5, .copy2 h5,
.copy h6, .copy2 h6 { 
	padding-top: 5px;
	padding-bottom: 5px;
}

/* footer */
.record .footer {
	text-align: right;
}
.audio .record .footer,
.photo .record .footer,
.video .record .footer,
.gallery .record .footer {
	text-align: left;
}

.audio .record .footer .more,
.photo .record .footer .more,
.video .record .footer .more,
.gallery .record .footer .more {
	display: none;
}
.audio .record .footer a,.photo .record .footer a,.video .record .footer a,.gallery .record .footer a,
.meta-info span.author a, .meta-info span.contact a{
	background: url(../images/skin/link-icons.gif) no-repeat -20px -83px;
	float: right;
	width: 50px;
	height: 15px;
	text-indent: -30000px !important;
}
.photo .record .footer a:hover{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.audio .record .footer a{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.audio .record .footer a:hover{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.gallery .record .footer a{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.gallery .record .footer a:hover{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.video .record .footer a{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}
.video .record .footer a:hover{
	background: url(../images/skin/link-icons.gif) no-repeat -95px -83px;
}

/* metadata */


.meta-info span.author a {
	background: url(../images/skin/link-icons.gif) no-repeat -28px -25px;
}
.meta-info span.author a:hover {
	background-position:-103px -25px;
}
.meta-info span.contact a {
	background: url(../images/skin/link-icons.gif) no-repeat -20px -6px;
}
.meta-info span.contact a:hover {
	background-position: -95px -6px;
}
.meta-info span.author a, .meta-info span.contact a {
	float:left;
}

.meta-info {
	padding: 0 0 20px 156px;
	clear: right;
}
.skinmeta span.author,
.skinmeta span.contact {
	height: 15px;
	display: inline;
}
.skinmeta span.author a,
.skinmeta span.contact a {
	text-indent: -9999px;
	width: 75px;
	height: 20px;
	float: left;
}

/* images */
/* text wrapping, image alignment and spacing
wleft - text should be on the left
wright - text should be on the right
*/
.wleft .image {
	float: right;
	margin: 0 0 5px 5px;
}
.wright .image {
	float: left;
	margin: 0 5px 5px 0;
}
.skin-image .image {
	padding: 5px;
}
.image {
	overflow: hidden;
}
.record .content .copy img,
.record .content .copy2 img {
	padding: 2px;
	margin: 2px;
}

.record .sponsor {
	clear: both;
	height: 100px;
	padding: 5px 0;
}

.record .sponsor img {
	padding-left: 15px;
}

/* size enforcement */
.image200x100 .record .image { width: 200px; height: 100px; border: 1px solid #ccc;padding: 4px;margin: 0 0 5px;}
.image150x150 .record .image { width: 150px; height: 150px; }

.photo .records{
	margin-left: 5px;
	background: url(../images/skin/record-footer-bg.gif) repeat-x left bottom;
	height: auto;
	float: left;
	width: 654px;
}
.photo .records .record{
	width: 212px;
	height: 185px;
	margi?-left: 5px;
	background:transparent none repeat scroll 0 0 !important;
	border-bottom:1px dotted #CCCCCC;
}

.photo .records .record .content{
	padding: 10px 0;
	display: block;
}
.photo .records .record .footer{
	position: absolute;
	bottom: 5px;
	right: 0;
}




/* Extended (Sidebar content) */
.extended {
	width: 307px;
	float: right;
	text-align: left;
	position: relative;
}
.extended .ad {
	background: url(../images/skin/ad-bg.gif) no-repeat top center;
}
#globalside {
	text-align: center;
}

.extended .record .content,
.extended .copy,
.extended .record .content .copy,
.extended .record .content .copy img {
	margin: 0; padding: 0;
}

/* Lists */
.copy ul, .copy ol,
.copy2 ul, .copy2 ol {
	overflow: hidden;
	padding-left: 20px;
}
.copy ul li,
.copy2 ul li,
.copy ol li,
.copy2 ol li {
	margin-bottom: 0.3em;
}

.copy ul, .copy2 ul {
	list-style: circle;
}
ul.links li {
	display: inline;
	padding: 0 3px;
}

ul.media {
	clear: both;
}
ul.errors {
margin: 1em 3em;
padding: 1em;
padding-left: 2em;
}

/* Group modifiers */

.noimage .image,
.nocopy .copy, .nocopy .copy2,
.nofooter .footer, .notitle .title,
.nosponsor .sponsor, .nometa .meta-info,
.noaintro .aintro, .noatitle .aintro .title
{ display: none; }

.more-only .record .footer a {
	visibility:hidden;
}
.more-only .record .footer a.more {
	visibility:visible;
}

.tight-title .record .content .title {
	font-size: 0.8em;
}
.tight-title .title h3, 
.tight-title .title h4 {
	margin: 0; padding: 0;
}

.nowrap .image {
	width: 100%;
	margin: 0; padding: 0;
	text-align: center;
}
.nowrap .content .copy,
.nowrap .content .copy2 {
	padding: 3px 3px 10px;
	clear: both;
}

.STILE{
	width: 218px;
}
.STILE .aintro .title{
	background: transparent url(../images/skin/atitle-bg-small.gif) no-repeat center left;
}
.LTILE .record,
.MTILE .record,
.STILE .record {
	position: relative;
	height: 100%;
	padding-bottom: 5px;
	float: left;
	display: inline;
}
.LTILE .record {
	width: 321px;
	padding: 10px 4px 0 7px;
}
.MTILE .record {
	width: 219px;
}

.STILE .records{
	padding: 10px 0 0 7px;
}

.LTILE .record .footer,
.MTILE .record .footer,
.STILE .record .footer {
	bottom: 0;
	right: 0;
}
.MTILE .record .footer {
	width: auto;
	margin: 0 8px;
}
.LTILE .record .footer {
	width: auto;
	height: 20px;
}

.third {
	width: 33%;
	float: left;
}

.columnize-std .record .copy,
.columnize-std .record .copy2 {
	padding: 5px 0 10px 165px;
}

/* recipe */
.recipe .copy {
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #ddd;
}
.recipe .record .content .copy2 blockquote {
	float: right;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0;
}
.recipe .record .content .copy2 ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.recipe .copy2 {
	clear: left;
}

/* forms */
form.skin-form fieldset {
	margin: 10px;
	margin-top: 20px;
}
form.skin-form legend {
	padding: 5px;
	margin-left: 10px;
}
form.skin-form div.separator {
	padding: 2px 0 2px 2px;
}
form.skin-form fieldset .shaded {
	padding: 10px;
	position: relative;
}
form.skin-form button {
	margin: 5px;
}
form.skin-form label {
	display: block;
	width: 8em;
	float: left;
}
form button {
	height: 20px;
	background: url(../images/skin/form-submit-bg.gif);
	border: none;
	color: #FFF;
	font-size: 0.8em;
	cursor: pointer;
	width:77px;
	padding-bottom:7px;
}
textarea, input.textbox {
	padding: 2px;
}

#loyalty-login input.textbox {
	height: 1.5em;
	padding: 2px;
}
.required {
  font-size: 75%;
}
/* loyalty login */
#loyalty-login h3 {
position: absolute; 
height: 0; width: 0;
overflow: hidden;
}

#loyalty-login {
	width: 188px;
	height: 68px;
	float: right;
	padding: 20px 2px 2px 10px;
	margin-top: 5px;
	clear: right;
}
#loyalty-login div {
	clear: both;
	width: 100%;
	margin: 2px 0;
}

#loyalty-login input.textbox {
	width: 100px;
}

#loyalty-login button {
	margin: 0 2px;
}
#loyalty-login ul.links {
	clear: both;
	width: 100%;
}

#loyalty-login ul.links a.more {
	padding-left: 15px;
	padding-right: 3px;
}


#photoForm input, textarea {
	clear: left;
	display: block;
}
input.textbox, textarea {
	color: #888;
	border: 1px solid;
	border-color: ?7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	background: #FFF url(../images/skin/form-textbox-bg.gif) no-repeat top left;	
}

input.tb, textarea.ta {
	width: 208px;
	border: 1px solid;
	border-color: #7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	background: #FFF url(http://www.680news.com/images/skin/form-textbox-bg.gif) no-repeat left top;
}

.input-file{
  width:210px; /* you can change the width*/
  position:relative;
  font-size:11px;
  font-family:arial; 
  zoom:1; /*clear float*/
  overflow:hidden; /*clear float*/
}
.input-file span {
	display:block;
	position:relative;
	overflow:hidden;
	border: 1px solid;
	border-color: #7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	height: 15px;
	width: 140px;
	zoom:1;
	_right:-3px; /*eliminate gap for IE*/
}

.input-file span input{
	color: #2b2b2b;
	font-size:10px;
	font-style:italic;
	display:block;
	position:absolute;
	top:0;
	left:0;
	border: 0;
	width: 140px;
}

.input-file-no-path label{
  -webkit-border-radius:8px;
}

.input-file label span {
	color: #045EC0;
	padding: 0;
	height: 13px; width: auto;
	cursor: pointer !important;
	background:transparent url(../images/skin/a-more-bg.gif) no-repeat scroll right 4px;
	padding-right:10px;
	border: 0;
	display: block;
}

.input-file label {
  float:right;
  white-space:nowrap;
  position:relative;
  z-index:1;
  left:0;
  top:0;
  overflow:hidden;
  cursor:pointer; width:50px;
  padding:2px; 
  display:inline;
  margin-left:10px;
}


.input-file label:hover{
	cursor:pointer;
}

.input-file label input{
	position:absolute;
	right:0;
	top:0;
	width: 50px;
	border:0;
	line-height:10px;
	opacity:0;
	zoom:1;
	filter:alpha(opacity=0);
	cursor: pointer !important;
}

input.submit {
	border: 0;
	padding: 0 10px;
	font-weight: bold;
	background:#BFD9CC url(../images/skin/form-submit-bg.gif) repeat scroll 0 0;
	color:#fff;
	cursor:pointer;
	font-size:0.8em;
	padding-bottom: 3px;
	width:77px;
}
a {
	color: #169546;
}

.input-file span input:focus{
  outline:none;
}
/* Links */
a.more {
	padding-right: 15px;
}


/* Menu */
ul#main-menu {
	width:100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: url(../images/skin/menu-bg.gif) no-repeat;
	height: 43px;
	position: relative;
}
ul#main-menu li {
	float: left;
	border-left: 1px solid #0f2b4d;
	border-right: 1px solid #3e5f86;
	margin: 7px 0 0;
	height: 20px;
	z-index: 9000;
}

ul#main-menu li a {
	height: auto;
	width: auto;
	float: left;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	z-index: 90001;
	text-transform: uppercase;
}
ul#main-menu li#m-listen {
	display: block;
	text-align: center;
	float: right;
}
ul#main-menu li#m-listen a {
	display: block;
	position: relative;
	width: 300px; height: 30px;
	margin: 0; padding: 0;
}
ul#main-menu li#m-listen a span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 300px;
	height: 30px;
}

ul#main-menu li#m-home a {
	padding: 5px 10px;

	width: 13px;
	height: 13px;
}




ul#main-menu li.noBorderLeft { border-left: none;}
ul#main-menu li.noBorderRight { border-right: none;}


ul#main-menu li a:hover {
	color: #e2d13b;
}
/* subnavs (in-page anchors) */
.subnav {
	position: absolute;
	display: none;
	left: 0;
	margin:0; padding: 0;
	height: auto;
}
.subnav li { padding: 0; margin: 0; height: auto; float:left; }
.subnav li a {
	display: block;
	margin: 0; padding: 0;
	height: auto;
	padding: 5px;
}

/* css utils/fixes */
.clearfix:after {
content:".";
display:block;

height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


#nowplaying {
/*	background: url(../images/skin/breakfast-bg.png) right bottom no-repeat;*/
	height: 126px;
	width: 714px !important;
	margin-right: 0px;
	position: relative;
	background: transparent;
	overflow: hidden;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 0 0;
	float: right;
	overflow: hidden;
	color: #FFF;
}

/***** POLL STYLING *****/
/* Results Page */
#pollResults #pollQuestion {
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
#graphLegendLabel {
	font-size:12px;
	font-weight:bold;
	margin:5px;
}
#graphLegend {
	margin:5px;
}
#graphLegend .box {
	border:solid 1px #666666;
	margin:0px 5px;
	width:10px;
	height:10px;
}
