body,html{
	height: 100%;
	overflow: auto;
	font-size: 13px;
}
table{
	font-size: 13px;
}
p{
	margin-top: 0px;
	margin-bottom: 8px;
}
p.success{
	font-weight: bold;
	color: #292;
}
p.error{
	font-weight: bold;
	color: #900;
}
li{
	margin-left: 15px;
}
li.error{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #990000;
}
div.error{
	background: #fcc;
	border: 1px dashed #c00;
	padding: 4px;
	margin: 5px 0px 5px 0px;
}
div.success{
	background: #ddd;
	border: 1px dashed #090;
	padding: 4px;
	margin: 5px 0px 5px 0px;
	color: #090;
	font-weight: bold;
}
input.error,textarea.error,select.error{
        background: #ffcccc;
        margin: 2px;
        padding: 1px;
        border-top: 1px solid #c00;
        border-bottom: 2px solid #c00;
        border-left: 1px solid #c00;
        border-right: 2px solid #c00;
}
.warning{
	color: #c90;
	margin: 3px;
}
form{
	margin: 0px;
}
.clear {
	visibility: hidden;
	clear: both;
	font-size: 0px;
	padding: 0px;
	width: 0px;
	margin: 0px;
	height: 0px;
	line-height: 0px;
	border: 0px;
}
div.albumDetail{
	padding: 4px;
	margin: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
	float: left;
	width: 360px;
	min-height: 180px;
}
div.albumDetailThumb{
	text-align: center;
	float: left;
	height: 150px;
	width: 168px;
	font-size: 13px;
	background: url(/images/album_detail_bg.png);
}
div.albumDetailThumb img{
	border: 0px;
	padding-top: 28px;
	padding-left: 6px;
	height: 95px;
	width: 135px;
}
div.albumDetailTitle{
	margin-left: 4px;
	width: 180px;
	float: left;
	padding-bottom: 4px;
	border-bottom: 2px dotted #999;
	font-size: 15px;
	font-weight: bold;
}
div.albumDetailDes{
	float: left;
	margin: 4px;
	margin-left: 4px;
	width: 176px;
	min-height: 124px;
	padding-left: 4px;
	border-left: 2px dotted #999;
	font-size: 12px;
	font-weight: normal;
}
div.albumDetailLinks{
	clear: both;
	text-align: center;
	padding-top: 4px;
	border-top: 2px dotted #999;
	font-size: 13px;
	font-weight: normal;
}
div.parentDir, div.homeDir{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 4px 4px 20px 4px;
	padding: 0px;
	border: 0px solid #f00;
	float: left;
	width: 136px;
	height: 138px;
	cursor: pointer;
	display: block;
}
div.parentDir img, div.homeDir  img{
	border: 0px;
	height: 100px;
}
div.album{
	font-size: 12px;
	text-align: center;
	margin: 4px 4px 20px 4px;
	padding: 0px;
	float: left;
	width: 136px;
	height: 138px;
}
div.album h3{
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
}
div.album  #albumTools img{
	border: 0px;
	height: 16px;
	margin: 0px 3px 0px 3px;
}
div.albumDisplay{
	text-align: left;
	height: 104px;
	background-image: url("/images/albumbg/default.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid #0f0; 
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
div.albumDisplay #image{
	position: relative;
	top: 16px;
	left: 34px;
	height: 61px;
	width: 71px;
	border: 0px solid #f00;
	background-color: #000;
	overflow: hidden;
	text-align: center;
}
div.albumDisplay #image img{
	min-width: 70px;
	border: 0px;
	height: 60px;
}
div.thumbnail{
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	width: 136px;
	height: 138px;
	float: left;
	padding: 0px;
	margin: 3px 3px 20px 3px;
	overflow: hidden;
}
div.thumbnail #imgImage{
	cursor: pointer;
	height: 95px;
	overflow: hidden;
}
div.thumbnail #imgImage img{
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	height: 95px;
}
div.thumbnail #imgTitle{
	padding: 2px;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
}
div.thumbnail #imgTools{
	padding: 2px;
}
div.thumbnail #imgTools img{
	cursor: pointer;
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	border: 0px;
	height: 14px;
}
div.thumbnail #imgFavorite{
	text-align: left;
	position: relative;
	top: -136px;
}
div.thumbDetail{
	text-align: center;
	width: 235px;
	height: 126px;
	float: left;
	border: 1px solid #999;
	padding: 4px;
	margin: 5px;
}
div.thumbDetail h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
}
div.thumbDetail div{
	padding: 3px;
	font-size: 12px;
}
div.info{
	border: 1px dashed #000;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ccc;
	color: #000;
}
.notice{
	color: #000;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #900;
	background: #fcc;
}
.notice h3{
	margin: 0px 0px 2px 0px;
	font-size: 17px;
	color: #900;
}
.notice h1{
	color: #900;
}
.notice a{
	font-weight: bold;
}
div.printBox{
	font-size: 13px;
	width: 348px;
	float: left;
	border: 1px solid #333; 
	text-align: center;
	margin: 5px;
	padding-bottom: 4px;
}
div.printBox #head{
	background: #ccc;
	border-bottom: 1px solid #333;
	padding: 3px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
div.printBox .leftSide{
	padding-top: 10px;
	text-align: center;
	float: left;
	border: 0px solid #000;
	width: 165px;
}
div.printBox .leftSide img{
	height: 100px;
	border: 0px;
}
div.printBox .leftSide span{
        text-align: center;
	display: block;
}
div.printBox .rightSide{
	float: right;
	text-align: right;
	border: 0px solid #000;
	width: 170px;
	padding-right: 5px;
}
div.printBox .rightSide .prices{
	 color: #090;
}
div.printBox input{
	font-size: 12px;
}

#content,#contentFull{
	min-width: 0px;
	_height: 0;
}
.popupHelper{
	z-index: 101;
	font-size: 13px;
	border: 2px outset #0a5db1;
	position: absolute;
	background: #eee;
	width: 300px;
	color: #000;
}
.popupHelper .title{
	padding: 3px;
	cursor: move;
	font-weight: bold;
	background: #036;
	border-bottom: #0a5db1;
	height: 18px;
	color: #fff;
}
.popupHelper .popBody{
	padding: 4px;
	overflow-y: auto;
	max-height: 250px;
}
#disImage{
	max-height: 500px;
	max-width: 550px;
}
#dimmer{
	z-index: 100; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	opacity: 0.75;
	filter: alpha (opacity=75); 
	background: #000;
}
#newPlacementHolder{
	text-align: center;
	z-index: 101; 
	position: absolute;
	top: 12%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: 0px solid #0f0;
}

#editorContainer{
	position: absolute;
	z-index: 101;
	top: 5%;
	height: 90%;
	width: 100%;
	text-align: center;
}
#editorWindow{
	position: relative;
	background: #fff;
	border: 1px solid #999;
	width: 100px;
	height: 10px;
	top: 48%;
	margin: 0px auto 0px auto;
}
.dropActive{ 
	background: #ddd;
}
.dropHover{
	background: #eeb;
}
.closeX{
	display: block;
	width: 18px;
	height: 17px;
	background: #d66;
	color: #fff;
	border: 1px solid #900;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
}

table.list{
	border-collapse: collapse;
}
table.list th{
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
table.list td{
	padding: 2px;
}
table.borderList{
	border-collapse: collapse;
}
table.borderList th{
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 2px 4px 2px 4px;
}
table.borderList td{
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
}
table.borderList table td{
	border-width: 0px;
}
