.sortable-list { list-style-type: none; margin: 0; padding: 0; }
.sortable-list li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.2em; }
.sortable-list li span { position: absolute; margin-left: -1.3em; }

body { margin: 8px; font-size: 13px; font-family: Arial; }
p { font-size: 13px; }
h3 { margin: 1em 0; }

.pagination { text-align: center; }

ol.comments li { margin-bottom: 1em; }
ol.comments li { font-weight: normal; }

table.index th { border-bottom: 1px solid black; margin:0; text-align:left; padding: 8px; }
table.index th { background-color: #F0DC3F; }
table.index td { border-bottom: 1px solid grey; padding: 8px; }
table.index tr:hover { background-color: #F0DC3F; }
table.index { border-top: 4px solid black; border-bottom: 4px solid black; border-left: 1px solid black; border-right: 1px solid black; }

#page { width: 1000px; margin: 0 auto; }

#navigation { height: 32px; padding: 0 2px; width: 100%; line-height: 32px; }
#navigation a { color: #FFFFFF; text-decoration: none; font-size: 1.1em; }
#navigation a:hover { color: #f9bd01; }

#header { height: 150px; width: 1000px; margin: 0 auto; text-align: center; color: #D0D0D0; font-size: 12px;  }

#header h1 { padding: 86px 0 0 0; font-size: 23.5px; margin: 0; color: #FFFFFF; }

#content { overflow: hidden; width:988px; margin: 0; float:left; clear:both; padding: 8px; }

#footer { clear:both; text-align: center; padding-top: 1em; }

ol.event-list { list-style-type: none; padding: 0 1em; margin: 8px 0; }
ol.event-list li { text-align: left; margin-bottom: 8px; }
ol.event-list li span.ui-icon { float: left; margin-right: auto; }
ol.document-picker-display { list-style-type: none; padding: 0.5em; margin: 0; }
ol.document-picker-display li { text-align: left; }
ol.document-picker-display li span.document-title { display: block; text-align: center; text-decoration: underline; }
ol.document-picker-display li span.document-thumbnail { clear: both; height: 85px; width: 65px; float: left; margin: 8px 8px 8px 0; }
ol.document-picker-display li span.document-description { float: left; width: 270px; margin: 4px 8px 8px 0em; }
ol.document-picker-display li span.document-path { display: none; }
div.document-picker-actions { clear: both; display: block; text-align: center; padding: 4px; border-top: 1px solid #a6c9e2; }

.icon-link-left, .icon-link-right { outline: 0; margin: 0; padding: 0; display: inline-block; text-align: center; }
.icon-link-left .ui-icon, .icon-link-right .ui-icon { float: left; top: 0; margin-top: 0; left: 0; margin-left: 0; }
.icon-link-left .ui-icon { right: auto; left: 0; margin-left: 0; }
.icon-link-right .ui-icon { left: auto; right: 0; margin-left: 0; }
#navigation .icon-link-left .ui-icon, #navigation .icon-link-right .ui-icon { margin-top: 8px; }

.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; }

.ui-form {
/*float: left;
clear: left;*/
margin: 0 auto;
/*width: 100%;*/
margin: 0 0 1.5em 0;
padding: 0;
}
.ui-form legend {
margin-left: 1em;
color: #000000;
font-weight: bold;
}
.ui-form ol {
padding: 1em 1em 0 1em;
list-style: none;
}
.ui-form ol li {
padding-bottom: 1em;
float: left;
clear: left;
width: 100%;  
}
.ui-form ol li li {
    float: inherit;
    clear: inherit;
    width: inherit;
}
.ui-form ol li label {
display: block;
float: left;  
width: 12em;
margin-right: 1em;
text-align: right;
padding: 4px 0 0 0;
}


/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#jMonthCalendar
{
	position:relative;
        height:650px;
	width:972px;
        margin:8px;
}

.MonthlyCalendar .MonthNavigation
{
	border-bottom:solid 1px #ddd;
	clear:both;
	height:20px;
	padding:5px 10px 0 10px;
}

.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext,
.MonthlyCalendar .TodayLink
{
	width:7%;
	float:left;
}

.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev
{
	width:10%;
	float:left;
}

.MonthlyCalendar .MonthName
 {
	width:59%;
	text-align:center;
	font-weight:bold;
	float:left;
}

.MonthlyCalendar
{
	height:100%;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
}

.MonthlyCalendar #CalendarHead
{
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
}

.MonthlyCalendar #CalendarHead .DateHeader
{
	width:14.285%;
	text-align:center;
}

.MonthlyCalendar #CalendarBody
{
}

.DateBox
{
	vertical-align:top;
	border:solid 1px #ddd;
	width:135px;
}

.DateLabel
 {
	height:16px;
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
	text-align:right;
}

.DateLabel a
{
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
	line-height:16px;
}

#CalendarBody .Inactive,
#CalendarBody .Weekend
{
	background:#fafafa none repeat scroll 0 0;
}
.Today, #CalendarBody .DateBoxOver
{
	background:#A9DFFF none repeat scroll 0 0;
}

#jMonthCalendar .MoreEvents
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:center;
	height:14px;
}

#jMonthCalendar .Event
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	background-color:#C0D0FF;
	border:solid 1px #000;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:left;
	overflow:hidden;
	height:14px;
}

.Event a
{
	text-decoration:none;
	color:#000;
	float:left;
	white-space:nowrap;
	padding-top:1px;
}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }