﻿

.formSection
{
	border:1px solid #345487;
	margin-bottom:15px;
	padding:1px;
}

div.formSectionHeader,
table.formSectionHeader
{
	background-color:#67829E;
}

div.formSectionHeader,
table.formSectionHeader > tbody > tr > td,
table.formSectionHeader         > tr > td
{
	background-color:#67829E;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px;
}



table.formSectionHeader > tbody > tr > td > a.formEditTranslationButton,
table.formSectionHeader >         tr > td > a.formEditTranslationButton
{
	color:#e0e0e0;
	font-weight: normal;
	text-decoration: none;
}

.formSectionHelper
{
	margin:5px;
	font-style:italic;
}

.formSectionContent
{
	background-color:#F3F6FC;
	border:1px solid #DAE6F3;
	padding:3px
}

.formSectionContent .formSection
{
	border-color:#AEBBD0;
}

.formSectionContent .formSection >   div.formSectionHeader,
.formSectionContent .formSection > table.formSectionHeader > tbody > tr > td,
.formSectionContent .formSection > table.formSectionHeader >         tr > td
{
	background-color:#9aa0a7;
}

.formElement
{
	border:1px solid #DDE0E4;
	padding:5px;
	margin-top:5px;
}

div.formElementHeader,
table.formElementHeader
{
	margin-top:3px;
	margin-bottom:4px;
}

div.formElementHeader,
table.formElementHeader > tbody > tr > td,
table.formElementHeader         > tr > td
{
	color:#001830;
	font-weight:bold;
	line-height:13pt;
}

table.formElementHeader > tbody > tr > td > a.formEditTranslationButton,
table.formElementHeader >         tr > td > a.formEditTranslationButton
{
	font-weight: normal;
	text-decoration: none;
}

.formElementContent
{
	color:black;
	padding:6px;
	background-color:#E7EEF6;
	border:1px solid #DDE0E4;
	font-weight:normal;
	margin-top:3px;
}

.formElementLocale
{
	background-color:#404060;
	border:2px solid #E7EEF6;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	margin-right:3px;
	text-align:center;
	vertical-align:middle;
	width:20px;	
	cursor:help;
}

.formElementContentTermList
{
	list-style-type: disc;
	margin:  0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.formElementContentTermList li.formElementTermSoftLink
{
	list-style-type: circle;
}

.formElementImageList > img
{
	margin: 3px 3px 3px 3px;
}

input[type=button].xbutton,
.formContainer input[type=button]
{
	color:#005197;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	height:22px;
	margin-right:2px;
	margin-top:2px;
}
