﻿/*
	|- CssClass=crossflowsfields----------------------------------------------------------|
	|																					  |
	| |--ID=crossflowsfield[fieldname] class="crossflowsfield"--------------------------| |
	| |																				    | |	
	| | |--class="crossflowsfield[fieldtype]"-----------------------------------------| | |														
	| | |																			  | | |
	| | | |--(1)--------------------------------------------------------------------| | | | 
	| | | |	   			                                                            | | | |
	| | | |-------------------------------------------------------------------------| | | | 
	| | |																			  | | |
	| | | |--(2)--------------------------------------------------------------------| | | | 
	| | | |	   			                                                            | | | |
	| | | |-------------------------------------------------------------------------| | | | 
	| | |																			  | | |
	| | |-----------------------------------------------------------------------------| | |
	| |																				    | |
	| |---------------------------------------------------------------------------------| |
	|																					  |
	|-------------------------------------------------------------------------------------|

(1)
	ID=crossflowsfieldlabel[name] class=crossflowsfieldlabel

(2)
	ID=crossflowsfieldfield[name] class=crossflowsfieldfield

/* Generel */

.crossflows_area
{
	border:solid 1px #F0F0F0;
	padding:20px 0px 100px 0px;
	background-color:#F8F8F8;

}

#crossflowsfields
{


}

.crossflowsfield
{
	clear: both;
	margin-bottom: 10px;	
}

.crossflowsfieldlabel
{
	float: left;
	display: inline;
	width: 180px;
	margin-left:10px;
	margin-right:10px;
}

.crossflowsfieldfield
{
	width: 250px; 
	display: inline; 
	float:left;
}

.clearfloat
{
	clear: both;
}

.crossflowsfieldinfo
{
	margin-left: 200px; 
}

.crossflowsfieldfield select, .crossflowsfieldfield input, .crossflowsfieldfield textarea
{
	width: 100%; 
	border:solid 1px #0A3F7E;
}

.crossflowsfielddatetime input, .crossflowsfielddate input
{
	width: 215px; 
	border:solid 1px #0A3F7E;
}


.crossflowsfieldchecklist input, .crossflowsfieldradiolist input, .crossflowsfieldcheckbox input
{
	width: 25px;
	border: none;
	padding:0px;
}

/*	Validation Summary */

#crossflowserrormessages
{
	margin-top: 20px;
	margin-bottom: 20px;
	/*color: #970217;*/
	background-color: inherit;
	padding: 10px 10px 10px 10px;
	border: solid 1px #A5ACB2;
	font-size: 100%;  
	width: 450px;
}

#crossflowserrormessages ul
{
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

#crossflowserrormessages label
{
	font-weight: bold;  
}

#crossflowsbuttons
{
	float:right;
	text-align:right;
	padding:20px;
	display:inline;
}

input[type="submit"],button
{
	background:White url(/layouts/images/button.gif)no-repeat right top;
	border: solid 1px #dedbd6;
	font-size:12px !important;
	padding-bottom:1px;
}


