html, body
 {	height: 100%; }

body
 {	font-family: "Arial", "Verdana", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: #efefef;
	margin: 0px; }

p
 {	margin-top: 0px;
	margin-bottom: 1px;
	text-align: left; }

em
 {	font-style: italic; }

h1
 {	font-family: "Georgia", serif;
	font-weight: bold;
	font-size: 13pt; }

h2
 {	font-family: "Georgia", serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	/*margin-top: -10px;*/ }

h3
 {	font-weight: bold;
	font-size: 10pt; }

ul,ol
 {	padding: 0px;
	margin: 0px; }

li
 {	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 13px; }

html>body li:first-letter
 {	margin-left: -13px; }

table
 {	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px; }

td
 {	height: 20px;
	border: 1px solid black; }

hr
 {	height: 1px;
	color: #fff;
	background-color: #fff;
	border: dotted 1px #7f7f7f;
	border-style: none none dotted;
	margin-top: 10px;
	margin-bottom: 10px; }

#page
 {	position: absolute;
	min-height: 100%;
	right: 99px;
	left: 99px;
	min-width: 825px;
	top: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(img/rad-background.jpg);
	background-position: 0px 350px;
	background-repeat: no-repeat;
	background-color: #fff; }

#top
 {	position: absolute;
	right: 0px;
	left: 0px;
	height: 110px;
	top: 0px;
	margin: 0px;
	background-image: url(img/spin-logo-blue_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #0073aa;
	border-bottom: 1px solid #000; }

#top p
 {	margin-left: -9999px;
	display: none; }

#top a
 {	display: block;
	height: 110px;
	border: 0px;  }

/* Search forms */
#searchform
 {	position: absolute;
	left: 10px;
	right: 0px;
	top: 80px; }

.searchbox, 
.result-searchbox, 
.commentinput, 
.piv_notify, 
.piv_discreet
 {	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #ccc;
	width: 125px;
	padding: 3px;
	background: #F8F8F8; }

.searchbutton,
.result-searchbutton,
.commentbutton
 {	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #ccc;
	background: #E2E8E5;
	padding: 2px; }

input.dim
 {	background-color: #DDD;
	color: #999; }

.result-searchbox,
.result-searchbutton
 {	margin-bottom: 10px; }

.pivotx-search fieldset,
.pivotx-search-result fieldset
 {	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 210px; }

.pivotx-search label, 
.pivotx-search legend, 
.pivotx-search-result label, 
.pivotx-search-result legend
 {	display: none;
	visibility: hidden; }

.pivotx-search-result p
 {	margin-bottom: 10px; }

#search-results li
 {	margin-bottom: 9px;
	margin-left: 0px; }

html>body #search-results li:first-letter
 {	margin-left: 0px; }

div.nav
 {	min-width: 515px;
	margin-top: 112px;
	margin-left: 212px;
	font-weight: bold; }

.nav table
 {	margin-top: 0px;
	margin-bottom: 0px; }

.nav td
 {	border-width: 0px 1px 0px 0px;
	border-color: #fff;
	background-image: url(img/menu.png); }

td.navhover
 {	background-image: url(img/menuhover.png); }

div.nav a
 {	display: block;
	border: 1px solid #000;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fff; }

#main
 {	bottom: 0px;
	margin-top: 150px;
	margin-right: 50px;
	margin-left: 250px;
	padding-bottom: 20px; }

#mainindex
 {	bottom: 0px;
	margin-top: 295px;
	margin-right: 50px;
	margin-left: 250px;
	padding-bottom: 20px; }

#main, #mainindex
 {	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal; } 

#main a, a:link, a:visited
 {	color: #7f7f7f;
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f; }

#mainindex a, a:link, a:visited
 {	color: #7f7f7f;
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f; }

#main a:hover
 {	color: #0073aa;
	text-decoration: none;
	border-bottom: 1px dotted #0073aa; }

#mainindex a:hover
 {	color: #0073aa;
	text-decoration: none;
	border-bottom: 1px dotted #0073aa; }

#main a:active
 {	color: #0073aa;
	text-decoration: none;
	border-bottom: 1px dotted #0073aa; }

#mainindex a:active
 {	color: #0073aa;
	text-decoration: none;
	border-bottom: 1px dotted #0073aa; }

#main h1 a
 {	color: #000;
	text-decoration: none;
	border-bottom: 0; }

#mainindex img
 {	/*background: #000;*/
	/*padding: 1px;*/
	float: right;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff; }

#main img
 {	/*background: #000;*/
	/*padding: 1px;*/
	float: right;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff; }

div.spacer
 {	width: 211px;
	height: 1px; }

div.border
 {	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000; }

div.subopenborder
 {	border-right: 1px solid #000;
	border-top: 1px solid #000; }

div.subborder, div.Jan2010, div.Feb2010, div.Mar2010, div.Apr2010, div.May2010, div.Jun2010, div.Jul2010, div.Aug2010, div.Sep2010, div.Oct2010, div.Nov2010, div.Dec2010, div.Jan2009, div.Mar2009, div.Apr2009, div.May2009, div.Jun2009, div.Jul2009, div.Aug2009, div.Sep2009, div.Oct2009, div.Nov2009, div.Dec2009
 {	border-right: 1px solid #000; }

div.sublastborder, div.Feb2009
 {	border-right: 1px solid #000;
	border-bottom: 1px solid #000; }

div.menu
 {	position: absolute;
	overflow: hidden;
	top: 112px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 210px;
	color: #fff; }

.menu p
 {	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	margin: 0px;
	background-image: url(img/menu.png); }

p.menuhover
 {	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	margin: 0px;
	background-image: url(img/menuhover.png); }

.subborder p, .sublastborder p, .Jan2010 p, .Feb2010 p, .Mar2010 p, .Apr2010 p, .May2010 p, .Jun2010 p, .Jul2010 p, .Aug2010 p, .Sep2010 p, .Oct2010 p, .Nov2010 p, .Dec2010 p, .Jan2009 p, .Feb2009 p, .Mar2009 p, .Apr2009 p, .May2009 p, .Jun2009 p, .Jul2009 p, .Aug2009 p, .Sep2009 p, .Oct2009 p, .Nov2009 p, .Dec2009 p
 {	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	left: 0px;
	margin: 0px; }

p.submenuhover, a.submenuhover
 {	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	left: 0px;
	margin: 0px;
	background-image: url(img/menuhover.png); }

.subopenborder p
 {	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
	margin: 0px;
	background-image: url(img/menuhover.png); }

.menu a, .menu a:link, .menu a:visited, .menu a:active,.menu a:hover
 {	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 0px; }

#sidebar
 {	position: relative;
	min-height: 100%;
	height: 100%;
	background-image: url(img/menu.png);
	border-top: 1px solid #000;
	border-right: 1px solid #000; }

html>body #sidebar
 {	height: 9999px; }

#sidebarie p
 {	display: none; }

#ptopbox
 {	position: absolute;
	right: 0px;
	left: 250px;
	height: 95px;
	top: 180px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(img/welcome.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #949494; }

#headlines
 {	margin-top: 20px;
	border-top: dotted 1px #7f7f7f; }

table#markers
 {	text-align: center; }

#markers td
 {	width: 25%; }

.leftalign
 {	text-align: left; }

/* Pivot */

p.entry
 {	padding-bottom: 20px;
	border-bottom: dotted 1px #7f7f7f; }

div.entry
 {	padding-bottom: 20px;
	border-bottom: dotted 1px #7f7f7f; }

p.date
 {	font-style: italic;
	padding-bottom: 10px; }

p.body
 {	margin-top: 10px; }

div.copyright, div.copyrighthover
 {	width: 210px;
	float: right; }

div.copyright p
 {	display: none; }

div.copyrighthover p
 {	position: absolute;
	margin-top: 20px;
	margin-left: 30px;
	width: 180px;
	background-color: #ffffe7;
	border: 1px solid #000;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
	padding: 5px; }

a.carrierlang
 {	position:relative; }

a.carrierlang span
 {	display: none; }

a.carrierlang:hover span
 {	position: absolute;
	display: block;
	top: -70px;
	left: 70px;
	width: 180px;
	background-color: #ffffe7;
	border: 1px solid #000;
	font-family: "Verdana", "Arial", sans-serif;
	color: #000;
	font-size: 8pt;
	padding: 5px; }
