
/* jQuery dataTable Fix */
.css_right { float: left; }

/* Form Button Bar */

.FormButtonBar
{
	margin: 10px 0px;
	padding: 10px;
	height: 34px;
	background-color: #DEF4FF;
	border: 1px Solid #008FD5;
	z-index: -1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.FormButtonBar input.SubmitButton
{
}

span.FormButtonBarText
{
	float: left;
	padding: 8px 2px 2px 2px;
	vertical-align: middle;
}

span.FormButtonBarSubmit
{
	float: right;
	padding: 2px;
	vertical-align: middle;
}

div.FormButtonBarText
{
	top: 8px;
	float: left;
	position: relative;
	z-index: 0;
}

div.FormButtonBarButton
{
	float: left;
	padding: 2px;
	text-align: right;
}

a.FormButtonBarButton:link,
a.FormButtonBarButton:active,
a.FormButtonBarButton:hover,
a.FormButtonBarButton:visited
{
	margin: 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	background-color:	#A5BF36;
	border: 1px Solid #7C8435;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.FormSectionBand
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;

	color: #FFF;
	background-color: #008FD5;
	background: url(/_css/jqueryUI/birdnest/images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;

	font-weight: bold;
	padding: 5px;
	margin-top: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Forms */

.FormRow
{
	padding: 5px 30px 5px 30px;
	border-bottom: 1px solid #FFF;
}

.FormRowHighlight
{
	background-color: #F2F2F5;
}

.FormRow Label
{
	font-weight: bold;
}

.FormLabels
{
	padding-top: 6px;
	font-weight: bold;
}

form input,
form textarea,
form select
{
	margin: 0;
	padding: 2px;
	display: inline;
}

label.validateError
{
	margin: 0 10px;
	color: red;
	font-style: italic;
	font-weight: bold;
}

input.validateError
{
	border: 2px solid red;
}

/* Sorting Lists */

.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1em; min-height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }

h2
{
	font-size: 1.3em;
	margin: -0.5em 0 0.5em 0;

}


/* Element Detail Dialogs */

#ElementDetail
{
	margin: 10px;
	display: none;
}

#ElementDetail label
{
	float: left;
	width: 120px;
	margin-right: 1em;
	font-weight: bold;
}

#ElementDetail label.PlaceAbove
{
	float: none;
	margin-bottom: 1em;
}

#ElementDetail input
{
	width: 360px;
}

#ElementDetail .detailList
{
	width: 500px;
}

#detailNotes
{
	width: 540px;
	height: 8em;
}

#dlgConfirm
{
	margin: 10px;
	display: none;
}

/* Forms Table - For older pages */

.FormTable th
{
	padding: 4px;
	text-align: left;
}

.FormTable td
{
	padding: 4px;
}

.FormTable td.Checkbox
{
	text-align: center;
}

.FormTable input[type=text]
{
	width: 80px;
	text-align: right;
}

.FormTable th.BandedGray,
.FormTable td.BandedGray
{
	background-color: #DDD;
}

.FormTable th.BandedDarkGray,
.FormTable td.BandedDarkGray
{
	background-color: #BBB;
}

.FormTable .FormRow0,
.FormTable .FormRow0 td
{
	background-color: #CCC;
}

.FormTable .FormRow1,
.FormTable .FormRow1 td
{
	background-color: #BBB;
}

.FormSubTable
{
	padding: 0;
	margin: 0;
}

.FormSubTable th,
.FormSubTable td
{
	background-color: #FFF !important;
}

.FormRow0 td.content,
.FormRow1 td.content
{
	padding: 10px 0;
	background-color: #FFF;
	border: 1px solid #999;
}

.Disabled
{

}

form.StandardForm .FormRow
{
	padding: 10px;
	display: block;
}

form.StandardForm label
{
	margin-right: 20px;
}

form.StandardForm input[type="text"]
{
	margin: 0;
	padding: 2px;
	width: 200px;
}

.width-80
{
	width: 80px !important;
}

.width-100
{
	width: 100px !important;
}

.width-120
{
	width: 120px !important;
}

.width-180
{
	width: 180px !important;
}

.width-240
{
	width: 240px !important;
}

.width-300
{
	width: 300px !important;
}
