﻿@charset "utf-8";
/*
Dansk Internet Selskab A/S
Anders Olsen, ano@dkis.dk
September 2009
Version 1.0
*/

/* STRUCTURE */
html {
	background: #000 url(/files/system/ds2009/gf/steelBG.png) repeat-x 0 0;
                overflow-y: scroll;	
                        border-top: 5px solid green;
}
	body {
		margin: 0 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
                background: url(/files/system/ds2009/gf/bodybg_fff.png) center top no-repeat;
	}
		#pagewrap {
			width: 940px;
			margin: 0 auto;
			background: url(/files/system/ds2009/gf/bg-top.png) no-repeat right top;
			position: relative;
			min-height: 300px;
		}

/* NAVI-TOP */
#navi-top {
	position: relative;
	height: 130px;
}
	#navi-top ul {
		list-style: none;
		padding: 45px 0 0 0;
		margin: 0;	
	}
		#navi-top li {
			float:left;
			padding:1px 5px;
			border-left:1px dotted #767676;
		}
			#navi-top li:first-child {
				border-left:0;
				padding: 1px 5px 1px 0px;
			}
			#navi-top a {
				float:left;
				padding:12px 15px;
				color:#fff;
				text-shadow:0 0 5px #000;
				text-decoration:none;
			}
			#navi-top a:focus,
			#navi-top a:hover,
			#navi-top a.inpath {
				background:#356619;
				background-repeat: repeat-x;
				background-position: top;
				background-image: url(/files/system/ds2009/gf/bg-menu-gradient.png);
				background-image: -moz-linear-gradient(left top, left bottom, from(#629347), to(#356619));
				background-image: -webkit-gradient(linear, left top, left bottom, from(#629347), to(#356619));
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				border-radius:5px;
			}

#logo {
     position: absolute;
     right: 0;
}
#logo a {
     float: none;
     padding: 0;
}
#logo a:focus,
#logo a:hover {
     display: none;
}
				
/* IMAGE-TOP */
#image-top {
	position: relative;
	margin-bottom: 25px;
}

/* PAGE-FRONT */
#page-front {
	position: relative;
	color: #fff;
	overflow: visible;
	clear: both;
	margin-bottom: 25px;
}
	#page-front .content {
		float: left;
		width: 700px;
		border-bottom: 1px dotted #8e8e8e;
		padding-top: 16px;
		background: url(/files/system/ds2009/gf/bg-front-content-top.png) repeat-x 0 0;
                                margin-bottom: 35px;
	}

#page-front a:hover {
color: #fff;
}

/* PAGE-SECTION */
#page-section {
	position: relative;
	color: #fff;
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
        background: #333	
}
	#page-section .content {
		float: left;
		width: 643px; /* 1px space for border-left at #page-section and border-right at .content */
		border-right: 1px solid #8e8e8e;
		padding: 0 30px;
                background: #222;
                border-right: 1px solid #444;
	}
	#page-section h1 {
		padding: 0 0 10px 30px;
		margin-top: 15px;
                border-bottom: 1px dotted #bbb;
		clear: both;
	        background: url(/files/system/ds2009/gf/icon-h1-black.png) no-repeat 0 0;
	}
	#page-section h3 {
		/* padding-top: 20px;
		border-top: 1px dotted #8e8e8e; */
		clear: both;
	}
        #page-section .content p {
                color: #b0b0b0;
        }
	#page-section p.manchet {
		font-size: 14px;
		font-weight: normal;
		padding-top: 10px;
                color: #fff;
                font-family: helvetica, arial;
	}
	#page-section .navi-sub {
		float: left;
		width: 190px; /* 1px space for border-right at #page-section */
                padding: 0 29px 0 15px;
		font-size: 13px;
                margin-top: 15px;
	}
#page-section .navi-sub #navi {
			margin: 0 0 40px 0;
                        padding: 0;
}
#page-section .navi-sub #navi h3{
			margin: 0 0 5px 0;
                        font-size: 16px;
                        padding: 0;
}

		#page-section .navi-sub ul {
			list-style: none;
			padding: 0;
                                                margin: 0;
		}
			#page-section .navi-sub a {
				text-decoration: none;
				color: #72c046;
				display: block;
				padding: 0px 0 0 15px;
                                margin: 3px 0 0 0;
                                background: url(/files/system/ds2009/gf/request_arrow.gif) left no-repeat ;
			}
			#page-section .navi-sub li a {
				background: url(/files/system/ds2009/gf/list-dot-green.png) no-repeat 0 50%;	
				padding: 10px 10px 10px 15px;
			}
                                                 #page-section .navi-sub ul li ul {
                                                                margin: 0;
                                                  }
				#page-section .navi-sub a:hover,
				#page-section .navi-sub a:focus,
				#page-section .navi-sub a.selected {
					/* background: url(/files/system/ds2009/gf/list-dot-white.png) no-repeat 0 50%; */
					color: #fff;
					font-weight: normal;
					text-decoration: underline;
				}
					#page-section .navi-sub ul li ul li a {
						background: url(/files/system/ds2009/gf/list-arrow-white.png) no-repeat 17px 50%;
						padding-left: 30px;	
					}
						#page-section .navi-sub ul li ul li a:hover,
						#page-section .navi-sub ul li ul li a:focus,
						#page-section .navi-sub ul li ul li a.selected {
							background: url(/files/system/ds2009/gf/list-arrow-white.png) no-repeat 17px 50%;
							padding-left: 30px;
							text-decoration:underline;
						}

#page-section a:hover {
color: #fff;
}
						
/* PAGE-WHITE */
#page-white {
	position: relative;
	background: white;
	color: #666;
	padding: 30px;
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
	#page-white .content {
		float: left;
		width: 644px;
		border-right: 1px solid #8e8e8e;
		padding-right: 30px;
	}
		#page-white .content ul {
/*			padding-left: 40px;*/
			list-style-type: square;
		}
		#page-white h1, #page-white h2, #page-white h3 {
			color: #000;	
		}
	#page-white .navi-sub {
		float: left;
		width: 190px;
		padding-left: 15px;
		padding-top: 0;
	}
#page-white .navi-sub #navi {
			margin: 0 0 80px 0;
                                                padding: 0;
}
		#page-white .navi-sub ul {
			list-style: none;
			padding: 0;
                                                margin: 0;
		}
				#page-white .navi-sub ul li ul {
					padding-left: 15px;
                                                                                margin: 0;
				}
		#page-white .navi-sub li a {
			background: url(/files/system/ds2009/gf/list-arrow-green.png) no-repeat 0 50%;	
			padding: 10px 0 10px 15px;
			text-decoration: none;
			color: #72c046;
			display: block;			
		}
			#page-white .navi-sub li a:hover,
			#page-white .navi-sub li a:focus,
			#page-white .navi-sub li a.selected {
				text-decoration: underline;	
			}

#page-white h2 {
        color: #333;
}
#page-white h4 {
        color: #555;
}

/* BOX */
.box {
    margin: 0 0 20px 0;
    padding: 0;
    border-top: 3px solid #71bf44;
}
.box h3 {
    border-bottom: 1px dashed #000;
    padding: 10px 0;
    margin-bottom: 12px;
}

#page-white .box ul,
#page-section .box ul {
   margin: 0;
   padding: 0 0 25px 25px;
   list-style: disc;
}
#page-section .box h3 {
    border-bottom: 1px dashed #fff;
}

/* FOOT */
#foot {
	background: url(/files/system/ds2009/gf/bg-foot.png) no-repeat 0 0;
	height: 40px;
	margin: 0 0 25px 0;
	font-size: 11px;
        padding-bottom: 15px;
                clear: both;	
}
		#foot a {
			color: #71bf44;
			text-decoration: none;
		}
                #foot a:hover {
			color: #fff;
			text-decoration: none;
		}
		#address {
			float: left;
			padding: 13px 0 0 20px;
			color: #fff;
		}
		#toolbar ul {
			list-style: none;
			margin: 0;
			float: right;
			padding: 13px 12px 0 0;
		}
			#toolbar li {
				float:left;
				padding:0px 5px;
				border-left:1px solid #fff;
			}
			#toolbar li:first-child {
				border-left:0;
				padding: 0 5px 0 0;
				background: none;
			}
				#toolbar a {
					float: left;
					padding: 0 2px;
				}

/* FORM */
form td img {
                padding-right: 6px;
}

/* FONTS */
h1, h2, h3 {
	margin: 0;
	padding: 0;
        
}
h1 { 
	background: url(/files/system/ds2009/gf/icon-h1.png) no-repeat 0 0;
	padding-bottom: 5px;
        padding-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px dotted #666;
	clear: both;
        width: 612px;
}
h2 {
	font-size: 15px;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	clear: both;	
}
h3 {
	font-size: 14px;
	padding-bottom: 25px;
}

h4 {
	font-size: 14px;
	padding: 5px 0 10px 0;
        margin: 0;
}

p,
.content ul,
.content ol {
	margin: 0;
	padding-bottom: 25px;	
}

.content ul,
.content ol {
	padding-left: 40px;	
}
.content a {
	color: #71bf44;
                text-decoration: none;
}

/* SITEMAP */
#sitemap ul, #sitemap ol {
	padding-left: 40px;	
	padding-bottom: 0;	
}

/* TABLE */
thead td {
	background: url(/files/system/ds2009/gf/bg-table-header.png) repeat-x 0 0;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* FORM */
/* form {
	margin-bottom: 25px;	
}
form label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 60px;
	padding-top: 4px;
}
form input, form textarea {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 3px 5px;
	width: 200px;
}
form p {
	padding-bottom: 10px;	
}
	form p.submit {
		clear: both;
		padding: 0 70px;
	}
*/
form input button {
 background: lime;
}

/* MISC */

.FloatNone {
	float:left;
}

.FloatRight {
	float:right;
}
object { display:block; }

/* NEWS */
	#page-front #newslist-front {
		float: left;
		width: 220px;
		margin: 0 0 20px 20px;
		padding-top: 0;
		font-size: 14px;		
	}
		#page-front #newslist-front ul {
			list-style: none;
			padding: 15px 0 0 0;
			margin: 0;
		}
			#page-front #newslist-front li {
				border-bottom: 1px dotted #8e8e8e;
				margin-bottom: 5px;
			}
		#page-front #newslist-front h3 {
			padding-bottom: 0;	
		}
			#page-front #newslist-front h3 a {
				text-decoration: none;
				font-weight: normal;
				color: #23c1f1;
				display: block;
				padding: 10px 0 10px 0;
			}
				#page-front #newslist-front h3 a:hover,
				#page-front #newslist-front h3 a:focus {
					text-decoration: underline;	
				}
			
		#page-front #newslist-front p {
			padding-bottom: 0px;
                        padding-left: 15px;
                        margin-bottom: 10px;
                        background: url(/files/System/DS2009/gf/newsarrow.gif) left center no-repeat;			
                        font-style: italic;
			font-size: 11px;
                        
		}

#newslist ul {
list-style: none;
padding: 0;
}
#newslist h3,
#newslist p {
padding-bottom: 10px;
}

#newslist li {
margin-bottom: 20px;
}

#newsitem p {
padding-bottom: 10px;
}

/* LINKS */
#page-white a:focus,
#page-white a:hover,
#foot a:focus,
#foot a:hover {
	text-decoration: underline;
}

a img {
	border: none;	
}

/* TABS */
#tabs-wrap { 
	font-size: 14px;
	background: url(/files/system/ds2009/gf/bg-front-content.png) repeat-y 0 0;
	overflow: auto;
}
#tabs {
	padding: 15px 0 0 0;
	margin: 0;
	width: 220px;
	float: left;
        background: url(/files/system/ds2009/gf/tabs_bg.png) repeat-y 0 0;
}
#tabs ul {
	list-style: none;
	padding: 0;
        margin: 0;
}

#tabs-content {
float: left;
width: 480px;
padding-top: 10px;
}

	#tabs li { float: left; border-bottom-width: 0 !important; margin: 0; padding: 0; width: 210px; overflow: hidden;}
	#tabs a {
		text-decoration: none;
		color: #72c046;
		display: block;
		padding: 10px 0 10px 15px;
		background: url(/files/system/ds2009/gf/list-dot-green.png) no-repeat 0 50%;
	}
		#tabs a:hover,
		#tabs a:focus,
		#tabs a.selected {
			background: url(/files/system/ds2009/gf/list-dot-white.png) no-repeat 0 50%;
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
		}



#tabs li ul { list-style: none; margin: 0; padding: 0 0 0 17px; }
#tabs li ul li { width: 190px; }
#tabs li ul a { 
	background: url(/files/system/ds2009/gf/list-arrow-white.png) no-repeat 0 50%;
	padding-left: 15px;
}
#tabs li ul a:hover,
#tabs li ul a:focus,
#tabs li ul a.selected {
	background: url(/files/system/ds2009/gf/list-arrow-white.png) no-repeat 0 50%;
	padding-left: 15px;
	text-decoration:underline;
}
/* Boxes */
#box1,
#box2,
#box3,
#box4{display: none;}

/* pricetable */

        #pricestable
        {
            width: 640px;
            border-collapse: collapse;
            margin-bottom: 15px;        
}
        .textShort
        {
            width: 35px;
            border: solid 1px #000000;
        }
        table#pricestable td
        {
            padding: 5px 8px 5px 5px;
            border-bottom: 1px solid #333;
        }
        .toprow {
        background: #111;
        font-size: 14px;
        font-weight: bold;
}

#totalrow {
background: green;
font-size: 12px;
font-weight: bold;
}

#totalrow tr {
border: none;
}



.tdtitle {
width: 430px;
}

.tdright { 
text-align: right;
width:70px;
border-right: 1px dotted #444;
padding: 15px;
}

.tdcurrency {
width: 70px;
text-align: center;
}

.enterLine {
line-height: 16px;
padding: 0 0 15px 0;
margin: 0;
}

.greenText {
color: #72C046;
font-weight: bold;
}

.textShort {
height: 16px;
margin: 0;
padding: 2px;
text-align: right;
}

#btnEnter {
height: 21px;
font-size: 13px;
border: 1px solid #888;
color: #444;
padding-bottom: 3px;
background: url('/files/system/ds2009/gf/button_bg.jpg');
}

#btnEnter:hover {
background: url('/files/system/ds2009/gf/button_bg_hover.jpg');
}

.quickproduct {width: 389px; height: 577px; background: url('/files/system/ds2010/images/quickproductmodel.png') top left no-repeat; margin-left: 24px;}

.quickproduct img {width: 25px; height: 25px; background: url('/files/system/ds2010/images/videoplaysprite.png') bottom left no-repeat;}
.quickproduct img:hover {background: url('/files/system/ds2010/images/videoplaysprite.png') top left no-repeat;}

.video_svc {position: relative; left: 105px; top: 17px;}
.video_tsm {position: relative; left: 360px; top: 1px;}
.video_wsp {position: relative; left: 360px; top: 263px;}
.video_otsmcommands {position: relative; left: 395px; top: 55px;}
.video_otsmtape {position: relative; left: 395px; top: 65px;}
.video_monitoring {position: relative; left: 50px; top: 310px;}
.video_wcc {position: relative; left: 50px; top: 40px;}
.video_remotebackup {position: relative; left: 360px; top: 170px;}



