/***** Reset styles across browsers 
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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
*****/
@font-face{ 
font-family: 'Tele2SlabWeb-Bold';
src: url('Web/Tele2SlabWeb-Bold.eot');
src: url('Web/Tele2SlabWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('Web/Tele2SlabWeb-Bold.woff') format('woff'),
    url('Web/Tele2SlabWeb-Bold.ttf') format('truetype'),
    url('Web/Tele2SlabWeb-Bold.svg#webfont') format('svg');
}
@font-face{ 
font-family: 'Tele2SlabWeb-BoldItalic';
src: url('Web/Tele2SlabWeb-BoldItalic.eot');
src: url('Web/Tele2SlabWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('Web/Tele2SlabWeb-BoldItalic.woff') format('woff'),
    url('Web/Tele2SlabWeb-BoldItalic.ttf') format('truetype'),
    url('Web/Tele2SlabWeb-BoldItalic.svg#webfont') format('svg');
}
@font-face{ 
font-family: 'Tele2SlabWeb-Heavy';
src: url('Web/Tele2SlabWeb-Heavy.eot');
src: url('Web/Tele2SlabWeb-Heavy.eot?#iefix') format('embedded-opentype'),
    url('Web/Tele2SlabWeb-Heavy.woff') format('woff'),
    url('Web/Tele2SlabWeb-Heavy.ttf') format('truetype'),
    url('Web/Tele2SlabWeb-Heavy.svg#webfont') format('svg');
}
@font-face{ 
font-family: 'Tele2SlabWeb-Italic';
src: url('Web/Tele2SlabWeb-Italic.eot');
src: url('Web/Tele2SlabWeb-Italic.eot?#iefix') format('embedded-opentype'),
    url('Web/Tele2SlabWeb-Italic.woff') format('woff'),
    url('Web/Tele2SlabWeb-Italic.ttf') format('truetype'),
    url('Web/Tele2SlabWeb-Italic.svg#webfont') format('svg');
}
@font-face{ 
font-family: 'Tele2SlabWeb-Regular';
src: url('Web/Tele2SlabWeb-Regular.eot');
src: url('Web/Tele2SlabWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('Web/Tele2SlabWeb-Regular.woff') format('woff'),
    url('Web/Tele2SlabWeb-Regular.ttf') format('truetype'),
    url('Web/Tele2SlabWeb-Regular.svg#webfont') format('svg');
}
/***** Body *****/

body, input, select { font-family:'Tele2SlabWeb-Bold';font-size: 13px; color: #000; }
body { min-height: 800px; }
a { color: #E56717; text-decoration: none; }
a:hover { color: #840201; text-decoration: none; }

/****** Top menu ******/
#top_menu { width: 1765px; margin: 0 auto; background: url("/Image/t2_bkg.png") repeat-x center; color: #333; font-size: 13px; border-bottom: 1px solid #ccc;}
#top_menu_inner { padding: 0 0 0 0px; margin: 0; /*background-color: #aca39a;*/}
#top_menu a { font-family:'Tele2SlabWeb-Bold';color: #000; padding-bottom: 0px; }
#top_menu a:hover { color: #333; text-decoration: none; }
#top_menu .active a { font-weight: bold !important; border-bottom: 1px solid #ccc; }
#top_menu .column{ padding: 0px 10px;}
#top_menu .left { float: left; }
#top_menu .right { float: right; font-size: 11px; }
#top_menu #top_menu_logo { /*position: absolute; left: 70px;*/ margin-left 10px; margin-right:30px; padding-top: 2px; no-repeat center 7px; width: 70px; }
#top_menu_logo { margin-left: 10px;}
#top_menu_items div:first-child a {
	border-left: 1px solid #ccc;
	padding-left: 20px;}
#top_menu_items a {
	vertical-align:middle;
	line-height:50px;
	display:block;
	height:50px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin:0px;
	padding-bottom: 0px;
}
/****** Footer ******/
#footer { text-align: center; font-size: 10px; color: #999; margin-top: 30px;}
#footer .sep { color: #ccc; }

/****** Float clearing - http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best/1633170#1633170 ******/
.container {
	display: inline-block;
}
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.container {
    display: block;
}

/*          CSS för T2.utility.confirm      */
.utils_confirm_dialog > p {
    font-family: "Tele2SlabWeb-Bold";
    font-size: 1.2em;
}

.ui-dialog  .ui-dialog-buttonpane {
    /*border-top: thin solid #ddd;*/
    padding-top: 0.6em;
}


.ui-dialog .ui-dialog-buttonset button {
    margin-left: 0.5em;
}
/*          END – CSS för T2.utility.confirm      */


