/* CMS styles */

/* Global settings */
html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background: #dfdfdf;
	color: #111;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear_left {
	clear: left;
	font-size: 0px;
	line-height: 0px;
}
.clear_right {
	clear: right;
	font-size: 0px;
	line-height: 0px;
}
.clear_both {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/* Main container */
#main_container {
	position: absolute;
	top: 31px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}
#main_container .cms_center {
	width: 1000px;
	margin: 0 auto;
}

/* Menu bars */
.menubar {
	height: 30px;
	background: #333;
	color: #fff;
}
.menubar .menubar_item {
	padding-top: 4px;
}

/* North & South */
#north {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#north.menubar .cms_name {
	font-weight: bold;
	margin-right: 20px;
}
#north #navi {
	margin-left: 20px;
}
#north #navi span {
	font-weight: bold;
	margin-right: 10px;
}

#south {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #fff;
}
#south #logged_in_as {
	margin-left: 20px;
}

.btn,
#north .btn,
#south .btn {
	float: left;
	margin-right: 7px;
	padding: 2px;
	position: relative;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
.btn span {
	float: left;
}
#south .btn {
	margin-right: 20px;
}

#welcome_box {
	width: 500px;
	margin-left: 30px;
	text-align: center;
	
}
#welcome_box div {
	padding: 10px;
}

.cms_center h1 {
	margin-bottom: 15px;
}
#clients_text {
	height: 500px;
}



#store_clients_button {
	display: block;
	width: 100px;
	text-align: center;
	margin-top: 15px;
}

.subnavi_container {
	/*
	position: absolute;
	left: 20px;
	top: 10px;
	width: 200px;
	*/
	margin-bottom: 30px;
	border: 1px solid #888;
	padding: 10px;
}
.subnavi_container a {
	margin-bottom: 3px;
	width: 178px;
}
.subnavi_container h1 {
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

#news_headline {
	border: 1px solid #999;
	padding: 4px;
	font-size: 18px;
	width: 990px;
	margin-bottom: 10px;
}

#news_container .news_item {
	border-bottom: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 6px;
}
#news_container .news_item .news_text p {
	margin-bottom: 10px;
}
#news_container .news_item h1 {
	font-size: 14px;
	background: #aaa;
	padding: 2px;
	padding-left: 10px;
}
#news_container .news_item .footer {
	margin-top: 10px;
}
#news_container .news_item .footer .left {
	padding-top: 5px;
}

/* Logview */
#logs_view_container {
	
}
#lv_info {
	width: 1000px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	background: #333;
	color: #fff;
	text-align: center;
}
#lv_logview {
	border: 1px solid #888;
	width: 988px;
	height: 590px;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}

/* Portfolio */
#pf_container {
	
}

#category_view {
	margin-bottom: 10px;
	border: 1px solid #888;
	padding: 15px;
	position: relative;
}

#category_view .cat_item,
#pf_cat_breadcrumb .cat_item {
	float: left;
	position: relative;
	width: 150px;
	height: 188px;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	background: #fff;
	margin: 4px;
}
#category_view .cat_item .info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #888;
	width: 130px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#category_view .cat_item .edit {
	position: absolute;
	top: 2px;
	left: 8px;
}
#category_view .cat_item .star {
	position: absolute;
	top: 3px;
	right: 56px;
}
#category_view .cat_item .delete {
	position: absolute;
	top: 2px;
	right: 8px;
}
#category_view .cat_item .state {
	position: absolute;
	top: 3px;
	right: 22px;
}

.cat_panel h2 {
	border-bottom: 1px solid #666;
	font-size: 15px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#category_infos .left.imgside {
	width: 250px;
}

#subcategory {
	margin-top: 10px;
}
#cat_name_view {
	border-bottom: 1px dotted #666;
	margin-left: 10px;
}




/* Upload */
#pf_upload_container {
	
}

#upload_view {
	margin-bottom: 10px;
	border: 1px solid #888;
	padding: 15px;
}

#file_upload_form {
	
}
#file_upload_form .fieldset {
	margin-top: 15px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#file_upload_form .fieldset span.legend {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #ddd;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#upload_wrapper_box {
	width: 400px;
}
#thumbnails_wrapper_box {
	width: 548px;
	margin-left: 20px;
}

#thumbnails {
	
}
#thumbnails img.thumb {
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Ajax status */
#ajax_status {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 36px;
}
#ajax_status p {
	width: 200px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
}

/* Portfolio category breadcrumb */
#pf_cat_breadcrumb {
	border: 1px solid #999;
	background: #cdcdcd;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	padding: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#pf_cat_breadcrumb .cat_item {
	/*width: 120px;
	height: 120px;*/
	width: 150px;
	height: 186px;
	margin: 4px;
}
#pf_cat_breadcrumb .cat_item .info_top {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 9px;
	border: 1px solid #333;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#pf_cat_breadcrumb .cat_item .info_bottom {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 9px;
	border: 1px solid #333;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#pf_cat_breadcrumb .cat_item .imgbox {
	/*height: 84px;
	width: 120px;*/
	height: 150px;
	width: 150px;
}
#pf_cat_breadcrumb .bc_intro {
	padding-top: 93px;
	margin-right: 20px;
}
#pf_cat_breadcrumb .bc_middle {
	padding-top: 93px;
	margin-right: 20px;
	margin-left: 20px;
}
#pf_cat_breadcrumb .bc_active_droppable {
	background: #efefef url(../pics/drop_arrow.png) center no-repeat;
}
#pf_cat_breadcrumb .imgsubbox {
	/*width: 120px;
	height: 84px;*/
	width: 150px;
	height: 150px;
}

/* Portfolio subcategory pics view */
#category_view .picbox,
#subcategorypics_view .picbox {
	width: 150px;
	/*height: 120px;*/
	height: 150px;
	margin-top: 20px;
	border-top: 1px solid #bbb;
}

#subcategorypics_view .prevpicdragger {
	position: absolute;
	right: 40px;
	top: 3px;
	cursor: pointer;
}

/* Picinformation box */
#change_subcategory_picdata {
	
}
#change_subcategory_picdata textarea {
	
}

/* Image editing */
#subcategorypicedit_view {
	
}
#picedit_picview {
	
}
#picedit_minipics {
	margin-left: 15px;
}
#picedit_minipics .minipic_header {
	background: #333;
	color: #fff;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 11px;
}
#picedit_thumbview {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
#picedit_info {
	margin-top: 15px;
}

#picedit_picview_wm {
	position: relative;
}
#picedit_watermark_dragger {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
}
.wm_pos_info {
	width: 120px;
	padding-top: 5px;
	padding-left: 2px;
}


/* New state icon */
.new-state {
	position: absolute;
	right: 38px;
	top: 3px;
}
.new-state.inactive {
	opacity: 0.2;
}
.new-state.inactive:hover {
	opacity: 1;
}


/* Portfolio sorter */
#pfs_left {
	width: 200px;
	margin-right: 20px;
}
#pfs_left h2 {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#pfs_left .pfs_mc_spacer {
	margin-bottom: 5px;
}
#pfs_left .pfs_maincat {
	background: #cdcdcd;
	border: 1px solid #888;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
}
#pfs_left .pfs_maincat img {
	display: block;
	float: left;
	margin-right: 7px;
}
#pfs_left .pfs_maincat .catname {
	float: left;
	padding-top: 15px;
}
#pfs_left .pfs_subcat_arrow {
	visibility: hidden;
	margin-top: 14px;
	margin-left: 10px;
	cursor: pointer;
}
#pfs_left .pfs_subcat_arrow_placeholder {
	margin-top: 14px;
	margin-left: 21px;
}
#pfs_left .pfs_subcat {
	background: #dedede;
	border: 1px solid #aaa;
	width: 157px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 5px;
}
#pfs_left .pfs_subcat:hover {
	background: #ababab;
	border: 1px solid #777;
}
#pfs_left .pfs_subcat.active {
	background: #f90;
}
#pfs_left .pfs_subcat img {
	display: block;
	float: left;
	margin-right: 7px;
}
#pfs_left .pfs_subcat .catname {
	float: left;
	padding-top: 7px;
}

#pfs_right {
	width: 748px;
}
#pfs_right h2 {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#pfs_right .choose_info {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
}

#pfs_right #imgs_container {
	
}
#pfs_right #imgs_container .img_wrapper {
	border: 1px solid #888;
	background: #cdcdcd;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
#pfs_right #imgs_container .img_wrapper:hover {
	background: #ababab;
}
#pfs_right #imgs_container .img_wrapper.ui-selecting,
#pfs_right #imgs_container .img_wrapper.ui-selected {
	background: #f90;
}
#pfs_right #imgs_container .img_wrapper img {
	display: block;
}
div.moveinfo {
	padding: 2px;
}

/* UI Table */
table.ui_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
table.ui_table th {
	text-align: left;
	background: #999;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.ui_table td {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
table.ui_table tr.even {
	background: #bbb;
}
table.ui_table tr.odd {
	background: #ccc;
}
table.ui_table .uit_switch {
	width: 5%;
}
table.ui_table .uit_id {
	width: 5%;
}
table.ui_table .uit_name {
	width: 30%;
}
table.ui_table .uit_company {
	width: 30%;
}
table.ui_table .uit_email {
	width: 30%;
}

.user_item {
	
}
.user_item .user-info {
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #333;
	padding: 10px;
}

.cat_item .dl_info {
	position: absolute;
	top: 2px;
	left: 8px;
	font-size: 11px;
}

#dp_user_more_data {
	
}
#dp_user_more_data .dpumd_item {
	float: left;
	width: 293px;
	border: 1px solid #999;
	padding: 5px;
	margin-right: 10px;
}
#dp_user_more_data .dpumd_item .picbox {
	border: none;
	margin: 0px;
}

/* DP frontend view */
#dp_gallery_overview {
	
}
#dpgo_gallerylist {
	float: left;
	width: 230px;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	padding: 9px;
	margin-right: 10px;
}
#dpgo_gallerylist h1 {
	font-size: 14px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	margin-top: 5px;
}
#dpgo_galleryimages {
	float: left;
	width: 730px;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	padding: 9px;
}
#dpgo_galleryimages div.img_info {
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 8px;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	background: #efefef;
}

#dpgo_gallerylist_content {
	
}
#dpgo_gallerylist_content .cat_item {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 5px;
}
#dpgo_gallerylist_content .cat_item .picbox {
	float: left;
	width: 50px;
	height: 50px;
}
#dpgo_gallerylist_content .cat_item .info {
	float: left;
	padding-top: 18px;
	padding-left: 5px;
	font-weight: bold;
}

#dpgo_galleryimages {
	
}
#dpgo_galleryimages .cat_item {
	float: left;
	width: 348px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	text-align: center;
}
#dpgo_galleryimages .cat_item .picbox {
	width: 348px;
	height: 150px;
}
#dpgo_galleryimages .cat_item .info {
	margin-top: 3px;
}
#dpgo_galleryimages .cat_item .download {
	background: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	cursor: pointer;
}

/* userfiles */
.cp_userfiles {
	
}
.cp_userfiles .img_block {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 15px;
	background: #cecece;
	padding: 3px;
	border: 1px solid #acacac;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cp_userfiles .img_block .img_info {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	color: #555;
	width: 200px;
	overflow: hidden;
}


.msg_type_own_container {
	margin-left: 22px;
	margin-top: 8px;
}
.msg_type_own_container .textbox {
	width: 300px;
}
.msg_type_own_container .textbox.header {
	margin-bottom: 5px;
}
.msg_type_own_container .textbox.text {
	height: 100px;
	margin-bottom: 5px;
}
