/*@import url("css/menu.css"); */

html{height:100%;}
#Body{height:100%;font-family:Helvetica, Arial, sans-serif;color:#333;}
#Form{height:100%;}
a{outline:0;border:0;}
p, ul, ol{margin:0;padding:0 0 0 0;}
#DNN6{width:100%;position:relative;z-index:1;min-height:100%;background-color: #fafafa;}
#Background{background:#fafafa url('Images/Body-BG.jpg') repeat-x 0 bottom;position:absolute;bottom:0;width:100%;height:240px;z-index:-1;}

h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:18px;}

#Header{width:997px;position:relative; z-index:10;}
#Header .Content{position:relative;width:997px;height:63px;margin:auto;}
#Header #ContentBG{width:997px;margin:auto;}
    
#Header .SearchContainer{position:absolute;z-index:22;bottom:19px;right:0px;width:232px;height:32px;background:url(images/search.png);}
#Header .SearchContainer .SearchBorder{border:0;background:none;}
#Header .SearchContainer .SearchIcon{float:left;width:40px;padding:3px;background-position:9px 6px;}
#Header .SearchContainer .SearchTextBox{float:left;background:none;width:100px;margin:3px;color:#eee;}
#Header .SearchContainer .SearchButton{float:left;text-indent:-9999px;display:block;height:32px;width:30px;padding:0;}

#Content {min-height: 600px; position:relative; z-index:1;}

#Panes{width:1017px;margin:auto;}
    
    
/* LOGIN GROUP STYLES */
#LogoRow
{
	padding:12px 0;
	/*min-height:75px;*/
	min-height:15px;
}
	
/* Company Logo */
#LogoRow > a{ 
	display:block; 
	float:left;
}

#LogoRow > .LogoIdentifier {
    position: absolute;
    top: 45px;
    left: 210px;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.LogoImage {
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
	
.LogoRowRight {		
	position: absolute;
	right: 0px;
	top: 40px;
}
	
.LogoRowRight div#toshibaLinks {
	display: inline-block;
}
	
.LogoRowRight div#toshibaLinks a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 14px 0px 0px;
}
	
div#companySelection .cellLabel {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
div#companySelection {
	min-height: 24px;
	display: inline-block;
}

#companySelector {
	line-height: 15px !important;
}
	
#companySelector .NoMargin {
	margin: 0px 0px 0px !important;
}

#dnnMenu {
	margin-bottom: 0 !important;
}

#Nav {
	margin-top: -10px;
}

#Nav,
#belowNav {
	margin-bottom: 12px;
} 

#Login {
	margin-left: 15px;
	vertical-align: middle;
	min-height: 24px;
}

#belowNav {
	display: block;
	text-align: right;
}
	
/* Login & Social */
.LogoRowRight, .LogoSecondRowRight{ float:right; }
	
#Login {
	display: inline-block;
}
	
#Login .registerGroup, 
#Login .registerGroup *, 
#Login .loginGroup, 
#Login .loginGroup *{
	display:block;
} 

#Login .registerGroup {float:left;}
	
	
#Login .registerGroup,
#Login .loginGroup{padding:0;margin:0;} 
		
#Login .registerGroup li:first-child:hover{border-left:#333;}
/* Register Group Styles */
#Login .registerGroup li{ 
	float:left;
	height:33px;
	border-left:1px solid #fcfcfc; /*light*/
	border-right:1px solid #c7c7c7; /*dark*/
}
#Login .registerGroup .buttonGroup{margin-right:0;}
		
#Login .registerGroup .buttonGroup {
	overflow: hidden;
}
		
#Login .registerGroup .buttonGroup li {
	margin: 0 !important;
}
		
#Login .registerGroup a,
#Login .loginGroup a{
	position:relative;
	display:block;
	padding:11px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	min-width:42px; 
	min-height:100%;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	line-height:1em;
	border-left: 0;
			
	background: transparent;
}
		
#Login .registerGroup a:active,
#Login .loginGroup a:active{
	color:#fff;
	text-shadow: 0px -1px 0px #333333;
}
		
#Login .registerGroup a:hover,
#Login .loginGroup a:hover{text-decoration:none;}
		
#Login .registerGroup a strong,
#Login .loginGroup a strong{
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	display:block;
	font-size:11px;
	font-weight:bold;
	vertical-align:baseline;
	overflow:hidden;
	text-indent:-9999px;
}
		
.registerGroup .userMessages strong,
.registerGroup .userNotifications strong{
	background:url(Images/userLoginSprite.png) no-repeat 15px 12px;
}
.registerGroup .userNotifications strong{ background-position:-85px 10px; }
.registerGroup .userMessages strong:hover{background-position:15px -40px; }
.registerGroup .userNotifications strong:hover{ background-position:-85px -42px;}
.registerGroup .userMessages strong:active{background-position:15px -91px; }
.registerGroup .userNotifications strong:active{ background-position:-85px -92px;}
		
#Login .registerGroup a span{
	position:absolute;
	right:5px; top:-7px;
	display:inline-block;
	padding:2px 4px;
	min-width:7px;
	text-align:center;
	margin-right:3px;
	background: rgb(31,152,241); /* Old browsers */
	font-size:9px;
	color:#fff;
	text-shadow: 0px 1px 0px #333333;
			
	/*CSS3*/	
	background: -moz-linear-gradient(top, rgba(31,152,241,1) 0%, rgba(2,111,196,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,152,241,1)), color-stop(100%,rgba(2,111,196,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* W3C */
			
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px; 
			
	-webkit-box-shadow: 0px 1px 0px 0px #222222;
	-moz-box-shadow: 0px 1px 0px 0px #222222;
	box-shadow: 0px 1px 0px 0px #222222; 		
}
		
		
#Login .registerGroup .userProfileImg a{
	padding:0;background:none;
	min-width:25px;
}
#Login .registerGroup a img{
	border:1px solid blue;
	height:32px; width:32px;
	background:#555;
			
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 1px 0px 0px rgba(0, 0, 0, 0.2); 
}
/* Login Group Styles */
#Login .loginGroup{
	border-left:1px solid #fcfcfc; /*light*/		
} 
#Login .loginGroup a{padding:11px 20px; font-weight:bold; color:#666;}
		
/* Login Language Group */
#Login .language-object{
	float:left;
	display:block;
	margin:0;
	padding:0;
			
	border-left:1px solid #c7c7c7; /*dark*/
}
#Login .language-object span{
	padding:8px 0;
	padding-right:8px;
	margin:0;
	float:left;
}
#Login .language-object span:first-child{
	padding-left:8px;
	border-left:1px solid #fcfcfc; /*light*/
}
#Login .language-object span img{
	height:12px; width:20px;
	opacity:0.2;
}
#Login .language-object span:hover img{opacity:1;}
#Login .language-object .Language.selected img{
	opacity:1;
	border-color:#999;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 		0px 1px 0px 0px rgba(255, 255, 255, 0.8); 
}
		
		
#fb-root{display:none;}
.fb-like{float:left;}
#dnn_SocialMediaPane{clear:both; float:right; }
	
#Breadcrumb{height:30px;width:960px;line-height:30px;background:url(images/Breadcrumb-BG.jpg) no-repeat 0 0;margin:0 0 2em 0;font-size:11px;}
#Breadcrumb span{display:inline-block;height:30px;float:left;font-weight:bold;color:#666;font-size:11px;}
#Breadcrumb .Intro{text-transform:uppercase;padding:0 15px 0 13px;margin:0 15px 0 0;font-size:10px;background:url(images/Breadcrumb-FirstSep.jpg) no-repeat right 0;}
#Breadcrumb .SkinObject{display:inline-block;color:#944e4e;height:30px;float:left;}
#Breadcrumb .SkinObject:hover{text-decoration:underline;}
#Breadcrumb span.Sep{width:14px;background:url(images/Breadcrumb-Sep.jpg) no-repeat 0 0;margin:0 15px;}
    
#dnn_ContentPane, #dnn_BottomPane{clear:both;}
	
#DNN6.Home #dnn_LeftPane, #DNN6.TwoColRight #dnn_LeftPane{float:left;width:630px;margin:0 30px 0 0;min-height:1px;}
#DNN6.Home #dnn_RightPane, #DNN6.TwoColRight #dnn_RightPane{float:left;width:300px;}
	
#DNN6.ThreeCol #dnn_LeftPane{float:left;width:180px;margin:0 30px 0 0;}
#DNN6.ThreeCol #dnn_CenterPane{float:left;width:470px;margin:0 30px 0 0;}
#DNN6.ThreeCol #dnn_RightPane{float:left;width:250px;}
	
#DNN6.TwoColLeft #dnn_LeftPane{float:left;width:300px;margin:0 30px 0 0;}
#DNN6.TwoColLeft #dnn_RightPane{float:left;width:630px;}

#Footer{min-height:45px;width:100%; }
#Footer .Content{width:960px;margin:auto;padding:30px 0 0 0;}
#Footer .Content .Panes{padding:0 0 45px 0;}
#Footer #dnn_Footer_LeftPane{width:470px;float:left;margin:0 20px 0 0;}
#Footer #dnn_Footer_RightPane{width:470px;float:left;}
#Footer #dnn_Footer_BottomPane{clear:both;}
#Footer #Copyright{clear:both;height:50px;width:auto;min-width: 30%;border-top:4px solid #333333;line-height:46px;}
#Footer .Normal{color:#e5e5e5;}
#Footer span.SkinObject{font-weight:normal;color:#666666;}
#Footer a.SkinObject{float:right;font-weight:normal;text-decoration:underline;}
#Footer a.SkinObject:link, #Footer a.SkinObject:active, #Footer a.SkinObject:visited, #Footer a.SkinObject:hover{color:#e5e5e5;padding:0 0 0 15px;}

/* Footer overrides */

#Footer {
	margin-top: 30px;
}

/* Redesign_2014_09_08 p. 4 */
#Footer {
	display: block;
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #dfdfdf;
}



#Footer .Content {
	/* Redesign_2014_09_08 p. 4 */
	/*background-color: white;*/
	/*box-shadow: 4px 4px 4px 3px #cecece;*/
	/*width: 1017px;*/
	display: block;
	width: 100%;
	padding: 14px 0;
	position: relative;
	min-height: 20px;
	box-sizing: border-box;
	text-align: right;
}	

/* Redesign_2014_09_08 p. 4 */
#Footer #Footer_BottomPane {
	float: left;
}

#Footer #Copyright {
	display: inline-block;
	box-sizing: border-box;
}
 
#Footer #Footer_BottomPane {
	display: inline-block;
	width: auto;
	min-width: 49%;
	box-sizing: border-box;
	height: 14px;
}

#Footer #Footer_BottomPane {
	text-align: left;
	line-height: 14px;
	vertical-align: middle;
}

#Footer #Footer_BottomPane a {
	margin: 0px 22px 0px 0px;
	line-height: 14px;
}

#Footer #Copyright {
	border: 0;
	height: auto;
	line-height: 14px;
	vertical-align: middle;
}
	
	
/* Content */
.Social-Links{text-align:right;padding:15px 0 0 0;}
#dnn_SocialMediaPane .fb-like{margin-top: 20px; margin-left: -80px; position: absolute;}
	.Social-Links a{margin:0 0 0 10px;}
	.icoIN{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
	.icoFacebook{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat 0 0;}
	.icoTwitter{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -32px 0;}
	.icoTwitter2{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -576px 0;}
	.icoMySpace{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -64px 0;}
	.icoStumbleUpon{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -96px 0;}
	.icoDigg{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -128px 0;}
	.icoFlickr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -160px 0;}
	.icoLinkedIn{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
	.icoYouTube{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -224px 0;}
	.icoDelicious{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -256px 0;}
	.icoBlogger{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -288px 0;}
	.icoRSS{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -320px 0;}
	.icoEmail{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -352px 0;}
	.icoTumblr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -384px 0;}
	.icoFourSquare{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -416px 0;}
	.icoReddit{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -448px 0;}
	.icoVimeo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -480px 0;}
	.icoWordPress{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -512px 0;}
	.icoBebo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -544px 0;}

/* Right Hand Links */
#RightLinks{margin:0;padding:0;}
	#RightLinks li{height:50px;clear:both;list-style-type:none;background:url(images/Horizontal-Sep.jpg) repeat-x left bottom;padding:1em 0;margin:0;}
		#RightLinks li img{float:left;height:50px;width:56px;margin:0 15px 0 0;}
		#RightLinks li a:link, #RightLinks li a:visited{color:#000;text-decoration:none;}
		#RightLinks li a:active, #RightLinks li a:hover{color:#D0171E;text-decoration:none;}
		#RightLinks li p{margin:0;line-height:14px;}
		#RightLinks li p span{display:block;color:#000;font-size:13px;font-weight:bold;text-transform:uppercase;padding:0 0 2px;font-size:14px;text-shadow: #f7f7f7 1px 1px 1px;}
		#RightLinks li.icoMarketplace{background:none;}
		#RightLinks li.icoCommunity img{background:url(images/Icons.png) no-repeat -192px 8px;}
		#RightLinks li.icoManuals img{background:url(images/Icons.png) no-repeat -250px 0;}
		#RightLinks li.icoTraining img{background:url(images/Icons.png) no-repeat -316px 2px;}
		#RightLinks li.icoConferences img{background:url(images/Icons.png) no-repeat -376px 0;}
		#RightLinks li.icoMarketplace img{background:url(images/Icons.png) no-repeat -444px 0;}

/* Password Information */
#Passwords{margin:2em 0;padding:0;}
	#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
	#Passwords li.Host{margin:0;}
	#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
	#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}

/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{margin:0 0 2em 0;}
.DnnModule ul, ol{padding: 0 0 0 24px;}
/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:12px;line-height:16px;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

/* From MinimalExtropy skin */

th, td, div
{
    /* border-style: inherit; */
    /* color: #464646; */
    /*background: #FFFFFF;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

a, a:link, a:visited, a:active
{
    /*color: #4F839F;*/
    color:gray;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: normal; */
    /*font-size: 12px;*/
}
a:hover{color:#C00; text-decoration:none; }

.contenthdr
{
    list-style-image: url('/Portals/0/HOMEPAGE-CALENDAR-chevron.jpg');
    font-family:'arial';
    font-size:18px;
    font-weight:bold;
    color:gray;
    /*margin:10px;*/
	text-decoration:none;
	margin-bottom: 10px
}

.contenttxt
{
    list-style-image: url('/Portals/0/HOMEPAGE-CALENDAR-chevron.jpg');
    font-family: 'arial';
    font-weight: normal;
    font-size: 12px;
    color: #666666; /*margin:10px;*/
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: 10px;
}

.menu_bg
{
    background-position: left top;
    height: 40px;
    background: url(images/menu_bg.png) repeat-x top left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
}
.menu_left{padding:0px; margin:0px; background:url(images/menu_left.png) no-repeat top left;}
.menu_right{margin:0px; background:url(images/menu_right.png) no-repeat top right; }

.search_style{float:right; padding:8px 0px 0px 0px;}
.search_bg{padding-right:2px;}
.search_bg Input{color: #43494D;}

.menu_style{float:left;}

#LogoRow {
	display: block !important;
	height: 50px;
}

#dnnMenu .topLevel {
	box-sizing: border-box;
}

.dnnFormPopup .ui-dialog-titlebar {
	min-height: 42px;
}

.cbctAddPage, .cbcpPageEdit {
	width: 47% !important;
}

#dnnCurrentPage .dnnCPPageList, .dnnFormCheckbox input, .cbctAddModule a.dnnPrimaryAction, #dnnCurrentPage .dnnFormCheckbox {
	margin-left: 0 !important;
}

.dnnActionMenuTag  {
	box-sizing: border-box !important;
	height: 28px !important;
}

.megaborder li.leaf {
	width: 140px !important;
}
.dnnadminmega .megaborder label {
	display: inline-block;
}


/* Redesign_2014_09_08 button guidelines */
/* partly extracted from https://www.toshiba.de/css/ltr/additionalStyles.css */
.blackButton,
.greyButton,
.redButton,
a.blackButton,
a.greyButton,
a.redButton,
#Login .loginGroup a.LoginLink,
.DnnModule-ActionForm .bstrap30 .af-slide.btnc.btnc-left button.btn-primary {
    border-radius: 4px;
    border-width: 0;
    clear: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 23px;
	line-height:23px;
	vertical-align: middle;
    margin: 0 3px;
    padding: 0 8px 0 16px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px !important;
}

.blackButton {
	background: url("Images/bg_black_button.png") no-repeat scroll 0 50% #111111;
}


.greyButton {
	background: url("Images/bg_grey_button.png") no-repeat scroll 0 50% #111111;
}


.redButton,
#Login .loginGroup a.LoginLink,
.DnnModule-ActionForm .bstrap30 .af-slide.btnc.btnc-left button.btn-primary  {
	background: url("Images/bg_red_button.png") no-repeat scroll 0 50% #E11B22 !important;
}

.greyButton[disabled],
.greyButton.disabled,
.redButton[disabled],
.redButton.disabled ,
.blackButton[disabled],
.blackButton.disabled {
	cursor: not-allowed;
	opacity: 0.4;
	filter: alpha(opacity=40); /* IE 8 */
}

.searchButton {
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    height: 19px;
	width: 22px;
    margin: 0 3px;
	line-height: 19px;
	font-size: 12px !important;
	background: url("Images/button_search.gif") no-repeat bottom center transparent;
}

/* Redesign_2014_09_08 button guidelines */
/* important rules required to override custom-made rules in all the desktop modules */
.buttonWrapper {
	text-align: right !important;
	background: #DFDFDF !important;
	border: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

.buttonWrapper tbody,
.buttonWrapper tr,
.buttonWrapper td {
	height: auto !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

.buttonWrapper td {
	padding: 6px !important;
	text-align: right !important;
}

.buttonWrapper > .redButton,
.buttonWrapper > .greyButton,
.buttonWrapper > .blackButton  {
	margin: 6px !important;
}

/* Redesign 2014_09_08 p. 22 */
/* "contact us" form - make row with submit button look like the others */
.DNNModuleContent.ModActionFormC {
	position: relative;
	padding-bottom: 30px;
}
.DnnModule-ActionForm .bstrap30 .af-slide.btnc.btnc-left {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	width: auto !important;
	text-align: right;
	padding: 6px;
	background: #DFDFDF;
}
.DnnModule-ActionForm .bstrap30 .c-form {
	margin-top: 8px;
}

.DnnModule .roundelHeader,
.DnnModule span.roundelHeader,
.DnnModule h2.roundelHeader,
.DnnModule h1.Title span.roundelHeader {
	text-align: left !important;
	color: #999 !important;
	background: url('Images/roundel_13.png') no-repeat left center scroll !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	line-height: 100% !important;
	font-weight: bold !important;
	margin: 5px 0 !important;
	padding: 2px 0 0 20px !important;
	display: block !important;
}

.DnnModule .roundelHeader * {
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	display: inline-block !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}


.wrap {
    width: 100%;
    position: relative;
	padding: 6px 1.5%;
}

.section {
	width: 100%;
	display: block;
}

.section.border {
	border: 1px solid #DFDFDF;
    margin-top: -1px;
}

.section.border-top {
	border-top: 1px solid #DFDFDF;
}

.section.border-left {
	border-left: 1px solid #DFDFDF;
}

.section.border-right {
	border-right: 1px solid #DFDFDF;
}

.section.border-bottom {
	border-bottom: 1px solid #DFDFDF;
}

.section > table{
	border: 0;
	margin: 0;
	width: 100%;
} 

.successBox 
{
	display: block;
	min-height: 50px;
	margin: 10px auto;
	width: 96%;
    border: 3px solid #8FAB41;
    background-color:  #CCE38D;
	padding: 6px 6px 6px 60px;
	background-image: url('Images/dnn_success.png');
	background-repeat:	no-repeat;
	background-position: top left;
	font-weight: normal;
	color: #314202;
	font-size: 14px;
	line-height: 125%;
}

/*
.section  > .wrap:first-child {
	border-bottom: 1px dotted #EEE;
}
*/


/* kopiert aus DNNRegistration/Resources/css/Registration.css */
.ValidationSummary
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: Black !important;
}


.ValidationSummary ul
{
    border-style: solid;
    background-color:  #fff4e0;
/*    border-color: Orange !important; */
    border-color: #ffa500 !important;
    padding: 0px 0px 0px 4px !important;
}


.ValidationSummary span
{
    overflow: hidden;
}

.ValidationSummary li
{
   /*
    padding-left: 5px;
    list-style-image: url(/dnn/DesktopModules/DNNRegistration/images/error-icn.png);
    height: 35px;
    line-height: 25px;
*/    

/*
    background: url(/dnn/DesktopModules/DNNRegistration/images/error-icn.png) no-repeat 10px 10px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 5px 24px;
    vertical-align: middle;   
*/  
  
  
line-height:200%;
padding-left:25px;
background-image:url(Images/error-icn.png);
background-repeat:no-repeat;
background-position:left center;    
      list-style-type: none;   
}


#languageSelector {
	padding-top: 3px;
	display: inline-block;
	float: right;
	margin: 0 1px;
}

#companySelector {	
	display: inline-block;	
	margin: 0 0px;
}

#languageSelector .ddTitleText img,
#companySelector .ddTitleText img {
	max-height: 12px;
	margin: 0 0 2px 0;
}


#languageSelector .ddTitleText .ddlabel,
#companySelector .ddTitleText .ddlabel {
	line-height: 12px;

/* code to hide label 
	display: none;
*/
}

#languageSelector .ddTitleText,
#companySelector .ddTitleText {
	max-height: 100%;
	
	padding-right: 32px;
/* use this value if label is hidden 
	padding-right: 29px;
*/
	line-height: 14px;
	vertical-align: middle;
	box-sizing: border-box;
}

#languageSelector .ddArrow.arrowon, 
#languageSelector .ddArrow.arrowoff,
#companySelector .ddArrow.arrowon, 
#companySelector .ddArrow.arrowoff {
	background-position: 0 0 !important;
}

#languageSelector > .ddcommon,
#companySelector > .ddcommon {
	cursor: pointer;
	border-radius: 3px;
}

#languageSelector .borderRadiusTp ul li:last-child,
#languageSelector .borderRadiusTp .border,
#companySelector .borderRadiusTp ul li:last-child,
#companySelector .borderRadiusTp .border {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#languageSelector > .ddcommon,
#companySelector > .ddcommon {
	box-sizing: border-box;
	height: 24px;
}

#languageSelector > .ddcommon > *,
#companySelector > .ddcommon > * {
	height: 22px;
}

#languageSelector > .ddcommon,
#languageSelector .ddcommon .ddChild,
#companySelector > .ddcommon,
#companySelector .ddcommon .ddChild {
	width: auto !important;
}

#languageSelector .ddChild,
#companySelector .ddChild {
	box-sizing: content-box;
	height: auto !important;
	min-width: 100%;
	
	/* remove to align drop-down to the right */
	right: -1px;
	left: auto;
}

#languageSelector .ddChild ul li,
#companySelector .ddChild ul li {
	display: block;
	white-space: nowrap;
}

#languageSelector .ddChild ul li img,
#languageSelector .ddChild ul li span.ddlabel,
#companySelector .ddChild ul li img,
#companySelector .ddChild ul li span.ddlabel {
	display: inline-block;
}

#languageSelector .ddChild ul li img,
#companySelector .ddChild ul li img{
	margin: 0 0 2px 0;
	max-height: 12px;
}

.HeaderImage
{
    text-align: center;
    margin-bottom: 10px;
    height: 180px;    
}

.HeaderImage img
{
    width: 926px;

}

.thumbnailWrapper2 
{
    font-family: Arial, helvetica, Eurostile, Verdana !important;
    margin:auto;
    width :936px;
}  
     
.wrapper2
{
    display: inline-block;
    float:left;   /* important: left float */  
    position:relative; /* so we can use top and left positioning */  
    overflow:hidden; /* hide the content outside the boundaries (ZOOM) */ 
    margin-right: 4px;
    margin-left: 6px;
    margin-bottom: 10px;
} 

.clear 
{ 
    clear:both; 
} /* to clear the float after the last item */  
      
.imgBig
{  
   height:151px;  
   width:458px; 
} 
      
.img-caption-detail p
{
/*    padding-left: 10px;*/
    margin-left: 10px;
    font-size: 1.0em !important;
}

.banner_container2
{
    height:150px;
/* Redesign_2014_09_08 p. 4 */
    /*width:400px;*/
   	width: 600px;
    position:relative;
    left: 70px;
    top: -163px;
    text-align: left;
}

.banner_container3
{
    position:relative;
    left: 40px;
    top: -160px;
    text-align: left;
}

.banner_container3 img
{
    height: 20px !important;
    width : 18px !important;
}

.banner_image
{    
    position:absolute;
    left:0;
    top:0;
}

.banner_text
{
    z-index:100;
    position:absolute;    
    color:white;
    font-size:19px;
    font-weight: normal;
    font-family: Arial, Eurostile, helvetica, Verdana !important;    
}


/* Redesign_2014_09_08 p. 4 */
.banner_text b {
	font-size: 23px;
}

.banner_container3 img {
    margin-left: 4px;
}

.DNNModuleContent.ModDNNControlsC {
	border: 0;
}

.DNNModuleContent.ModDNNHTMLC {
	padding: 6px 1.5%;
}

.dnnLogin.dnnClear::after {
	clear: none !important; 
}

/* begin #4780: tablesorter */ 
.tablesorter > thead > .tablesorter-headerRow {
    background: #eeeeee none repeat scroll 0% 0%;
}

.tablesorter > thead > .tablesorter-filter-row {
    background: #f9f9f9 none repeat scroll 0% 0%;
}

.tablesorter > thead > tr {
    border-bottom: 1px solid #cfcfcf;
}

.tablesorter tbody tr:hover 
{   
    background: #eee !important;
    -webkit-transition: ease background 0.3s;
    -moz-transition: ease background 0.3s;
    -ms-transition: ease background 0.3s;
    -transition: ease background 0.3s;
}

table tr th, .tablesorter-header-inner{
	font-weight: bold;
}
/* end #4780: tablesorter */ 