@CHARSET "ISO-8859-1";

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.overflow_hack {
	overflow: hidden !important;
/*	height: 14px; */
	height: 16px;
	line-height: 14px;
}

form {
	margin: 0;
	padding: 0;
}

body {
	padding: 0; 
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	/*background-image: url('/images/bgtop.png');*/
	background-repeat: repeat-x;
	font-size: 12px;
	color: #212121;
	font-family: verdana;
}

/*#gradient_container {
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF8B8E8A', EndColorStr='#FFFFFFFF');
}*/

table {
	font-size: 12px;
	color: #212121;
	font-family: verdana;
}

#container {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	color: #111111;
	border: 0px solid gray;
	line-height: 130%;
	padding:0em;
	text-align:center;
/*	background-color: #DDDFE0;*/
}

#header1 {
	padding: .0em;
	margin: 0px auto;
	background-color: #DDDFE0;
	border-bottom: 0px solid gray;
}

#header2 {
	padding: .0em;
	margin: 0px auto;
	background-color: #DDDFE0;
	border-bottom: 0px solid gray;
}

h2.style3 {
	color: #0C6C3C;
}

#leftnav
{
float: left;
width: 168px;
margin: 0em;
padding: 0em;
/*background-color: #DDDFE0;*/
}


#content
{
	margin: 0px;
	padding: 0px;
	max-width: 639px;
	min-width: 639px;
	float: left;
	/*background-color: #DDDFE0;*/
}

#rightnav
{
border: 0px solid gray;
float: right;
width: 193px;
margin: 0;
padding: 0em;
/*background-color: #DDDFE0;*/
}

#footer
{
clear: both;
margin: 0;
padding: 0em;
background-color: #FFFFFF;
}
#footer a {
	color: #515153;
}
#footer a:hover {
	color: #999999;
}

input{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #515153;
}

select{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #515153;
}

textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #515153;
}

option{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #515153;
}

  h1 {font-size: 18px; color: #515153; font-family: verdana; font-weight: bold; line-height:100%; margin:0 auto; padding:0;}										/*Overskrift_forside*/
  h2 {font-size: 12px; color: #515153; font-family: verdana; align: justify; font-weight: bold; line-height:100%; margin:0 auto; padding:0;}						/*Overskrift_undersider*/
  h3 {font-size: 10px; color: #515153; font-family: verdana; align: justify; font-weight: bold; line-height:100%; margin:0 auto; padding:0;}						/*venstre_menu*/
  h4 {font-size: 14px; color: #FFFFFF; font-family: verdana; font-weight: bold; line-height:100%; margin:0 auto; padding:0;}										/*Overskrift_hvid*/
  h5 {font-size: 12px; color: #515153; font-family: verdana; font-weight: normal; line-height:110%; margin:0 auto; padding:0;}
  h6 {font-size: 10px; color: #515153; font-family: verdana; align: justify; font-weight: normal; line-height:100%; margin:0 auto; padding:1;}						/*venstre_menu*/
  p, label {font-size: 12px; color: #212121; font-family: verdana; align: justify; line-height:120%; margin:0 auto; padding:0;}											/*grundtekst*/


A:link {text-decoration:none; color:#212121 }
A:visited {text-decoration:none; color:#212121;}
A:hover{color:#212121}

/* --- */

.redbutton {
	color: #FFFFFF;
	font-size: 13px;
	border: 0;
	background-color: transparent;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}

.graybutton, .greybutton {
	color: #515153;
	font-size: 12px;
	border: 0;
	background-color: transparent;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}

/* --- */

table.info_box {
	font-size: 12px;
	margin: 0;
	width: 100%;
	color: #515153;
}

table.info_box tr td {
	height: 24px;
	vertical-align: top;
	padding-top: 6px;
}

table.info_box tr td a {
	font-weight: bold;
	color: #515153 !important;
	text-decoration: underline !important;
}

table.info_box tr td.info_box_icon {
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 30px;
}

table.info_box tr td.info_box_value {
	font-weight: bold;
	color: #0C6C3C;
	width: 30px;
	text-align: right;
	padding-right: 12px;
/*	padding-left: 10px;*/
}

table.info_box tr td.info_box_link {
	padding-right: 4px;
}

/* --- */

table.package_box {
	font-size: 12px;
	margin: 0;
	width: 100%;
	color: #000;
}

table.package_box tr td {
	height: 24px;
	vertical-align: top;
	padding-top: 6px;
}

table.package_box tr td a {
	color: #515153 !important;
	text-decoration: underline !important;
}

table.package_box tr td.package_box_page {
	/* Insert crap here... */
}

table.package_box tr td.package_box_adv {
	font-weight: bold;
	color: #515153;
}

table.package_box tr td.package_box_value {
	color: #0C6C3C;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

/* --- */

hr.red {
	color: #d2232a;
	background-color: #d2232a;
	height: 5px;
	border: 0;
	position: static;
//	position: absolute;
}

/* --- */

div.package_display {
	height: 92px;
	background-image: url('/images/upgrade_box.jpg');
	background-repeat: repeat-x;
//	margin-top: 5px;
}

div.package_display div {
	height: 92px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.package_display div a {
	display: block;
	margin: 0;
	padding: 0;	
}

div.package_display div a div {
	height: 84px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 85px;
	padding-left: 100px;
	color: #515153;
	font-weight: bold;
}

div.package_display div a div strong {
	color: #0C6C3C;
	font-size: large;
}

div.package_display img {
	
}

/* --- */

.video_request_mail {
	font-family: Verdana;
	font-size: 12px;
}

.video_request_mail table tr th, .video_request_mail table tr td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

/* --- */

.no_margin {
	margin: 0 !important;
}

.no_margin {
	padding: 0 !important;
}

/* --- */

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
	text-align: left;
}

.tooltip .xtop, .tooltip .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 {
	display: block;
	overflow: hidden;
}

.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 {
	height: 1px;
}

.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 {
	background: #666;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 {
	background: #666;
}

.tooltip .xb1 {
	margin: 0 5px;
	background: #333;
}

.tooltip .xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.tooltip .xb3 {
	margin: 0 2px;
}

.tooltip .xb4 {
	height: 2px;
	margin: 0 1px;
}

.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	color: #000;
	text-shadow: 2px 2px 0px #CCC;
	word-wrap: break-word;
	border: 1px solid #333;
	border-width: 0px 1px 0 1px;
	background-color: #666;
	font-family: Verdana, sans-serif;
}
