﻿

.DynForm_OKButtonContainer
{
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.DynForm_FieldLabelHorizontal
{
	width: 140px;
	padding-right: 10px;
	
	font-size: 13px;
	color: #993300;
	font-weight: bold;
}
.DynForm_FieldLabelHorizontal_Required
{
	width: 140px;
	padding-right: 10px;
	
	font-size: 13px;
	color: #993300;
	font-weight: bold;
}

.DynForm_FieldLabelVertical
{
	padding-top: 14px;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	
    border-bottom: 1px solid #999678;
}

.DynForm_Paragraph
{
	padding-top: 14px;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	
    border-bottom: 1px solid #999678;
}


.DynForm_FieldLabelVertical_Required
{
	padding-top: 14px;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	border-bottom: 1px solid #999678;
}


.DynForm_Captcha_Text
{
	
	font-size: 13px;
	color: #993300;
	font-weight: bold;
}

.DynForm_FieldControlHorizontal textarea
{
	width: 200px;
	height: 50px;
}
.DynForm_FieldControlVertical textarea
{
	width: 338px;
	height: 75px;
}


/* TinyMCE Styles*/

#left_content_column
{
	padding-right: 20px;
}
#right_content_column
{
	border-left: solid 1px #2e2e2e;
	padding-left: 20px;
}


.SmallText
{
	font:10px Arial;
}

.IssuesSearchField-subpage,
.IssuesSearchField-home
{
	border-top:1px #888 solid;
	border-left:1px #bbb solid;
	border-right:1px #eee solid;
	border-bottom:1px #fff solid;
	margin-right:8px;
}
.IssuesSearchField-subpage
{
	width:185px;
}
.IssuesSearchField-home
{
	width:175px;
}
.SearchField
{
}
a.readmore
{
	color:#0067c7;
	text-decoration:none;
	font-size:9px;
}
a.readmore:hover
{
	text-decoration:underline;
}

.EditorButtonBar
{
	padding: 3px;
	padding-top:0px;
	padding-bottom:6px;
	background-color: White;
	border-bottom:1px #888 solid;
}
