﻿.Form
{
	overflow: hidden;
	clear: both;
	padding: 4px;
	border: solid 1px #ccc;
/*	border-left: solid 3px #ddd;*/
}

.Form .Title
{
	font-family:  Arial, Tahoma;
	font-size: 16px;
	color: #fff;
	background-color: #21501c;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #ddd;
	padding: 4px;
}

.Form .Row
{
	clear: both;
/*	overflow: hidden;*/
	padding: 4px;
/*	min-height: 22px; height: auto !important; height: 22px;
	border-bottom: solid 1px #ddd;*/
	line-height: 20px;
}

.Form .Row.Header
{
	background-color: #aac1a8;
	font-weight:bold;
	
}

.Form .Row+.Row
{
/*	border-top: solid 1px #ddd;*/
}

.Form .Row.Alt
{
	background-color: #eee;
}

.Form .Row.Message
{
	padding: 10px; 
	width: 400px; 
	text-align: center;
}

.Form .Row .Cell
{
	float: left;
	padding-top:0px;
	padding-left:3px;
}


.Form .Row .CellRight
{
	padding-top:0px;
	padding-left:3px;
    float: right !Important;
}
.Form .Row .Cell.Middle
{
	vertical-align:middle;
	height:100%;
	padding-top:0px;
}

.Form .Row .Cell+.Form
{
	position: relative; 
	top: 5px;
	margin-bottom: 10px;
}

.Form .Row .Cell.Label
{
	width: 200px;
	color: #666;
}

.Form .Buttons
{
	background-color:#21501c;
	border: solid 1px #000;
	color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 4px;
	padding-top: 0px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
/*	overflow: hidden;*/
/*	border-top: solid 1px #ddd;*/
}
.Form .Buttons:hover
{
	background-color:#37942d;
	text-decoration: underline;
}

.Form .Row.TabStrip
{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;
	height: 28px;
	border-bottom: none;
}

.Form .Row .Cell.Tab
{
	display: block;
	margin: 0px;
	padding: 0px;
	padding: 6px;
	padding-left: 10px; 
	padding-right: 10px;
	margin-right: 2px;
/*	margin: 2px;
	margin-left: 0px;*/
	font-size: 12px;
	border: solid 1px #ccc;
	border-bottom: none;
	text-decoration: none;
	background-color: #ddd;
	color: #666;
}

.Form .Row .Cell.Tab:hover
{
	background-color: #eee;
	color: #444;
	font-size: 12px;
}

.Form .Row .Cell.Tab.Selected, .Form .Row .Cell.Tab.Selected:hover
{
	font-size: 12px;
	border: solid 1px #aaa;
	color: #000;
	background-color: #fff;
	border-bottom: solid 1px #fff;
/*	margin-bottom: -1px;*/
}

.Form .Row.TabContent
{
	border: solid 1px #aaa;
}

.Form .ScrollSubArea
{
	overflow-y: scroll; 
	height: 200px; 
	margin: 5px; 
	padding: 5px; 
	border: solid 1px #ccc;
	background-color: #fff;
}

.Form .SoccerIcon
{
	background-image: url(http://aafc.s3.amazonaws.com/images/Soccer-Ball-16x16.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	padding-right:5px;
}