/* -- undo browser HTML defaults -- */
ul
{
	list-style: disc;
}
ol
{
	list-style: decimal;
}
h1, h2, h3, h4, h5, h6, pre, code, p
{
	font-size: 1em;
}
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img
{
	border: none;
}
address
{
	font-style: normal;
}
/*--------------------------*/
/*-----CivicWeb Global-----*/

body
{
	background-color: #A7A7A7;
	font-family: Arial, MS Sans Serif;
	color: #FFFFFF;
	cursor: default;
}

.ComboBoxItem_Default2006
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}

fieldset
{
	padding: 4px 2px 10px 2px;
}

a, a:link, a:visited
{
	cursor: pointer;
	text-decoration: none;
}
a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

ul
{
	margin-left: 18px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Gill Sans MT, Arial, Sans-Serif;
	font-weight: normal;
}

h1
{
	font-size: 30px;
	margin-top: 4px;
}

h2
{
	font-size: 24px;
	margin-top: 4px;
}

h3
{
	font-size: 20px;
	margin-top: 4px;
}

h4
{
	font-size: 16px;
	font-weight: bolder;
	margin-top: 4px;
}

h5
{
	font-weight: bolder;
}

h6
{
	font-weight: 600;
}

hr
{
	border: 1px solid #93A445;
	background-color: #93A445;
	color: #93A445;
	width: 80%;
	height: 1px;
}

fieldset
{
	border: dashed 1px #CAD49A;
}

legend
{
	font-size: 16px;
	font-weight: bolder;
	margin-top: 4px;
}

.LeftAlign
{
	text-align: left;
}
.CenterAlign
{
	text-align: center;
}
.BlockCenterAlign
{
	margin: 0 auto;
}
.RightAlign
{
	text-align: right;
}
.JustifyAlign
{
	text-align: justify;
}
.TopAlign
{
	vertical-align: top;
}
.MiddleAlign
{
	vertical-align: middle;
}
.BottomAlign
{
	vertical-align: bottom;
}

.Requirement
{
	color: #FF0000;
}

.FullSize
{
	width: 100%;
	height: 100%;
}

.Center
{
	margin-left: auto;
	margin-right: auto;
}

.pointer
{
	cursor: pointer;
	width: 100%;
}

.Notation
{
	font-family: Arial;
	color: #1E6891;
	font-size: 10px;
	text-decoration: none;
}

.error
{
	font-family: Arial;
	color: #CF1235;
	font-size: 10px;
	text-decoration: none;
}
.Warning
{
	font-weight: bold;
	color: #FF0000;
}

.fieldsetMain
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.MinHeight600
{
	min-height: 600px;
}

.AbsPosBottom
{
	position: absolute;
	bottom: 0px;
}

.FullWidth
{
	width: 98%;
}

.Link
{
	cursor: pointer;
}

.EmailControlSend
{
	position: relative;
	float: left;
	border: solid 2px #D3D3D3;
}
.EmailControlTo
{
	position: relative;
	float: right;
	padding-left: 50px;
	border: solid 2px #D3D3D3;
}
.EmailControlCc
{
	position: relative;
	float: right;
	padding-left: 50px;
	border: solid 2px #D3D3D3;
}
.EmailControlSubject
{
	position: relative;
	float: right;
	padding-left: 50px;
	border: solid 2px #D3D3D3;
}
.EmailControlBody
{
	float: left;
	padding-right: 5px;
	margin: 0px;
	border: solid 2px #D3D3D3;
}

.ModalPopup
{
	border: solid 1px black;
	padding: 0px;
}
.ModalPopupDragHandle
{
	font-weight: bold;
	background-color: #93A445;
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
}
.ModalPopupBody
{
	background-color: #FFFFFF;
	padding: 2px;
}

.clearBoth
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.NoWrap
{
	white-space: nowrap;
}

.Default.reDropDownBody .reItemOver
{
	background-color: #CFCFCF !important;
}
.RadToolBar_Default .rtbChecked .rtbWrap
{
	color: #FFFFFF !important;
}
.RadSplitter_Default .rspPaneTabText
{
	font-size: 12px !important;
}
.RadSplitter_Default .rspPaneTabContainer 
{
	text-align: center;
}
.reTool .PageBreak
{
	background-image: url('/aspnet_client/system_web/4_0_30319/Themes/Default/Images/icons.gif');
	background-position: -0px -40px;
}

.HtmlDocumentContainer
{
	padding: 10px;
}

.HiddenButton
{
	display: none;
}
