/*Administration Center*/
.administration-list .section
{
	padding-bottom: 5px;
}

.administration-list .section h2.section-title
{
	color: #004c60;
	font-size: 22px;
	height: 30px;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
}

.administration-list .section .subsection-title
{
	margin-left: 25px;
}

.administration-list .section .description
{
	border-bottom: dashed 1px #d3d3d3;
	font-size: 12px;
	font-style: italic;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-right: 25px;
}

/*Blocks Administration*/
.instant-block-edit
{
    padding: 3px 3px 3px 3px; 
    float: left; 
	display: block; 
	position: relative;
    top: 0; 
    left: 0; 
    background-color: #7c7c7c; 
    color: #fff;
	border: 0;
}

form.blocks h3
{
	text-transform: capitalize;
	padding: 4px;
}

form.blocks .blocks-list thead
{
	font-weight: bold;
}

form.blocks .blocks-list td
{
	width: auto;
}

form.blocks .blocks-list .form-text
{
	width: auto;
}

/*Menus Administration*/
form.menu .menu-list td
{
	width: auto;
	padding: 4px;
}

form.menu .menu-list .options
{
	text-align: right;
}

form.menu .menu-items thead
{
	font-weight: bold;
}

form.menu .menu-items td
{
	width: auto;
}

form.menu .menu-items .form-text
{
	width: auto;
}

/*Page images administration*/
form.images .images-list
{
	margin-bottom: 30px;
}

form.images .images-list thead
{
	font-weight: bold;
}

form.images .images-list thead td
{
	height: 30px;
	border-bottom: 0;
}

form.images .images-list td
{
	width: auto;
	vertical-align:  middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed 1px #d3d3d3;
	margin-bottom: 10px;
}

form.images .images-list .form-text
{
	width: auto;
}

/*Page files administration*/
form.files .files-list
{
	margin-bottom: 30px;
}

form.files .files-list thead
{
	font-weight: bold;
}

form.files .files-list thead td
{
	height: 30px;
	border-bottom: 0;
}

form.files .files-list td
{
	width: auto;
	vertical-align:  middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed 1px #d3d3d3;
	margin-bottom: 10px;
}

form.files .files-list .form-text
{
	width: auto;
}

/*Modules Administration*/
.modules-list thead
{
	font-weight: bold;
	height: 30px;
}

.modules-list thead td
{
	border-bottom: 0;
}

.modules-list td
{
	width: auto;
	vertical-align:  middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed 1px #d3d3d3;
	margin-bottom: 10px;
}

.modules-list .form-text
{
	width: auto;
}

.module-info .info .label
{
	text-align: left;
}

.module-info .info .label
{
	font-weight: bold;
	margin-bottom: 8px;
}


/*Themes Administration*/
form.themes .themes-list thead
{
	font-weight: bold;
	height: 30px;
}

form.themes .themes-list thead td
{
	border-bottom: 0;
}

form.themes .themes-list td
{
	width: auto;
	vertical-align:  middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed 1px #d3d3d3;
	margin-bottom: 10px;
}

form.themes .themes-list .form-text
{
	width: auto;
}

.theme-info .info .label
{
	text-align: left;
}

.theme-info .info .label
{
	font-weight: bold;
	margin-bottom: 8px;
}

.theme-info .preview .label
{
	margin-top: 10px;
	font-weight: bold;
	height: 30px;
}

/*Groups Administration*/
.groups-list thead
{
	font-weight: bold;
}

.groups-list td
{
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #d3d3d3;
	padding-right: 10px;
}

/*Languages Administration*/
.languages-list thead
{
	font-weight: bold;
}

.languages-list td
{
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #d3d3d3;
	padding-right: 10px;
}

/*Types Administration*/
.types-list thead
{
	font-weight: bold;
}

.types-list td
{
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #d3d3d3;
	padding-right: 10px;
}

/*Categories Administration*/
.categories-list thead
{
	font-weight: bold;
}

.categories-list td
{
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #d3d3d3;
	padding-right: 10px;
}

/*Subcategories administration*/
.subcategories td
{
	width: auto;
	padding: 4px;
}

.subcategories-list thead
{
	font-weight: bold;
}

.subcategories-list td
{
	width: auto;
}

.subcategories-list .form-text
{
	width: auto;
}

/*Block User Login*/
form.block-login .form-text
{
	width: auto;
}

form.block-login .form-password
{
	width: auto;
}

form.block-login .caption
{
	margin: 0;
}

/*Block Search*/
form.block-search .form-text
{
	width: auto;
}

form.block-search .caption
{
	margin: 0;
}

/*Search results*/
.search-results .title li
{
	/*list-style-image: url(images/bullet.png);*/
}
