﻿/*
Donkerblauw: #0B1966;
*/

/* Generic Styles */
.InlineWin_ModalBlock {
	display:block;
	position: absolute;
	z-index:1000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.4;
}

.InlineWin_container {
	margin: 0 auto;
	text-align:left;
	width:100%;
	height:100%;
}

div.InlineWin_subHeader {
	height: 40px;
	width:100%;
}

span.InlineWin_title {
	float:left;
	margin: 10px 10px 0 10px;
}

span.InlineWin_closeButton {
	float:right;
	margin: 10px 15px 0 10px;
}

button.InlineWin_btnImgDefault { }
button.InlineWin_btnImgClose { }

div.InlineWin_formContent {
	width:100%;
	height:100%;
}

div.InlineWin_formFooter {
	height: 40px;
	width:100%;
}

span.InlineWin_formFooterText {
	float:left;
	margin: 10px 10px 0 10px;
}

.InlineWin_contPageIndex {
	float:right;
	margin: 10px 15px 0 10px;
}

.InlineWinLoading_container 
{	
	background-color: #000000;
	filter:alpha(opacity=0.4);
	-moz-opacity:0.4;
	opacity:0.4;	
	color:Red;	
	z-index:100000;
	font-size:3em;
}

/* Aspacts Styles */

.AspactsTeaserTable { font-family: Arial, Helvetica, sans-serif; font-size: 75%; }

/* Aspacts Styles (Obsolete) 
div.AspactsInlineWin_formFooter button.btnTxt { width:100px; }

div.AspactsInlineWin_formFooter button.btnBackGrnd {}

.AspactsInlineWin_ModalBlock {
	display:block;
	position: absolute;
	z-index:1000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.4;
}

.AspactsInlineWin_container {
	margin: 0 auto;
	text-align:left;
	width:100%;
	height:100%;
}

div.AspactsInlineWin_subHeader {
	height: 40px;
	width:100%;
	background-color: white;
}
    
div.AspactsInlineWin_subHeader h1 {
	color: #0B1966;
}

span.AspactsInlineWin_title {
	float:left;
	margin: 10px 10px 0 10px;
}

span.AspactsInlineWin_closeButton {
	float:right;
	margin: 10px 15px 0 10px;
}

button.AspactsInlineWin_btnImgDefault span {
	display: none; 
}

button.AspactsInlineWin_btnImgDefault  {
	width:20px; height:20px; border:none; cursor:hand; 
}

button.AspactsInlineWin_btnImgClose  {
	background: white url('/downloadattachment.aspx?strResource=AspactsInlineWin_btnImgClose.gif') no-repeat 0 0; 
}

button.AspactsInlineWin_btnImgClose:hover {
	background-position: 0 -20px; 
}

div.AspactsInlineWin_formContent {
	width:100%;
	height:100%;
	background: white
}

div.AspactsInlineWin_formFooter {
	height: 40px;
	width:100%;
	background: white
}

span.AspactsInlineWin_formFooterText {
	float:left;
	margin: 10px 10px 0 10px;
}

.AspactsInlineWin_contPageIndex {
	float:right;
	margin: 10px 15px 0 10px;
}

.AspactsInlineWin_btnFooterImgDefault  { width:100px; }
.AspactsInlineWin_btnFooterImgClose {} */

/* Aspacts V2 (Toolbar) Styles */

div.V2_AspactsInlineWin_formFooter button.btnTxt { width:100px; }
div.V2_AspactsInlineWin_formFooter button.btnBackGrnd {}

.V2_AspactsInlineWin_Corner {
	margin: 0 auto; 
}

.V2_AspactsInlineWin_CornerTop {
	height:17px;
	margin:0 0 0 18px;
	background:url('/downloadattachment.aspx?strResource=box.png') no-repeat 100% 0;
}

.V2_AspactsInlineWin_CornerTop div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url('/downloadattachment.aspx?strResource=box.png') no-repeat 0 0;
	font-size:0;
	line-height:0;
}

.V2_AspactsInlineWin_BorderLeft {
	padding:0 0 0 15px;
	background:url('/downloadattachment.aspx?strResource=borders.png') repeat-y 0 0;
}

.V2_AspactsInlineWin_BorderRight {
	padding:0 5px 0 0;
	background:url('/downloadattachment.aspx?strResource=borders.png') repeat-y 100% 0;
}

.V2_AspactsInlineWin_BorderCenter {
	display:block;
	text-align:left;
	margin:0 -5px;
	background: white;
	color: #37321a;
	height: 100%;
	width:100%;
	/*line-height: 140%;*/
}

.V2_AspactsInlineWin_BorderCenter:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.V2_AspactsInlineWin_BorderCenter {display:inline-block;}
.V2_AspactsInlineWin_BorderCenter {display:block;}

.V2_AspactsInlineWin_CornerBottom {
	height:18px;
	margin:0 0 0 15px;
	background:url('/downloadattachment.aspx?strResource=box.png') no-repeat 100% 100%;
}

.V2_AspactsInlineWin_CornerBottom div {
	position:relative;
	left:-15px;
	width:15px;
	height:18px;
	background:url('/downloadattachment.aspx?strResource=box.png') no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

.V2_AspactsInlineWin_ModalBlock {
	display:block;
	position: absolute;
	z-index:1000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.5;
}

.V2_AspactsInlineWin_container {
	margin: 0 auto;
	text-align:left;
	width:100%;
	height:100%;
}

div.V2_AspactsInlineWin_subHeader {
	height: 40px;
	width:100%;
}

span.V2_AspactsInlineWin_title {
	float:left;
	color:black;
	margin: 7px 10px 0 25px;
    }
	
.V2_AspactsInlineWin_title h1 { 
	margin:0; 
	font-family: Eurostile, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 16px;  
	color: black;
}

span.V2_AspactsInlineWin_closeButton {
	float:right;
	margin: 5px 30px 0 10px;
}

button.V2_AspactsInlineWin_btnImgDefault { 
	width: 24px;
	float:right;
	padding: 0;
	margin: 0;
	height: 24px;
	border: none;
	display:block;
	cursor: hand;
	color:white;
	text-decoration:none;
	text-align:center;
}

button.V2_AspactsInlineWin_btnImgDefault span {
	display:none; 
}

button.V2_AspactsInlineWin_btnImgClose {
	background: url('/downloadattachment.aspx?strResource=btn24.png') no-repeat scroll -48px 0 transparent;
}

button.V2_AspactsInlineWin_btnImgClose:hover  {
	background-position: -48px -24px;
}

div.V2_AspactsInlineWin_formContent {
	background:white;
}

div.V2_AspactsInlineWin_formFooter {
	height: 40px;
	width:100%;
}

span.V2_AspactsInlineWin_formFooterText {
	float:left;
}

.V2_AspactsInlineWin_contPageIndex {
	float:right;
	margin: 5px 35px 0 0;
	display:inline;
}
	
.V2_AspactsInlineWin_btn, .V2_AspactsInlineWin_btnDefault {
	background: black;
	float:left;
	color: white;
	padding: 2px 15px;
	margin: 0 0 0 5px;
	border:none;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-decoration:none;
}
