/* Admin links */

div.adminLinks {
	background-color: #303030;
}
div.adminLinks li {
    background: none;
}

/* Panes */

div.panes ul {
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	border-bottom: 1px solid #DDDDDD;
}
div.panes a {
	text-decoration: none;
}
#content div.panes a:hover, #content div.panes a:active, #content div.panes a:focus {
	text-decoration: none;
}
div.panes li.current span, div.panes li.current a {
	background-color: white;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

/* Form */

div.item
{
	background-color: #303030;
	border: 1px solid #202020;
}
div.item:hover
{
	background-color: #383838;
}

fieldset {
    margin: 1em 0;
    padding: 0 1em;
    background-color: #303030;
	border: 1px solid #202020;
}

legend {
	color: #A0A0A0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
	background-color: #202020 !important;
    background-color: #303030;
    border-width: 1px;
}
input[type=text], input[type=password], input[type=search], textarea {
    border-width: 1px;
    border-style: solid;
	border-color: #181818 #404040 #404040 #181818;
}
input[type=submit], input[type=button], select {
	background-color: #303030 !important;
	border-color: #505050 #181818 #181818 #505050;
}
div.cama-dataManager input[type=text] {
	background-color: #303030;
}

/* MODULES */

/* Articles */

div.mod-Articles h2 a
{
	text-decoration: none;
}

/* Events */

div.mod-Events h2 a
{
	text-decoration: none;
}

/* Image Gallery */

div.mod-ImageGallery a
{
	color: #fff;
	text-decoration: none;
}

/* Product Category */

div.mod-productCategory div.container
{
	border-color: #D8D75A;
}
div.mod-productCategory div.container div.title
{
	background-color: #D8D75A;
}
div.mod-productCategory div.container div.price
{
	background-color: #D8D75A;
}
div.mod-productCategory div.list tbody td
{
	border-bottom: 2px solid #DDDDDD;
}