/*****

 RESET
 GENERAL
 LINKS
 NAVIGATION
 CONTAINER
 LOGINSCREEN
 MAINSCREEN
 ACTIONBAR
 SHOW
 MESSAGES
 SEARCHARGUMENTS
 FORM
 FORM-ELEMENTS
 DISPLAY-ELEMENTS
 CONNECTORTABLE
 TABLES
 CARDS
 MULTIACTION
 COMPARISONPAD
 FOOTER
 SURVEY
 MISC
 SWITCHER
 VARIABLEFINDER
 JQUERY
 CWC
 WIZARD
 MJOLNIR

*****/



/* ************************************************************************** */
/*  RESET                                                                     */
/* ************************************************************************** */

html, body, div, span, object, iframe,
p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, select, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img
{
	margin					: 0px;
	padding					: 0px;
	border					: 0px;
}


/* ************************************************************************** */
/*  GENERAL                                                                   */
/* ************************************************************************** */

html, body {
	height					: 100%;
}

body {
	background				: url(/pubhtml/logoleft.gif) no-repeat 18px 7px #ffffff;
	font-size				: 75%;
	font-family				: Arial, sans-serif;
	color					: #333;
	-webkit-text-size-adjust: none;
}
body.nologo {
	background-image		: none;
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('/img/myriadpro-light-webfont.eot');
    src: url('/img/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/img/myriadpro-light-webfont.woff') format('woff'),
         url('/img/myriadpro-light-webfont.ttf') format('truetype'),
         url('/img/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
}

.clear {
	clear					: both;
}



/* ************************************************************************** */
/* LINKS                                                                      */
/* ************************************************************************** */

a, a:link, a:hover, a:visited, a:active, a:focus  {
	color					: #105580;
	outline					: none;
	text-decoration			: none;
	font-size				: 1em;
}

a:hover, a:active {
	color					: #1a8dd2;
	text-decoration			: underline;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}



/* ************************************************************************** */
/*  NAVIGATION                                                                */
/* ************************************************************************** */



/*  nav meta  */

div.nav_meta {
	margin					: 8px 0 0;
	height					: 20px;
	float					: right;
	position				: relative;
}

ul.nav_meta {} 

li.nav_meta_active, li.nav_meta_inactive {
	display					: inline;
	margin					: 0px;
	padding					: 0 0 0 8px;
	text-transform			: uppercase;
	vertical-align			: top;
}

a.nav_meta_inactive {
	color					: #666;
	font-size				: 0.833em;
	text-decoration			: none;
}

a.nav_meta_inactive:hover {
	color					: #167bb8;
	font-size				: 0.833em;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;	
}

a.nav_meta_active {
	color					: #333;
	font-size				: 0.833em;
	font-weight				: bold;
	text-decoration			: none;
}



/*  nav main  */

div.nav_main {
	clear					: both;
	min-height				: 18px;
	padding					: 0px 0px 0px 23px;
	line-height				: 1.125;
}

div.nav_main_NoSUB {
	clear					: both;
	min-height				: 18px;
	padding					: 0px 0px 17px 23px;
	line-height				: 1.125;
}

ul.nav_main {
	white-space				: nowrap;
} 

li.nav_main_inactive {
	display					: inline;
	margin					: 0px;
	padding					: 0px 12px 0px 0px;
	text-transform			: uppercase;
}

li.nav_main_active {
	display					: inline;
	margin					: 0px;
	padding					: 0px 12px 0px 0px;
	text-transform			: uppercase;
}

a.nav_main_inactive {
	color					: #666;
	font-size				: 1.083em;
	text-decoration			: none;
}

a.nav_main_inactive:hover {
	color					: #167bb8;
	font-size				: 1.083em;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

a.nav_main_active {
	color					: #333;
	font-size				: 1.083em;
	font-weight				: bold;
	text-decoration			: none;
}



/*  nav mainsub  */

div.nav_mainsub {
	min-height				: 17px;
    padding					: 0 120px 0 23px;
	line-height				: 1.4;
}

ul.nav_mainsub {}

li.nav_mainsub_inactive {
	display					: inline;
	margin					: 0px;
	padding					: 0px 12px 0px 0px;
	text-transform			: lowercase;
}

li.nav_mainsub_active {
	display					: inline;
	margin					: 0px;
	padding					: 0px 12px 0px 0px;
	text-transform			: lowercase;
}

a.nav_mainsub_inactive {
	color					: #666;
	font-size				: 1em;
	white-space				: nowrap;
	text-decoration			: none;
}

a.nav_mainsub_inactive:hover {
	color					: #167bb8;
	font-size				: 1em;
	white-space				: nowrap;	
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;	
}

a.nav_mainsub_active {
	color					: #333;
	font-size				: 1em;
	font-weight				: bold;
	white-space				: nowrap;
	text-decoration			: none;
}



/*  nav content  */

div.nav_content {
	height					: 18px;
	border-bottom			: 1px solid #9fa5aa;
	margin-bottom			: 0px;
	padding					: 0px;
}

ul.nav_content {
	white-space				: nowrap;
}


li.nav_content_inactive {
	display					: inline;
	margin					: 0;
	padding					: 4px 8px;	
	background				: url(/img/blend_light.png) repeat-x left top #7396B0;
	border					: 0;
	border-right			: 1px solid #fff;
}

li.nav_content_inactive:hover {
	background				: #7396B0;
	-webkit-transition		: all 0.5s ease;
	-moz-transition			: all 0.5s ease;
	-o-transition			: all 0.5s ease;
	-ms-transition			: all 0.5s ease;
	transition				: all 0.5s ease;	
}

li.nav_content_inactive:active,li.nav_content_inactive:focus {
	background				: #768B9A;
}

li.nav_content_active {
	display					: inline;
	margin					: 0px 1px 0px 0px;
	padding					: 3px 7px;
	border					: 1px solid #9FA5AA;
	border-bottom			: 1px solid #ffffff;
	background				: #ffffff;
}

a.nav_content_inactive{
	color					: #ffffff;
	font-size				: 1em;
	text-decoration			: none;	
}

a.nav_content_inactive:hover  {
	color					: #E2ECF1;
	font-size				: 1em;
	text-decoration			: none;	
	text-shadow				: none;
}

a.nav_content_active {
	color					: #333;
	font-size				: 1em;
	font-weight				: bold;
	text-decoration			: none;
}



/*  nav contentsub  */

div.nav_contentsub {
	min-height				: 19px;
	border-bottom			: 1px solid #ffffff;
	padding					: 4px 0px 0px;
	background				: #ffffff;
}

ul.nav_contentsub {
	margin-left				: 8px;
}

li.nav_contentsub_inactive {
	display					: inline;
	margin					: 0px;
	padding					: 0 12px 0 0;
	line-height				: 1.4;
	text-transform			: lowercase;
}

li.nav_contentsub_active {
	display					: inline;
	margin					: 0px;
	padding					: 0 12px 0 0;
	line-height				: 1.4;	
	text-transform			: lowercase;
}

a.nav_contentsub_inactive {
	color					: #666;
	font-size				: 1em;
	white-space				: nowrap;
}

a.nav_contentsub_inactive:hover {
	color					: #167bb8;
	font-size				: 1em;
	text-decoration			: none;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;	
}

a.nav_contentsub_active {
	color					: #333;
	font-size				: 1em;
	font-weight				: bold;
	text-decoration			: none;
}



/* ************************************************************************** */
/*  CONTAINER                                                                 */
/* ************************************************************************** */

div#wrapper {
	position				: relative;
	min-height				: 100%;
	margin					: 0px;
}

div.customerlogo {
   z-index					: 999;   
   right					: 20px;
   top						: 26px;
   position					: absolute;
}

div.customerlogo img {
   max-height				: 60px;   
   max-width				: 120px;
}

div#container {
   margin-right				: 20px;   
}

div#container_login {
	padding-top				: 70px;
}

div.container_header {
	height					: 44px;
}

div.container_content {
    margin					: 0 0 0 296px;
    padding-bottom			: 40px;
}		

div.container_content_NoAB {
    margin					: 0 0 0 23px;
	padding-bottom			: 40px;
}

div.container_content_TopAB {
	margin					: 0 0 0 23px;
	padding-bottom			: 40px;
}

div#container div.container_content_ABClosed, div#container_login div.container_content_ABClosed  {
	margin					: 0 0 0 23px;
	padding-bottom			: 40px;
}



/* ************************************************************************** */
/*  LOGINSCREEN                                                               */
/* ************************************************************************** */

div.login_solutiontitle {
	font-family				: MyriadProLight, sans-serif;
	font-size				: 2.333em;
	margin-bottom			: 10px;
}

div.login_image {
	float					: left;
	margin					: 6px 0px 0px 3px;
	max-width				: 200px;
	max-height				: 200px;
}

img.login_image {
}

div.login_content {
	margin-left				: 240px;
}

input.login_input_username, input.login_input_password {
	width					: 180px !important;
	border					: 1px solid #aaaaaa;
	margin-bottom			: 6px;
	padding					: 1px 2px 2px;
}

input.login_input_username:focus, input.login_input_password:focus {
	border					: 1px solid #105580;
	background				: #E3EDF2;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;	
}

div.login_dev {
	margin-top				: 40px;
}

div.login_link_block_link{
	margin-top				: 10px;
}

div.login_input{
	margin-bottom			: 8px;
}



/* ************************************************************************** */
/*  NEW MAINSCREEN                                                            */
/* ************************************************************************** */

div.mainscreen_solutiontitle {
	font-family				: MyriadProLight, sans-serif;
	font-size				: 2.333em;
	margin-bottom			: 10px;
	margin-top				: 10px;
}

div.mainscreen_content_boundary {
	margin-left				: 0px;
	padding-bottom			: 30px;
}

div.mainscreen_content_123grid {  }
div.mainscreen_content_13grid {  }
div.mainscreen_content_12grid {  }
div.mainscreen_content_23grid {  }
div.mainscreen_content_1grid {  }

div.mainscreen_content_123grid div.mainscreen_content_left_boundary { float: left; width: 28%; }
div.mainscreen_content_123grid div.mainscreen_content_left { padding-right: 15px; }
div.mainscreen_content_123grid div.mainscreen_content_center_boundary { float : left; width : 45%; }
div.mainscreen_content_123grid div.mainscreen_content_center { padding-right: 15px; }
div.mainscreen_content_123grid div.mainscreen_content_right_boundary { float: left; width: 27%; }
div.mainscreen_content_123grid div.mainscreen_content_right { }

div.mainscreen_content_13grid div.mainscreen_content_left_boundary { float: left; width: 50%; }
div.mainscreen_content_13grid div.mainscreen_content_left { padding-right: 15px; }
div.mainscreen_content_13grid div.mainscreen_content_right_boundary { float: left; width: 50%; }
div.mainscreen_content_13grid div.mainscreen_content_right { }

div.mainscreen_content_12grid div.mainscreen_content_left_boundary { float: left; width: 40%; }
div.mainscreen_content_12grid div.mainscreen_content_left { padding-right: 15px; }
div.mainscreen_content_12grid div.mainscreen_content_center_boundary { float: left; width: 60%; }
div.mainscreen_content_12grid div.mainscreen_content_center { }

div.mainscreen_content_23grid div.mainscreen_content_center_boundary { float: left; width: 60%; }
div.mainscreen_content_23grid div.mainscreen_content_center { padding-right: 15px; }
div.mainscreen_content_23grid div.mainscreen_content_right_boundary { float: left; width: 40%; }
div.mainscreen_content_23grid div.mainscreen_content_right { }

div.mainblock_boundary {
	margin-bottom			: 15px;
	border					: 1px solid #dddddd;
	padding					: 8px 8px 12px 12px;
}

div.mainscreen_content_center div.mainblock_boundary {
	margin-bottom			: 15px;
	border-left				: 0;
	border-right			: 0;
	border-top				: 1px solid #7396B0;
	border-bottom			: 1px solid #7396B0;
	border-left				: 1px solid #dddddd;
    border-right			: 1px solid #dddddd;	
	background				: #f1f1f1;
	padding					: 8px 8px 12px 12px;
}

div.mainscreen_content_center div.mainblock_boundary  div.mainblock {
	border					: 0;
	padding					: 0;
	margin					: 0;
}

div.mainblock {
	margin					: 0px;
	padding					: 2px 2px 0px 0px;
	position				: relative;
}

div.mainblock_title {
    border-bottom			: 0;
    color					: #444444;
    font-size				: 1.28em;
    line-height				: 18px;
    margin-bottom			: 4px;
	cursor					: pointer;
}

div.mainblock_title_noDD {
    border-bottom			: 0;
    color					: #444444;
    font-size				: 1.28em;
    line-height				: 18px;
    margin-bottom			: 4px;
}

div.mainblock_textblock {
    border-top: 1px dotted #AAAAAA;
    line-height: 2.2em;
    margin-bottom: 0;
    min-height: 25px;
}

span.mainblock_title_info {
	display					: none;
}

.collapse {
	background				: url(/img/collapse.png) no-repeat top right;
}

.placeholder {
	background				: #E4F6FF ;
	border					: 1px dashed #bbb;
}



/* ************************************************************************** */
/*  ACTIONBAR                                                                 */
/* ************************************************************************** */


div.container_actionbar_sh_AB {
	position				: relative;
	float					: left;
	width					: 276px;
}

div.sh_AB {
	position				: absolute;
	margin					: 20px 0px 0px 258px;
}

div.sh_AB_NoCT {
	position				: absolute;
	margin					: 36px 0px 0px 258px;
}

div.sh_AB_ABClosed {
	position				: absolute;
	margin					: 0px 0px 0px 6px;
}

div.sh_AB_NoCT_ABClosed {
	position				: absolute;
	margin					: 36px 0px 0px 6px;
}

div.container_actionbar {
	width					: 243px;
	margin					: 18px 0px 50px 23px;
	padding					: 18px 6px 0px 6px;
    background				: #eeeeee;
    border-color			: #7396b0 #dddddd;
    border-style			: solid;
    border-width			: 2px 1px;
}

div.container_actionbar_NoCT {
	width					: 243px;
	margin					: 36px 0px 50px 23px;
	padding					: 12px 5px 0px 6px;
    background				: #eeeeee;
    border-color			: #7396b0 #dddddd;
    border-style			: solid;
    border-width			: 2px 1px;
}


div.container_actionbar_TopAB {
	padding					: 0px 15px 20px 39px;
}

div.actionbar_boundary_search_TopAB, div.actionbar_boundary_links_TopAB, div.actionbar_boundary_help_TopAB {
	float					: left;
	margin					: 0px;
	padding					: 12px 5px 0px 6px;
	border-top				: 2px solid #7396b0;
	border-bottom			: 2px solid #7396b0;
	border-left				: 1px solid #dddddd;
	border-right			: 1px solid #dddddd;
	background				: none repeat scroll 0 0 #eeeeee;
}

div.actionbar_boundary_search_TopAB, div.actionbar_boundary_links_TopAB {
	margin-right			: 10px;
	margin-top				: 15px;
}



/* Actionbar elements in general */

div.actionbar {
	margin-bottom: 10px;
}

div.actionbar_title, div.actionbar_title_noborder {
    background				: none repeat scroll 0 0 transparent;
	text-shadow				: 1px 1px 0 #ffffff;
    color					: #888;
    font-size				: 1.166em;
	padding					: 2px 0;
    line-height				: 1;
	margin					: 0 0 6px;
	border-bottom			: 3px double #ccc;
    text-transform			: uppercase;
}

div.actionbar_title_noborder {
	display					: none;
}

div.actionbar_content, div.actionbar_content_noborder {
	padding					: 0px 1px 20px;
	font-weight				: normal;
	font-size				: 1em;
	line-height				: 1.4em;
	color					: #333;
}

div.actionbar_boundary_search div.actionbar_content {
	padding-top				: 10px;
}

div.actionbar_cell_checkbox_left, div.actionbar_cell_checkbox_right {
	color					: #666;
    font-size				: 0.917em;
    font-weight				: normal;
}
div.actionbar_cell_checkbox_left {
	float					: left;
}
div.actionbar_cell_checkbox_right {
    margin-left				: 22px;
    padding-top				: 3px;
    line-height				: 15px;
}

div.actionbar_cell {
	margin-bottom			: 5px;
}
div.actionbar_cell_content {
	display					: inline;
}
div.actionbar_cell_content label.actionbar_cell_label {
	color					: #666;
	font-size				: 0.917em;
	font-weight				: normal;
}
div.actionbar_cell_helptext {
    color					: #777;
	font-size				: 0.833em;
}

div.actionbar_cell_customdatablock_pic div.portrait {
	float					: left;
	width					: 100%;
    margin-bottom			: 12px;
    overflow				: hidden;
}
div.actionbar_cell_customdatablock_pic div.portrait img.imageborder {
	float					: left;
	overflow				: hidden;
    width					: 150px;
}
div.actionbar_cell_customdatablock_pic img.linkicon {
	display					: none;
}

div.actionbar_subtitle {
	margin					: 12px 0px 2px;
	color					: #444;
	font-size				: 1em;
	font-weight				: bold;
}

div.actionbar_cell_link_left {
	float					: left;
}

div.actionbar_cell_link_right {
    line-height				: 15px;
    margin-left				: 20px;
    padding-top				: 5px;
	line-height				: 1.4;
}

a.actionbar_connectionlink, a.actionbar_connectionlink:link, a.actionbar_connectionlink:hover, a.actionbar_connectionlink:visited, a.actionbar_connectionlink:active, a.actionbar_connectionlink:focus {
	border					: 1px solid #ff0000;
	padding					: 5px;
	padding-left			: 10px;
	line-height				: 48px;
	background				: #f9f9f9;
	color					: #111111;
	text-decoration			: none;
}

div.actionbar_cell_content_left {
	float					: left;
	width					: 100px;
}

div.actionbar_cell_content_right {
    margin-left				: 100px;
}

div.actionbar_cell_error {
	border					: 1px solid #ff001a;
	padding					: 1px;
	background-color		: #e8d6d6;
}

div.actionbar_cell_errortext {
	color					: #ff001a;
	font-size				: 0.91em;
}



/* ************************************************************************** */
/*  MESSAGES                                                                  */
/* ************************************************************************** */

div.layout_info_content {
	margin-top				: 20px;
	margin-left				: 296px
}
div.layout_info_content_ABClosed {
	margin-left				: 23px
}

div.messagetext {
	margin					: 8px 0 2px 0;
}
div.messagetext_messagetext {
	background				: #d5e8c3;
	border					: 1px solid #228b22;
	padding					: 5px;
	color					: #228b22;
}
div.messagetext_errortext {
	background				: #e8d6d6;
	border					: 1px solid #ff001a;
	padding					: 5px;
	color					: #ff001a;
}
div.messagetext_warntext {
	background				: #fff3dd;
	border					: 1px solid #ffa500;
	padding					: 5px;
	color					: #ffa500;
}
div.messagetext_infotext {
	background				: transparent;
	border					: 1px solid #333333;
	padding					: 5px;
	color					: #333333;
}



/* ************************************************************************** */
/*  SEARCHARGUMENTS                                                           */
/* ************************************************************************** */

div.searcharguments_boundary {
	margin-left				: 0;	
	margin-top				: 8px;
	font-size				: 1.083em;
}


span.searcharguments_excludedword {
	background				: #e1a39b;
}



/* ************************************************************************** */
/*  SHOW                                                                      */
/* ************************************************************************** */

div.contenttitle {
	width					: 90%;
	margin					: 10px 0px 10px 23px;
	color					: #111;
	text-align				: left;
	font-family				: MyriadProLight,Sans-Serif;
	font-size				: 2.333em;
}

div.wrapper_PRINT div.contenttitle {
	margin-top				: 0px;
	padding-top				: 45px;
}

div.show_column_left {
	float					: left;
	width					: 49%;
	margin-right			: 15px;
	margin-bottom			: 40px;
}
div.show_column_right {
	float					: left;
	width					: 49%;
	margin-bottom			: 40px;
}

div.showblock {
	background-color		: #fff;
	margin					: 0px;
	padding					: 2px 2px 0px 0px;
}

div.showblock_title {
	border-bottom			: 1px dotted #9da0a6;
	padding					: 20px 0px 1px;
	font-size				: 1em;
	font-weight				: bold;
}
span.showblock_title_info {
	display					: none;
}
a.showblock_editicon:hover {
	opacity					: 0.5;
	filter					: alpha(opacity=50);
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

div.showblock_textblock {
	background				: none repeat scroll 0 0 #fff;
	margin-bottom			: 0;
	padding					: 18px 0px 6px 1px;
	line-height				: 1.4;
}
div.showblock_textblock div div.portrait {
	width					: 62px;
	margin					: 10px 0;
}
div.showblock_textblock div div.portrait img {
	width					: 62px;
}

div.showblock_content {
	padding					: 0px 0px 5px;
}
div.showblock_content_row {
	overflow				: hidden;
	background-color		: #fff;
}
div.showblock_content_label_boundary {
	float					: left;
	width					: 170px;
    border-bottom			: 1px solid #fff;
}
div.showblock_content_label {
    padding					: 3px 3px 2px 1px;
    line-height				: 1.4em;
    vertical-align			: top;
    text-align				: right;
	color					: #888888;
}
div.showblock_content_value_boundary, div.showblock_content_value_nolabel_boundary {
	margin-left				: 170px;
    border-bottom			: 1px solid #fff;
	background-color		: #f1f1f1;
}
div.showblock_content_value_nolabel_boundary {
	margin-left				: 0px;
}
div.showblock_content_value_boundary:after {
	content					: "";
	clear					: both;
	display					: block;
}
div.showblock_content_value {
    padding					: 2px 5px 2px 6px;
    line-height				: 1.4em;
    vertical-align			: top;
}

div.showblock_content_toplabels_row {
    border-bottom			: 1px solid #fff;
    padding					: 3px 6px 2px 7px;
	background-color		: #f1f1f1;
    line-height				: 1.4em;
	background-color		: #f1f1f1;
    vertical-align			: top;

}
div.showblock_content_toplabels_label, div.showblock_content_toplabels_label1st {
	color					: #777;
}

div.showblock_content_subtitle, div.showblock_content_toplabels_subtitle {
	color					: #444;
	font-size				: 1em;
	font-weight				: bold;
	margin					: 10px 0px 0px;
}
div.showblock_content_row div.showblock_content_value div.showblock_content_subtitle {
	padding-left			: 0px;
}

ul, li, ul.showblock_content_addscreen, li.showblock_content_addscreen, ul.leading_minus_to_list_points, li.leading_minus_to_list_points {
	margin					: 0px;
	padding					: 0px;
}
li, li.showblock_content_addscreen, li.leading_minus_to_list_points {
	margin-left				: 18px;
	background				: none repeat scroll 0 0 transparent;
	padding					: 0px 5px;
}
li.showblock_content_addscreen {
	padding-bottom			: 5px;
	line-height				: 1.4em;

}

div.singleconnectionblock, div.detailscreen_listedit {
	background				: #f4f4f4;
	padding					: 2px 0px 2px 6px;
	min-height				: 1em;

}



/* ************************************************************************** */
/*  FORM                                                                      */
/* ************************************************************************** */

div#form_disabler {
	display					: none;
	z-index					: 100;
	position				: fixed;
	top						: 0px;
	left					: 0px;
	width					: 100%;
	background-color		: #f8f8f8;
	opacity					: 0;
	filter					: alpha(Opacity=0);
}
.form_disable_color, input.form_disable_color[type=text], input.form_disable_color[type=password] {
	color					: #777;
}
.form_disable_backgroundcolor, input.form_disable_backgroundcolor[type=text], input.form_disable_backgroundcolor[type=password] {
	background-color		: #f1f1f1;
}

div.form_title_boundary {
	width					: 90%;
	padding					: 0px 0px 6px;
}

div.form_title {
	margin					: 10px 0 0 0px;
	padding					: 0px 0px 3px 0px;
	color					: #111;
	font-family				: MyriadProLight,Sans-Serif;
	font-size				: 2.333em;
}

div.form_title_comment {
	margin-left				: 0px;
	padding					: 3px 0px;
	color					: #777777;
}

div.form_title_finish, div.form_error_boundary  {
	margin-left				: 202px;
}

div.form_displayarea_boundary {
	padding					: 15px 0px 17px;
}

div.form_displayarea_left {
    color					: #888888;
    float					: left;
    text-align				: right;
    width					: 208px;
}

label.form_displayarea_label {
	padding-right			: 5px;
}

div.form_displayarea_right {
	margin-left				: 204px;
}

div.form_content_boundary {
    width					: 100%;
}


div.form_content_row {
	overflow				: hidden;
}
div.form_content_row_variablefinder_on {
	overflow				: visible;
}

div.form_content_left_boundary {
	float					: left;
	width					: 200px;
}
	
div.form_content_left_boundary_small_labels {
	float					: left;
	width					: 130px;
}

div.form_content_left {
	padding-top				: 8px;
	text-align				: right;
}

div.form_content_left_boundary_small_labels div.form_content_left {
	text-align				: left;
}

label.form_content_label {
	padding					: 2px;
    text-align				: right;
	color					: #777777;
}
	
span.form_content_label_colon { }

div.form_content_right_boundary {
	background				: #f1f1f1;
	margin-left				: 202px;
	line-height				: 1.4em;
}
div.form_content_right_boundary:after {
	content					: "";
	clear					: both;
	display					: block;
}

div.form_content_right_boundary_small_labels {
	background				: #f1f1f1;
	margin-left				: 130px;
	line-height				: 1.4em;
}


div.form_content_right_container {
    margin-left				: 202px;
}

div.form_content_right {
	padding					: 6px 6px 6px 6px;
}

div.form_content_button {
	float					: left;
}

div.form_content_helptext {
	width					: 512px;
	padding					: 1px 2px 3px 0px;
	font-size				: 0.917em;
	line-height				: 1.2;
}
span.form_content_helptext {
    color					: #777;
	display					: block;
}

div.form_content_error {
	padding					: 6px 6px 0px 6px;
}
span.form_content_error {
	color					: #ff001a;
}

div.form_content_separatelinetext, div.actionbar_separatelinetext, div.separateLineText {
	padding-top				: 10px;
	color					: #666;
	font-weight				: bold;
	font-size				: 1.083em;
}
div.form_content_separateline, div.actionbar_separateline {
	height					: 10px;
}

div.form_container_actionbar {	
	margin					: 0px 0px 0px 0px;
	border-top				: 2px solid #9FA5AA;
	border-right			: 1px solid #dddddd;
	border-bottom			: 2px solid #9FA5AA;
	border-left				: 1px solid #dddddd;
	padding					: 12px 5px 0px 6px;
	background				: #e4e4e4;
}

div.form_container_actionbar div.actionbar_content {	/* Gleichen Effekt wie bei der Suche bei den Actionbars in den Overviews generieren div.actionbar_boundary_search div.actionbar_content */
	padding-top				: 10px;
}



/* ************************************************************************** */
/*  FORM-ELEMENTS                                                             */
/* ************************************************************************** */

button, a.formButton, div.actionbarSearchButton, input.actionbarSearchButton, button.actionbarSearchButton, a.listEventConfirmButton,
input.formButton, a.listGroupsConfirmButton, input.createNewsButton, button.createNewsButton {
	font-size				: 12px;
	text-decoration			: none;
	cursor					: pointer;
	display					: inline-block;
	outline					: none;
	padding					: 0px 7px 3px;
	color					: #fff;
	background				: #105580;
	border					: 0px;
	height					: 22px;
	margin					: 0 5px 10px 0;
}

button:hover, a.formButton:hover, div.actionbarSearchButton:hover, input.actionbarSearchButton:hover, button.actionbarSearchButton:hover, a.listEventConfirmButton:hover,
button:active, a.formButton:active, div.actionbarSearchButton:active, input.actionbarSearchButton:active, button.actionbarSearchButton:active, a.listEventConfirmButton:active,
input.formButton:hover, input.formButton:active, a.listGroupsConfirmButton:hover, a.listGroupsConfirmButton:active,input.createNewsButton:hover, button.createNewsButton:hover, input.createNewsButton:active, button.createNewsButton:active{
	background				: #444;
	color					: #ddd;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}



input.length2 {
    text-align				: right;
    width					: 22px !important;
	margin					: 0px;
	font-size				: 0.917em;
	box-shadow				: 0 0 4px #e8e8e8 inset;

}

input.length4 {
    text-align				: right;
	width					: 36px!important;
	margin					: 0px;
	margin-right			: 1px;
	font-size				: 0.917em;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}


input.length11 {
    text-align				: right;
	width					: 72px!important;
	margin					: 0px;
	margin-right			: 1px;
	font-size				: 0.917em;
	box-shadow				: 0 0 4px #e8e8e8 inset;

}



#orderup {
	padding-bottom			: 4px;
}

input[type=text], input[type=password] {
	border					: 1px solid #bbb;
	overflow				: hidden;
	width					: 510px;
	padding					: 2px;
	font-size				: 1em;
	background				: #fff;
	margin-bottom			: 1px;
	box-shadow				: 0 0 4px #e8e8e8 inset;

}

input[type=text]:focus {
	background				: #E3EDF2;
	border					: 1px solid #105580;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;
}

input[type=checkbox] {
	margin-left				: 2px;
}

select {
	border					: 1px solid #bbb!important;
	overflow				: hidden;
	width					: 516px;
	padding					: 1px;
	background				: #fff;
	font-size				: 1em;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

select:focus {
	border					: 1px solid #105580!important;
	background				: #E3EDF2;
	color					: #222;
	font-size				: 1em;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;
}

textarea {
	border					: 1px solid #bbb;
	font-family				: arial;
	font-size				: 1em;
	font-weight				: normal;
	padding					: 2px;
	width					: 510px;
	background				: #fff;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

/* Keine transition fuer textarea:focus da es in Zuasmmenhang mit .net js zu Problemen fuehrt */
textarea:focus {
	background				: #E3EDF2;
	border					: 1px solid #105580;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;
}

td.table_contentcell textarea {
	width					: 98%;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

td.table_contentcell input[type=text] {
	width					: auto!important;
}

input[type=text].actionbarinputfixedwidth {
	border					: 1px solid #bbb;
	overflow				: hidden;
	width					: 235px;
	padding					: 2px;
	font-size				: 1em;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

input[type=text].actionbarinputfixedwidth:focus {
	background				: #E3EDF2;
	border					: 1px solid #105580;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;
}

select.actionbarinputfixedwidth {
	width					: 241px;
	border					: 1px solid #bbb;
	position				: relative;
	z-index					: 10;
	line-height				: 26px;
	font-size				: 1em;
	background				: #fff;
	padding					: 1px;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

select.actionbarinputfixedwidth:focus {
	border					: 1px solid #105580!important;
	background				: #E3EDF2;
	color					: #222;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	 box-shadow				: 0px 0px 6px #cccccc;	
}

input.actionbarInput, div.actionbarInput input[type=text] {
    margin-bottom			: 3px;
    padding					: 2px;
    width					: 97%;
	box-shadow				: 0 0 4px #e8e8e8 inset;
}

/* Multiselect */

div.actionbar_cell div.actionbar_cell_content div.ui-multiselect {
	width					: 233px;
}

div.actionbar_cell_content select.form_multiselect, div.actionbar_cell_content select.form_multiselectgeneric {
	width					: 239px;
}

div.ui-multiselect {
    background				: none repeat scroll 0 0 #ebebeb;
    border					: 1px solid #D1D1D1;
    box-shadow				: 0 0 4px #dedede inset;
    margin-bottom			: 15px;
    margin-right			: 4px;
    padding					: 3px;
	width					: 216px;	
}

div.form_content_right div.ui-multiselect {
	width					: 508px;	
}

div.ui-multiselect ul {
	-moz-user-select		: none;
}

div.ui-multiselect li {
	margin					: 0;
	padding					: 0;
	cursor					: default;
	list-style				: none;
}

div.ui-multiselect li.ui-helper-hidden-accessible {
	position				: absolute !important;
	clip					: rect(1px 1px 1px 1px);
}

div.ui-multiselect li a {
	display					: block;
	float					: left;
	padding					: 0;
	color					: #999;
	text-decoration			: none;
	cursor					: pointer;
}

div.ui-multiselect li.ui-draggable-dragging {
	padding-left			: 10px;
}

div.ui-multiselect div.selected {
	position				: relative;
	width					: 99%;
	margin					: 0;
	border					: 0;
	padding					: 0;
}
div.ui-multiselect ul.selected {
	position				: relative;
	padding					: 1px;
	overflow				: auto;
	overflow-x				: hidden;
	background				: #EEF3F7;
	margin					: 0;
	list-style				: none;
	border					: 1px solid #bbb;
	width					: 99%;
	max-height				: 78px;
	box-shadow				: 0 0 3px #CCDAEB inset;
}
div.ui-multiselect ul.selected li, div.ui-multiselect ul.selected li.ui-state-default {
	white-space				: nowrap;
	font-size				: 1em;
	color					: #536978;
	line-height				: 1.3em;
}
div.ui-multiselect ul.selected li:hover {
    color					: #fff;
}

div.ui-multiselect div.available {
	position				: relative;
	padding					: 0;
	margin					: 0;
	border					: 0;
	width					: 99%;
	border-right			: 0px solid #bbb;
	border-top				: 0px solid #bbb;
	border-left				: 0px solid #bbb;
}
div.ui-multiselect ul.available {
	position				: relative;
	padding					: 1px;
	overflow				: auto;
	overflow-x				: hidden;
	background				: #fff;
	margin					: 0;
	list-style				: none;
	border					: 1px solid #bbb;
	width					: 99%;
	max-height				: 78px;
	box-shadow				: 0 0 4px #e2e2e2 inset;
}
div.ui-multiselect ul.available li {
	padding-left			: 5px;
	white-space				: nowrap;
	font-size				: 1em;
	line-height				: 1.3em;
}

div.ui-multiselect .ui-state-default {
	position				: relative;
	border					: none;
	padding-left			: 5px;
	background-color		: transparent;
	font-weight				: normal;
	color					: #333;
}

div.ui-multiselect .ui-state-hover {
	border					: none;
	background-color		: #0063A2;
	color					: #fff;
	cursor					: pointer;
}

div.ui-multiselect .ui-widget-header {
	margin-bottom			: 0px;
	background-color		: transparent;
	border					: none;
	border-bottom			: 0;
}

div.ui-multiselect .ui-helper-clearfix:after {
	content					: ".";
	display					: block;
	height					: 0;
	clear					: both;
	visibility				: hidden;
}

div.ui-multiselect a.add-all {
	float					: right;
	padding					: 4px 1px 0px 5px;
	font-size				: 0.8em;
	text-decoration			: none;
	color					: #105580;
}

div.ui-multiselect a.add-all:hover {
	color					: #1a8dd2;
}

div.ui-multiselect a.remove-all {
	float					: right;
	padding					: 4px 1px 0px 5px;
	font-size				: 0.8em;
	text-decoration			: none;
	color					: #105580;
}

div.ui-multiselect a.remove-all:hover {
	color					: #1a8dd2;
}

div.ui-multiselect .search {
	float					: left;
	padding					: 4px;
	font-weight				: normal;
	color					: #000;
}

div.ui-multiselect .ui-state-active {
	color					: #000;
}

div.ui-multiselect .count {
	float					: left;
	padding					: 4px 4px 0px 5px;
	font-size				: 0.8em;
	font-weight				: normal;
	color					: #111;
}

div.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
	position				: absolute;
	left					: 2px;
}

div.ui-multiselect li a.action {
	position				: absolute;
	right					: 2px;
	top						: 2px;
}

div.ui-multiselect input.search {
	height					: 16px;
	padding					: 1px;
	opacity					: 1;
	margin					: 0 4px 1px 0px;
	width					: 110px;
}

div.ui-multiselect div.ui-widget-header  a {
	font-weight				: normal;
	font-size				: 0.8em;
}


/* Checkboxes */

div.form_element_checkbox input, div.form_element_checkbox span, 
div.form_element_checkbox_horizontal input, div.form_element_checkbox_horizontal span {
	vertical-align			: middle;
}
div.form_element_checkbox_horizontal {
	float					: left;
	white-space				: nowrap;
}
input.form_element_checkbox, input.form_element_checkbox_horizontal {
	position				: relative;
	z-index					: 55;
}
input.form_element_checkbox_dc, input.form_element_checkbox_dc[type=checkbox] {
	margin-left				: 5px;
	padding					: 0px;
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity			: 0.0;
	-moz-opacity			: 0.0;
	opacity					: 0.0;
}
label.form_element_checkbox_dc, label.form_element_checkbox_dc_selected, label.form_element_checkbox_dc_focused, label.form_element_checkbox_dc_selected_focused {
	position				: absolute;
	z-index					: 56;
	top						: -3px;
	left					: 0px;
	display					: block;
	width					: 19px;
	height					: 20px;
	background-image		: url(/img/check_off.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}
label.form_element_checkbox_dc_selected {
	background-image		: url(/img/check_on.png);
}
label.form_element_checkbox_dc_focused {
	background-image		: url(/img/check_off_focus.png);
}
label.form_element_checkbox_dc_selected_focused {
	background-image		: url(/img/check_on_focus.png);
}
div.actionbar_cell_checkbox_left label.form_element_checkbox_dc, div.actionbar_cell_checkbox_left  label.form_element_checkbox_dc_selected {
	top						: -1px;
}


/* Radiobuttons */

label.form_element_radiobuttonhorizontal {
	color					: #666;
    font-size				: 0.917em;
    font-weight				: normal;
}

div.form_element_radiobuttonhorizontal_3rows {
	width					: 100%;
	display					: table-row;
}
span.form_element_radiobuttonhorizontal_3rows {
	width					: 33.3%;
	display					: table-cell;
}

input.form_element_radiobutton_dr {
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity			: 0.0;
	-moz-opacity			: 0.0;
	opacity					: 0.0;
}
label.form_element_radiobutton_dr, label.form_element_radiobutton_dr_selected, label.form_element_radiobutton_dr_focused, label.form_element_radiobutton_dr_selected_focused {
	position				: absolute;
	z-index					: 56;
	top						: 0px;
	left					: 0px;
	display					: block;
	width					: 19px;
	height					: 20px;
	background-image		: url(/img/radio_off.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}
label.form_element_radiobutton_dr_selected {
	background-image		: url(/img/radio_on.png);
}
label.table_singleactionradiobutton label.form_element_radiobutton_dr, label.table_singleactionradiobutton  label.form_element_radiobutton_dr_selected {
	top						: -8px;
}
label.form_element_radiobutton label.form_element_radiobutton_dr, label.form_element_radiobutton  label.form_element_radiobutton_dr_selected {
	top						: -5px;
}
label.form_element_radiobuttonhorizontal label.form_element_radiobutton_dr, label.form_element_radiobuttonhorizontal  label.form_element_radiobutton_dr_selected {
	top						: -6px;
}
label.form_element_radiobuttonhorizontal_3rows label.form_element_radiobutton_dr, label.form_element_radiobuttonhorizontal_3rows  label.form_element_radiobutton_dr_selected {
	top						: -5px;
}




/* ************************************************************************** */
/*  DISPLAY-ELEMENTS                                                          */
/* ************************************************************************** */

span.displayelement_datetime, span.displayelement_datetimelocal {
	white-space				: nowrap;
}




/* ************************************************************************** */
/*  CONNECTORTABLE                                                            */
/* ************************************************************************** */

div.connector_table_search {
    background				: none repeat scroll 0 0 #FFFFFF;
    border-bottom			: 1px solid #AAAAAA;
    margin-top				: 5px;
    padding-bottom			: 10px;
}

div.connector_table_search_form {
	padding-top				: 6px;
}

div.connector_table_fixed_text {}

div.connector_table_multiaction_sort_paging_top {
	position				: relative;
	overflow				: hidden;
	min-height				: 20px;
	background-color		: transparent;
    left					: 0px;
    width					: 100%;
}

div.connector_table_multiaction_sort_paging_top_sticky {
	overflow				: hidden;
    margin					: 0;
    position				: fixed;
    top						: 0px;
    left					: 0px;
    width					: 100%;
	z-index					: 9999;
	box-shadow				: 0 0 8px #DADADA;
}

div.connector_table_multiaction_sort_paging_top_padding {
    min-height				: 36px;
}

div.connector_table_multiaction_sort_paging_top_sticky div.connector_table_multiaction_sort_paging_top_padding {
	margin-left				: 4px;
    background-color		: #ffffff;
    border-bottom			: 1px solid #dddddd;
}

div.connector_table_multiaction_sort_paging_top_sticky div.connector_table_multiaction_sort_paging_top_padding_NoAB {
	margin-left				: 0;
    background-color		: #ffffff;
    border-bottom			: 1px solid #dddddd;
}

div.connector_table_multiaction {
	float					: left;
	position				: absolute;
	bottom					: 0px;
	padding-bottom			: 4px;
}

div.connector_table_sort {
	float					: left;
	margin-left				: 4px;
}

div.connector_table_paging_top, div.connector_table_paging_bottom {
	padding-left			: 3px;
	padding-right			: 3px;
	line-height				: 1em;
	text-align				: right;
	font-size				: 0.917em;
	color					: #666666;
}

div.connector_table_paging_top {
	position				: absolute;
	right					: 0px;
	bottom					: 0px;
	padding-bottom			: 4px;
}

div.connector_table_paging_bottom {
	padding-top				: 4px;
	padding-bottom			: 15px;
}

div.connector_table_search_info {
	margin-top				: 37px;		
}



/* ************************************************************************** */
/*  TABLES                                                                    */
/* ************************************************************************** */

table {
	empty-cells			: show;
}
th {
	font-weight			: normal;
	text-align			: left;
}
table.table {
	width				: 100%;
	border-collapse		: collapse;
	border-left			: 1px solid #C4D4DE;
    border-right		: 1px solid #C4D4DE; 
}

tr.table_titlerow {
	font-weight			: bold;
	background			: #7396b0;
}
th.table_titlecell_active, th.table_titlecell, td.table_titlecell {
	padding				: 4px;
	vertical-align		: top;
	color				: #ffffff;
	line-height			: 1.2em;
	font-size			: 0.917em;
	font-weight			: normal;
}
a.table_titlecell_active, a.table_titlecell_active:link, a.table_titlecell_active:hover, a.table_titlecell_active:visited, a.table_titlecell_active:active, a.table_titlecell_active:focus, a.table_titlecell, a.table_titlecell:link, a.table_titlecell:hover, a.table_titlecell:visited, a.table_titlecell:active, a.table_titlecell:focus, 
a.table_titlecell_sort, a.table_titlecell_sort:link, a.table_titlecell_sort:hover, a.table_titlecell_sort:visited, a.table_titlecell_sort:active, a.table_titlecell_sort:focus, span.table_titlecell_sort {
	color				: #ffffff;
	line-height			: 1.2em;
	font-size			: 1em;
}
	
	
a.table_titlecell_sort, a.table_titlecell_sort:link, a.table_titlecell_sort:hover, a.table_titlecell_sort:visited, a.table_titlecell_sort:active, a.table_titlecell_sort:focus, span.table_titlecell_sort {	
	white-space			: nowrap;
}

tr.table_contentrow1, tr.table_contentrow2,
tr.tableaslist_contentrow1, tr.tableaslist_contentrow2 {
	background			: #ffffff;
	height				: 24px;
}
tr.table_contentrow1, tr.tableaslist_contentrow1 {}
tr.table_contentrow2, tr.tableaslist_contentrow2 {
	background			: #ffffff;
}
tr.table_contentrow1:hover, tr.table_contentrow2:hover,
tr.tableaslist_contentrow1:hover, tr.tableaslist_contentrow2:hover {
	background				: #E3EDF2;
	cursor					: pointer;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;	
	box-shadow				: 0 0 4px #D0E7F8;
}
table.table_nomultiaction tr.table_contentrow1:hover, table.table_nomultiaction tr.table_contentrow2:hover,
table.table_nomultiaction tr.tableaslist_contentrow1:hover, table.table_nomultiaction tr.tableaslist_contentrow2:hover {
	cursor					: default;
}
tr.table_contentrow_selected {
	background				: #F1F1F1;
	box-shadow				: none;
}
tr.table_contentrow_selected:hover{
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	background				: #F1F1F1;
	box-shadow				: 0 0 8px #E3E3E3 inset;
}

tr.table_contentrow_selected:active {
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	background				: #F1F1F1;
	box-shadow				:none;
}


td.table_contentcell, td.table_contentmultiactioncell {
    border-bottom			: 1px solid #C4D4DE;
    font-size				: 1em;
    line-height				: 1.4em;
    padding					: 6px 3px 3px;
    vertical-align			: top;
}
td.table_contentmultiactioncell {
    padding					: 2px 3px 20px 5px;
}

div.table_multiaction {
	position				: relative;
	width					: 29px;		
}
label.table_multiaction {
	position				: absolute;
	z-index					: 56;
	top						: 0px;
	right					: 0px;
	display					: none;
	width					: 19px;		
	height					: 20px;
	background-image		: url(/img/check_off.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}
label.table_multiaction_selected {
	position				: absolute;
	z-index					: 56;
	top						: 0px;
	right					: 0px;
	display					: none;
	width					: 19px;		
	height					: 20px;
	background-image		: url(/img/check_on.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}
input.table_multiaction {
	position				: absolute;
	z-index					: 55;
	top						: 0px;
	right					: 0px;
	visibility				: hidden;
}
input.table_multiaction_noscript {
	position				: absolute;
	z-index					: 55;
	top						: 0px;
	right					: 0px;
	visibility				: visible;
}
img.table_multiaction_noscript_allchecked {
	margin-top				: 3px;
	margin-left				: 4px;
	border-width			: 0px;
}

a.HSTableLink, a.HSTableLink:link, a.HSTableLink:visited, a.HSTableLink:focus{
	line-height				: 1.4em;
	text-decoration			: none;
}

a.HSTableLink:hover, a.HSTableLink:active {
	line-height				: 1.4em;
	text-decoration			: underline;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

/* Sobalds die alten Templates nicht mehr gibt HSTableNavigation hier auf table_paging umbenennen sowie auch in der control/Umantis/Table.pm */
a.HSTableNavigation, a.HSTableNavigation:link, a.HSTableNavigation:visited, a.HSTableNavigation:active, a.HSTableNavigation:focus, a.HSTableNavigation:hover {
	padding-left		: 3px;
	padding-right		: 3px;
	background			: #ffffff;
	vertical-align		: bottom;
	text-align			: right;
	font-size			: 0.833em;
	color				: #666666;
}

div.tableaslist_paging_top, div.tableaslist_paging_bottom {
	padding-left		: 3px;
	padding-right		: 3px;
	background			: #ffffff;
	text-align			: right;
	font-size			: 0.833em;
	color				: #666666;
}

div#container div.container_content div#connectortable_1.showblock_showtableaslist div#tablenavigation_boundary_top.tableaslist_paging_top {
	margin-top			:42px;
}

table.tableaslist {
	width				: 100%;
	margin				: 0px;
	padding				: 0px;
	border-bottom		: 1px solid #999999;
    border-top			: 1px solid #999999;
}
td.tableaslist_cell {
	width				: 100%;
    border-bottom		: 1px dotted #999999;
	vertical-align		: top;
}
div.tableaslist_cell {
    padding				: 0 2px 2px 2px;
	min-height			: 80px;
}

div.portrait img.imageborder {
	width				: 62px;
}

span.tableaslist_subtitle {
    color				: #777;
    font-size			: 11px;
}

span.tableaslist_subtitle a.HSTableLinkSubTitle {
	margin-top			:12px;
	display				:block;
	font-size			:16px;
	font-weight			:normal;
}

span.tableaslist_text{
	line-height			: 1.75em;
}

td.tableaslist_piccell {
    padding				: 12px 4px;
	vertical-align		: top;
	border-bottom		: 1px dotted #999999;
}

div.tableaslist_piccell {
	height				: 100%;
}

div.showblock_showtableaslist {
	margin-right			: 10px;
}

span.tableaslist_title {
    display					: block;
    padding-bottom			: 5px;
}



/* ************************************************************************** */
/*  FOO-TABLES                                                                */
/* ************************************************************************** */

.footable > thead > tr > td.table_footable_expand_titlecell {
	display					: none;
}
.footable.breakpoint > thead > tr > td.table_footable_expand_titlecell {
	display					: table-cell;
	width					: 33px;
	padding					: 0px;
	text-align				: center;
	vertical-align			: middle;
	background-image		: url(/img/footable_expand_titlecell.png);
	background-position		: right top;
	background-repeat		: repeat;
}

.footable > tbody > tr > td.table_footable_expand_cell {
	display					: none;
}
.footable.breakpoint > tbody > tr > td.table_footable_expand_cell {
	display					: table-cell;
	width					: 33px;
	padding					: 0px;
	text-align				: center;
	vertical-align			: middle;
	background-image		: url(/img/footable_expand_cell.png);
	background-position		: right top;
	background-repeat		: repeat;
}
.footable.breakpoint > tbody > tr > td.table_footable_expand_cell:hover, .footable.breakpoint > tbody > tr.footable-detail-show > td.table_footable_expand_cell:hover {
	background-color		: #FFE1B0;
}
.footable.breakpoint > tbody > tr > td.table_footable_expand_cell > img.table_footable_expand_icon {
	display					: inline-block;
}
.footable.breakpoint > tbody > tr > td.table_footable_expand_cell > img.table_footable_collapse_icon {
	display					: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.table_footable_expand_cell > img.table_footable_expand_icon {
	display					: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.table_footable_expand_cell > img.table_footable_collapse_icon {
	display					: inline-block;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.table_footable_expand_cell {
	border-bottom			: 3px double #8DABBF;
	background-color		: #FFF2DB;
}

.footable > thead > tr > th,.footable > thead > tr > td {
	position				: relative;
}

.footable {
	border-spacing			: 0;
	width					: 100%;
	border					: solid #ccc 1px;
}

.footable-cell-detail {
	border-bottom			: 3px double #8DABBF;
	border-top				: 0px solid #C4D4DE;
	padding					: 8px 8px 8px 16px;
	color					: #333;
	font-size				: 11px;
	line-height				: 15px;
}

.footable > tbody > tr:hover {
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
	cursor					: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
	text-align				: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
}

.footable > tbody > tr:last-child > td.footable-first-column {
}

.footable > tbody > tr:last-child > td.footable-last-column {
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
	border-left				: none;
}

.footable > tbody img {
	vertical-align			: middle;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
	border-bottom			: 0px solid #fff;
}

.footable.breakpoint > tbody > tr.footable-detail-show:hover, .footable.breakpoint > tbody > tr.footable-row-detail:hover {
	box-shadow				: none !important;
}

.footable.breakpoint > tbody > tr.footable-row-detail:hover, .footable.breakpoint > tbody > tr.footable-row-detail-hover {
	background-color		: #E3EDF2;
	cursor					: pointer;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

img.table_footable_expandall_icon {
	margin-right			: 5px;
}
img.table_footable_expandall_icon, img.table_footable_collapseall_icon {
	cursor					: pointer;
}



/* ************************************************************************** */
/*  CARDS                                                                     */
/* ************************************************************************** */

div.card_page {
	display					: none;
}

.clearfix:after {
	clear					: both;
}

.clearfix:before, .clearfix:after {
	content					: "";
	display					: table;
}

div.card_view {
	line-height				: 16px;
	margin					: 1px 0px 0px;
	overflow				: hidden;
	font-size				: 1em;
	margin-left				: -1%;
}

div.card_item {	
	margin					: 0px 0px 1% 1%;
	padding					: 5px;
	float					: left;
	position				: relative;
	cursor					: pointer;
	background				: #FFFFFF;
    border-color			: #7396B0 #dddddd;
    border-style			: solid;
    border-width			: 1px;
}


div.card_item:hover {
	background-color		: #E3EDF2;
	border-color			: #ACBEC9;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

div.card_item_selected {
	background-color		: #f1f1f1;
	border-color			: #BBBBBB;
}

div.card_item_selected:hover, div.card_item_selected:active {
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	background-color		: #f1f1f1;
}

div.card_item_selected div.card_further_text label, div.card_item_selected:hover div.card_further_text label {
	border-top				: 1px solid #AEC4D5;
}


div.card_title {
	margin-right			: 20px;
	margin-bottom			: 2px;
}

span.card_pretitle {
	display					: block;
	color					: #555;
	font-size				: 0.833em;
}

div.card_title .HSTableLink {
	font-size				: 1.25em !important;
}

div.card_title small {
	color					: #555;
	font-size				: 0.833em;
}

div.card_multiaction {
	position				: absolute;
	top						: 4px;
	right					: 5px;
}

label.card_multiaction {
	position				: absolute;
	z-index					: 56;
	top						: 0px;
	right					: 0px;
	display					: block;
	width					: 19px;		
	height					: 20px;
	background-image		: url(/img/check_off.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}

label.card_multiaction_selected {
	position				: absolute;
	z-index					: 56;
	top						: 0px;
	right					: 0px;
	display					: block;
	width					: 19px;		
	height					: 20px;
	background-image		: url(/img/check_on.png);
	background-repeat		: no-repeat;
	cursor					: pointer;
}

input.card_multiaction {
	position				: absolute;
	z-index					: 55;
	top						: 0px;
	right					: 0px;
	visibility				: hidden;
}


select.card_sort{
	width					: 110px;
}

div.card_portrait_boundary {
	padding-top				: 2px;
	padding-bottom			: 5px;
}

div.card_portrait {
	float					: left;
	border					: 1px solid transparent;
	width					: 62px;		
	height					: 62px;
	overflow				: hidden;
	padding					: 1px 6px 0 1px;
}

div.card_portrait_text {
	overflow				: hidden;
	min-height				: 72px;
	font-size				: 1em;
}

div.card_portrait_text_element {
	margin-bottom			: 2px;
}

div.card_further_text {
	overflow				: hidden;
	padding-left			: 1px;
	font-size				: 1em;
}

div.card_further_text label {
	font-size				: 0.833em;
	font-weight				: normal;
	color					: #777;
	line-height				: 1.2;
	border-top				: 1px solid #d2d2d2;
	display					: block;
	padding-top				: 2px;
}

div.card_further_text p {
	margin-bottom			: 2px;
	padding					: 3px 0 0;
	color					: #444;
	line-height				: 1.2;
}

div.card_sort {
	display					: none;
}

span.card_sort_asc_desc {
	margin-left				: 6px;
}

img.card_sort_asc {
	vertical-align			: middle;
	width					: 14px;
	margin-bottom			: 2px;
}

img.card_sort_desc {
	vertical-align			: middle;
	width					: 14px;
	margin-bottom			: 2px;
}

span.switch_table_on {
	margin-right			: 6px;
}

span.switch_table_off {
	margin-right			: 6px;
}

img.switch_table_off {
	cursor					: pointer;
}

img.switch_card_off {
	cursor					: pointer;
}

div.card_portrait a.HSTableLink div.portrait img.imageborder  {
	width					: 62px;
}



/* ************************************************************************** */
/*  MULTIACTION                                                               */
/* ************************************************************************** */

div.multiaction {
	float					: left;
}

div.multiaction select {
	width					: 160px;
	margin-left				: 12px;
}

div.multiaction button {
	vertical-align			: top;
	margin-bottom			: 0px;
	padding-bottom			: 3px;
}

span.multiaction_checkall_inactive, span.multiaction_checkall_inactive:hover {
	color					: #333;
	text-decoration			: none;
}

span.multiaction_uncheckall {  }

span.multiaction_checkall, span.multiaction_checkvisibles, span.multiaction_uncheckall_active {
	color					: #105580;
	cursor					: pointer;
}

span.multiaction_checkall:hover, span.multiaction_checkvisibles:hover, span.multiaction_uncheckall_active:hover {
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
	text-decoration			: underline;
}



/* ************************************************************************** */
/*  COMPARISONPAD                                                             */
/* ************************************************************************** */

table.comparisonpad {}
tr.comparisonpad_title_row, tr.comparisonpad_content_row {
	background				: none repeat scroll 0 0 #ffffff;
}
	
td.comparisonpad_title_cell {
	padding					: 3px;
	background-color		: #7396B0;
	vertical-align			: top;
	color					: #FFFFFF;
}

td.comparisonpad_label {
	background-color		: #f6f6f6;
}

td.comparisonpad_content_cell_label {
	background-color		: #f6f6f6;
	vertical-align			: top;
	font-weight				: normal;
}

div.comparisonpad_label {
	padding					: 3px;
}

td.comparisonpad_content_cell {
	padding					: 3px;
	background-color		: #f6f6f6;
	vertical-align			: top;
	font-weight				: normal;
}

td.comparisonpad_sectiontitle {
	padding					: 3px;
	font-weight				: bold;
	background-color		: #e2e2e2;
}

div.comparisonpad_sectiontitle {
	padding					: 3px;
	font-weight				: bold;
	background-color		: #e2e2e2;
}

tr.comparisonpad_separator, td.comparisonpad_separator, td.comparisonpad_separator_label {
	height					: 1px;
	padding					: 0px;
	line-height				: 1px;
	background-color		: #ececec;
}

div.comparisonpad_printbutton {
	border					: 1px solid #fff;
	padding					: 3px;
	background-color		: #fff;
}

a.comparisonpad_printbutton, a.comparisonpad_printbutton:link, a.comparisonpad_printbutton:hover, a.comparisonpad_printbutton:visited, a.comparisonpad_printbutton:active, a.comparisonpad_printbutton:focus  {
	color					: #105580;
	text-decoration			: none;
	line-height				: 1.4;
	font-size				: 1em;
}



/* ************************************************************************** */
/*  FOOTER                                                                    */
/* ************************************************************************** */

div#footer {
 	position				: absolute; 
	bottom					: 0px;
	left					: 0px;
	margin					: 0px;
	width					: 100%;
	height					: 26px;
	padding					: 0px;
	background				: #D3D8DC;
	border-top				: 1px solid #fff;
	z-index					: 32;
}

div#footer div.breathcrumb {
	color					: #333;
	font-size				: 0.917em;
	padding					: 6px 0 0 36px;
	float					: left;
}

div#footer div.copy {
	color					: #333333;
	font-size				: 0.917em;
	padding					: 6px 46px 0 0;
	float					: right;
}

span#back-top {
	position				: fixed;
	bottom					: 4px;
	right					: 16px;
}

span#back-top a {
	width					: 18px;
	height					: 18px;
	display					: block;
	background				: url(/img/top.gif) no-repeat center center;
}

div.customized_footer {
	padding-bottom			: 26px;
}



/* ************************************************************************** */
/*  SURVEY                                                                    */
/* ************************************************************************** */

div.survey {
    background				: none repeat scroll 0 0 #ebebeb;
    margin					: 0 0 20px;
    padding-top				: 10px;
}

div.survey_label {
    color					: #777777;
    float					: left;
	padding-bottom			: 4px;
    padding-right			: 8px;
    text-align				: right;
    width					: 150px;
    white-space				: nowrap;
    padding-left			: 4px;
}

div.survey_content {
	padding					: 0 0 8px;
	margin-left				: 160px;
}
div.survey_content_nolabel {
	padding					: 0 0 8px;
	margin-left				: 10px;
}

div.survey_content a {
	font-weight				: bold
}



/* ************************************************************************** */
/*  MISC                                                                      */
/* ************************************************************************** */

/* bookmark */
div.bookmarkhelper {
	position				: absolute;
	top						: 0px;
	right					: 20px;
	width					: 700px;
	padding					: 2px 3px 3px 3px;
	background-color		: #f1f1f1;
	z-index					: 1001;
}

/* bookmark (inactive non-js-version) */
div.layout_info_content div.bookmarkhelper {
	position				: relative;
	top						: 0px;
	right					: 0px;
	width					: auto;
}



/* modal window */
.reveal-modal-bg { 
	position				: fixed; 
	height					: 100%;
	width					: 100%;
	background				: #000;
	-khtml-opacity			: 0.50;
	-moz-opacity			: 0.50;
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter					: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity					: .5; 
	z-index					: 100;
	display					: none;
	top						: 0;
	left					: 0;
}
.reveal-modal {
	visibility				: hidden;
	top						: 100px; 
	left					: 50%;
	margin-left				: -300px;
	width					: 520px;
	position				: absolute;
	z-index					: 101;
	border					: 1px solid #ddd;
	padding					: 12px 40px 12px 20px;
	background				: none repeat scroll 0 0 #fff;
	-moz-box-shadow			: 0 0 10px #fff;
	-webkit-box-shadow		: 0 0 10px #fff;
	box-shadow				: 0 0 10px #fff;
}
.reveal-modal .close-reveal-modal {
	font-size				: 22px;
	line-height				: .5;
	position				: absolute;
	top						: 6px;
	right					: 6px;
	color					: #b1b1b1;
	font-weight				: bold;
	cursor					: pointer;
	text-shadow				: 0 0 10px #fff;
}
.reveal-modal .close-reveal-modal:hover {
	color					: #868686;
	text-decoration			: none;
}
.reveal-modal h1	{
	font-size				: 18px;
	margin-bottom			: 5px;
}
.reveal-modal p	{
	margin-top				: 5px;
	margin-bottom			: 10px;
	line-height				: 1.4em;
	color					: #333;
}



/* Statusboxen BM */
div.statusOverviewContainer {
    border-width: 0;
    display: table;
    overflow-x: auto;
    overflow-y: hidden;
}
div.statusOverviewContainer div {
    border: 1px solid #AAAAAA;
    float: left;
    height: 12px;
    margin: 0 -1px 1px 0;
    text-align: center;
    width: 6px;
}
div.statusOverviewContainer-low {
    background-color: #97D0F2;
}
div.statusOverviewContainer-medium {
    background-color: #278BC9;
}
div.statusOverviewContainer-high {
    background-color: #146DA3;
}
div.statusOverviewContainer-top {
    background-color: #0F4A6F;
}
div.statusOverviewContainer-none {
    background-color: white;
}

div.portrait {
    overflow				: hidden;
    padding					: 0 0 3px;
}
div.portrait img.imageborder {
	display					: block;
	width					: 62px;
	margin					: auto;
	background-color		: tranparent;
}

div.photo {
   margin: 12px 0 0 3px;
}
div.photo img {
}

img.linkicon {
	margin					:2px 2px 0 0;
   text-align				:center;
   text-decoration			:none;
}
img.linkicon:hover{
	opacity					: 0.5;
	filter					: alpha(opacity=50);
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}

iframe.container {
	border						: 0;
}

.nav_main select, .nav_mainsub select , .nav_main_NoSUB select   {
	  display					: none;
}

a.showblock_content_link img	  {
	margin-left					: 5px;
}

.multiaction_counter_value {
	font-weight					: bold;
}

div.linkblock {
	padding-top					: 5px;
	padding-left				: 5px;
}

div.linkblock_link {
	display						: inline;
}

div.listedit_maincontroller, div.listedit_controller {
	float						: right;
	margin-top					: -1px;
}

div.listedit_maincontroller {
	padding-left				: 2px;
}

div#newtemplatesinfo, div#activeStyleTesterInfo {
	position					: absolute;
	left						: 220px;
	top							: 13px;
	width						: auto;
	padding						: 1px 5px;
	background-color			: #0063A2; 
	color						: white; 
	text-align					: center; 
}

div#activeStyleTesterInfo {
    left                        : 440px;
}


div.table_page, div.card_item , 
div.mainblock_boundary, div.form_container_actionbar,
div.mainscreen_content_center div.mainblock_boundary,div.container_actionbar_NoCT, div.container_actionbar,
div.actionbar_boundary_search_TopAB, div.actionbar_boundary_links_TopAB {
	box-shadow				: 0 0 6px  #e1e1e1;
	-webkit-box-shadow		: 0px 0px 6px #e1e1e1;
	-moz-box-shadow			: 0px 0px 6px #e1e1e1;
	-o-box-shadow			: 0px 0px 0px #e1e1e1;
	-ms-box-shadow			: 0px 0px 0px #e1e1e1;
}

div.table_page:hover, div.card_item:hover , 
div.mainblock_boundary:hover, div.form_container_actionbar:hover,
div.mainscreen_content_center div.mainblock_boundary:hover,div.container_actionbar_NoCT:hover, div.container_actionbar:hover,
div.actionbar_boundary_search_TopAB:hover, div.actionbar_boundary_links_TopAB:hover {
    border-color			: #cccccc;
	box-shadow				: 0 0 6px  #cccccc;	
	-webkit-box-shadow		: 0px 0px 6px #cccccc;
	-moz-box-shadow			: 0px 0px 6px #cccccc;
	-o-box-shadow			: 0px 0px 6px #cccccc;
	-ms-box-shadow			: 0px 0px 6px #cccccc;
	-webkit-transition		: all 0.2s ease;
	-moz-transition			: all 0.2s ease;
	-o-transition			: all 0.2s ease;
	-ms-transition			: all 0.2s ease;
	transition				: all 0.2s ease;
}	
	
	
div.form_content div.form_content_row_connector_table div.form_content_right_container div.table_page table.table tbody tr.table_contentrow1 td.table_contentcell label	 {
	white-space				: nowrap;
}

div.HSsectionLineText{
	margin-top				: 12px;		
}

div.actionbar_umantisconnection{
   background				: none repeat scroll 0 0 #105580;
    border					: 0 none;
    color					: #FFFFFF;
    cursor					: pointer;
    display					: inline-block;
    font-size				: 12px;
    height					: 21px;
    margin					: 0 5px 10px -16px;
    outline					: medium none;
    padding					: 4px 2px 0 0;
    text-align				: center;
    text-decoration			: none;
    width					: 76px;
}

div.actionbar_umantisconnection:hover {
   background				: none repeat scroll 0 0 #444;
   color					: #ddd;
   text-decoration			: none;
}

div.actionbar_umantisconnection img {
	display					: none
}

div.actionbar_umantisconnection a {
	color					: white
}

div.actionbar_umantisconnection a:hover {
   color					: #ddd;
   text-decoration			: none;
}

input, select {
	border-radius			: 0 !important;
}



/* ************************************************************************** */
/*  SWITCHER                                                                  */
/* ************************************************************************** */

div.switcher {
	font-size				: 1.166em;
	line-height				: 1;
	word-wrap				: break-word;
}

div#switcher_nav_left, div#switcher_nav_right {
	display					: inline-block;
	width					: 24px;
	font-size				: 0.66em;
}
ul.switcher_nav_left, ul.switcher_nav_right {
	width					: 24px;
	margin					: 0px;
	padding					: 0px;
	list-style-type			: none;
}
li.switcher_nav_left, li.switcher_nav_right {
	width					: 24px;
	margin					: 0px;
	padding					: 0px;
}
li.switcher_nav_left h2, li.switcher_nav_right h2 {
	width					: 24px;
	margin					: 0px;
	padding					: 0px;
}
li.switcher_nav_left h2 img, li.switcher_nav_right h2 img {
	cursor					: pointer;
}

ul.switcher_popup_left, ul.switcher_popup_right {
	position				: relative;
	top						: -2px;
	left					: -7px;
	margin					: 0px;
	padding					: 0px;
	list-style-type			: none;
}
div.switcher_popup_left, div.switcher_popup_right {
	position				: absolute;
	z-index					: 2000;
    border					: 1px solid #999;
    background-color		: #fff;
}
li.switcher_popup_left, li.switcher_popup_right {
	margin					: 0px;
	padding					: 0px;
}
li.switcher_popup_left span.switcher_element, li.switcher_popup_right span.switcher_element {
	margin					: 0px;
	padding					: 0px;
}
li.switcher_popup_left span.switcher_element a, li.switcher_popup_right span.switcher_element a {
	display					: block;
	margin					: 0px;
	border-bottom			: 1px dotted #9da0a6;
	padding					: 5px 14px 5px 7px;
	color					: #333;
	white-space				: nowrap;
}
li.switcher_popup_left:last-child span.switcher_element a, li.switcher_popup_right:last-child span.switcher_element a {
	border-bottom			: 0px;
}
li.switcher_popup_left span.switcher_element a:hover, li.switcher_popup_right span.switcher_element a:hover {
	background-color		: #E3EDF2;
}

div#switcher_nav_left ul ul,
div#switcher_nav_left ul li:hover ul ul,
div#switcher_nav_left ul ul li:hover ul ul, 
div#switcher_nav_right ul ul,
div#switcher_nav_right ul li:hover ul ul,
div#switcher_nav_right ul ul li:hover ul ul {
	display					: none;
}
div#switcher_nav_left ul li:hover ul,
div#switcher_nav_left ul ul li:hover ul,
div#switcher_nav_left ul ul ul li:hover ul, 
div#switcher_nav_right ul li:hover ul,
div#switcher_nav_right ul ul li:hover ul,
div#switcher_nav_right ul ul ul li:hover ul {
	display					: block;
}

span.switcher_element, span.switcher_current_element {
	margin					: 0px 2px;
	padding					: 0px;
	font-weight				: bold;
}
span.switcher_element a {
	color					: #105580;
	font-size				: 1em;
}
span.switcher_current_element a {
	color					: #333;
	font-size				: 1em;
}
span.switcher_current_element a:hover, span.switcher_current_element a:active {
	text-decoration			: none
}
span.switcher_separation {
	font-size				: 0.66em;
	vertical-align			: middle;
	color					: #333;
}



/* ************************************************************************** */
/*  VARIABLEFINDER                                                            */
/* ************************************************************************** */

div.variablefinderhint {
	display					: inline-block;
	position				: relative;
	width					: 19px;
	height					: 17px;
	color					: #333;
}

ul.variablefinderhint, li.variablefinderhint, ul.variablefinderhint_popup, ul.variablefinderhint_popup li {
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
}

div.variablefinderhint ul li ul {
	display					: none;
	position				: absolute;
	left					: 19px;
	top						: 2px;
	padding					: 5px;
	padding-left			: 10px;
	padding-right			: 10px;
	border					: 1px solid #888888;
	background-color		: #eeeeee;
	z-index					: 100000;
}

div.variablefinderhint ul li:hover ul {
	display					: block;
}

div.variablefinderhint ul li ul li.variablefinderhint_title {
	margin-bottom			: 3px;
	font-weight				: bold;
	white-space				: nowrap;
}



/* ************************************************************************** */
/*  JQUERY                                                                    */
/* ************************************************************************** */


/* datepicker */

div#ui-datepicker-div { margin-top: 20px; }
.datepicker_hiddendatefield { display: none; }

.ui-widget { font-family: Arial, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #FFFFFF ; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #5F85A4; background: #5F85A4 ; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

.ui-state-default, .ui-widget-content .ui-state-default, div.ui-datepicker .ui-widget-header .ui-state-default { border: 1px solid #B3C5D0; background: #E5EEF5; font-weight: bold; color: #105580; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #105580; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, div.ui-datepicker .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, div.ui-datepicker .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce ; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, div.ui-datepicker .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, div.ui-datepicker .ui-widget-header .ui-state-highlight  {border: 1px solid #7396B0; background: #7396B0; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, div.ui-datepicker .ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, div.ui-datepicker .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 ; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, div.ui-datepicker .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, div.ui-datepicker .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, div.ui-datepicker .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, div.ui-datepicker .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, div.ui-datepicker .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

.ui-datepicker { width: 17em; padding: 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; height: 25px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px;cursor: pointer; }
.ui-datepicker .ui-datepicker-next { right:2px; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {cursor: pointer;display: block; font-size: 18px;  left: 50%; margin-left: -4px;margin-top: -12px;    position: absolute; top: 50%; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; font-weight: bold;}

.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.32%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

.ui-datepicker-cover { position: absolute;z-index: -1;filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }
#ui-datepicker-div { z-index: 9999999!important; border: 1px solid #5F85A4;padding:0;  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);}

.HideTodayButton .ui-datepicker-buttonpane .ui-datepicker-current
{
	visibility				: hidden;
}

.hide-calendar .ui-datepicker-calendar
{
	display					: none !important;
	visibility				: hidden !important;
}



/* autocomplete */

div.autocomplete_counterinfo_boundary ul.ui-autocomplete, div.autocomplete_counterinfo_boundary ul.ui-menu, div.autocomplete_counterinfo_boundary ul.ui-widget, div.autocomplete_counterinfo_boundary ul.ui-widget-content, div.autocomplete_counterinfo_boundary ul.ui-corner-all {
	background-color		: #E3EDF2;
	border					: 1px solid #999999;
	padding					: 2px;
	max-width				: 510px;
}

div.autocomplete_counterinfo_boundary li.ui-menu-item {
	list-style				: none;
	list-style-type			: none;
	margin-left				: 0;
	padding					: 0px;
}

div.autocomplete_counterinfo_boundary li.ui-menu-item a {
	display					: block;
	border					: 0px;
	font-weight				: normal;
	background-color		: transparent;
	text-decoration			: none;
}

div.autocomplete_counterinfo_boundary li.ui-menu-item a:hover {
	background-color		: #0063a2;
	color					: #fff;
	cursor					: pointer;
}

div.actionbar_cell div.autocomplete_counterinfo {
	display					: none;
	float					: right;
	margin-top				: -38px;
	color					: #600;
	font-size				: 0.917em;
	font-weight				: bold;
}

div.form_content_right span.autocomplete_counterinfo {
	display					: none;
	margin					: 0px 0px 0px 4px;
	color					: #600;
	font-size				: 0.917em;
	font-weight				: bold;
}

span.ui-helper-hidden-accessible {
	display					: none;
}



/* Skill-Description Dialog */

.ui-dialog { z-index: 65; }
.ui-dialog-titlebar { padding: 10px 40px 25px 20px; position: relative;  }
.ui-dialog-title { float: left;
	margin: 0.1em 16px 0.1em 0; } 
.ui-dialog-titlebar-close { height: 18px;
	margin: -10px 0 0;
	padding: 1px;
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 19px;}
.ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog-content { border: 0; padding: 20px; background: #FFFFFF; overflow: auto; zoom: 1; clear:both; }
.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-dialog-titlebar { cursor: move; }

.ui-icon-closethick {
	background-image: url(/img/icon/close.gif) !important;
	background-position: left top !important;
	margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
	width: 16px !important;
	height: 16px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: none !important;
	border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
	padding: 0 !important;
}

div.form_content_listedit_opener {
	width: auto;
	height: auto;
	float: right;
}

img.form_content_listedit_opener {
	cursor: pointer;
}



/* ************************************************************************** */
/*  CWC                                                                       */
/* ************************************************************************** */

span.cwcicons {
	white-space				: nowrap;
}
span.cwcicons_langid {
	white-space				: nowrap;
}
.cwcelement_visible {
	border					: 1px dotted #006699;
	margin-bottom			: 1px;
}
.cwcelement_hidden {
	border					: 1px dashed #006699;
	background-color		: #9CC7E1;
	margin-bottom			: 1px;
}
div.cwcchildelement_hidden {
	background-color		: #9CC7E1;
}

div.CWCBox {
	position				: fixed;
	right					: 30px;
	top						: 100px;
	z-index					: 10000;
	border					: 1px solid #99BFD5;
	background-color		: rgba(255, 255, 255, 0.8);
	text-align				: left;
	font-size				: 1em;
	line-height				: 1.9em;
}

div.CWCBoxTitle {
	padding					: 0 5px;
	text-align				: left;
	vertical-align			: top;
	font-size				: 1em;
	font-weight				: bold;
	color					: #006699;
}

div.CWCBoxTitleLeft {
	float					: left;
	padding-right			: 10px;
}

div.CWCBoxTitleRight {
	float					: right;
}

img.CWCBoxDrag {
	height					: 15px;
	margin-top				: 4px;
	cursor					: pointer;
}

a.CWCBoxClose {
	float					: right;
	font-size				: 1em;
}

div.CWCBoxContent {
	padding-right			: 5px;
	padding-left			: 5px;
}

div.CWCBoxContentLeft {
	float					: left;
	padding-right			: 10px;
}

div.CWCBoxContentRight {
	float					: right;
}

a.CWCBox {
	font-size				: 1em;
	color					: #006699;
	text-decoration			: none;
}
a.CWCBox:hover {
	text-decoration			: underline;
}

div.innerModalPopupDiv div#wrapper {
	padding-left			: 5px;
}

div.cwcPopUpCloser {
	padding-top				: 4px;
	padding-right			: 6px;
	text-align				: right;
}



div.innerModalPopupDiv div#CWCFirstRow {
	display					: none;
}

div.innerModalPopupDiv div.form_content_boundary {
	width					: 100%;
}

div.innerModalPopupDiv div.form_content_boundary div.form_content_right_boundary {
	background-color		: transparent;
}

div.innerModalPopupDiv div#wrapper .form select,div.innerModalPopupDiv div#wrapper .form input {
	width					: auto;
}

div.cwc_table_title {
	background				: #3f81b1;
}

div#cwchiddencontainer {
	position				: absolute;
	top						: 0px;
	visibility				: hidden;
	width					: 0px;
	height					: 0px;
	background-color		: transparent;
}
div#cwchiddencontainer_iframe {
	visibility				: hidden;
	width					: 0px;
	height					: 0px; 
}




/* ************************************************************************** */
/*  WIZARD                                                                    */
/* ************************************************************************** */

div.wizard_boundary {
    background: none repeat scroll 0 0 #105580;
    margin: 0 18px 10px;
    padding-top: 10px;
    position: relative;
    width: 99%;
    z-index: 9999;
}
div.wizard {
	margin-right		: 0;
}
div.wizard_close {
	position			: absolute;
	top					: 0px;
	right				: 0px;
	width				: 26px;
	padding-top			: 10px;
}
div.wizard_col {
	float				: left;
}
div.wizard_cell_boundary, div.wizard_cell_first_boundary, div.wizard_cell_last_boundary {
	height				: 42px;
}
div.wizard_cell, div.wizard_cell_current, div.wizard_cell_first_current, div.wizard_cell_first, div.wizard_cell_last, div.wizard_cell_last_current {
	background-image	: url(/css/newtemplates2012/wizard/line.png);
	background-position	: 0px 18px;
	background-repeat	: repeat-x;
}
div.wizard_cell {
	padding-top			: 3px;
}
div.wizard_cell_current {}
div.wizard_cell_alone,
div.wizard_cell_first_current, 
div.wizard_cell_last_current {
	width				: 50%;
}
div.wizard_cell_first, div.wizard_cell_last {
	padding-top			: 3px;
	width				: 50%;
}


/*  All Step Cricles  */
div.subcircle, div.subcircle_first, div.subcircle_last, 
div.subcirclenonclickable, div.subcirclenonclickable_first, div.subcirclenonclickable_last, 
div.maincircle, div.maincircle_first, div.maincircle_last, 
div.navcircle {
	text-align			: center;
	vertical-align		: middle;
	color				: #96AEC4;
	font-weight			: normal;
}


/*  Non-Current Step Cricles */
div.subcircle, div.subcircle_first, div.subcircle_last, div.subcirclenonclickable, div.subcirclenonclickable_first, div.subcirclenonclickable_last {
	position			: relative;
	width				: 36px;
	height				: 36px;
	background			: #167AB6;
	font-size			: 1.5em;
    font-weight			: bold;
	line-height			: 36px;
	-moz-border-radius	: 50%;
	-webkit-border-radius: 50%;
	border-radius		: 50%;
	behavior			: url(css/[%- TEMPLATE_SWITCH -%]/border-radius.htc);	
	border: 1px solid #85A3C6;
}
div.subcirclenonclickable, div.subcirclenonclickable_first, div.subcirclenonclickable_last {
	background			: #4A7995;
}
div.subcircle_first, div.subcirclenonclickable_first {
	left				: -18px;
}
div.subcircle_last, div.subcirclenonclickable_last {
	right				: -18px;
}
div.subcircle a, div.subcircle a:link, div.subcircle a:hover, div.subcircle a:visited, div.subcircle a:active, div.subcircle a:focus, 
div.subcircle_first a, div.subcircle_first a:link, div.subcircle_first a:hover, div.subcircle_first a:visited, div.subcircle_first a:active, div.subcircle_first a:focus, 
div.subcircle_last a, div.subcircle_last a:link, div.subcircle_last a:hover, div.subcircle_last a:visited, div.subcircle_last a:active, div.subcircle_last a:focus {
	color				: #f1f1f1;
}


/*  Current Step Cricle */
div.maincircle, div.maincircle_first, div.maincircle_last {
    background: none repeat scroll 0 0 #BBDAED;
    border: 1px solid #86A9BF;
    border-radius: 50% 50% 50% 50%;
    font-size: 1.833em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 40px;
}
div.maincircle_first  {
	left				: -21px;
}
div.maincircle_last  {
	right				: -21px;
}
div.maincircle a, div.maincircle a:link, div.maincircle a:hover, div.maincircle a:visited, div.maincircle a:active, div.maincircle a:focus, 
div.maincircle_first a, div.maincircle_first a:link, div.maincircle_first a:hover, div.maincircle_first a:visited, div.maincircle_first a:active, div.maincircle_first a:focus, 
div.maincircle_last a, div.maincircle_last a:link, div.maincircle_last a:hover, div.maincircle_last a:visited, div.maincircle_last a:active, div.maincircle_last a:focus {
	color				: #105580;
	text-decoration		:none;
}


/*  Wizard-Nav Circles */
div.wizard_navcircle_left, div.wizard_navcircle_right {
	position			: relative;
	z-index				: 1000;
	width				: 36px;
	height				: 36px;
	line-height			: 20px;
	background			: #167AB6;
	text-align			: center;
	vertical-align		: middle;
	font-weight			: normal;
	font-size			: 1.5em;
	border				: 1px solid #87A5C9;
	-moz-border-radius	: 50%;
	-webkit-border-radius: 50%;
	border-radius		: 50%;
	behavior			: url(css/[%- TEMPLATE_SWITCH -%]/border-radius.htc);	
}
div.wizard_navcircle_left {
	left				: -18px;
	 border				: 1px solid #87A5C9;
}
div.wizard_navcircle_right {
	right				: -18px;
	border				: 1px solid #87A5C9;
}


/*  Wizard Step-Titles  */
div.wizard_steptitle_active, div.wizard_steptitle_inactive {
	vertical-align		: top;
	color				: #FFFFFF;
	position			: relative;
	margin				: 0px;
	padding				: 0px;
	padding-left		: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
}
div.wizard_steptitle_inactive {
	color				: #CCCCCC;
}
div.wizard_steptitle_empty {  }


/*  wizard_navcircle  */
div#wizard_navcircle {
	width				: 16px;
	background			: transparent;
	text-align			: left;
	top					: 5px;
	position			: relative;
	padding-top			: 7px;
	padding-left		: 5px;
	font-size			: 0.833em;
}
div#wizard_navcircle ul {
	float				: left;
	top					: 15px;
	width				: auto;
	margin				: 0px;
	padding				: 0px;
	text-align			: left;
	font-weight			: normal;
	color				: #000000;
	list-style			: none;
}
div#wizard_navcircle ul ul {
	left				: -20px;
	background			: transparent;
	list-style			: none outside;
}
div#wizard_navcircle a, div#wizard_navcircle h2, div#wizard_navcircle span {
	margin				: 0px;
	padding				: 0px;
	font				: bold 0.9em/1.3em;
}
div#wizard_navcircle h2 {
	background			: transparent;
	color				: #FF8635;
}
div#wizard_navcircle a {
	background			: #FFFFFF;
	text-decoration		: none;
	color				: #105580;
}
div#wizard_navcircle a:hover {
	background			: #FFFFFF;
	text-decoration		: none;
	color				: #1A8DD2;
}
div#wizard_navcircle li {
	position			: relative;
	margin				: 0px;
	padding				: 0px;
	font				: bold 1em/1.3em;
	color				: #BBBBBB;
	font-size			: 0.833em;
}
div#wizard_navcircle ul ul {
	position			: absolute;
	width				: 200px;
	margin				: 0px;
	padding				: 0px;
}

div#wizard_navcircle ul ul,
div#wizard_navcircle ul li:hover ul ul,
div#wizard_navcircle ul ul li:hover ul ul {
	display				: none;
}

div#wizard_navcircle ul li:hover ul,
div#wizard_navcircle ul ul li:hover ul,
div#wizard_navcircle ul ul ul li:hover ul {
	display				: block;
}

div.wizard_navbox {
	position			: relative;
	z-index				: 2000;
    border				: 1px solid #999999;
	padding				: 10px 10px 7px;
    background-color	: #ffffff;
}

div.wizard_navbox_row {
	padding-bottom		: 3px;
	background-color	: #ffffff;
	font-weight			: normal;
	color				: #333333;
}

div.wizard_navbox_row li {
	display				: block;
	width				: 200px;
}

div#wizard_navcircle ul li h2 img {
	padding				: 0 0 10px 4px;
}


/*  wizard_steptitle  */

div#wizard_steptitle {
    position			: relative;
    text-align			: center;
    width				: 100%;
}

div#wizard_steptitle ul {
	list-style			: none;
	background			: transparent;
	color				: #ffffff;
	margin				: 0;
	padding				: 0;
	font-weight			: normal;
	width				: 100%;
	float				: left;
}

div#wizard_steptitle a, div#wizard_steptitle h2 {
	margin				: 2px;
	display				: block;
	margin				: 0;
	padding				: 0;
}

div#wizard_steptitle h2 {
	display				: inline;
	margin-top			: 5px;
	font-weight			: bold;
	background			: transparent;
	font-size			: 0.833em;
	color				: #A3B8C9;
}

div#wizard_steptitle a {
	color				: #ffffff;
	background			: transparent;
	text-decoration		: none;
	padding				: 2px 2px 2px 5px;
	font-size			: 0.833em;
}

div#wizard_steptitle a:hover {
	background			: transparent;
	text-decoration		: none;
	padding				: 2px 2px 2px 5px;
}

div#wizard_steptitle a.steptitleactive {
	color				: #D9E4ED;
	display				: inline;
	line-height			: 15px;
	font-size			: 1em;
}

div#wizard_steptitle a.steptitleactive:hover {
	color				: #ffffff;
	display				: inline;
}

div#wizard_steptitle a.steptitleinactive {
	color				: #ffffff;
	display				: inline;
	font-size			: 0.917em;
	text-decoration		: underline;
	line-height			: 15px;
}
div#wizard_steptitle a.steptitleinactive:hover {
	color				: #ffffff;
	display				: inline;
}
div#wizard_steptitle li {
	position			: relative;
	margin				: 0px;
	padding				: 0px;
}

div#wizard_steptitle ul ul,
div#wizard_steptitle:hover ul ul ul,
div#wizard_steptitle ul li:hover ul ul ul {
	display				: none;
}
div#wizard_steptitle:hover ul,
div#wizard_steptitle ul ul li:hover ul,
div#wizard_steptitle ul ul ul li:hover ul {
	display				: block;
}


/*  wizard_step_info  */

div.wizard_infotext div#wizard_infotext_helpbox {
	display				: none;
}


div#wizard_step_info {
	margin				: 0;
	padding				: 0;
	background			: transparent;
	text-align			: left;
	position			: relative;
	display				: inline-block;
	z-index				: 200;
	width				: 10px;
	height				: 10px;
}
div#wizard_step_info ul {
	list-style			: none;
	position			: absolute;
	top					: -1px;
	left				: 0px;
	margin				: 0;
	padding				: 0;
	width				: 100%;
	height				: 100%;
	color				: #333333;
	text-align			: left;
	font-weight			: normal;
	overflow			: visible;
}
div#wizard_step_info ul li {
	background-color	: transparent;
    display				: none;
    left				: 0;
    margin				: 0;
    padding				: 0;
    position			: absolute;
    top					: 18px;
    width				: 180px;
}
div#wizard_step_info ul:hover li {
	display				: block;
}
div.wizard_step_info {
    border				: 1px solid #999999;
	padding				: 3px;
    background			: #ffffff;
	text-align			: left;
	font-weight			: normal;
	font-size			: 0.917em;
	color				: #333333;
}


/*  wizard_infotext  */
div#wizard_infotext {
    margin: 0;
    padding: 12px 6px 6px;
    text-align: left;
}
div#wizard_infotext_helpbox {
	margin				: 0;
	padding				: 0;
	background			: transparent;
	text-align			: left;
	position			: relative;
	display				: inline-block;
	z-index				: 200;
	width				: 10px;
	height				: 10px;
}
div#wizard_infotext_helpbox ul {
	list-style			: none;
	position			: absolute;
	top					: -1px;
	left				: 2px;
	margin				: 0;
	padding				: 0;
	width				: 100%;
	height				: 100%;
	color				: #333333;
	text-align			: left;
	font-weight			: normal;
	overflow			: visible;
}
div#wizard_infotext_helpbox ul li {
	position			: absolute;
	left				: 32px;
	top					: -10px;
	width				: 320px;
	margin				: 0;
	padding				: 0;
	display				: none;
	background-color	: transparent;
}

div#wizard_infotext_helpbox ul:hover li {
	display				: block;
}
div.wizard_infotext {
    background: none repeat scroll 0 0 #4383AA;
    border: 1px solid #3F8FC1;
    box-shadow: 0 0 10px #52667E inset;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 15px 10px 10px;
    text-align: left;
    width: auto;
}
div.wizard_infotext_helpbox {
    border				: 1px solid #999999;
	padding				: 10px;
    background-color	: #ffffff;
	text-align			: left;
	vertical-align		: middle;
	font-weight			: normal;
	color				: #333333;
}



/*  wizard_actionbar  */
div.wizard_actionbar_boundary {
    background-color: #1571AA;
    color: #FFFFFF;
    float: none;
    margin: 10px 18px 20px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 99%;
    z-index: 999;
}

div.wizard_actionbar {
padding: 8px 8px 4px;
}

div.wizard_actionbar_title {
	padding-bottom		: 10px;
	color				: #ffffff;
	font-weight			: bold;
	font-size			: 1em;
}
div.wizard_actionbar_text {
	padding-bottom		: 10px;
	color				: #ffffff;
	font-size			: 0.917em;
}
div.wizard_actionbar_help {
	padding-bottom		: 10px;
	color				: #ffffff;
	font-size			: 0.917em;
}


/*  wizard_recorder  */
div.wizard_recorder_boundary {
	position			: fixed;
	right				: 30px;
	top					: 40px;
	z-index				: 9980;
	border				: 1px solid #e3e3e3;
	padding				: 0px 5px;
	background-color	: #ffffff;
	text-align			: left;
	line-height			: 1.9em;
}
div.wizard_recorder {
}
div.wizard_recorder_left {
	float				: left;
	padding-right		: 10px;
}
div.wizard_recorder_right {
	float				: right;
}
a.wizard_recorder_stop {
	float				: right;
}
a.wizard_recorder, a.wizard_recorder:link, a.wizard_recorder:hover, a.wizard_recorder:visited, a.wizard_recorder:active, a.wizard_recorder:focus {
	color				: #ffffff;
}



/* ************************************************************************** */
/* Mjolnir                                                                    */
/* ************************************************************************** */

/* Round-Corners & Box-Shadows */
div.mjolnir_stats_title, div.mjolnir_stats_screens, div.mjolnir_stats_screenWideTime, div.mjolnir_stats_b4ScreenWideTime, div.mjolnir_stats_v4ScreenWideTime, 
div.mjolnir_stats_toggleAll, div.mjolnir_stats_toggleScreens, div.mjolnir_stats_togglePhases, div.mjolnir_stats_toggleRecords, div.mjolnir_stats_toggleTriggers, 
div.mjolnir_screen_title, 
div.mjolnir_phase, 
div.mjolnir_record_title, div.mjolnir_record_type, div.mjolnir_record_cwc, div.mjolnir_record_paths, div.mjolnir_record_triggerstats, div.mjolnir_record_triggers {
	border-radius: 4px;
	box-shadow: 0px 0px 8px #000;
}

/* Right Margins */
div.mjolnir_stats_title, div.mjolnir_stats_screens, div.mjolnir_stats_screenWideTime, div.mjolnir_stats_b4ScreenWideTime, div.mjolnir_stats_v4ScreenWideTime, 
div.mjolnir_stats_toggleAll, div.mjolnir_stats_toggleScreens, div.mjolnir_stats_togglePhases, div.mjolnir_stats_toggleRecords, div.mjolnir_stats_toggleTriggers, 
div.mjolnir_record_type, div.mjolnir_record_paths, div.mjolnir_record_triggerstats, div.mjolnir_record_triggers {
	margin-right: 8px;
}

/* Bottom Margins */
div.mjolnir_stats_title, div.mjolnir_stats_screens, div.mjolnir_stats_screenWideTime, div.mjolnir_stats_b4ScreenWideTime, div.mjolnir_stats_v4ScreenWideTime, 
div.mjolnir_stats_toggleAll, div.mjolnir_stats_toggleScreens, div.mjolnir_stats_togglePhases, div.mjolnir_stats_toggleRecords, div.mjolnir_stats_toggleTriggers, 
div.mjolnir_screen_title, 
div.mjolnir_phase, 
div.mjolnir_record_title, div.mjolnir_record_type, div.mjolnir_record_paths, div.mjolnir_record_triggerstats, div.mjolnir_record_triggers
{
	margin-bottom: 8px;
}

div.mjolnir {
	padding: 12px 12px 36px 12px;
	line-height: 150%;
}
div.mjolnir_stats {
	font-size: 13px;
	font-weight: bold;
}
div.mjolnir_stats_title, div.mjolnir_stats_screens, 
div.mjolnir_stats_toggleAll, div.mjolnir_stats_toggleScreens, div.mjolnir_stats_togglePhases, div.mjolnir_stats_toggleRecords, div.mjolnir_stats_toggleTriggers, 
div.mjolnir_stats_screenWideTime, div.mjolnir_stats_b4ScreenWideTime, div.mjolnir_stats_v4ScreenWideTime {
	float: left;
	padding: 7px 12px 7px 12px;
	border: 2px solid #333;
	text-align: center;
}
div.mjolnir_stats_toggleAll div.mjolnir_stats_name, div.mjolnir_stats_toggleScreens div.mjolnir_stats_name, div.mjolnir_stats_togglePhases div.mjolnir_stats_name, div.mjolnir_stats_toggleRecords div.mjolnir_stats_name, div.mjolnir_stats_toggleTriggers div.mjolnir_stats_name {
	cursor: pointer;
}
div.mjolnir_stats_screenWideTime, div.mjolnir_stats_b4ScreenWideTime, div.mjolnir_stats_v4ScreenWideTime {
	float: right;
	margin: 0px;
}
div.mjolnir_stats_screenWideTime {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
div.mjolnir_stats_b4ScreenWideTime {
	border-left: 0px;
	border-radius: 0px;
}
div.mjolnir_stats_v4ScreenWideTime {
	border-left: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
div.mjolnir_stats_name {
	
}
div.mjolnir_stats_value {
	font-weight: 900;
}

div.mjolnir_screen {
	
}
div.mjolnir_screen_title {
	background-color: #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
div.mjolnir_screen_id, div.mjolnir_screen_pageName, div.mjolnir_screen_url, div.mjolnir_screen_cwc, 
div.mjolnir_screen_totalTime, div.mjolnir_screen_b4TotalTime, div.mjolnir_screen_v4TotalTime {
	float: left;
	margin-right: 12px;
	padding: 7px 10px 7px 10px;
}
div.mjolnir_screen_totalTime, div.mjolnir_screen_b4TotalTime, div.mjolnir_screen_v4TotalTime {
	float: right;
	margin: 0px;
	padding: 7px 13px 7px 13px;
	border-left: 2px solid #fff;
}

div.mjolnir_screen_details {
	
}

div.mjolnir_phase {
	margin-left: 43px;
	background-color: #666;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
div.mjolnir_phase_name {
	padding: 3px 13px 3px 13px;
}
div.mjolnir_phase_phaseTime, div.mjolnir_phase_b4Time, div.mjolnir_phase_v4Time {
	padding: 3px 13px 3px 15px;
}
div.mjolnir_phase_name {
	float: left;
}
div.mjolnir_phase_phaseTime {
	float: right;
}
div.mjolnir_phase_b4Time {
	float: right;
}
div.mjolnir_phase_v4Time {
	float: right;
}

div.mjolnir_records {
	margin-left: 43px;
	display: none;
}
div.mjolnir_record {
	margin-left: 43px;
}
div.mjolnir_record_title {
	background-color: #999;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
div.mjolnir_record_id {
	float: left;
	padding: 2px 3px 2px 13px;
}
div.mjolnir_record_b4Time {
	float: right;
	padding: 2px 83px 2px 3px;
}
div.mjolnir_record_type, div.mjolnir_record_paths, div.mjolnir_record_triggerstats, div.mjolnir_record_triggers {
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #999;
	background-image: linear-gradient(to right, #ccc 0%, #fff 68%);
	border: 1px solid #999;
	font-size: 13px;
}
div.mjolnir_record_type {
	position: relative;
	width: 188px;
	font-weight: bold;
}
div.mjolnir_record_cwc {
	position: absolute;
	right: -35px;
	top: -5px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #000;
	background-color: #f33;
	font-size: 11px;
	transform: rotate(349deg);
}
div.mjolnir_record_paths {
	cursor: pointer;
}
div.mjolnir_record_tablepath {
	font-weight: bold;
}
div.mjolnir_record_path {

}
div.mjolnir_record_triggerstats, div.mjolnir_record_triggers {
	display: none;
}
div.mjolnir_record_triggerstat_name {
	float: left;
	padding-right: 13px;
}
div.mjolnir_record_triggerstat_value {
	float: right;
	font-weight: bold;
}
div.mjolnir_record_trigger_count {
	float: left;
	width: 33px;
}
div.mjolnir_record_trigger_name {
	float: left;
	padding-right: 13px;
}
div.mjolnir_record_trigger_time {
	float: right;
	font-weight: bold;
}

div.mjolnir_invisible {
	opacity: 0.2;
}
