﻿/*
	|- CssClass=crossflowsfields----------------------------------------------------------|
	|																					  |
	| |--ID=crossflowsfield[fieldname] class="crossflowsfield"--------------------------| |
	| |																				    | |	
	| | |--class="crossflowsfield[fieldtype]"-----------------------------------------| | |														
	| | |																			  | | |
	| | | |--(1)--------------------------------------------------------------------| | | | 
	| | | |	   			                                                            | | | |
	| | | |-------------------------------------------------------------------------| | | | 
	| | |																			  | | |
	| | | |--(2)--------------------------------------------------------------------| | | | 
	| | | |	   			                                                            | | | |
	| | | |-------------------------------------------------------------------------| | | | 
	| | |																			  | | |
	| | |-----------------------------------------------------------------------------| | |
	| |																				    | |
	| |---------------------------------------------------------------------------------| |
	|																					  |
	|-------------------------------------------------------------------------------------|

(1)
	ID=crossflowsfieldlabel[name] class=crossflowsfieldlabel

(2)
	ID=crossflowsfieldfield[name] class=crossflowsfieldfield

/* General */
.clearfloat
{
    clear: both;
    height: 16px;
}
div.generalformbox
{
    margin-top: 16px;
    padding: 16px 16px 16px 16px;
    color: #000000;
    background-color: #ffffff;
}
table.multirowinsert
{
    border-collapse: collapse;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
table.multirowinsert th
{
    font-size: 92%;
    text-align: left;
    vertical-align: bottom;
}
.multirowcpr
{
    width: 110px;
}
.multirowname
{
    width: 130px;
}
.multirowdays
{
    text-align: right;
    width: 50px;
}
.multirowamountbeforetax
{
    text-align: right;
    width: 60px;
}
.multirowamountaftertax
{
    text-align: right;
    width: 60px;
}

.multirowamount
{
    text-align: right;
    width: 60px;
}

.crossflowsfieldinfo
{
    font-weight: bold;
    color: #7b3f3d;
    background-color: inherit;
}
.crossflowsfieldfieldlistitem
{
    clear: both;
    width: 424px;
    /*padding-top: 10px;*/
}
.crossflowsfieldfieldlistitem input
{
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin: 5px 4px 5px 4px;
    padding: 0px;
}
.crossflowsfieldfieldlistitem label
{
    float: left;
    display: inline;
    width: 400px;
    margin: 5px 0px 5px 0px;
}

#crossflowsfieldlabelindberetning
{
    font-weight: bold;
}

/*	Validation Summary */

#crossflowserrormessages
{
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #7b3f3d;
	padding: 10px 10px 10px 10px;
}

.crossflowsvalidationsummarytitle
{
	font-weight: bold;
}
.crossflowsvalidationsummaryitem
{
    margin-top: 6px;
}

.crossflowsfieldfield
{
	width: 300px; 
	display: inline; 
	float:left;
}

.crossflowsfieldfield select, .crossflowsfieldfield input[type="text"], .crossflowsfieldfield input[type="file"], .crossflowsfieldfield textarea
{
	width: 100%; 
}

/*.crossflowsfield
{
	clear: both;
	margin-bottom: 10px;
}

.crossflowsfieldlabel
{
	float: left;
	display: inline;
	width: 200px;
}

.crossflowsfieldfield
{
	width: 250px; 
	display: inline; 
	float:left;
}

.clearfloat
{
	clear: both;
}

.crossflowsfieldinfo .crossflowsfieldfield
{
	margin-left: 0px; 
	width: 400px;
}

.crossflowsfieldfield select, .crossflowsfieldfield input, .crossflowsfieldfield textarea
{
	width: 100%; 
}

.crossflowsfieldfield textarea
{
	height: 100px;
}

.crossflowsfielddatetime input, .crossflowsfielddate input
{
	width: 215px; 
}


.crossflowsfieldchecklist input, .crossflowsfieldradiolist input, .crossflowsfieldcheckbox input
{
	width: 25px;
}*/
