#da-menu li.active {
	background-color: #f1eee0;
}
#main-menu {
	border-top-color: #f1eee0;
	border-bottom-color: #ada47e;
}

#workspace {
	width:780px;
	margin:0 auto;
	padding-bottom:3em;
	text-align:left;
}
#workspace h2 {
	font-size:1.33em;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
	font-size:95%;
}
label {
	display:block;
}
label.required {
	font-weight:bold;
}
label.required:after {
	content: " *";
}
label.inline {
	display:inline;
}
fieldset {
	padding:1em;
	margin-bottom:0.75em;
}
textarea {
	text-align: left;
	font-family: "DejaVu Sans","Lucida Grande","Bitstream Vera Sans",Helvetica,Arial,sans-serif;
	font-size:1em;
}
legend {
	font-size:1.2em;
	padding:0 0.5em;
}
select {
	background-color: #fff;
}
option {
	padding:0 0.5em;
	background: transparent;
}
.erreur {
	padding: 4px 1em 4px 32px;
	background: transparent url(https://static.dotaddict.org/img/stop.png) no-repeat 4px 4px;
	border: 1px solid #f00000;
}
.info {
	padding: 4px 1em 4px 32px;
	background: transparent url(https://static.dotaddict.org/img/apply.png) no-repeat 4px 4px;
	border: 1px solid #00f000;
}
#wrapper {
	margin:1.75em auto 1.5em auto;
}
#wrapper:after {
	content: '[.]';
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/*\*/
* html #wrapper {
	height: 1%;
}
#wrapper {
	display: block;
}
/* */

table {
	width:100%;
	margin:0 0 1em 0;
	padding:0;
	border: 1px solid #ccc;
}
th {
	text-align:left;
	border-bottom : 1px solid #4b4c4c;
	font-weight:bold;
	padding: 2px 5px;
}
td {
	border-bottom : 1px dotted #e8e3ce;
	border-right: 1px solid #ccc;
	padding: 2px 5px;
}
td.a_label { width:25%; }
td.a_version { /* width:8%; */ }
td.a_author { width:35%; }
td.a_status { /* width:6%; */ text-align:center; }
td.a_validation { /* width:10%; */ text-align:center; }
td.a_action { /* width:26%; */ text-align:center; }

td.a_action a,
td.a_action a img {
	border:0 none;
}
td.a_action input {
	    padding:0.25em 0.5em;
	    border:0 none;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    color: #f1eee0;
	    background: #4b4c4c;
}
td.a_action input:hover {
	    color:#fff;
	    background:#000;
}
legend,caption {
	text-align:left;
	font-size:1.05em;
}
legend {
	font-weight: bold;
}
caption {
	margin:0.5em 0;
	font-weight:normal;
}
table.addonsList thead tr .header {
	background-image: url(https://static.dotaddict.org/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-right:1px solid #ccc;
}
table.addonsList thead tr .headerSortUp {
	background-image: url(https://static.dotaddict.org/img/asc.gif);
}
table.addonsList thead tr .headerSortDown {
	background-image: url(https://static.dotaddict.org/img/desc.gif);
}
table.addonsList thead tr .headerSortDown,
table.addonsList thead tr .headerSortUp {
	background-color: #e8e3ce;
}
table.addonsList tbody tr:hover {
	background-color:#ada47e;
	color:#000;
}
table.addonsList {
	border-collapse: collapse;
	border-spacing:0;
	background-color: #f2f2f2;
}
#dacv {
	width:80%;
	min-width:780px;
	margin:0 auto;
	font-size:80%;
	text-align:right;
}
table.submit-summary {
	border-collapse: collapse;
	border-spacing:0;
}
table.submit-summary td {
	border:1px solid  #4b4c4c;
}
td.property {
	width:33%;
	padding:0.25em 0.5em;
	font-weight:bold;
	background:#e8e3ce;
}
td.value {
	padding:0.25em 0.5em;
}
fieldset {
	border:1px solid  #4b4c4c;
}

/* Home */
.home-col > div {
	float: left;
}
.home-col > div.welcome {
	width: 65%;
}
.home-col > div.login {
	width: 30%;
	float: right;
}
.home-col ul {
	list-style-type:square;
	padding-left: 1em;
}

.news-col {
	width:65%;
	float:left;
}
.news-col > div {
	margin-right:2em;
}
.news-col p {
	text-align:justify;
}
.news-col > div h3 {
	font-variant:small-caps;
}
.news-col > div h3 a {
	border:0 none;
}
.contrib-col {
	width:32%;
	float:right;
}
div.contrib-col > div {
	margin-bottom:1.5em;
	padding: 0 1.5em;
}
.contrib-col p {
	text-align:justify;
}
.contrib-col form {
	font-size:90%;
}
.clear {
	clear:both;
	display:block;
	height:1px;
}
label { cursor: pointer; }
input,
textarea { padding:0.25em; border:1px solid #ada47e; background-color:#fff;}
input[type=text],
input[type=password],
input[type=file],
textarea { color:#4b4c4c; }
input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
textarea:hover { border-color: #4b4c4c;}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus { background-color:#fff; border-color: #4b4c4c; }
input.submit,
input.preview {
	font-size:0.95em;
	padding:0.25em 1.5em;
	cursor: pointer;
	background-color: #4b4c4c;
	color: #f1eee0;
	-moz-border-radius:4px;
}
input.submit:hover,
input.preview:hover { background-color:#000; color:#fff; }

#module_dc_min {
}
#module_licence {
}
#module_type {
}

#module_name {
	width: 12em;
}
#module_desc {
	width: 80%;
}
#module_author {
	width: 12em;
}
#module_version {
}
#module_support {
	width: 24em;
}
#module_screenshot {
	width: 12em;
}

#module_doc {
	width: 99%;
	height: 12em;
}
#module_note {
	width: 80%;
	height: 6em;
}

li.tag-check {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#footer {
	border-color: #ada47e;
}
#contrib-help {
	margin-top:-2.5em;
	width:32%;
	float:right;
	font-size:90%;
}
#contrib-help > div {
	margin:0 0 1.5em 0;
	padding: 0 1.5em;
}
#contrib-help p {
	text-align:justify;
}
#contrib-help ul {
	list-style-type:square;
}
#contrib-help li {
	margin-bottom:0.25em;
	text-align:justify;
}
body.dc-submit #content > h3 {
	margin:-1em 0 1.5em 0;
}

#addons > div {
	margin-bottom:2em;
}