/* General */
form {
	margin-bottom: 0px;
}
sup {
  font-size: 80%;
}
body {
	background: repeat-x url(images/bk_main.gif);
	background-color: #e7e7e7;
}
body#account {
	background: repeat-x url(images/bk_main_account.gif);
}
body#popup {
	background: white;
}

/* Links */
.text a:link,
.text a:visited,
.text a:active {
	text-decoration: underline;
	color: #2266aa; 
}
.text a:hover {
	color: #5599dd;
}

/* Box */
.boxhead {
	width: 300px;
	padding: 5px 10px 0 10px;
	background: url("images/box_head.gif") no-repeat top left;
}
.boxhead a:link,
.boxhead a:visited
.boxhead a:active,
.boxhead a:hover {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	/* font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	float: right; 
	text-decoration: underline; */
	text-decoration: none;
}
.boxhead h1 {
	padding: 0;
	margin: 0;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #555555;
}

.boxbody {
	width: 300px;
	background: url("images/box_body.gif") no-repeat bottom left;
	padding: 0 10px 5px 10px;
}
.boxbody p {
	padding: 0;
	margin: 0;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.boxbody sup {
	font-size: 10px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
/*
.boxbody a:link,
.boxbody a:visited
.boxbody a:active,
.boxbody a:hover {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
*/
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.boxbody li {
	padding: 0;
	margin: 0;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.boxbody ul.roll li {
	position: relative;
	width: 100%; /* IE6 fix */
}
.boxbody ul.roll li div {
	position: absolute;
	left: -999em;
	width: 260px;
	bottom: -23px;
}
.boxbody ul.roll li div p {
	background: url("images/box_balloon.gif") no-repeat bottom left;
	padding: 0 20px 10px 10px; 
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}
.boxbody ul.roll li div h1 {
	padding: 10px 10px 0 10px; 
	margin: 0;
	background: url("images/box_balloon.gif") no-repeat top left;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #0276c3; /* #336699; */
}
.boxbody ul.roll li.over div {
	left: -250px;
}
.boxbody li.over {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	/* background: url("images/box_balloon_item.gif") repeat-x top left; */
}
.boxbody a:link,
.boxbody a:visited,
.boxbody a:active,
.boxbody a:hover {
	text-decoration: none;
}

/* Buttons */
div.whitebutton {
	background-image: url("images/bk_button_white.gif");
	width: 170px;
	height: 22px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-top: 8px;
	padding-left: 30px;
	cursor: hand;
}
div.whitebutton a:link,
div.whitebutton a:visited,
div.whitebutton a:hover,
div.whitebutton a:active {
	text-decoration: none;
	color: black;
}
div.blackbutton {
	background-image: url(images/bk_button_black.gif);
	width: 120px;
	height: 16px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	cursor: hand;
}
div.blackbutton a:link,
div.blackbutton a:visited,
div.blackbutton a:hover,
div.blackbutton a:active {
	text-decoration: none;
	color: white;
}

/* Steps boxes */
table.steps {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.steps strong {
	font-size: 110%;
}
table.steps td {
	border: 1px solid white;
	padding: 2px 3px 2px 5px;
	color: white;
	/* background-color: #d0d0d0; */
	background-image: url("images/bk_steparrow.gif");
	background-position: right center;
}
table.steps td.active {
	color: white;
	/* background-color:#336699; */
	background-image: url("images/bk_steparrow_active.gif");
	background-position: right center;
}

/* Text Box */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
td.text {
	padding: 9pt;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #2266aa; 
}
a:hover {
	color: #5599dd;
}
.text h5 {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0276c3; /* #336699; */
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	padding: 2px 4px 3px 0px;
}
.text h5 .info {
	color: #0276c3; /* #336699; */
	font-size: 11px;
	font-weight: normal;
}
.text h2 {
	width: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0276c3; /* #336699; */
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 0px; 
	font-weight: bold;
	padding: 2px 4px 3px 17px;
	border-bottom: solid #999999 1px;
	background-color: #f0f0f0;
}
.text h2 .info {
	color: #0276c3; /* #336699; */
	font-size: 11px;
	font-weight: normal;
}
/*
.text h2 {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	padding: 2px 4px 3px 17px;
	border-top: solid #999999 1px;
	background-image: url(images/icon_triangle.gif);
}
.text h2 .info {
	color: #336699;
	font-size: 11px;
	font-weight: normal;
}
*/
.text h3 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #0276c3; /* #336699; */
	font-size: 11px;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
	font-weight: bold;
}
.text h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */ 
	color: #444444;
	font-size: 11px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}
.text p {
	margin: 0.0em 0 0.3em 0;
}
/* Note box */
.text p.note {
	background-color: #f0f0f0;
	border: 1px solid #999999;
	margin: 3px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
}

/* Text box enumerations */
.text ul {
	/* margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 25px; 
	list-style-image: url(images/icon_box_blue.gif);
	list-style-position: outside;
	list-style-type: none; */
}

/* Abbreviation help */
.abbhelp {
	color: #2266aa;
	cursor: help;
	border-bottom: 1px dashed #2266aa;
}


/* Entry field anywhere on page */
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */ 
	font-size: 9px;
	color: blue;
}

/* Top navigation bar */
.topnav {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #0276c3; /* #336699; */
    font-weight:normal;
}
.topnav a,
.topnav a:link,
.topnav a:visited,
.topnav a:active {
    font-weight: bold;
	color: #0276c3; /* #336699; */
	text-decoration: none;
}
.topnav a:hover {
    font-weight: bold;
	color: #6699cc;
	text-decoration: none;
}
.topnavinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	padding-top: 5px;
}

/* Info box */
div.infobox {
	background-color: #f0f0f0;
}
.infobox {
	/* font-family: tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #6c6c6c; 
	background-color: #f3f3f3; */
	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	/* border: 1px solid #999999; */
}
.infobox strong a,
.infobox strong a:link,
.infobox strong a:visited,
.infobox strong a:active {
	text-decoration: none;
	color: #6c6c6c;
}
.infobox strong a:hover {
	text-decoration: none;
	color: #999999;
}

div.infobox2 {
	background-color: #ffffff;
}
.infobox2 {
	/* font-family: tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #6c6c6c; 
	background-color: #f3f3f3; */
	
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; */
	border: 1px solid #999999;
}
.infobox2 strong a,
.infobox2 strong a:link,
.infobox2 strong a:visited,
.infobox2 strong a:active {
	text-decoration: none;
	color: #6c6c6c;
}
.infobox2 strong a:hover {
	text-decoration: none;
	color: #999999;
}

/* Special occasion box on index page */
#splash {
	position: relative;
	width: 687px;
	height: 355px;
	background-image: url(images/splash_fallingflat3.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
#splash #startbutton {
	position: absolute;
	left: 275px;
	top: 300px;
	width: 110px;
	height: 40px;
}
#splash #startbutton a {
	display:block;
	width: 100%;
	height: 100%;
}
#splash #skypebutton {
	position: absolute;
	left: 492px;
	top: 304px;
	width: 162px;
	height: 47px;
}
#splash #skypebutton a {
	display:block;
	width: 100%;
	height: 100%;
}
#splash #infoflatbutton {
	position: absolute;
	left: 460px;
	top: 317px;
	width: 90px;
	height: 30px;
}
#splash #orderflatbutton {
	position: absolute;
	left: 550px;
	top: 317px;
	width: 90px;
	height: 30px;
}
#splash #infolightbutton {
	position: absolute;
	left: 250px;
	top: 317px;
	width: 90px;
	height: 30px;
}
#splash #orderlightbutton {
	position: absolute;
	left: 340px;
	top: 317px;
	width: 90px;
	height: 30px;
}
#splash #orderflatbutton a,
#splash #infoflatbutton a,
#splash #infolightbutton a,
#splash #orderlightbutton a {
	display:block;
	width: 100%;
	height: 100%;
}
#splash #nav {
	text-align: right;
	position: absolute;
	/* left: 150px; (
	/* left: 150px; */
	left: 260px; 
	top: 30px;
	width: 390px;
	height: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #0276c3; /* #336699; */
    font-weight:normal;
}
#splash #nav a,
#splash #nav a:link,
#splash #nav a:visited,
#splash #nav a:active {
    font-weight: bold;
	color: #0276c3; /* #336699; */
	text-decoration: none;
}
#splash #nav a:hover {
    font-weight: bold;
	color: #6699cc;
	text-decoration: none;
}
#splash #navinfo {
	text-align: right;
	position: absolute;
	/* left: 150px; */ 
	/* left: 150px; */
	left: 260px; 
	top: 50px;
	width: 390px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
}


/* Special occasion box on index page */
.splashbox {
	/* font-family: Tahoma, Arial; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}
.splashbox p {
    margin: 0.2em 0 0 0;
}
.splashbox p a:link,
.splashbox p a:visited,
.splashbox p a:active {
	text-decoration: underline;
	color: #2266aa; 
}
.splashbox p a:hover {
	color: #5599dd;
}
.splashbox p sup {
	font-size: 8px;
}
.splashbox p strong {
	color: #0276c3; /* #336699; */
	font-family: tahoma;
	font-size: 11px;
}

.xmasbox {
	/* font-family: Tahoma, Arial; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	padding-top: 5px; 
}
.xmasbox p {
    margin: 0.2em 0 0 0;
}
.xmasbox p a:link,
.xmasbox p a:visited,
.xmasbox p a:active {
	text-decoration: underline;
	color: #2266aa; 
}
.xmasbox p a:hover {
	color: #5599dd;
}
.xmasbox p sup {
	font-size: 8px;
}
.xmasbox p strong {
	color: #0276c3; /* #336699; */
	font-family: tahoma;
	font-size: 11px;
}

/* Feature Box on index.php */
.featurebox td p {
    margin: 0.2em 0em 0em 0em;
}
.featurebox {
	/* font-family: Tahoma, Arial; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.featurebox p a:link,
.featurebox p a:visited,
.featurebox p a:active {
	text-decoration: underline;
	color: #2266aa; 
}
.featurebox p a:hover {
	color: #5599dd;
}

.featurebox p sup {
	font-size: 8px;
}
.featurebox p strong {
	color: #0276c3; /* #336699; */
	font-family: tahoma;
	font-size: 11px;
}
.featurebox td p {
    margin: 0.2em 0em 0em 0em;
}
.featurebox td {
	background-color: white;
	padding: 5px;
	border-bottom: 1px solid #999999;
}
.featurebox tr.title {
	border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.featurebox td.title {
	padding: 5px;
	border-bottom: 1px solid #999999;
	background-image: url(images/bk_titlegradient.png);
	background-position: bottom;
	font-size: 10pt;
	font-weight: bold;
	color: #0276c3; /* #336699; */
}
.featurebox td.title p {
	font-family: tahoma;
	font-size: 12px;
}
.featurebox td.title p.subtitle {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.featurebox td.title a,
.featurebox td.title a:link,
.featurebox td.title a:visited,
.featurebox td.title a:active {
	color: #0276c3; /* #336699; */
	text-decoration: none;
}
.featurebox td.title a:hover {
	color: #0276c3; /* #336699; */
	text-decoration: underline;
}
.featurebox td.title .subtitle {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0.1em;
	color: #444444;
}
.featurebox tr.hottitle {
	border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.featurebox td.hottitle {
	padding: 3px;
	border-bottom: 1px solid #999999;
	background-image: url(images/bk_titlegradient_hot.png);
	background-position: bottom;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.featurebox td.hottitle p {
	font-family: tahoma;
	font-size: 12px;
}
.featurebox td.hottitle p.title {
	font-family: tahoma;
	font-size: 16px;
}
.featurebox td.hottitle p.subtitle {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.featurebox td.hottitle a,
.featurebox td.hottitle a:link,
.featurebox td.hottitle a:visited,
.featurebox td.hottitle a:active {
	color: white;
	text-decoration: none;
}
.featurebox td.hottitle a:hover {
	color: white;
	text-decoration: underline;
}
.featurebox td.hottitle .subtitle {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0.1em;
	color: white;
}
.featurebox table.hotbutton {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}
.featurebox td.hotbutton {
	background-image: url(images/bk_hotgradient.png);
	background-position: bottom;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}
.featurebox td.hotbutton a,
.featurebox td.hotbutton a:link,
.featurebox td.hotbutton a:visited,
.featurebox td.hotbutton a:active {
	color: white;
	text-decoration: none;
}
.featurebox td.hotbutton a:hover {
	color: white;
	text-decoration: underline;
}
.featurebox td.hotbutton .subtitle {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0.1em;
	/*color: #ffe5be;*/
	color: #D3E6F8;
}

.featurebox table.hotbuttonred {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}
.featurebox td.hotbuttonred {
	background-image: url(images/bk_hotgradientred.png);
	background-position: bottom;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}
.featurebox td.hotbuttonred a,
.featurebox td.hotbuttonred a:link,
.featurebox td.hotbuttonred a:visited,
.featurebox td.hotbuttonred a:active {
	color: white;
	text-decoration: none;
}
.featurebox td.hotbuttonred a:hover {
	color: white;
	text-decoration: underline;
}
.featurebox td.hotbuttonred .subtitle {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0.1em;
	color: #ffeeee;
}

/* Rates box */
.ratesbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ratesbox td {
	border-bottom: 1px solid #f0f0f0; 
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0276c3; /* #336699; */
	padding-left: 10px;
	padding-right: 10px;
}
/* workaround for IE */
* html .ratesbox td {
/*	border-bottom: 2px dotted #999999;
*/
}
.ratesbox td.price {
	color: #444444;
}
.ratesbox td.price .currency {
  font-size: 80%;
  color: #999999;
}

/* Data entry table with titles
   to left and fields to right */
table.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 5px;
	background-color: white;
}
table.entry tr {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.entry td.title {
	padding-right: 10px;
	text-align: left;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-family: Tahoma, Arial; 
	font-size: 11px; */ 
	font-weight: bold;
	color: #222222;
}
table.entry td.title_optional {
	padding-right: 10px;
	text-align: left;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-family: Tahoma, Arial; 
	font-size: 11px; */ 
	font-weight: normal;
	color: #222222;
}
table.entry .field {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */ 
	font-size: 9px;
	color: blue;
}
table.entry td {
	padding: 2px;
}
table.entry em {
	color: #222222;
}

table.entry .hint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
}

/* Data display table */
table.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	margin-bottom: 5px;
	/* border: 1px solid #f0f0f0; */
}
table.data tr {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
/*table.data tr.title {
	font-weight: bold;
	background-color: #f0f0f0; 
	border-bottom: 1px solid #b0b0b0; 	
}
*/
table.data tr.even {
	/* background-color: #f0f0f0; */
}
table.data tr.odd {
	/* background-color: #ffffff; */
	/* background-color: #f0f0f0; */
}
table.data tr.hilite {
	background-color: #f0f0f0;
}
table.data tr.title td {
	font-weight: bold;
	background-color: #f0f0f0; 
	border-bottom: 1px solid #b0b0b0; 	
}
table.data td {
	margin: 1px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #dddddd;
	/* border: 1px solid white;  */
	/*border-bottom: 1px dotted #969696;*/
	padding-left: 2px;
	padding-right: 2px;
}

/* Bottom Links Box */
.bottom_links {
	font-family: Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */
	font-size: 10px;
	color: #444444;
}
td.bottom_links {
	text-align: left;
	padding: 10px;
}

/* Login Box */
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */ 
	font-size: 9px;
	color: #444444;
}
td.login {
	padding: 3px 5px 0px 0px;
	text-align: right;
}
td.login .field {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */ 
	font-size: 9px;
	color: blue;	
}
.login form {
	margin-bottom: 0px;
}
.login em {
	color: red;
	font-style: normal;
}

/* Gray box within text */
.graybox {
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #444444;
  
}

/* Footnote (may be used anywhere) */
.footnote {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Source code */
.source {
	/* font-family: Tahoma, Arial; */
	font-family: Courier-New, Courier; 
	font-size: 9pt;
	color: #444444;
	padding-left: 20px;
}

/* Service compare table */
table.compare {
	background: #f0f0f0;
}
table.compare td {
	padding: 5px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

/* Tabs */
table.tab_header {
	margin-bottom: 5px;
}
td.tab_line {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* font-family: Tahoma, Arial; */
	color: white;
	font-size: 10px;
	font-weight: normal;
	height:15px;
	background-color: #0276c3; /* #336699; */
	padding: 6px; 
}
td.tab_line .info {
	color: white;
	font-size: 10px;
	font-weight: normal;
}
td.tab_line a:link,
td.tab_line a:visited,
td.tab_line a:active {
	text-decoration: none;
	color: white; 
}
td.tab_line a:hover {
	color: white;
	text-decoration: underline;
}
td.tab_line2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #0276c3; /* #336699; */
	font-size: 10px;
	font-weight: normal;
	height:15px;
	background-color: white;
	padding: 6px; 
}
td.tab_line2 a:link,
td.tab_line2 a:visited,
td.tab_line2 a:active {
	color: #0276c3; /* #336699; */
	text-decoration: underline;
}
td.tab_line2 a:hover {
	color: #5588BB; 
	text-decoration: underline;
}

td.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	width: 130px;
	height: 13px;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	/*border-right: 1px solid #A0A0A0;*/
}
.tab a,
.tab a:link,
.tab a:visited,
.tab a:active {
	color: #5a5a5a;
	text-decoration: none;
}
.tab a:hover {
	color: #000000;
	text-decoration: none;
}

td.tab_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #0276c3; /* #336699; */
	padding: 4px;
	width: 130px;
	height: 12px;
	border-top: 1px solid #0276c3; /* #336699; */
	border-left: 1px solid #0276c3; /* #336699; */
	/*border-right: 1px solid #61B0FF;*/
}

.tab_active a,
.tab_active a:link,
.tab_active a:visited,
.tab_active a:active,
.tab_active a:hover {
	color: white;
	text-decoration: none;
}

td.tab_hot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #ff9900;
	padding: 4px;
	width: 130px;
	height: 12px;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	/*border-right: 1px solid #61B0FF;*/
}

.tab_hot a,
.tab_hot a:link,
.tab_hot a:visited,
.tab_hot a:active,
.tab_hot a:hover {
	color: white;
	text-decoration: none;
}

/*MAX LÄENDER ACCORDION*/

.button_country {
  border: none;
  background: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #2266aa;
  margin: none;
  padding: none;
}

#accordion{
  width: 950px;
  height: auto;
}

.ui-accordion .ui-accordion-content-active
{
  width: 950px;
  height: auto;
  display: block;
}

.table_size{
  width: 900px;
}

.checkboxwarning{
  border: 1px solid #ff0000;
  color: #ff0000;
}
