/* CSS file for advimage plugin popup */

.mceImageList {
	width: 280px;
}

.mceActionPanel {
	margin-top: 7px;
}

.alignPreview {
	border: 1px solid black;
	width: 140px;
	height: 140px;
	overflow: hidden;
	padding: 5px;
}

.checkbox {
	border: 0;
}

.panel_wrapper div.current {
	height: 405px;
}

a#new_pl:link, a#new_pl:visited, a#new_pl:active{
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	border: 1px solid #555;
	display: block;
	clear: none;
	float: left;
}

a#save_pl:link, a#save_pl:visited, a#save_pl:active{
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	background-image: url(../images/save.gif);
	background-repeat: no-repeat;
	border: 1px solid #555;
	display: block;
	clear: none;
	float: left;
}

a#remove_pl:link, a#remove_pl:visited, a#remove_pl:active,
a#cancel_pl:link, a#cancel_pl:visited, a#cancel_pl:active {
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	background-image: url(../images/remove.gif);
	background-repeat: no-repeat;
	border: 1px solid #555;
	display: block;
	clear: none;
	float: left;
	margin-left: 2px;
}

input.check {
	width: 15px;
}

.act{
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	background-image: url(../images/remove.gif);
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	color: #000;
	display: block;
	clear: none;
	float: left;
	margin-left: 2px;
}

.deact{
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	/*background-image: url(../images/remove.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	color: #aaa;
	display: block;
	clear: none;
	float: left;
	margin-left: 2px;
}

a#clear_pl:link, a#clear_pl:visited, a#clear_pl:active {
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none;
	height: 14px;
	background-color: #fff;
	background-image: url(../images/clear.gif);
	background-repeat: no-repeat;
	border: 1px solid #555;
	display: block;
	clear: none;
	float: left;
	margin-left: 2px;
}

#prev {
	margin: 0;
	border: 1px
	solid black;
	width: 99%;
	height: 150px;
	overflow: auto;
}
#playlistItems{
	margin: 0;
	margin-right: 10px;
	width: 200px;
	border: 1px solid black;
	height: 165px;
	overflow: auto;
	background-color: #fff;
}

#dirItems{
	margin: 0;
	width: 200px;
	border: 1px solid black;
	height: 165px;
	overflow: auto;
	background-color: #fff;
}

#playlistItems a, #dirItems a{
	margin: 0;
	width: 160px;
	padding-left: 20px;
	margin-top: 3px;
	height: 17px;
	border: 0px;
	text-align: left;
	background-image: url(../images/flv.gif);
	background-repeat: no-repeat;
	display: block;
}

.deactive {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.active, a.active:link , a.active:visited ,
a.active:active , a.active:hover   {
	background-color: #bbb;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}




#imagelist {
	margin: 0;

	width: 99%;
	height: 200px;
	overflow: auto;
}


#align, #classlist {
	width: 150px;
}

#width, #height {
	vertical-align: middle;
	width: 50px;
	text-align: center;
}

#vspace, #hspace, #border {
	vertical-align: middle;
	width: 30px;
	text-align: center;
}

#classlist {
	width: 180px;
}

input {
	width: 280px;
}

#constrain, #onmousemovecheck {
	width: auto;
}

#id, #dir, #lang, #usemap, #longdesc {
	width: 200px;
}
