
fieldset, fieldset.collapsible {
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 1em;
	margin-left: 0.5em;
}

fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
}

fieldset legend{
	font-size:9pt;
}

.list {
	font-size:10pt;	
}

.list .form{
	background:url(../images/core/forms/background.gif) no-repeat left top;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px;
	padding: 0px 0 0 10px;
	
}

.list .form form{
	display:block;
	background: url(../images/core/forms/background.gif) no-repeat right 0px;
	background-color: #FFF;
	padding: 20px 10px 0 0;
	width: 900px;
}

.column{
	float:left;
}

.element{
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}
.element:empty{
	margin:0;
}

.label{
	float:left;
	width:130px;
	padding: 4px 10px 4px 4px;
	font-weight:bold;
	font-size:85%;
	text-align:right;
}
div.form div.longlabel {
	float: left;
	width: 17em;
	text-align: left;
	padding: 4px 6px 4px 0px;

}

.site-title-bold {
	font-size:85%;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
}
.multiselect select,
.date input,
.text input,
.password input{
	border:1px solid #bcbec0;
	padding:3px;
	float:left;
	background:#FAFAFA;
	font-size:85%;
}

div.text {
	float: left;
	line-height:23px;
}

.radio input{
	border:none;
	float:none;
	margin-right:10px;
}

.select select{
	border:1px solid #bcbec0;
	float:left;
	background:#FAFAFA;
	font-size:85%;
	margin-top:2px;
}

.date input{
	background:url(../images/core/forms/date.gif) no-repeat right center;
	width:100px;
}

.password input{
	background:url(../images/core/forms/password.gif) no-repeat right center;
}

.text input:focus,
.password input:focus{
	background:#FFF;
}

.date span,
.text span{
	padding:4px;
	font-size:85%;
	line-height:23px;
}

.button input,
.submit input{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	
	border:2px solid #c84d21;
	background:#c84d21 url(../images/core/forms/button.gif) repeat-x center center;
	height:24px;
	color:#FFF;
	font-size:85%;
	line-height:22px;
	font-weight:bold;
	padding: 0px 15px;
	text-align:center;
	cursor:pointer;
}

.button input:hover,
.submit input:hover{
	background:#f36025;
}
.message{
	font-size:85%;
}

.element .message{
	padding: 10px 0 0 0;
	color:#333;
}

#Login .label{
	width:80px;
}

#Login .form {
	background:url(../images/core/forms/background.gif) no-repeat left top;
	margin: 0 0 10px -5px;
	-margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	float:left;
	width:100%;
	border-bottom:1px solid #bcbec0;
}

#Login .form form {
	background:#FFF url(../images/core/forms/background.gif) no-repeat right top;
	width:100%;
	padding: 20px 10px 0 0;
	margin: 0 0 -1px 0;
	float:left;
	border-bottom:1px solid #bcbec0;
}

#Login .message{
	background:url(../images/core/forms/background.gif) no-repeat left bottom;
	line-height:31px;
	height:31px;
	padding: 0 0px 0 10px;
	clear:both;
	margin: 0 0px 20px -5px;
	-margin: 0 0 20px 0px;
	width:100%;
	float:left;
}

#Login .message ul{
	background:#FFF url(../images/core/forms/background.gif) no-repeat right -769px;
	padding: 0 10px 0 0;
	width:100%;
}

#Login .message ul li{
	display:inline;
	padding: 0 10px 0 0;
}

#Login .message ul li.warning{
	font-weight:bold;
}

#Login .message ul li.alternateOption {
	float:right;
}

#Login .submit input{
	float:right;
}

/**/

#Forgot .form {
	background:url(../images/core/forms/background.gif) no-repeat left top;
	margin: 0 0 10px -5px;
	-margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	float:left;
	width:100%;
	border-bottom:1px solid #bcbec0;
}

#Forgot .form form {
	background:#FFF url(../images/core/forms/background.gif) no-repeat right top;
	width:100%;
	padding: 20px 10px 0 0;
	margin: 0 0 -1px 0;
	float:left;
	border-bottom:1px solid #bcbec0;
}

#Forgot .message{
	height:70px;
	padding: 0 0px 0 10px;
	clear:both;
	margin: 0 0px 20px -5px;
	-margin: 0 0 20px 0px;
	width:100%;
	float:left;
}

#Forgot .label{
	text-align: left !important;
	width: 200px;
}

#Forgot .message ul{

	padding: 0 10px 0 0;
	width:100%;
}

#Forgot .message ul li{
	display:inline;
	padding: 0 10px 0 0;
}

#Forgot .message ul li.warning{
	font-weight:bold;
}
#Forgot .message ul li.error{
	color: #ff4444;
	display: block;
}
#Forgot .message ul li.alternateOption {
	float:right;
}

#Forgot .submit input{
	float:right;
}

/**/

div.chkbox>input{
	margin-top:5px;
}
div.checkbox_title{
	float:left;
	font-size:85%;
	font-weight:bold;
	padding:3px 0 0 10px;
}

.notelist{
    width: 100%;
    border-style: none;
}
table.notelist tr, table.notelist tr td{
    border-width: 0;
    border-style: none;
    vertical-align: top;
    background-color: transparent;
    background-image: none;
}
.notelist .label{
    text-align: right;
    width: 130px;
}
span.error{
	color: #ff4444;
	padding:0 0 0 5px;
}

/** Term **/
div.term{margin-left:30px;}
div.term_text{ border:5px ridge #808080;display:block;height:250px;overflow-x:hidden;overflow-y:auto;padding:10px 20px;width:795px; margin:20px 0; text-align:justify;}
div.term_check{overflow:hidden;height:20px;padding-left:50px;}
div.term_check div.term_input,div.term_check div.term_label,div.term_check span.sublabel,div.term_check span.infolink,div.term_check span.error{float:left;padding:0;margin:0;line-height:normal;}
div.term_check div.term_label,div.term_check span.sublabel,div.term_check span.error{font-size:11px;/*font-size:85%;*/padding:5px 4px 3px 4px;}
div.term_check div.term_input{padding:4px 4px 3px 4px;}/*checkbox*/
div.term_check span.sublabeldiv.term_check span.error{height:12px;}
div.term_check span.infolink a{height:16px;width:16px;float:left;}
div.term_check span.infolink{padding:3px 2px 1px 2px;}

/** Lightbox Loading **/
div.lightbox_loading{overflow:hidden;width:152px;margin:auto;}
div.lightbox_loading > img{float:left;width:32px;height:32px;}
div.lightbox_loading > div{float:left;font-size:18px;line-height:32px;padding-left:10px;}