#admin_panel{
margin: 10px 0 10px 0;
padding: 0;
width: 547px;
}
#ap_header{
margin: 0 0 0 0;
padding: 0 0 0 1px;
list-style: none;
overflow: auto;
font-size: 10pt;
}
#ap_header li{
height: 30px;
margin:0;
margin-left: -1px;
padding: 3px 5px 0px 5px;
width: 80px;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
display: inline;
float: left;
text-align: center;
background-image: url('./images/bgstr1.png');
background-repeat: repeat-x;
}
#ap_header li.hover{
background-image: url('./images/bgstr2.png');
}
#ap_header li.selected{
border-bottom: none;
background: none;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
background-color: white;
margin-left:-1px;
}
#ap_content{
font-size: 10pt;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
padding: 10px 10px 10px;
clear: both;
min-height: 300px;
overflow: auto;
}

.link{  /* linklike */
cursor: pointer;
color: #356b83;
}
.link:hover{  /* linklike */
cursor: pointer;
color: #033961;
}
.button{
border: 1px solid #aaaaaa;
padding: 3px;
margin: 0;
background-image: url('./images/bgstr3.png');
}

table {
font-size: 10pt;
}

table tr th{
background-image: url('./images/bgstr1.png');
background-repeat: repeat-x;
}

table#newstable tr:nth-child(even) td{
background-color:#feffc0;
}

table#newstable td{
padding: 3px 5px;
}

#editor{
margin: 10px 0 10px 0;
}

span.showaddarticle, span.delarticle{
float: right;
display: block;
width: 14px;
}

table.articlestable{
width: 300px;
margin: 10px 5px 10px 5px;
border-collapse: collapse;
border: 1px solid #cccccc;
min-height: 50px;
}
table.articlestable td, table.articlestable th{
border-bottom: 1px solid #cccccc;
padding: 3px;
}
table.articlestable tr{
height: 30px;
}
table.articlestable tr td:first-child, table.articlestable tr th:first-child{
width: 230px;
}
table.articlestable caption{
font-weight: bold;
font-size: 12pt;
}
table.articlestable{
height: 50px;
}
table.videostable tr:nth-child(even) td,table.downloadstable tr:nth-child(even) td{
background-color:#feffc0;
}
table.videostable td, table.downloadstable td{
padding: 3px 5px;
}




/* jquery ui */
.column { width: 270px; float: left; padding-bottom: 100px; }
	.portlet { margin: 0 1em 1em 0; }
	.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
	.portlet-header .ui-icon { float: right; }
	.portlet-content { padding: 0.4em; }
	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.ui-sortable-placeholder * { visibility: hidden; }
.showcolumn { width: 300px; float: left; padding-bottom: 100px; }
div#text{overflow:auto;}
.ui-tabs-panel{overflow: auto;}
.portlet-content ul{
padding: 10px 0px;
}
