.admin p{
	
}

/*textarea{*/
/*	display:block;*/
/*}*/

.admin #content * {
	line-height:150%;
	font-size:12px;
}

.admin #content h1{
	font-size:18px;
}

/*.admin #content h1,*/
.admin #content h2,
.admin #content h3,
.admin #content h4,
.admin #content h5{
	font-size:12px;
	text-transform: uppercase;
}

.admin h1,.admin h2,.admin h3,.admin .h2{
	/*margin:14px 0px 7px 0px;*/
	letter-spacing:1px;
	font-size:13px;
}

.admin h1{
	margin-top:0px;
}

.admin #content{
	
}

.admin #content .box{
	/*background-color:#A99058;*/
	/*background-image:none;*/
	/*padding-bottom:50px;*/
}

.admin #content .box_notice{
	background:transparent url(../images/bg_box/330.jpg) top left no-repeat;
	padding-bottom:10px;
	margin-bottom:11px;
}

.admin #content div.success{
	color:#050;
	font-weight:bold;
}

.admin #content div.error{
	font-weight:bold;
}

.admin #content ul{
	margin-top: 10px; list-style-type: none;
}
.admin #content ul li{
	margin-bottom: 7px;
}

.admin #content form{
	/*margin-top:10px;*/
}

input.button{
	margin:2px 0px;
}

.admin #content a{
	border-bottom:1px dotted black;
}

.admin #content a:hover, .admin #content a.clear{
	border-bottom:1px solid transparent;
}

#form_categories textarea,
#form_categories input.text{
	border-style:solid;border-width:1px;border-color:#666 #ccc #ccc #666;background-color:white;padding:2px;
}
#form_categories textarea{
	width: 440px;
	height: 76px;
}
#form_categories input.name{
	width: 440px;
}

#content p.param_error{
	background:transparent url(../images/alert.gif) center left no-repeat;
	padding-left:18px;
}

input.editor_field{
	background-image:url(../images/textarea_bg.gif);
}

#content a.edit_button{
	padding-top:1px;
	padding-right:12px;
	position:absolute;
	margin-left:483px;
	margin-top:8px;
}

#content a.edit_button:hover{
	padding-top:1px;
}

.admin #content ul.arrows li{
	background:transparent url(../images/raquo_black.gif) 0px 7px no-repeat;
	padding-left:12px;
}

.admin .newsletters .title{
	font-weight: bold;
}

.admin table{
	border-collapse:collapse;
	background: transparent url(/static/images/dot_black_y.gif) bottom right repeat-y;
	width:100%;
}

.admin table td{
	border:none;
	background: transparent url(/static/images/dot_black_y.gif) bottom left repeat-y;
	padding: 2px 4px;
	margin-right:2px;
}

.admin table tr{
	background: transparent url(/static/images/dot_black.gif) bottom left repeat-x;
}

.admin table th{
	background-color:#999;
	color:#fff;
	padding:2px 8px;
}

.admin #content form input.submit {
	float:right;
}

.admin p.right{
    float: right;
}
.admin td.right{
    text-align: right;
}
.admin td.icon{
        width: 16px;
    }
.admin span.inactive{
	margin-left: 110px;
	color: #aaa;
}

a.up     	{ background-image: url(/static/images/icons/go-up.png);     			}
a.down   	{ background-image: url(/static/images/icons/go-down.png);    			}
a.add    	{ background-image: url(/static/images/icons/list-add.png);  			}
a.delete 	{ background-image: url(/static/images/icons/list-remove.png);			}
a.pause  	{ background-image: url(/static/images/icons/playback-pause.png);		}
a.start  	{ background-image: url(/static/images/icons/playback-start.png);		}
a.change 	{ background-image: url(/static/images/icons/preferences-system.png);	}
a.readonly 	{ background-image: url(/static/images/icons/emblem-readonly.png);	}
a.image     { background-image: url(/static/images/icons/camera-photo.png);			}
a.important { background-image: url(/static/images/icons/emblem-important.png);		}
a.ok 	    { background-image: url(/static/images/icons/ok.png);					}
a.mailed    { background-image: url(/static/images/icons/mail-forward.png);			}
a.up, a.down, a.add, a.delete, a.change, a.pause, a.start, a.readonly,
a.image, a.image, a.ok, a.mailed{
    background-repeat: no-repeat;
    text-decoration: none;
    padding-bottom: 2px;
}
a.up span, a.down span, a.add span, a.delete span, a.change span, a.readonly span,
a.start span, a.pause span, a.image span, a.ok span, a.important span,
a.mailed span{
    margin: 0px 6px;
}

