#userForm{}

#userForm .formFieldset{}

#userForm .formFieldset legend{}

#userForm .formFieldset .formRed{
	margin: 10px 0;
	color: #ff0000;
}

#userForm .formFieldset .formContainer{}

#userForm .formFieldset .formContainer .rsform-block{}

#userForm .formFieldset .formContainer .rsform-block .formCaption, #userForm .formFieldset .formContainer .rsform-block .formCaption2{
	margin: 0 0 3px 0;
	font-weight: bold;
}

#userForm .formFieldset .formContainer .rsform-block .formCaption .formRequired, #userForm .formFieldset .formContainer .rsform-block .formCaption2 .formRequired{}

#userForm .formFieldset .formContainer .rsform-block .formBody{margin: 0 0 5px 0}

#userForm .formFieldset .formContainer .rsform-block .formBody input[type=text], #userForm .formFieldset .formContainer .rsform-block .formBody textarea, #userForm .formFieldset .formContainer .rsform-block .formBody select{width: 500px}

#userForm .formFieldset .formContainer .rsform-block .formBody .formClr{}

#userForm .formFieldset .formContainer .rsform-block .formBody .formClr .formError{color: #ff0000}

.yoo-zoo .item .element-titledtextarea h3.accordion-title{
	margin: 5px 0;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #48822D;
	background: #ddd;
	background-position: 8px center;
	background-repeat: no-repeat;
	border-: #0f8b2d 1px solid;
	text-shadow: 0 1px 1px #fff;
	border-radius: 4px;
	cursor: pointer;
	-moz-text-shadow: 0 1px 1px #fff;
	-webkit-text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.yoo-zoo .item .element-titledtextarea h3.accordion-title.closed{background-image: url(../images/extensions/plus.png)}

.yoo-zoo .item .element-titledtextarea h3.accordion-title.open{background-image: url(../images/extensions/minus.png)}

.yoo-zoo .item .element-titledtextarea h3.accordion-title:hover, .yoo-zoo .item .element-titledtextarea h3.accordion-title.open{background-color: #d0d0d0}

.yoo-zoo .item .element-titledtextarea article{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.membership-application-button{
	display: block;
	font-size: 220%;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 350px;
}

.membership-application-button:hover{
	padding: 11px 10px 9px 10px;
	text-decoration: none;
	box-shadow: inset 0 0 30px 0 #005B25;
	-moz-box-shadow: inset 0 0 30px 0 #005B25;
	-webkit-box-shadow: inset 0 0 30px 0 #005B25;
}

#dm_header{
	overflow: hidden;
	height: auto;
}

#dm_header div{width: auto}

#dm_frmsearch input[type=text]{width: 278px}

#dm_frmsearch textarea, #dm_frmsearch select{width: 300px}

.dm_orderby{
	height: auto;
	padding-bottom: 5px;
}

#dm_docs{padding-left: 0}

#dm_docs .dm_row{overflow: hidden}

#dm_docs h3.dm_title{
	float: left;
	width: 70% !important;
}

#dm_docs .dm_row .dm_details{margin: 5px 0 0 10px}

#dm_docs .dm_row .dm_details div{
	border: none;
	color: #0F8B2D;
}

#dm_docs .dm_row .clr{clear: none !important}

#dm_docs .dm_row .dm_taskbar{
	clear: left;
	width: 70%;
}

#dm_docs table{}

#dm_docs table thead{}

#dm_docs table thead th{
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}

#dm_docs table thead th.icon{width: 5%}

#dm_docs table thead th.name{width: 20%}

#dm_docs table thead th.description{}

#dm_docs table thead th.version{width: 10%}

#dm_docs table thead th.date{width: 10%}

#dm_docs table thead th.filesize{width: 12%}

#dm_docs table thead th.download{width: 10%}

#dm_docs table thead th .order{
	vertical-align: middle;
	display: inline-block;
	width: 15px;
	height: 9px;
	margin: 0 0 2px 5px;
	text-indent: -9999px;
	background: url( '../images/extensions/order_arrows.gif' ) no-repeat 0 0;
}

#dm_docs table thead th .order.asc{}

#dm_docs table thead th .order.desc{background-position: 0 -9px}

#dm_docs table tbody td{
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}

#dm_docs table tbody td.description p{margin: 0}

#dm_docs table tbody td .button{display: inline-block}

#dm_docs table tbody td.name .category{
	margin: 5px 0 0 0;
	color: #0F8B2D;
}