/******************************************************************************/
/* FORMS **********************************************************************/
/******************************************************************************/

#formCreator
{
   font: normal 11px Verdana, sans-serif;	
   margin-top: 10px;
}

#formCreator fieldset
{

	border: 0px;
	border-top: 2px solid #005083;
	text-align: left;
}

#formCreator fieldset legend
{
	font-size: 110%;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

#formCreator fieldset .formRow
{
	border: 0px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-top: 5px;
	height: auto;
}

#formCreator fieldset .formRow label
{
	width: 250px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
	float: left;
}

#formCreator fieldset .formRow p
{
	padding-top: 2px;
}

#formCreator fieldset .formRow .required
{
	color: #8A2930;
}

#formCreator fieldset .fielderror
{
   background-color: #8A2930;
   color: #FFFFFF;
   padding-bottom: 5px;
   font-weight: bold;
}

#formCreator fieldset .formRow input,
#formCreator fieldset .formRow textarea,
#formCreator fieldset .formRow select
{
	width: 300px;
	background: #FFFFFF;
}

#formCreator fieldset .formRow input[type='checkbox'],
#formCreator fieldset .formRow input[type='radio'],
#formCreator fieldset .formRow .smallInput
{
	background: #EEE8CD;
	width: 10px;
}

#formCreator fieldset .button
{
	background: #FFFFFF;
	border: 2px solid #005083;
	width: 175px;
	height: 25px;
	font-weight: bold;
}

#formCreator fieldset .button:hover
{
	border: 2px solid #005083;
	background: #005083;
	color: #FFFFFF;
	width: 175px;
	height: 25px;
	font-weight: bold;	
}

/* character scenes */
#formCreator fieldset .sc
{
	float: left;
	height: auto;
	overflow: auto;
}

#formCreator fieldset .sc td
{
	height: 24px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #DDDDDD;
	padding: 0px;
	margin: 0px;
}

/******************************************************************************/
/* LISTS **********************************************************************/
/******************************************************************************/

#listCreator
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#listCreator form table
{
	padding-left: 15px; 
	padding-right: 15px;
	width: 100%;
}

#listCreator fieldset
{
	border: 0px;
	border-top: 2px solid #8A2930;
	text-align: left;
	padding: 0px;
}

#listCreator fieldset legend
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 0px 5px;
}

#listCreator tr th
{
	font-size: 12px;
	border-bottom: 1px solid #8A2930;
	text-align: left;
}

#listCreator tr td
{
	font-size: 12px;
	border-bottom: 1px dotted #8A2930;
}

#listCreator #listFooter
{
	border-bottom: 2px solid #8A2930; 
	padding-top: 20px;
}

#listCreator #listFooter #listFooterLeft
{
	background: #EEECDB; 
	float: left; 
	margin-top: -10px; 
	margin-left: 10px; 
	padding: 3px;
}

#listCreator #listFooter #listFooterRight
{
	background: #EEECDB; 
	float: right; 
	text-align: right; 
	margin-top: -10px; 
	margin-right: 10px; 
	padding: 3px;
}

#listFooterRight img,
#listFooterLeft img,
#listCreator td img
{
	border: 0px;
}

#listCreator .row
{
	background: #EEECDB;
}

#listCreator .rowOver
{
	background: #EEE8CD;
}

#listCreator .rowSelected
{
	background: #E5896F;
}

/****** DATE PICKER ******/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060FF;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
