/*
WELCOME TO THE STYLESHEET
Copyright 2009-2011 Atomia AB

Author: Dejan Bondzic

---------------------------------------------------------------------------------------

  TIP: To quckly find, say, GLOBALS - RESET section one should search like this: |RES

---------------------------------------------------------------------------------------

CONTENTS:

-GLOBALS
--RESET
--TYPOGRAPHY
--HELPERS

-LAYOUT
--BASIC LAYOUT
---NO SIDEBAR LAYOUT
---NARROW LAYOUT
--HEADER
--SIDEBAR
---SIDEBOX
---MESSAGEBOX
---STATUS BAR
---STATUS LIST
--MAIN CONTENT
---ACTIONS
--FOOTER

-COMMON ELEMENTS
--BUTTONS
--MENUS
--NAVIGATION
--TABS
--LIGHT TABS
--QUICK GUIDE
--AUTO SUGGEST
--TABLES
--FORMS
--SUGGESTED SEARCH
--MODAL DIALOG
--CALENDAR
--PRINT
--BULK ACTION BUTTON
--TABLE ACTION MENU
--FANCY DROPDOWN & FANCY MENU
--ADVANCED COMBO BOX
--FILE TREE
--IMAGE VIEWER
--CARD
--DOMAINS AND TAGS
--INLINE LABELS
--OTHER

-STANDALONE STATIC PAGES (404, PARKED, ERROR, ETC)

-PUBLIC ORDER PAGE

*/

/*
----------------------------------------------------------------------------------------------


|GLOBALS |RESET


----------------------------------------------------------------------------------------------
*/
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
----------------------------------------------------------------------------------------------


|GLOBALS |TYPOGRAPHY


----------------------------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}


h3, #public_order_page h1, #public_order_page h2 {
	font-size: 19px;
	line-height: 21px;
	margin-bottom: 21px;
	color: #333;
	}

h2 {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 19px;
    margin: 0.4em 0;
    padding: 0;
	color:#333;
	}

h1 {
	font-size: 15px;
	line-height: 19px;
    font-weight: normal;
    margin: 0.4em 0;
    padding: 0;
	color: #000;
	}
#header_container h1 {
	position: absolute;
	
}

h4 {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 21px;
	color: #333;
	}
#changepassword h4 {
	margin-top: 21px
}
h5 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
	color: #333;
	}

h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
	color: #333;
	}
	

/* Text elements
-------------------------------------------------------------------------- */

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; }


blockquote	{ font-style:italic; margin:0 15px 15px; quotes:inherit; }
blockquote:before, blockquote:after {
	content:open-quote;
	font-size:16px;
	font-weight:bold;
	margin:0 5px 0 0;
}
blockquote:after {
	content:close-quote;
	margin:0 0 0 5px;
}

strong		{ font-weight:bold; }
em, dfn		{ font-style:italic }
dfn			{ font-weight:bold }
sub			{ vertical-align:sub; }
sup			{ vertical-align:super; }


/* Anchors
-------------------------------------------------------------------------- */
a, a:visited  {
	color: #652d86;
	text-decoration: none
	}

a:active {
	color: #584861;
	}

a:hover {
	color: #b887d4;
	}


/* Text elements
-------------------------------------------------------------------------- */
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; }

blockquote	{ font-style:italic; margin:0 15px 15px; quotes:inherit; }
blockquote:before, blockquote:after {
	content:open-quote;
	font-size:16px;
	font-weight:bold;
	margin:0 5px 0 0;
}
blockquote:after {
	content:close-quote;
	margin:0 0 0 5px;
}

strong		{ font-weight:bold; }
em, dfn		{ font-style:italic }
dfn			{ font-weight:bold }
sub			{ vertical-align:sub; }
sup			{ vertical-align:super; }

/* Paragraph types
-------------------------------------------------------------------------- */
p {
	font-size: 13px;
	line-height:17px;
	margin: 0 0 1em;
    padding: 0;
	color: #333;
}
	
.tsIngress{
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 1em;
	font-weight:bold;
	color: #333;	
}


/* Paragraph types
-------------------------------------------------------------------------- */
p.abstract { font-weight:bold; }


 /* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.formrow .clear, .data-row .clear, .formbox .clear {
	display: none
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

 /* `HTML example on webpage 
----------------------------------------------------------------------------------------------------*/
	pre {
        display: block;
        border: #999 solid 1px;
        overflow:auto;
        max-height:340px;
        font-size: 13px;
        width: auto;
        padding: 5px 10px 10px 10px;
        background:#FFF;
        margin:0 10px 10px 10px;
        color:#0080FF
}

ul.list_cl {
	list-style: square;
	color: #333;
	margin: 0 0 1em 3em
}
ul.list_cl li {
	line-height: 1.5em
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |BASIC LAYOUT


----------------------------------------------------------------------------------------------
*/
html {
	height: 100%
}
body {
	line-height: 1;
	background: url(../img/body_bg.png) repeat-x #f6f6f6;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	min-height: 100%;
	position: relative
}
#header_container, #content, #footer_container {
	width: 940px;
	margin: 0 auto;
	position: relative
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |HEADER


----------------------------------------------------------------------------------------------
*/
#header {
	height: 38px;
	font-size: 15px;
	background: #54286d;
	background: -moz-linear-gradient(top, #54286d, #6d4187);
	background: -webkit-gradient(linear, left top, left bottom, from(#54286d), to(#6d4187));
}
#plate {
	width: 940px;
	height: 83px;
	background: url(../img/plate.png) transparent;
	position: absolute;
	top: 54px
}
#header_logo {
	position: absolute;
	top: 73px;
	left: 16px
}
#signed {
	position: absolute;
	right: 175px;
}
#ListAccountsBody #signed,
#signed_v2 #signed {
	right: 0
}
#signed li {
	float: left;
	line-height: 38px;
	margin-right: 5px;
	max-width: 20em;
	overflow: hidden
}
#signed a {
	color: #F7E8FF;
	font-weight: bold;
	font-size: 16px;
}
#signed a:hover {
	color: #fff;
}
#signed .button {
	color: #4a1763;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
	padding: 4px 8px;
	background: url(../img/button24.png) repeat-x;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#signed .button:hover {
	color: #4a1763;
	background-position: center
}
#signed .button:active {
	background-position: bottom
}
#tsHeaderContainer ul {
	list-style: none;
	float: left;
	clear: left;
}
#global-search {
	float: right;
	margin-top: 8px
}
#global-search input[type=text], #global-search input[type=submit] {
	height: 24px;
	float: left
}
#global-search input[type=text] {
	background: url(../img/search_bg.png) transparent;
	border: none;
	padding: 0 0 0 8px;
	width: 10em;
	color: #7F7F7F;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#global-search input[type=submit] {
	background: url(../img/search_btn_bg.png) transparent;
	border: none;
	width: 28px;
	text-indent: 30px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |CONTENT


----------------------------------------------------------------------------------------------
*/
#content {
	min-height: 400px;
	margin-top: 148px;
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |CONTENT |SIDEBAR


----------------------------------------------------------------------------------------------
*/
#sidebar {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding-bottom: 123px;
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |CONTENT |MAIN


----------------------------------------------------------------------------------------------
*/
#main {
	float: left;
	width: 940px;
	padding-bottom: 123px;
}
#sidebar + #main {
	float: left;
	width: 700px;
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |FOOTER


----------------------------------------------------------------------------------------------
*/
#footer {
	height: 73px;
	background: url(../img/footer_bg.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
#footer_container {
	padding: 20px 0 0;
}
#footer_container p {
	color: #dcd0e3;
	font-size: 15px;
	text-shadow: 0 1px 3px #000
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |NAVIGATION


----------------------------------------------------------------------------------------------
*/
#apps {
	list-style: none
}
#apps li {
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer
}
#apps a {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
	display: block;
	position: relative;
	left: 5px;
}
#apps li:hover, #apps .active {
	background: transparent url(../img/apps_bg.png) no-repeat top left;
	
}
#apps li:hover a, #apps .active a {
	color: #4a1763;
	text-shadow:1px 1px 0px #fff;
	background: transparent url(../img/apps_bg.png) no-repeat top right;
}
#TopLevelMenuUnauthenticated,
#atoms {
	position: absolute;
	top: 91px;
	left: 152px;
	width: 790px;
}
#TopLevelMenuUnauthenticated > li,
#atoms > li {
	float: left;
	padding: 0 3px 30px;
}
#TopLevelMenuUnauthenticated > li > a, #TopLevelMenuUnauthenticated > li > span,
#atoms > li > a, #atoms > li > span {
	font-size: 18px;
	color: #642d86;
	padding: 4px 7px;
	letter-spacing: -0.5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#TopLevelMenuUnauthenticated > li > span,
#atoms > li > span {
	cursor: default
}
#TopLevelMenuUnauthenticated > li.active > a, #TopLevelMenuUnauthenticated > li.active > span,
#atoms > li.active > a, #atoms > li.active > span {
	background: url(../img/atoms.png) repeat-x bottom
}
#TopLevelMenuUnauthenticated > li:hover > a, #TopLevelMenuUnauthenticated > li:hover > span,
#atoms > li:hover > a, #atoms > li:hover > span {
	background: url(../img/atoms.png) repeat-x top;
	color: #fff
}
#TopLevelMenuUnauthenticated ul,
#atoms ul {
	display: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 15px 20px;
	position: absolute;
	top: 30px;
	z-index: 9000;
	opacity: .92;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 3px 5px #bbb;
	-webkit-box-shadow: 0 3px 5px #bbb;
	-moz-box-shadow: 0 3px 5px #bbb;
}
#TopLevelMenuUnauthenticated li:hover ul,
#atoms li:hover ul {
	display: block;
}
#TopLevelMenuUnauthenticated ul li,
#atoms ul li {
	margin-bottom: 9px
}
#TopLevelMenuUnauthenticated ul li.separator,
#atoms ul li.separator {
	display: none
}
#TopLevelMenuUnauthenticated ul a,
#atoms ul a {
	color: #652d87;
	line-height: 24px;
}
#TopLevelMenuUnauthenticated ul a:hover,
#atoms ul a:hover {
	text-decoration: underline;
}

#sidebar .submenu {
	background: url(../img/submenu_bg.png) repeat-x #652d86;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebar .submenu ul {
	overflow: hidden
}
#sidebar .submenu > ul > li a {
	background: url(../img/submenu_states.png) repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	width: 188px;
	height: 38px;
	float: left;
	padding: 0 10px;
}
#sidebar .submenu > ul > li:first-child a {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
#sidebar .submenu > ul > li:last-child a {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}
#sidebar .submenu > ul > li a:hover {
	background-position: center
}
#sidebar .submenu > ul > li.active a {
	background-position: bottom
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |BREADCRUMB


----------------------------------------------------------------------------------------------
*/
.breadcrumb {
	position: absolute;
	left: -8px;
	top: -28px
}
.breadcrumb li {
	padding: 0 0 0 8px;
	display: inline;
	color: #642d86
}
.breadcrumb li a {
	background: url(../img/breadcrumb.png) right no-repeat;
	padding: 0 17px 0 0;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |PROGRESS


----------------------------------------------------------------------------------------------
*/
.progress {
	overflow: hidden;
	border-right: 1px solid #e0e0e0;
	float: left
}
.progress li {
	background: url("../../img/telia_dolphin/progress.png") no-repeat left bottom transparent;
	float: left;
	position: relative;
	min-width: 100px;
	max-width: 150px;
	height: 38px;
	padding: 0 25px 0 50px;
	overflow: hidden;
	margin-left: -20px;
}
.progress li.completed {
	background-position: left top;
}
.progress li.current {
	background-position: left center;
}
.progress div, .progress h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #fff;
	color: #c7c2ba
}
.progress .current div, .progress .current h4, .progress .completed div, .progress .completed h4 {
	color: #fff;
	text-shadow: none
}
.progress div {
	position: absolute;
	left: 30px;
}
.progress p {
	display: none;
}
.progress + .settingsbox {
	padding-top: 65px
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |FORMS


----------------------------------------------------------------------------------------------
*/
.formrow, .data-row, .formbox {
	font-size: 13px;
	line-height: 1.9em;
	margin: 1em 0
}
.formrow h5, .data-row > strong, .formbox h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 1em 0 0;
	width: 25%;
	line-height: 1.9em;
	margin-bottom: -1.9em
}
#sidebar .formrow h5 {
	float: none;
	width: auto;
	margin: 0;
	font-weight: bold;
	color: #111;
}
.col2row, .data-row > span, .options {
	position: relative;
	width: 71%;
	min-height: 1.9em;
	margin-left: 29%
}
#sidebar .col2row, #sidebar .data-row > span, #sidebar .options {
	margin-left: 0
}
.data-row > strong, .data-row > span {
	display: block
}
input[type=text], input[type=password] {
	background: url(../img/input_bg.png) no-repeat;
	border: none;
	width: 249px;
	height: 23px;
	padding: 1px 5px 3px;
	font-size: 13px
}
input[type=text].half_width_input, input[type=password].half_width_input {
	background: url(../img/input_bg_78.png) no-repeat;
	width: 68px;
}
#sidebar input[type=text], #sidebar input[type=password] {
	background-image: url(../img/input_bg_186.png);
	width: 188px;
}
textarea {
	width: 249px !important;
	height: 115px !important;
	border: none;
	padding: 5px;
	background: url(../img/textarea_bg_125.png) no-repeat;
	font-family: Helvetica Neue,Helvetica,Arial,Sans-Serif;
	font-size: 13px
}
textarea.doublesize, #apps_content textarea {
	height: 249px !important;
	background-image: url(../img/textarea_bg.png)
}
.formrow h5 a.fine-print {
	position: relative;
	top: -6px
}
h5 span {
	font-size: 13px
}
.pivot, .pos_relative {
	position: relative;
}
.pivot a.button {
	position: absolute;
	right: 3px;
	top: -2px;
	display: none;
}
.formrow h5 > .pivot a.button {
	right: 12px
}
.input_suffix {
	position: absolute;
	top: 4px;
	left: 262px
}
.main_iframe {
	width: 720px;
	height: 600px;
	overflow: hidden;
	border: 0px !important;
	margin: 0
}
.inline-icon-24 {
	margin-top: -7px;
	position: relative;
	top: 6px;
}
input[type=text].errorinfo, input[type=password].errorinfo, textarea.errorinfo {
	background-position: bottom;
	margin-bottom: 1.4em;
}
select.errorinfo {
	margin-bottom: 1.4em
}
div.errorinfo {
	position: relative;
	margin-bottom: 1.4em
}
div.errorinfo p.errorinfo {
	top: -6px;
	left: 0
}
p.errorinfo {
	color: #c41b79;
	margin-bottom: 0;
	position: absolute;
	top: 27px;
	left: 3px
}
#set_domain p.errorinfo,
.errorinfo_001 p.errorinfo {
	position:relative;
	top: 0;
}
#set_domain #Website_DomainName.errorinfo {
	margin-bottom: 0px;
}
#SubmitForm_errorTerm + .errorinfo {
    position: relative;
}
textarea + p.errorinfo {
	top: 126px
}
#VirtualDirectory_Folder + p.errorinfo {
	top: auto;
	bottom: -18px
}
#DNSRecord_Data + p.errorinfo {
	left: 86px
}
#HaveCertificate_CertificateFile + p.errorinfo, #HaveCertificate_KeyFile + p.errorinfo {
	position: static
}
em.quiet {
	margin-left: .4em
}
select {
	width: 259px
}
select#Website_SubdomainDomainName {
	width: 232px
}
.dataTables_length select {
	width: auto
}
.form_dialog {
	border: 1px solid #e0e0e0;
	background-color: #eee;
	margin: 0 0 2em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.form_dialog > h4:first-child {
	color: #0083be;
	margin: 10px;
}
.form_dialog_content {
	background-color: #fff;
	padding: 10px;
}
h4.section {
	border-top: 1px solid #e4e4e4;
	color: #00b48c;
	margin: 2em 0;
	padding: 1em 10px 0;
	font-size: 17px;
	text-indent: .4em;
	width: 100%;
	position: relative;
	left: -10px
}
h4.section span {
	color: #c7c2ba;
	display: block;
	font-size: .65em;
	left: -3px;
	position: relative;
	top: 5px;
}
.formrow.section {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px dashed #ccc
}
.form_dialog p.actions {
	margin: 10px
}
label.required {
	color: #454748
}
label.required span {
	display: none
}
.formrow_remove, .removeHOST, .removeIP {
	margin-left: -20px
}
/*
----------------------------------------------------------------------------------------------
CHECK BOX AND RADIO BUTTONS SWITCH TO BITMAPS

input[type=checkbox], input[type=radio] {
	opacity: 0;
}
.chkbox_element {
	background: url("../../img/telia_dolphin/checkbox.png") no-repeat scroll 3px 0 transparent;
	height: 16px;
	width: 16px;
	margin: 0 0 -16px 1px;
	position: relative;
	top: 2px;
	left: -1px
}
.radio_element {
	background: url("../../img/telia_dolphin/radio.png") no-repeat scroll 3px 0 transparent;
	height: 16px;
	width: 16px;
	margin: 0 0 -16px 1px;
	position: relative;
	top: 4px
}
.chkbox_element.checked, .radio_element.checked {
    background-position: 3px -16px;
}
*/
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |CARD


----------------------------------------------------------------------------------------------
*/
.card {
	width: 24.5em;
	margin: 10px 8px;
	display: inline-block;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.card:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
}
.card_content {
	padding: 10px;
	height: 12em;
}
.card_content_badge {
	position: absolute;
	top: 10px;
	right: 10px
}
.card_content_title {
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #c41b79;
	margin: .8em 0 1.2em
}
.card_content_category {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0083be;
	margin: 0;
	position:absolute;
	top: 10px;
	left: 10px;
}
.card_content_description {
	line-height: 1.4em;
	font-size: 13px;
	color: #666;
	margin-bottom: .8em
}
.card_buttons {
	padding: 5px 10px;
	margin: 0;
	line-height: 3em;
}
.card_buttons .button.green {
	background: #c41b79;
	background: -moz-linear-gradient(top, #d3539a, #c41b79);
	background: -webkit-gradient(linear, left top, left bottom, from(#d3539a), to(#c41b79));
}
.card_buttons .button.green:hover {
	background: #d4589d;
	background: -moz-linear-gradient(top, #e28cbc, #d4589d);
	background: -webkit-gradient(linear, left top, left bottom, from(#e28cbc), to(#d4589d));
}
.card_buttons .button.green:active {
	background: #6e0f44;
	background: -moz-linear-gradient(top, #6e0f44, #b23c7e);
	background: -webkit-gradient(linear, left top, left bottom, from(#6e0f44), to(#b23c7e));
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |TABLES


----------------------------------------------------------------------------------------------
*/
table {
	font-size: 13px;
	border: 1px solid #e0e0e0;
	width: 100% !important
}
.dataTables_wrapper table {
	border-left: none;
	border-right: none;
}
th, td {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
th {
	background-color: #fff;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	padding: .6em .5em
}
td {
	padding: .5em .6em
}
th:first-child, td:first-child {
	border-left: none;
}
th:last-child, td:last-child {
	border-right: none;
}
tr.odd {
	background-color: #f6f6f6
}
tr.odd:hover {
	background-color: #f2f2f2
}
tr.even {
	background-color: #fff
}
tr.even:hover {
	background-color: #f2f2f2
}
tfoot tr {
	background-color: #dad8cc
}
td h5 {
	font-size: 14.4px;
	margin: 0
}
h5 img.locked {
	float: right;
	position: relative;
	top: 3px
}
tr.warning td.reason {
	background: url("../../img/icons/td_warning.png") no-repeat right top #f9f5d4 
}
tr.warning td {
	border-top: 2px solid #f9dc00;
	border-bottom: 2px solid #f9dc00;
	color: #895511;
}
tr.warning td:first-child {
	border-left: 2px solid #f9dc00;
	padding-left: 5px;
}
tr.warning td:last-child {
	border-right: 2px solid #f9dc00;
	padding-right: 5px;
}
.dataTables_wrapper {
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	margin: 10px 10px 9px 0;
}
.bulk + .dataTables_wrapper > .dataTables_filter {
	margin: -36px 10px 5px 0
}
.dataTables_filter input[type="text"], .dataTables_filter input[type="password"] {
	width: 135px;
	background-image: url(../img/input_bg_145.png);
}
.dataTables_length, .dataTables_length select, .dataTables_paginate, .dataTables_info {
	font-size: 13px;
	line-height: 1.2em
}
.dataTables_length {
	float: left;
	margin: 1em 2em 0 10px;
}
.dataTables_paginate {
	float: right;
	line-height: 22px;
	margin: 1em 10px 0 2em;
	height: 18px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dataTables_info {
	clear: both;
	text-align: center;
	margin: 3.5em 0 1em
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}
.paginate_disabled_previous {
	background-image: url('../../img/datatables/back_disabled.jpg');
}
.paginate_enabled_previous {
	background-image: url('../../img/datatables/back_enabled.jpg');
}
.paginate_disabled_next {
	background-image: url('../../img/datatables/forward_disabled.jpg');
}
.paginate_enabled_next {
	background-image: url('../../img/datatables/forward_enabled.jpg');
}
.dataTables_paginate img {
	position: relative;
	top: 1px
}
div.dataTables_paginate span.paginate_button, div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	padding: 2px 4px;
	margin: 0 2px;
	cursor: pointer;
 *cursor: hand;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.dataTables_paginate span.paginate_button, div.dataTables_paginate span.paginate_active {
	border: none;
	background: #cdcdcd;
	background: -moz-linear-gradient(top, #f1f1f1, #cdcdcd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cdcdcd));
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 1px 6px;
	position: relative;
	top: -2px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
div.dataTables_paginate span.paginate_button:hover {
	background: none #c1c1c1
}
div.dataTables_paginate span.paginate_active {
	color: #fff;
	background: #656565;
	background: -moz-linear-gradient(top, #656565, #a4a4a4);
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#a4a4a4));
}
div.dataTables_paginate span.paginate_button.first {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px
}
div.dataTables_paginate span.paginate_button.last {
	border-right: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px
}
.exp-parent {
	display: none
}
.exp-head {
	border-bottom: none
}
.exp-head td {
	border-bottom: none;
	background-color: #c7c2ba !important;
	color: white;
	text-shadow: 1px 1px 1px #888;
	font-weight: bold;
	border-bottom: none
}
.exp-head td h5 {
	color: #fff
}
.exp-body {
	border-top: none;
}
.exp-body > td {
	padding: 0;
	border: 2px solid #c7c2ba;
	background-color: #fff
}
.exp-content > .actions {
	padding-left: 1em;
}
.exp-content {
	margin: 2em 1em 1.4em
}
table.regular, table.regular tr td {
	border: none
}
.bulk {
	background: #eee;
	padding: 5px;
	margin: 0;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px
}
.bulk.extended {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.bulk.extended > div, .bulk.extended > div.ui-effects-wrapper > div {
	padding: 1em;
}
.bulk.extended > div.action-button {
	padding: 0 ;
}
.bulk + .dataTables_wrapper {
	border-top: none;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0
}
.bulk h4:first-child {
	margin-top: 0
}
.bulk p:last-child {
	margin-bottom: 0
}
.bulk .actions {
	margin-top: 2em
}
.bulk .light-tabs {
	border-bottom-color: #d5d5d5
}
tr.current {
	background-color: #dee890;
}
tr td.check_cell {
	padding: 1.5em 1.5em 1.5em 4em
}
tr.current td.check_cell {
	background: transparent url(../img/gui/icn_current.png) 11px center no-repeat;
}
.exp_content {
	padding: .5em
}
tr td.check_cell h4, .exp_content h4 {
	font-size: 17px;
	margin-bottom: 0
}
tr td.check_cell p, .exp_content p {
	margin: 0;
	line-height: 1.2em
}
.current_above {
	background: url(../img/gui/table_current_above2.png) repeat-x bottom
}
.current_above td {
	border-bottom-color: #bababa
}
.current_below {
	background: url(../img/gui/table_current_below2.png) repeat-x top
}
.current td {
	border-bottom-color: #bababa
}
table.list tr th.sorting_asc {
	background: url('../../img/telia_dolphin/sort_asc.png') no-repeat center bottom #fff;
}
table.list tr th.sorting_desc {
	background: url('../../img/telia_dolphin/sort_desc.png') no-repeat center bottom #fff;
}
table.list tr th.sorting {
	background: url('../../img/telia_dolphin/sort_both.png') no-repeat center bottom #fff;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |DOMAINS AND TAGS


----------------------------------------------------------------------------------------------
*/

.tag {
	font-size: .8em;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 .3em 0 0;
	color: #0083be;
	cursor: pointer
}
.tag:hover {
	color: #009ae1
}
.tag.disabled {
	color: #aaa;
	cursor: default
}
.exp-head .tag {
	color: #e1e1e1
}
.tags {
	list-style-type: none;
	padding: .2em;
	margin-left: 0;
	width: 28em;
	min-height: 6em;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: text
}
.tags:hover {
	border-color: #aaa
}
.tags:focus {
	border-color: #059;	outline: 2px solid #afd9fd
}
.tags > li {
	position: relative;
	display:inline-block;
	white-space: nowrap;
	background-color: #4a92d5;
	color: #fff;
	padding: 0 .3em 0 .5em;
	margin: 0 .3em .3em 0;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: lowercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.tags > li:hover {
	background-color: #3e82c1
}
.tags > li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: 20px;
	padding: 0;
	background: url(../img/gui/btn-minus.png);
	opacity: .6
}
.tags > li a:hover {
	opacity: 1
}
.tags li.tag_input {
	position: relative;
	background-color: transparent
}
.tags li.tag_input input {
	border: none;
	width: auto;
	font-size: 1.1em;
	padding: 0;
	min-width: 2em;
	width: 2em;
	background: none
}
.tags li.tag_input input:focus {
	outline: none;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |INLINE LABELS


----------------------------------------------------------------------------------------------
*/
.inline-label {
	border: 1px solid #ccc;
	background-color: white;
	color: #333;
	padding: 2px 8px 1px 0;
	margin: 0 .2em;
	text-decoration: none;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	white-space: nowrap;
	cursor: default;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p.stats .inline-label {
	margin: 0 .2em;
}
.inline-label.title_tag {
	position: absolute;
	top: 10px;
	right: 8px;
	padding: 3px 8px 1px 0;
	line-height: 1em
}
h1 .inline-label, h3 .inline-label {
	position: relative;
	top: -2px
}
.inline-label > strong {
	border-right: 1px solid #dedede;
	background-color: #f6f6f6;
	font-size: .8em;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 2px 8px 2px;
	margin-right: 4px;
	position: relative;
	top: -2px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.inline-label > a {
	text-decoration: none;
}
.inline-label.green, #stats .inline-label.green, .stats .inline-label.green {
	border: 2px solid #bed600;
	box-shadow: 0 0 10px rgba(190,214,0,0.7);
	-moz-box-shadow: 0 0 10px rgba(190,214,0,0.7);
	-webkit-box-shadow: 0 0 10px rgba(190,214,0,0.7);
}
.inline-label.yellow, #stats .inline-label.yellow, .stats .inline-label.yellow {
	border: 2px solid #efd600;
	box-shadow: 0 0 10px rgba(249,220,0,0.7);
	-moz-box-shadow: 0 0 10px rgba(249,220,0,0.7);
	-webkit-box-shadow: 0 0 10px rgba(249,220,0,0.7);
}
.inline-label.orange, #stats .inline-label.orange, .stats .inline-label.orange {
	border: 2px solid #ff9662;
	box-shadow: 0 0 10px rgba(254,113,44,0.5);
	-moz-box-shadow: 0 0 10px rgba(254,113,44,0.5);
	-webkit-box-shadow: 0 0 10px rgba(254,113,44,0.5);
}
.inline-label.red, #stats .inline-label.red, .stats .inline-label.red {
	border: 2px solid #e8572b;
	box-shadow: 0 0 10px rgba(234,57,4,0.5);
	-moz-box-shadow: 0 0 10px rgba(234,57,4,0.5);
	-webkit-box-shadow: 0 0 10px rgba(234,57,4,0.5);
}
#stats {
	margin: -1.2em 0 0;
	padding: 1em 0 2em;
	list-style: none;
	overflow: hidden;
}
h5 + #stats {
	margin: 0 0 1em;
	padding: 1em 0
}
#stats li {
	float: left;
	margin: 0 .6em 0 0
}
#stats .inline-label, .stats .inline-label {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	border-color: #b4b4b4;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
#stats .inline-label strong, .stats .inline-label strong {
	border-right-color: #b4b4b4;
	padding-top: 3px;
	top: -1px
}
#stats .inline-label .fine-print, .stats .inline-label .fine-print {
	font-size: .7em;
	color: #777;
	position: relative;
	top: -1px
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |AUTO SUGGEST


----------------------------------------------------------------------------------------------
*/
.ac_results {
	left: 0;
	position: absolute;
	top: 1.6em;
	overflow: hidden;
	z-index: 99999;
	width: 255px;
	background-color: #f6f6f6;
	border-top: 1px solid #E0E0E0;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius:  0px 0px 5px 5px;
	-moz-border-radius:  0px 0px 5px 5px;
	box-shadow: 0 3px 5px #bbb;
	-webkit-box-shadow: 0 3px 5px #bbb;
	-moz-box-shadow: 0 3px 5px #bbb;
}
.ac_results ul {
	list-style-type: none;
	margin: 0
}
.ac_results li {
	color: #652d86;
	cursor: pointer;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	position: relative;
	display: block;
	padding: 8px 32px 8px 9px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.ac_results li strong {
	font-weight: normal;
}
.ac_results li:first-child  {
	border-top: 1px solid #f6f6f6;
}
.ac_results li:last-child  {
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius:  0px 0px 5px 5px;
	-moz-border-radius:  0px 0px 5px 5px;
	border-bottom: 0px solid #f6f6f6;
}
.ac_loading {
	background: white url('../indicator.gif') right center no-repeat;
}
.ac_results li.ac_over {
	background: #652d86;
	background: -moz-linear-gradient(top, #8b61a4, #652d86);
	background: -webkit-gradient(linear, left top, left bottom, from(#8b61a4), to(#652d86));
	color: #ffffff;
	font-weight: normal;
	text-shadow: 1px 1px 1px #414141;
	border-bottom:1px solid #52256c;
	border-top:1px solid #a281b6;
	border-left: 0px solid #e0e0e0;
	border-right: 0px solid #e0e0e0;
}
.ac_results li.ac_over strong {
	font-weight: bold;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |BUTTONS


----------------------------------------------------------------------------------------------
*/
a.button, input.button, .button, button, input[type=submit], a.b_b_create, a.b_b_cancel {
	color: #fff;
	background: #6c6f70;
	background: -moz-linear-gradient(top, #909393, #6c6f70);
	background: -webkit-gradient(linear, left top, left bottom, from(#909393), to(#6c6f70));
	border: none;
	cursor: pointer;
	white-space: nowrap;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0 .2em;
	padding: .5em .5em .4em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
a.button:hover, input.button:hover, .button:hover, button:hover, input[type=submit]:hover, a.b_b_create:hover, a.b_b_cancel:hover {
	background: #939696;
	background: -moz-linear-gradient(top, #b5b7b7, #939696);
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b7b7), to(#939696));
}
a.button:active, input.button:active, .button:active, button:active, input[type=submit]:active, a.b_b_create:active, a.b_b_cancel:active {
	background: #3d3e3f;
	background: -moz-linear-gradient(top, #3d3e3f, #747777);
	background: -webkit-gradient(linear, left top, left bottom, from(#3d3e3f), to(#747777));
}
a.button.small, input.button.small, .button.small, .action-menu {
	font-size: 13px;
	line-height: 28px;
	padding: .3em .4em .2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.button.red, .button.green, .button.orange, button, input[type=submit], a.b_b_create {
	background: #652d86;
	background: -moz-linear-gradient(top, #8b61a4, #652d86);
	background: -webkit-gradient(linear, left top, left bottom, from(#8b61a4), to(#652d86));
}
.button.red:hover, .button.green:hover, .button.orange:hover, button:hover, input[type=submit]:hover, a.b_b_create:hover {
	background: #8e65a7;
	background: -moz-linear-gradient(top, #b195c2, #8e65a7);
	background: -webkit-gradient(linear, left top, left bottom, from(#b195c2), to(#8e65a7));
}
.button.red:active, .button.green:active, .button.orange:active, button:active, input[type=submit]:active, a.b_b_create:active {
	background: #391a4b;
	background: -moz-linear-gradient(top, #391a4b, #704887);
	background: -webkit-gradient(linear, left top, left bottom, from(#391a4b), to(#704887));
}
.button.fresh_turquoise {
	background: #00b48c;
	background: -moz-linear-gradient(top, #3fc7a8, #00b48c);
	background: -webkit-gradient(linear, left top, left bottom, from(#3fc7a8), to(#00b48c));
}
.button.fresh_turquoise:hover {
	background: #44c8ab;
	background: -moz-linear-gradient(top, #7fd9c5, #44c8ab);
	background: -webkit-gradient(linear, left top, left bottom, from(#7fd9c5), to(#44c8ab));
}
.button.fresh_turquoise:active {
	background: #01654e;
	background: -moz-linear-gradient(top, #01654e, #29a78b);
	background: -webkit-gradient(linear, left top, left bottom, from(#01654e), to(#29a78b));
}
.button.disabled, .button.disabled:hover, .button.disabled:active {
	background: #939696;
	color: #444;
	opacity: .5;
	cursor: default;
	text-shadow: 1px 1px 1px #d9d9d9;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |BULK ACTION BUTTON


----------------------------------------------------------------------------------------------
*/
.action-button {
	float: left;
	margin: 0 5px;
}
.action-button > ul > li > a, .action-button > ul > li > .submenu  {
	color: #fff;
	background: #0083be;
	background: -moz-linear-gradient(top, #3fa2ce, #0083be);
	background: -webkit-gradient(linear, left top, left bottom, from(#3fa2ce), to(#0083be));
	border: none;
	cursor: pointer;
	white-space: nowrap;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 3em;
	padding: .5em .5em .4em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.action-button > ul > li > a:hover, .action-button > ul > li > .submenu:hover {
	background: #7fc1de;
	background: -moz-linear-gradient(top, #7fc1de, #44a4d0);
	background: -webkit-gradient(linear, left top, left bottom, from(#7fc1de), to(#44a4d0));
}
.action-button > ul > li > a:active, .action-button > ul > li > .submenu:active {
	background: #014a6a;
	background: -moz-linear-gradient(top, #014a6a, #2985ae);
	background: -webkit-gradient(linear, left top, left bottom, from(#014a6a), to(#2985ae));
}
.action-button > ul > li > .submenu {
	padding-right: 15px!important;
	cursor: default;
	background:  #3fa2ce;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png");
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #3fa2ce, #0083be);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#3fa2ce), to(#0083be));
}
.action-button > ul > li > .submenu:hover {
	background:  #7fc1de;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png");
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #7fc1de, #44a4d0);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#7fc1de), to(#44a4d0));
}
.action-button > ul > li > .submenu:active {
	background:  #2985ae;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png");
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #014a6a, #2985ae);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#014a6a), to(#2985ae));
}
.action-button li li a, .action-menu label, .action-menu a, .action-menu .sub-menu span { /* bulk menu and table action menu */
	display: block;
	padding: 6px 16px;
	width: 120px; /* menu width */
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
}
.action-button li:hover ul { /* open menu */
	display: block;
}
.action-button li li a:hover, .action-menu a:hover {
	text-decoration: underline;
	color: #652d87
}
#header_settings .submenu:hover {
	background-color: #666!important
}
.action-button input[type="checkbox"] {
	margin: 0
}
.action-button li {
	position: relative;
	display: inline
}
.action-button .active {
	cursor: default;
}
.action-button li ul {
	background-color: #fff;
	position: absolute;
	z-index: 9;
	left: -1px;
	top: 18px;
	border: 1px solid #c2c2c2;
	margin: 0;
	padding: 6px 0;
	display: none;
	opacity: .92;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.action-button li li {
	display: block;
	margin: 0;
	overflow: hidden;
	float: none;
	border-left: none;
}
.separator, .ui-daterangepicker-specificDate {
	margin-top: .5em!important;
	padding-top: .5em;
	border-top: 1px dotted #ccc
}
.action-button .inline-icon, .action-menu .inline-icon {
	float: left;
	margin: -0.2em 0.2em 0.2em -0.2em
}
.action-button ul ul .inline-icon, .action-menu .inline-icon {
	margin: -.2em .8em .4em -.8em
}
.col2row > .action-button {
	position: absolute;
	top: -6px;
	left: 260px
}
td a.button.small, td input.button.small {
	line-height: 18px;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |TABLE ACTION MENU


----------------------------------------------------------------------------------------------
*/
.action-menu {
	line-height: 16px;
	padding: 3px 14px 2px 5px;
	color: #fff;
	position: relative;
	cursor: default;
	font-weight: bold;
	display: inline;
	background: #8b61A4;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #8b61A4, #652d86);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#8b61A4), to(#652d86));
}
.action-menu:hover {
	background: #b195c2;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #b195c2, #8e65a7);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#b195c2), to(#8e65a7));
}
.action-menu:active {
	background: #704887;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -moz-linear-gradient(top, #391a4b, #704887);
	background-image: url("../../img/telia_dolphin/icn_button_menu_white_s.png"), -webkit-gradient(linear, left top, left bottom, from(#391a4b), to(#704887));
}
.formrow .col2row .action-menu {
	float: none;
	display: inline
}
.action-menu a, .action-menu .sub-menu span {
	text-decoration: none;
	font-weight: normal
}
.action-menu ul {
	list-style-type: none;
	text-align: left;
	background-color: #fff;
	font-size: 13px;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 1.5em;
	border: 1px solid #c2c2c2;
	margin: 0;
	padding: 6px 0;
	display: none;
	opacity: .92;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.action-menu ul li {
	margin: 0;
	position: relative;
}
.action-menu .sub-menu span {
	background: no-repeat url(../img/gui/icn_action_submenu_r_s.png) center right;
	padding-right: 20px;
	width: 116px;
	color: #652d87;
	cursor: default;
}
.action-menu li.sub-menu ul {
	display: none;
	top: -1px;
	left: 148px
}
.action-menu:hover ul, .action-menu li.sub-menu:hover ul { /* open menu or submenu */
	display: block;
}
.action-menu ul.open_left {
	right: 0;
	left: auto
}
.action-menu ul.open_left ul, .action-menu ul ul.open_left {
	right: 148px;
	left: auto
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |FANCY DROPDOWN & FANCY MENU


----------------------------------------------------------------------------------------------
*/
.fancy-dropdown, .adv_combo_box > input {
	line-height: 16px;
	padding: 3px 22px 3px 7px;
	background: white no-repeat url(../img/gui/icn_fancy_menu_dropdown.png) center right;
	position: relative;
	top: -4px;
	display: inline-block;
	border: 1px solid #ccc;
	cursor: default;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fancy-dropdown:hover {
	border-color: #aaa
}
.fancy-dropdown .fancy-menu {
	position: absolute !important;
	z-index: 9;
	left: -1px;
	top: 1.6em;
	width: 400px;
}
.fancy-menu {
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	margin: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.fancy-menu.scrollable {
	overflow: auto;
	max-height: 40em
}
.fancy-menu li {
	color: #666;
	margin: 0;
	padding: 1em 1em 1em 4em;
	border-top: 1px dotted #ccc;
	overflow: hidden;
	position: relative
}
.fancy-menu > li {
	font-size: .9em;
}
.fancy-menu li:first-child {
	border-top: none
}
.fancy-menu li:hover {
	background-color: #eee;
	cursor: pointer
}
.fancy-menu .close-btn {
	position: absolute;
	top: 2px;
	right: 4px;
	display: none
}
.fancy-menu li:hover > .close-btn {
	display: block
}
.fancy-menu li:hover.disabled > .close-btn {
	display: none
}
.fancy-menu li.current {
	background: #ecffd6 url(../img/gui/icn_current.png) 11px center no-repeat;
	cursor: default
}
.fancy-menu li.sub_items {
	padding: 0;
}
.fancy-menu li.sub_items:hover {
	background-color: #fff;
}
.fancy-menu li ul {
	margin: 0
}
.fancy-menu li ul li {
	border-top: 1px dashed #e1e1e1;
}
.fancy-menu li.disabled {
	background-color: #e1e1e1;
}
.fancy-menu li.disabled, .fancy-menu li.disabled > strong, .fancy-menu li.disabled span strong {
	color: #aaa;
}
.fancy-menu li:hover.disabled {
	background-color: #e1e1e1;
	cursor: default;
}
.fancy-menu li > strong, .contact > strong {
	display: block;
	margin-bottom: .5em;
	color: #333;
	font-size: 1.2em
}
.fancy-menu li span strong, .contact span strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}
.fancy-menu li span.reason, .contact span.reason {
	background-color: #FFE538
}
.fancy-menu li span.js_contact_history {
	color: #666
}
.fancy-menu li span.js_contact_history a {
	font-size: .8em
}
.fancy-menu .block {
	overflow: hidden;
	float: left;
	margin-right: 1em
}
.block h4 {
	margin: 0;
}
.block .data-row > strong {
	margin-right: .5em
}
.fancy-menu .block .error {
	margin-top: 1em;
	display: inline-block
}
.width25 {
	width: 25%
}
.width33 {
	width: 33%
}
.width50 {
	width: 50%
}
.width75 {
	width: 75%
}
.width100 {
	width: 100%
}
.spacer {
	margin-left: 4em
}
.preview {
	border: 2px solid #e7e7e7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.actions-deck {
	margin: 0
}
h4 + .fancy-dropdown {
	margin-top: 1em
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |TABS


----------------------------------------------------------------------------------------------
*/
.ui-tabs-nav {
	padding-top: 1em
}
.ui-tabs-nav li, .light-tabs li {
	display: inline;
	padding: 0 6px;
}
.ui-tabs-nav li:first-child, .light-tabs li:first-child {
	padding-left: 0
}
.ui-tabs-nav li a, .light-tabs li a {
	font-size: 15px;
	font-weight: bold;
	color: #642d86;
	padding: 4px 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ui-tabs-nav li.ui-state-active a {
	background: url(../img/atoms.png) repeat-x bottom
}
.ui-tabs-nav li:hover a, .light-tabs li:hover a {
	background: url(../img/atoms.png) repeat-x top;
	color: #fff
}
.ui-tabs-nav .tab_changed {
	color: #ff6319
}
.ui-tabs-hide {
	display: none !important
}
.ui-tabs-panel {
	margin: 20px 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.light-tabs {
	margin: 2em 0 1em;
	padding-bottom: .6em;
	border-bottom: 1px solid #e0e0e0
}
.light-tabs li {
	padding: 0 3px
}
.light-tabs li a {
	font-size: 13px
}
.light-tabs li a.current {
	border-bottom: 2px solid;
	padding-bottom: 1px
}
.light-tabs li a:hover {
	border-bottom: none;
	padding-bottom: 4px
}
.light-tabs li a.locked {
	background-repeat: no-repeat;
	background-image: url("../../img/telia_dolphin/icn_locked.png");
	padding-left: 1.6em;
}
.light-tabs li a.locked:hover {
	background:  #784795;
	background-repeat: no-repeat;
	background-image: url("../../img/telia_dolphin/icn_locked.png");
	background-image: url("../../img/telia_dolphin/icn_locked.png"), -moz-linear-gradient(top, #8b61a4, #662e87);
	background-image: url("../../img/telia_dolphin/icn_locked.png"), -webkit-gradient(linear, left top, left bottom, from(#8b61a4), to(#662e87));
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |MODAL DIALOG


----------------------------------------------------------------------------------------------
*/
.ui-dialog {
	overflow: visible !important;
	background-color: #eeede9;
	color: #666666;
	left: 50%;
	position: fixed;
	top: 58px;
	width: 400px;
	z-index: 9002;
	border: 1px solid #dedede;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
}
.ui-dialog-titlebar {
	padding: 0 2em;
}
.ui-dialog-title {
	font-size: 19px;
	font-weight: bold;
	line-height: 2.5em;
	color: #0083be
}
.ui-dialog-titlebar-close {
	width: 27px;
	height: 28px;
	background: url(../img/icn_close_button_s.png) transparent;
	text-indent: 30px;
	overflow: hidden;
	position: absolute;
	top: -18px;
	right: -17px
}
.ui-dialog-content {
	padding: 2em;
	background-color: #f6f6f6;
}
.ui-dialog-content h4 {
	font-size: 15px;
	margin: 1em 0 .6em
}
.ui-dialog-content h4:first-child {
	margin-top: 0
}
.ui-dialog-buttonpane {
	line-height: 5em;
	padding: 0 2em;
}
.ui-dialog-buttonpane button {
	margin-right: .3em;
	line-height: 1em;
}
.ui-widget-overlay {
	background-color: #2e2335;
	opacity: .4;
	left: 0;
	position: absolute;
	top: 0;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |LANGUAGE SELECTOR


----------------------------------------------------------------------------------------------
*/
.lang_selector {
	float: right;
	margin: 6px 0 0 2em;
	cursor: pointer
}
.lang_selector span {
	color: #fff
}
.lang_selector img {
	position: relative;
	top: 8px
}
.lang_selector ul {
	display: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 3px #bbb;
	padding: .2em 0 .6em;
	opacity: .92;
	position: absolute;
	right: -24px;
	top: 29px;
	z-index: 5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.lang_selector li {
	line-height: 2em;
	padding: 0 1.5em
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |SIDEBAR |SIDEBOX AND ICONBOX


----------------------------------------------------------------------------------------------
*/
.sidebox, .iconbox, .info {
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebox:hover, .iconbox:hover, .info:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #f6f6f6, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
}
.sidebox h3, .iconbox h3, #public_order_page .info h1 {
	margin: 0 0 15px 0;
	color: #00b48c;
	font-size: 16px
}
.sidebox .settingsbox h3, #public_order_page .info h1 {
	color: #0083be
}
.tasks_list h3 {
	color: #ff6319;
}
.history_list h3 {
	color: #c41b79;
}
.iconbox h3 {
	color: #c41b79
}
.iconbox div {
	display: inline-block;
	margin: 0 0 15px 15px;
	vertical-align: top;
	width: 190px;
}
.iconbox div img {
	float: left;
}
.iconbox div p {
	float: right;
	line-height: 1.2em;
	margin: 0;
	width: 120px;
}
.iconbox div p a {
	display: block;
	margin-bottom: -10px
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |SIDEBAR |MESSAGEBOX


----------------------------------------------------------------------------------------------
*/
.messagebox {
	position: relative
}
.messagebox ul {
	list-style: none;
	margin: 0;
}
.messagebox li {
	border-top: 1px solid #ddd;
	margin: 0 0 0 -10px;
	padding: 8px 12px;
	position: relative;
	width: 196px
}
.messagebox li:first-child {
	border-top: none
}
.messagebox .closable li:hover {
	background-color: #f2f2f2
}
.messagebox .closable li:hover .close-btn {
	display: block;
}
.messagebox .closable li .close-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	display: none;
	opacity: .2
}
.messagebox li p {
	margin: 0;
	line-height: 1.2em;
}
.messagebox li p input[type=checkbox] {
	margin: 0 .4em 0 0;
	position: relative;
	top: 2px
}
.messagebox li.icon_indent p {
	padding-left: 19px
}
.messagebox li p + p, .messagebox + p {
	margin-top: .3em
}
.messagebox li.icon_indent p img {
	position: absolute;
	left: 10px
}
.messagebox li p.fine-print {
	font-size: .9em;
	color: #888
}
.show_closed_tasks {
	position: absolute;
	top: 41px;
	right: 9px
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |SIDEBAR |STATUS BAR


----------------------------------------------------------------------------------------------
*/
.status_bar {
	padding: 0 15px 15px 15px;
}
.status_bar h4 {
	font-size: 1em;
	margin: 0;
}
.horibar {
	height: 15px;
	width: 180px;
	background: #ccc url(../img/gui/horibar_bg.png) repeat-x top;
	padding: 2px;
	float: left;
}
.horibar div {
	background: #333 url(../img/gui/horibar_scale.png) repeat-x top;
	height: 15px;
}
.status_bar span {
	float: right;
	color: #666;
	font-style: italic;
}
/*
----------------------------------------------------------------------------------------------


|LAYOUT |SIDEBAR |STATUS LIST


----------------------------------------------------------------------------------------------
*/
dl.status_list {
	overflow: hidden
}
dl.status_list dt, dl.status_list dd {
	line-height: 1.4em;
	margin: 0 0 .8em;
}
dl.status_list dt {
	float: left;
	clear: both;
	width: 39%
}
dl.status_list.middle_col dt {
	width: 35%
}
dl.status_list dd {
	float: right;
	color: #666;
	text-align: right;
	width: 57%
}
dl.status_list.middle_col dd {
	width: 42%
}
.status_list .indent {
	padding-left: 1.5em;
	color: #666;
	font-weight: normal;
}
.status_list .current {
	background: no-repeat right url(../img/gui/icn_current_s.png);
	padding-right: 21px;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |FILE TREE


----------------------------------------------------------------------------------------------
*/
#folderList, .folderList {
	padding: .2em;
	width: 30em;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
#folderList > .jqueryFileTree, .folderList > .jqueryFileTree {
	max-height: 20em;
	overflow: auto
}
.ui-dialog #folderList > .jqueryFileTree, .ui-dialog .folderList > .jqueryFileTree {
	max-height: 10em;
}
ul.jqueryFileTree {
	padding: 0px;
	margin: 0px;
}
.Tree {
	width: 200px;
	height: 400px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}
ul.jqueryFileTree li {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}
ul.jqueryFileTree a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}
ul.jqueryFileTree a:hover {
	background: none transparent;
	text-decoration: underline
}
.jqueryFileTree li.directory {
	background: transparent url(../img/gui/treeview/directory.png) left top no-repeat;
}
.jqueryFileTree li.expanded {
	background: transparent url(../img/gui/treeview/folder_open.png) left top no-repeat;
}
.jqueryFileTree li.file {
	background: transparent url(../img/gui/treeview/file.png) left top no-repeat;
}
.jqueryFileTree li.wait {
	background: transparent url(../img/gui/treeview/spinner.gif) left top no-repeat;
}
.jqueryFileTree li.ext_3gp {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_afp {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_afpa {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_asp {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_aspx {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_avi {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_bat {
	background: transparent url(../img/gui/treeview/application.png) left top no-repeat;
}
.jqueryFileTree li.ext_bmp {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_c {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_cfm {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_cgi {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_com {
	background: transparent url(../img/gui/treeview/application.png) left top no-repeat;
}
.jqueryFileTree li.ext_cpp {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_css {
	background: transparent url(../img/gui/treeview/css.png) left top no-repeat;
}
.jqueryFileTree li.ext_doc {
	background: transparent url(../img/gui/treeview/doc.png) left top no-repeat;
}
.jqueryFileTree li.ext_exe {
	background: transparent url(../img/gui/treeview/application.png) left top no-repeat;
}
.jqueryFileTree li.ext_gif {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_fla {
	background: transparent url(../img/gui/treeview/flash.png) left top no-repeat;
}
.jqueryFileTree li.ext_h {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_htm {
	background: transparent url(../img/gui/treeview/html.png) left top no-repeat;
}
.jqueryFileTree li.ext_html {
	background: transparent url(../img/gui/treeview/html.png) left top no-repeat;
}
.jqueryFileTree li.ext_jar {
	background: transparent url(../img/gui/treeview/java.png) left top no-repeat;
}
.jqueryFileTree li.ext_jpg {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_jpeg {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_js {
	background: transparent url(../img/gui/treeview/script.png) left top no-repeat;
}
.jqueryFileTree li.ext_lasso {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_log {
	background: transparent url(../img/gui/treeview/txt.png) left top no-repeat;
}
.jqueryFileTree li.ext_m4p {
	background: transparent url(../img/gui/treeview/music.png) left top no-repeat;
}
.jqueryFileTree li.ext_mov {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_mp3 {
	background: transparent url(../img/gui/treeview/music.png) left top no-repeat;
}
.jqueryFileTree li.ext_mp4 {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_mpg {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_mpeg {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_ogg {
	background: transparent url(../img/gui/treeview/music.png) left top no-repeat;
}
.jqueryFileTree li.ext_pcx {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_pdf {
	background: transparent url(../img/gui/treeview/pdf.png) left top no-repeat;
}
.jqueryFileTree li.ext_php {
	background: transparent url(../img/gui/treeview/php.png) left top no-repeat;
}
.jqueryFileTree li.ext_png {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_ppt {
	background: transparent url(../img/gui/treeview/ppt.png) left top no-repeat;
}
.jqueryFileTree li.ext_psd {
	background: transparent url(../img/gui/treeview/psd.png) left top no-repeat;
}
.jqueryFileTree li.ext_pl {
	background: transparent url(../img/gui/treeview/script.png) left top no-repeat;
}
.jqueryFileTree li.ext_py {
	background: transparent url(../img/gui/treeview/script.png) left top no-repeat;
}
.jqueryFileTree li.ext_rb {
	background: transparent url(../img/gui/treeview/ruby.png) left top no-repeat;
}
.jqueryFileTree li.ext_rbx {
	background: transparent url(../img/gui/treeview/ruby.png) left top no-repeat;
}
.jqueryFileTree li.ext_rhtml {
	background: transparent url(../img/gui/treeview/ruby.png) left top no-repeat;
}
.jqueryFileTree li.ext_rpm {
	background: transparent url(../img/gui/treeview/linux.png) left top no-repeat;
}
.jqueryFileTree li.ext_ruby {
	background: transparent url(../img/gui/treeview/ruby.png) left top no-repeat;
}
.jqueryFileTree li.ext_sql {
	background: transparent url(../img/gui/treeview/db.png) left top no-repeat;
}
.jqueryFileTree li.ext_swf {
	background: transparent url(../img/gui/treeview/flash.png) left top no-repeat;
}
.jqueryFileTree li.ext_tif {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_tiff {
	background: transparent url(../img/gui/treeview/picture.png) left top no-repeat;
}
.jqueryFileTree li.ext_txt {
	background: transparent url(../img/gui/treeview/txt.png) left top no-repeat;
}
.jqueryFileTree li.ext_vb {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_wav {
	background: transparent url(../img/gui/treeview/music.png) left top no-repeat;
}
.jqueryFileTree li.ext_wmv {
	background: transparent url(../img/gui/treeview/film.png) left top no-repeat;
}
.jqueryFileTree li.ext_xls {
	background: transparent url(../img/gui/treeview/xls.png) left top no-repeat;
}
.jqueryFileTree li.ext_xml {
	background: transparent url(../img/gui/treeview/code.png) left top no-repeat;
}
.jqueryFileTree li.ext_zip {
	background: transparent url(../img/gui/treeview/zip.png) left top no-repeat;
}
/*
----------------------------------------------------------------------------------------------


|COMMON ELEMENTS |OTHER


----------------------------------------------------------------------------------------------
*/
.actions {
	line-height: 3em
}
#sidebar .actions {
	text-align: right
}
.fine-print {
	font-size: .8em;
}
#accountlist .fine-print {
	font-size: 1em;
}
.sidebox .settingsbox a.fine-print {
	font-size: 1em
}
.infotip {
	position: absolute;
	bottom: 100%;
	left: 50%;				/* originally right: 0 is replaced with following two lines */
	margin-left: -115px !important;	/* to avoid jumping motion in webkit */
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	width: 210px;
	background: url(../img/infotip.png) bottom no-repeat;
	padding: 10px 10px 20px;
	z-index: 9;
	white-space: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.infotip-label, .infotip-btn {
	border-bottom: 1px dotted #aaa;
	cursor: default;
}
.infotip-btn {
	position: relative
}
.infotip-btn .infotip {
	display: none;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
.infotip-btn .infotip strong {
	float: left;
	margin: 1em 0 .4em;
	text-transform: uppercase;
	color: #333
}
.infotip-btn .infotip strong:first-child {
	margin-top: 0
}
.infotip-btn .infotip br {
	clear: both;
}
.infotip-btn:hover .infotip {
	display: block;
}
.inline_list {
	list-style: none;
	margin-left: 0
}
.inline_list li {
	display: inline-block;
	margin: 0 .4em 0 0
}
.inline_list .fine-print {
	color: #4a92d5
}
.contact {
	margin: 0;
	padding: 1em 1em 1em 0;
	color: #666;
	font-size: .9em;
	line-height: 16px;
	max-width: 32em
}
.contact span.nowrap {
	font-size: 1em
}
.contact.line {
	max-width: none;
	padding: 0
}
.contact.line > strong {
	margin-right: 2em;
	display: inline
}
.exp-head .contact {
	color: #fff
}
.exp-head .contact span strong {
	color: #e3e3e3
}
.switch {
	margin-left: 2.2em
}
.notification {
	background-color: #f6f6f6;
	color: #666666;
	left: 50%;
	margin-left: -224px;
	padding: 20px;
	position: fixed;
	text-align: center;
	top: 58px;
	width: 400px;
	z-index: 9002;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dedede;
	box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 17px 57px rgba(0, 0, 0, 0.35);
}
.notification .close-btn {
	position: absolute;
	top: -18px;
	right: -17px
}
.notification h4 {
	margin: .5em 0 .3em;
	color: #0083be;
}
.notification p {
	margin: .2em 0
}
.notification h4 .inline-icon-24 {
    margin-top: -9px;
    position: relative;
    top: 4px;
}
.error, .error-note, .warning, .notice, .success {
	padding: 1em 1em 1em 4em;
	margin-top: 1em;
	margin-bottom: 1.6em;
	border: 2px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.infotip.error, .infotip.warning, .infotip.notice, .infotip.success {
	width: 160px;
	padding: 1em 1em 1em 4.5em;
	margin-top: 0
}
.error, .error-note {
	background: #ffdccc url(../img/icons/sts_canceled.png) 1em center no-repeat;
	color: #80310d;
	border-color: #ff6319;
}
.error-note {
	background-image: none;
	padding: 1em;
}
.error h4, .error-note h4, .error p, .error-note p {
	color: #80310d;
}
.warning {
	background: #f9f5d4 url(../img/icons/sts_warning.png) 1em center no-repeat;
	color: #895511;
	border-color: #f9dc00;
}
.warning h4, .warning p {
	color: #895511;
}
.notice {
	background: #d6e8f1 url(../img/icons/icn_info.png) 1em center no-repeat;
	color: #005780;
	border-color: #0083be;
}
.notice h4, .notice p {
	color: #005780;
}
.success {
	background: #e5f5eb url(../img/icons/sts_ok.png) 1em center no-repeat;
	color: #008064;
	border-color: #00b48c;
}
.success h4, .success p {
	color: #008064;
}
.error.processing, .error-note.processing, .warning.processing, .notice.processing, .success.processing {
	background-image: url(../img/icn_processing.gif);
}
tr.error, tr.warning, tr.notice, tr.success {
	background-image: none
}
.global_processing, .dataTables_processing {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9001;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/icn_processing.gif) no-repeat center center;
}
.overview-widget h5 + a {
	top: 73px
}
.qg-expand {
	float: none
}
.auto-width {
	width: auto !important
}
#MainDomainDescWrapper ul {
	padding: .5em;
	line-height: 1.3em;
	color: #333
}
.error-page .err-sign {
	padding-top:20px;
}
.error-page .error-content {
	float: left;
    width: 660px;
}
.error-page h3 {
	color: #383838;
	}
.errorLinkArea {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #F0F0F0;
    float: left;
    margin-top: 25px;
    width: 220px;
}
.errorLinkArea h2 {
	margin: 12px 0.2em 12px 12px;
	color: #383838;
}
.errorLinkArea p {
    font-size: 13px;
    margin: 10px 0.2em 12px 20px;
    padding: 0;
}
#progressbar_wrap {
    margin-left: 20px;
    margin-top: 15px;
    position: relative;
}
#progressbar_container {
    margin-bottom: 30px;
    position: relative;
    width: 250px;
	border: 1px solid #DDDDDD;
	padding:1px;
}
.ui-progressbar-value {
    background-color: #CFCFCF;
    color: #E75E5E;
    height: 13px;
	width:0%;
}
.prograssbar_text {
	margin:0px;
	font-weight:bold;
	font-size:12px;
}
/*
----------------------------------------------------------------------------------------------


|PUBLIC ORDER PAGE


----------------------------------------------------------------------------------------------
*/
.info {
	position: absolute;
	top: 0;
	left: 0;
	width: 186px;
}
.options p {
	line-height: 1.9em
}
#public_order_page h2 {
	color: #00b48c;
	font-size: 17px;
}
.decription {
	font-size: 13px;
	line-height: 1.2em;
	color: #888;
	display: block;
}
label .decription {
	margin-left: 2.3em;
}
#option_2_2_content .options {
	padding: 10px 0 10px 26px;
	color: #333
}
/*
----------------------------------------------------------------------------------------------


|STS


----------------------------------------------------------------------------------------------
*/
#sts h1 {
	position: absolute;
	top: 145px;
	font-size: 17px;
	color: #000
}
#sts .sidebox {
	border: none;
	background: none;
	padding: 5px 0
}
#sts .sidebox h3 {
	font-size: 13px;
	margin: 1.6em 0 .4em
}
#sts #sidebar input[type="text"], #sts #sidebar input[type="password"] {
	background-image: url(../img/input_bg_220.png);
	width: 210px;
}
#sts #sidebar form {
	position: relative
}
#sts #sidebar a.fine-print {
	position: absolute;
	bottom: 3px;
	top: auto
}
