.overlay
{	background:transparent url('/Content/Images/overlay.png') repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	text-align: center;
}

.box
{	
	position: fixed;
	width  : 750px;
	top:-800px;
    margin-right : auto;
	margin-left : auto;
	right: 0;
	left: 0;
	background-color:#fff;
	color:#7F7F7F;
	padding:20px;
	border:2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:101;
	text-align: left;
}

.meldrd
{
	float: right;
	background-color: red;
	color: white;
	text-align: right;
}
.meldgr
{
	float: right;
	background-color: green;
	color: white;
	text-align: right;
}
.meldbl
{
	float: right;
	background-color: blue;
	color: white;
	text-align: right;
}

.statleft
{
	float: left;
	font-size: 1.2em;
	color: black;
	font-weight:bold;
}

a.boxclose
{	float:right;
	width:26px;
	height:26px;
	background:transparent url('/Content/Images/cancel.png') repeat top left;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
}

.detcontain
{
	display: table;
}

.detrowodd
{
	display: table-row;
	background: #e8f9ff;
}
.detroweven
{
	display: table-row;
	background: white;
}
.detbigleft
{
	display: table-cell;
	font: bold;
	font-size: x-large;
	min-width: 500px;
	color: black;
}

.detbigright
{
	display: table-cell;
	font: bold;
	font-size: x-large;
	text-align: right;
	min-width: 250px;
	color: black;
}
.detailleft
{
	display: table-cell;
	min-width: 140px;
	font: bold small-caption;
}

.detvalues
{
	display: table-cell;
	min-width: 610px;
	font: oblique;
}
.detvaluesnolen
{
	display: table-cell;
	width: auto;
	font: oblique;
}

.detvaluessmall
{
	display: table-cell;
	min-width: 235px;
	font: oblique;
}
.detvaluessmaller
{
	display: table-cell;
	min-width: 150px;
	font: oblique;
}
.detvalues125
{
	display: table-cell;
	min-width: 125px;
	font: oblique;
}

.detvalhalf
{
	display: table-cell;
	min-width: 375px;
}
.detval1derde
{
	display: table-cell;
	min-width: 300px;
}
.detvalmark
{
	display: table-cell;
	min-width: 5px;
}
.detval2derde
{
	display: table-cell;
	min-width: 440px;
}

.detvalsepa
{
	display: table-cell;
	min-width: 25px;
}


.dethead
{
	display: table-cell;
	font-style: italic;
	font-weight: bold;
	color: black;
	column-span: all;
}

.altGridRows {
	background: #bce1ee; background-image: none;
}

.ui-jqgrid .ui-state-highlight 
{ 
	background: #fcd65b; 
}

a img 
{ 
	border-style:none; 
}

.tblmeld 
{
    width: 100%;
}

.tblmeld td
{
    vertical-align: top;
}

.thmld 
{
	font-size: 1.2em;
    background-color: #5c87b2;	
	color: white;
	font-weight:300
}
.tbmld tr:nth-child(even) 
{
	font-size: 1.2em;
    background-color: #bce1ee;
}
.tbmld tr:nth-child(odd) 
{
	font-size: 1.2em;
    background-color: #ffffff;	
}

.throw1 {
	width: 20%;
	font-size: 1.2em;
    background-color: #b9dbfe;	
}

.throw2 {
	width: 20%;
	font-size: 1.2em;
    background-color: #e4f0fb;	
}

.thhead {
	width: 20%;
	font-size: 1.2em;
    background-color: #5c87b2;	
	color: white;
	font-weight:300
}

.tab {
    background-color: #E5F0F7;
    min-height: 440px;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.9;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.tabtitle {
    font-size: 20px;
    min-height: 28px;
    padding: 0px;
    display: block;
    text-transform: lowercase;
    padding-top: 4px;
    color: #0088DB;
    line-height: 20px;
    margin-bottom: 15px;
}

.tab1, .tab3 {
background-color: #CCE2F0;    
}

.tab2, .tab4 {
background-color: #E5F0F7;
}

.tabwrap {
    float:left;
    width:25%;
}

.tabdubwrap {
    float:left;
    width:50%;
}

a#meldcenter:link, a#meldcenter:visited, a#meldopen:link, a#meldopen:visited {
    color: firebrick;
    font-weight: bold;
}
