@charset "utf-8";
/* CSS Document */

/* WIDGET STYLE */
.widget1 {
	background-image: url('http://static.onespot.com/images/bg-entry-widget.gif');
	background-repeat: repeat-x;
}

.widget2 {
	background-image: url('http://static.onespot.com/images/bg-entry-widget2.gif');
	background-repeat: repeat-x;
}

.onespot-sidebar ul li a {
	border-bottom: none;
	text-decoration: none;
	font-size: 116%;
	font-weight: normal;
}

.onespot-sidebar ul li a:hover {
	border-bottom: 1px solid #ccc;
	color: #003A69;
}

.onespot-sidebar ul li {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	color: #031a4c;
	font-weight: bold;
	padding-bottom: 10px;
}

.onespot-sidebar ul li ul li, .onespot-sidebar ul li ul li a {
	font-size: 85%;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.onespot-sidebar ul li.more a { font-size: 93%; }

.onespot-sidebar ul li.more {
	padding-top: 4px;
	border-top: 1px solid #ddd;
}

.onespot-sidebar img { border: none; }

.onespot-sidebar h2 {
	font-size: 138.5%;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 3px;
	color: #282828;
	margin: 6px 6px 0px 6px;
}

.onespot-sidebar h2 a { color: #282828; }
.onespot-sidebar .description { margin: 4px 0 0 6px; }
.onespot-sidebar .description a:hover { text-decoration: underline; }
.onespot-sidebar ul li a { border-bottom: thin dotted; }

.onespot-sidebar ul li a:hover {
	border-bottom-style: none;
	color: #555;
}

.onespot-sidebar ul li ul {
	margin: 0;
	padding: 0;
}

.onespot-sidebar ul li ul a {
	color: #031a4c;
	text-decoration: none;
	font-style: italic;
}

.onespot-sidebar ul li ul li {
	padding: 2px 0 0;
	font-size: 93%;
}

.onespot-sidebar ul li ul li, .onespot-sidebar ul li ul li a {
	text-decoration: none;
	color: #555;
	font-weight: normal;
	border-bottom-style: none;
}

.onespot-sidebar ul li ul li a:hover { text-decoration: none; }

.onespot-widget .os-whatThis {
	display: block;
	float: right;
	color: #f70;
	padding: 2px;
	font-weight: bold;
}

.onespot-content #onespot-popup {
	border: 3px solid white;
	background-color: #f70;
	padding: 8px;
	color: white;
	font-size: 93%;
	visibility: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

*:first-child+html { width: 225px; }
* html .onespot-content #onespot-popup { width: 225px; }
.onespot-content #onespot-popup a { color: white; }
.onespot-content #onespot-popup .os-left { float: left; }
.onespot-content #onespot-popup .os-right { float: right; }

.onespot-content #onespot-popup p {
	margin: 0;
	clear: both;
	padding-top: 4px;
	width: 100%;
}
