body a,
body a:link,
body a:visited
{
	font-weight: bold;
}


#container_box .admin_content
{
	padding: 10px 0 0 0;
	min-height: 348px;
	background: #fff;
}



#adminnav
{
	position: relative;
	top: -21px;
	height: 28px;
}

#adminnav ul
{
	text-align: right;
	height: 28px;
	padding: 0 0 0 484px;
	background: transparent url(../img/admin_bg.jpg) no-repeat 0 0;
}

#adminnav li
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	height: 28px;
	overflow: hidden;
	border-bottom: 0;
}


#adminnav li a
{
	display: block;
	padding: 9px 0 0 11px;
	height: 19px;
	width: 87px;
	text-align: center;
	color: #111;
	background: transparent url(../img/admin_tabs.gif) no-repeat 0 0;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

#adminnav li#nav_2 a
{
	background-position: -99px 0px;
}

#adminnav li#nav_3 a
{
	background-position: -198px 0px;
}

#adminnav li#nav_4 a
{
	margin: 0 0 0 7px;
	padding: 0;
	height: 28px;
	width: 18px;
	text-indent: -100px;
	background-position: -304px 0px;
}

#adminnav li#nav_5 a
{
	padding: 0;
	height: 28px;
	width: 18px;
	text-indent: -100px;
	background-position: -323px 0px;
}

#adminnav li a:hover
{
	color: #333;
	background-position: 0 -28px;
}

#adminnav li#nav_2 a:hover
{
	background-position: -99px -28px;
}

#adminnav li#nav_3 a:hover
{
	background-position: -198px -28px;
}

#adminnav li#nav_4 a:hover
{
	background-position: -304px -28px;
}

#adminnav li#nav_5 a:hover
{
	background-position: -323px -28px;
}


#adminnav li strong a,
#adminnav li strong a:hover
{
	background-position: 0 -56px;
}

#adminnav li#nav_2 strong a,
#adminnav li#nav_2 strong a:hover
{
	background-position: -99px -56px;
}

#adminnav li#nav_3 strong a,
#adminnav li#nav_3 strong a:hover
{
	background-position: -198px -56px;
}

#adminnav li#nav_4 strong a,
#adminnav li#nav_4 strong a:hover
{
	background-position: -304px -56px;
}

#adminwhite
{
	padding: 0 19px 33px 15px;
	background: #fff;
	color: #555;
}

p
{
	margin: 10px 0 10px 0;
}

table.indextable
{
	margin: 10px 0 10px 0;
	width: 100%;
	border: 1px solid #eee;
	border-collapse: collapse;
}

.indextable td,
.indextable th
{
	padding: 10px;
	border: 1px solid #eee;
	min-width: 100px;
	max-width: 190px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.4;
}

.indextable th
{
	background: #eee;
	font-weight: bold;
}

td.actions,
th.actions
{
	min-width: 20px;
	text-align: center;
}

td.center
{
	text-align: center;
}

td.centerclient
{
	min-width: 50px;
	width: 50px;
	text-align: center;
}

#adminwhite th a
{
	color: #555;
}


h2
{
	margin: 10px 0 10px 0;
	font-size: 25px;
	color: #90876e;
	font-weight: bold;
}

h3
{
	margin: 20px 0 10px 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: #555;
	padding: 5px 10px 5px 10px;
}

.form h3
{
	background: transparent;
}

#add_items
{
	margin: 15px 0 15px 0;
}

#add_items a
{
	display: block;
	padding: 0;
	height: 70px;
	width: 80px;
	background: transparent url(../img/icon_add_huge.gif) no-repeat 0 0;
	text-indent: -1000px;
	overflow: hidden;
}


#add_items a:hover
{
	background: transparent url(../img/icon_add_huge_hover.gif) no-repeat 0 0;
}

.actions ul
{
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #eee;
}

.actions ul li
{
	display: inline;
	padding: 0 5px 0 5px;
}

dl
{
	margin: 10px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

dd
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 140px;
	border-bottom: 1px solid #eee;
	line-height: 1.4;
}

dt
{
	position: absolute;
	font-weight: bold;
	width: 120px;
	text-align: right;
	line-height: 1.4;
	color: #3b3;
}

.input
{
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #eee;
	border-bottom: 0;
}

label,
.label
{
	display: block;
	width: 120px;
	padding: 2px 20px 0 0;
	float: left;
	font-weight: bold;
	text-align: right;
	line-height: 1.4;
	font-size: 12px;
}

legend
{
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}

input[type="text"]
{
	width: 250px;
}

select[multiple="multiple"]
{
	height: 150px;
	width: 250px;
}

textarea
{
	width: 350px;
	height: 150px;
}

.formEnd
{
	padding: 10px;
	border: 1px solid #eee;
	background: #eee;
}

.formEnd div
{
	display: inline;
}

.paging
{
	text-align: center;
}

.paging div
{
	display: inline;
}

small
{
	font-size: 9px;
	color: #888;
}

small strong
{
	color: #555;
}

small span.light
{
	color: #ccc;
}

#picedit
{
	padding: 0 0 0 10px;
}

#picedit ul
{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
}

#picedit li
{
	margin: 0;
	padding: 0 15px 15px 0;
	float: left;
	position: relative;
	cursor: move;
}

.moveit
{
	cursor: move;
	background: #f00;
	padding: 20px;
}

#picedit li img
{
	border: 1px solid #ccc;
}

#upldr
{
	height: 50px;
	width: 50px;
	position: relative;
}

#upldr #swfupload_holder
{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
}

#upldr div#upldr_text
{
	position: absolute;
	top: 17px;
	left: 57px;
	width: 200px;
}

.upload .waiting
{
	margin: 15px 0 0 5px;
	height: 25px;
}

.upload .waiting span
{
	float: left;
	height: 25px;
}

.upload .success
{
	margin: 15px 0 0 0;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #00b767;
}

.upload .waiting .waiting_text
{
	padding: 1px 0 0 7px;
	font-size: 12px;
	font-weight: bold;
}


.upload .waiting .waiting_text em
{
	color: #999;
	font-style: normal;
}

.upload .picture
{
	float: left;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
}

.upload .picture img
{
	padding: 1px;
	border: 1px solid #ddd;
}

.upload .picture img.thumbnail
{
	padding: 1px;
	border: 2px solid #f00;
}

#upload_req
{

}

.upload p
{
	margin: 0;
	padding: 5px 0 5px 0;
}

.upload ul
{
	padding: 5px 0 5px 0;
	margin: 0 0 0 30px;
	list-style-type: disc;
}

.upload li
{
	padding: 0 0 3px 0;
}

.upload strong
{
	font-weight: bold;
	color: #000;
}

.pics
{
	z-index: 500;
}

#notify_sort
{
	height: 15px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}

#notify_sort_good
{
	color: #00b767;
}

#trashbin
{
	z-index: 10;
}

#trashbin div
{
	float: right;
	width: 50px;
	height: 50px;
	background: transparent url(../img/icon_trash.gif) no-repeat 0px -50px;
	text-indent: -1000px;
	overflow: hidden;
}

#trashbin div.trashhover
{
	background-position: 0px 0px;
}


.inplace
{
	padding: 3px 0 0 0;
}


