html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    background: url('./bg-gradient.png') 0 38px repeat-x #f6f6f6;
}

header {
    height: 38px;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54286D', endColorstr='#6D4187');
    /*background: -moz-linear-gradient(center top , #54286D, #6D4187);*/
    background: -moz-linear-gradient(center top , #000000, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#54286D), to(#6D4187));
    }
    header h1 {
        color: #fff;
        padding: 13px 0 9px 10px;
        font-weight: bold;
        line-height: 16px;
        font-size: 15px;
        text-shadow: -1px -1px 0 #3C1F4E;
    }

footer{
    height: 100%;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54286D', endColorstr='#6D4187');
    /*background: -moz-linear-gradient(center top , #54286D, #6D4187);*/
    background: -moz-linear-gradient(center top , #000000, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#54286D), to(#6D4187));
}

footer p {
    color: #DCD0E3;
    margin: 0;
    padding: 1em 20px;
    text-shadow: 0 -1px 1px rgba(80, 40, 104, 0.5);
}

footer small {
    display: block;
}

div.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

a  {
    color: #652D86;
    text-decoration: none;
}

nav {
    display: block;
}

nav, ul, li {
    list-style: none outside none !important;
}

nav.top {
    height: 85px;
    }
    nav.top li {
        float: left;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.025em;
        margin: 30px 1px 0;
        }
        nav.top li.logo {
            margin: 20px 15px 0;
        }
        nav.top li:hover a {
            color: #fff;
        }
        nav.top li a span {
            display: block;
            float: left;
            height: 35px;
            line-height: 35px;
            }
            nav.top li a span.li-right {
                padding: 0 8px 0 0;
            }
            nav.top li a span.li-left {
                padding: 0 0 0 8px;
            }
            nav.top li.active a span.li-right {
                background: url('./link-active-right.png') 
                    no-repeat scroll right bottom transparent; 
            }
            nav.top li:hover a span.li-right {
                background: url('./link-hover-right.png') 
                    no-repeat scroll right bottom transparent; 
            }
            nav.top li.active a span.li-right span.li-left {
                background: url('./link-active-left.png') 
                    no-repeat scroll left bottom transparent; 
            }
            nav.top li:hover a span.li-right span.li-left {
                background: url('./link-hover-left.png') 
                    no-repeat scroll left bottom transparent; 
            }

section {
    display: block;
    padding: 10px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin-bottom: 2em;
}

:focus {
    outline: 0 none;
}

h1.pageTitle {
    color: #0083BE;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: 1.1em;
}

#orderGrid {
    border-collapse: collapse;
}

#orderGrid thead th {
    /*text-align: left;*/
}

#orderGrid thead th.active {
    background-color: #DCD0E3;
}

#orderGrid thead th .darr,
#orderGrid thead th .uarr {
    display: none;
}

#orderGrid thead th.active.desc .darr,
#orderGrid thead th.active.asc .uarr {
    display: inline;
}

#orderGrid thead th input {
    margin: 0 0 0.2em 0;
}

#orderGrid tr.even {
    background-color: #E0E0E0;
}

#orderGrid tbody tr td span {
    display: block;
    overflow: hidden;
}

#orderGrid tbody tr td span a {
    color: inherit;
}

#orderGrid tbody tr:hover {
    background-color: #DCD0E3;
}

#orderGrid tr td, #orderGrid tr th {
    border: 1px solid #E0E0E0;
    padding: 2px 4px;
}

#orderGrid tfoot tr td {
    text-align: center;
}

code {
    font-size: 10px;
    line-height: 1em;
    font-family: monospace;
    display: block;
    margin-bottom: 2em;
}

input[type="text"], input[type="password"], textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    font-size: 1em;
    box-shadow: 1px 1px 1px #8C8590 inset;
    margin: 0 0 0.8em 0;
    padding: 3px;
    color: #333;
}

input[type="submit"], button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('./btn-sprite.png');
    background: -webkit-gradient(linear, left top, left bottom, from(#8B61A4), to(#652D86));
    background: -moz-linear-gradient(center top , #8B61A4, #652D86) repeat scroll 0 0 transparent;
    border: 0 none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(80, 40, 104, 0.5);
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    font-weight: 700;
    padding: 0 .75em;
}

input[type="submit"]:hover, button:hover {
    background-position: 0px -35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#B296C3), to(#8F66A7));
    background: -moz-linear-gradient(top, #B296C3, #8F66A7);
}

input[type="submit"]:active,  button:active {
    background-position: 0px -70px;
    background: #652D86;
}

.full {
    width: 100%;
}

.wide {
    width: 90%;
}

.half {
    width: 50%;
}

.narrow {
    width: 45%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

.blue {
    color: #0083BE;
}

.filter-label {
    display: block;
    height: 1.6em;
    float: left;
    width: 32%;
    padding-top: 0.4em;
}


/* form */
            
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p			{ margin:0 0 15px; }
p img.left	{ float:left; margin:0 15px 15px 0 }
p img.right { float:right; margin:0 0 15px 15px; }

a:link		{ color:#CF0566; text-decoration:underline; }
a:visited	{ color:#86395E; text-decoration:underline; }
a:hover		{ color:#F68B00; text-decoration:underline; }

li {list-style:none !important; list-style-image:none !important; line-height:1em !important;}

body {
	background-color: #DFDFDA;
	padding-top:10px;
	padding-bottom:10px;
	color:#464646;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
}

div.pageContainer {
    width:1000px;
    margin:0 auto;
    background: #fff url('http://www.telia.se/tse/components/page/page_bg.png?1') repeat-y left top;
}

#header {
    background: url('http://www.telia.se/tse/components/page/page_topbottom.png?1') no-repeat left -235px;
    position:relative;
    padding:80px 10px 0 10px;
}

#pageContent {
    min-height: 200px;
    padding: 20px 20px;
}
#footer {
    background: url('http://www.telia.se/tse/components/page/page_topbottom.png?1') no-repeat;
    background-position:0px -160px;
    height:50px;
    padding: 12px 20px;
    clear: both;
}

#logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 105px;
	height: 22px;
	text-indent: -9999px;
	background: url('http://www.telia.se/tse/img/icons/telia_logo.png') no-repeat left top;
	overflow: hidden;
}

#header p.customerStatus {
	width: 300px;
	color: #71716C;
	position: absolute;
	top: 16px;
	right: 360px;
	text-align: right;
	font-size: 11px;
}

#header p.customerStatus strong {
	background: url('http://www.telia.se/tse/img/icons/customer.png') 0 0 no-repeat transparent;
	padding-left: 16px;
}

#header a.loginButton,
#header a.logoutButton {
	position: absolute;
	top: 14px;
	left: 914px;
}

#header a.loginButton,
#header a.logoutButton {
    background: url('http://www.telia.se/tse/img/buttons/login_sprite.png?1') 0 0 no-repeat transparent;    
    display:block;
    width: 69px;
    height: 20px;
    text-indent:-9999px;
	overflow: hidden;
}

#header a.logoutButton {
	background-position: 0px -20px; 
}

#header ul, #header li 
{
    margin:0;
    padding:0;
    list-style-type:none;
} 

#navLevel0 {
    position:absolute;
    top:10px;
    right:10px;
    width:268px;
}

#navLevel0 li {
    float:left;
}

#navLevel0 li a {
    display:block;
    height: 28px;
    background-image: url('http://www.telia.se/tse/components/header/navlevel0.png');
    background-repeat:no-repeat;
    background-color:transparent;
    color:#cf0566;
    text-indent:-9999px;
	overflow: hidden;
    background-position: 0px -28px; 
}

#navLevel0 li.privat a {
        width:66px;
}

#navLevel0 li.privat a:hover,
#navLevel0 li.privat a.selected {

	background-position: 0px 0px;   
}

#navLevel0 li.foretag a:hover,
#navLevel0 li.foretag a.selected {
	background-position: -66px 0px;   
}

#navLevel0 li.fastighetsagare a:hover,
#navLevel0 li.fastighetsagare a.selected {
	background-position: -142px 0px;
}

#header #navLevel1Left {
    height:25px;
    padding-top:5px;
    padding-left:10px;
    background-image: url('/telia/resources/menu_sprite.png');
    background-repeat:no-repeat;
}

#header #navLevel1Left li {
	display:inline;
	margin:10px;
}

#header #navLevel1Left li a {
	display: inline;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	font-weight:bold;
	overflow: hidden;
	text-decoration:none;
	margin:0;
	font-size:13px;
}

#header #navLevel1Left li a:hover {
	text-decoration:underline;
}

#header #navLevel1Right {
    height:25px;
    padding-left:10px;
    padding-top:5px;
    background-image: url('/telia/resources/menu_sprite.png');
    background-repeat:no-repeat;
    background-position:0px -30px;
}

#header #navLevel1Right li {
	display:inline;
	margin:10px;
}

#header #navLevel1Right li a {
	display: inline;
	height: 24px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: 0px;
	overflow: hidden;
	text-decoration:none;
	font-size:11px;
}

#header #navLevel1Right li a:hover {
	text-decoration:underline;
}


#footer a {
	text-decoration: none;
	color: #53534E;
	font-size: 11px;
}

#footer a:hover {
        color: #F68B00;
}


div.footerInfo {
	padding: 0px 10px;
}

ul.footerInfo {
	border-top:1px dotted #53534E;
	margin: 0;
	padding: 12px 0 0 35px;
	list-style-type: none;
}

ul.footerInfo li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0 7px;
}

ul.footerInfo li.delimiter {
	background: url('http://www.telia.se/tse/components/footer/footerinfo_delimiter.png') no-repeat right center;
}

#footer a.otherlanguages {
	margin-left: 12px;
	background: url('http://www.telia.se/tse/components/footer/otherlanguages.png') no-repeat left center;
	padding-left: 19px;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}

#footer a.teliasoneragroup {
	margin-left: 50px;
}

.clear {clear:both;}

#grid_table {
  width:100%;
}

#grid_table td {
  border:1px solid #e6e6e6; 
  border-left:none;
  border-top:none;
  padding:3px;
}

#grid_table th {
  padding:3px;
  vertical-align:middle;
}

#grid_head {
  background-color:#e6e6e6;
} 

h1.pageTitle {
  font-size:22px;
  color:rgb(207, 5, 102);
  margin-bottom: 64px;
}

.textField {
    border:1px solid #ccc;
    width:100%;
}

fieldset {
    border:1px solid #eee;
    margin-bottom:18px;
    padding:6px;
}

fieldset legend {
    font-size:12px;
    font-weight:bold;
    color:rgb(207, 5, 102);
}

table.templatesTable {
    width:100%;
}

table.templatesTable tr td {
    padding:4px;
}

h2 {
    font-size:16px;
    margin-top:24px;
    margin-bottom:8px;
}

.pink {
    color:rgb(207, 5, 102);
}

.monospace {
    font-family:monospace;
}

ul.orderSummaryMessageList li {
    margin-bottom:16px;
}

ul.orderSummaryMessageListItemInfo li {
    margin:0;
    line-height:1.2em !important;
}

p.quoteBox {
  background-color: rgb(238, 238, 238);
  margin:0 0 0 36px;
  width:256px;
  padding:6px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

h3.summaryStatusLabel {
  font-size:13px;
  color:rgb(207, 5, 102);
}

span.summaryMessageLabel {
  font-style:italic;
  font-weight:bold;
}
*/