@CHARSET "UTF-8";

/* tags common */
/**********************************************************************************/

body,form,h1,h2,h3,h4,h5,ul,li {
	margin: 0;
	padding: 0;
	color: #444;
}
body {
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
}
a {
	color: #006;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #009;
}
a img {
	border: 0;
}
p {
	margin: 0;
	padding: 10px 0;
}

/* classes common */
/**********************************************************************************/

.block {
	clear: both;
	display: block;
	background-color: #FFE6E6;
}
.clearfix:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}
.hidden-text {
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
}
.input-text {
	border: 1px solid #ccc;
	background-image: url(./images/input-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px !important;
}
.buttons {
	padding: 10px;
	text-align: center;
}
.clear {
	clear: both;
}
.require {
	color: #f00;
}
.description {
	font-size: 90%;
	color: #333;
	margin: 0;
	padding: 3px 0;
}
.save-message {
	font-size: 80%;
	color: #333;
	padding: 0 5px;
}
.error-message {
	display: block;
	padding: 5px;
	border: 3px solid #f00;
	margin-bottom: 10px;
	background-color: #eee;
	font-weight: bold;
}
.section {
	margin-bottom: 10px;
}
.section-header {
	color: #444 !important;
	font-size: 16px;
}
.link-button {
	padding-left: 20px;
	background: transparent url(./images/icon-arrow.gif) no-repeat left center;
}


/* main layout */
/**********************************************************************************/

#container {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	background: transparent url(./images/repeater.gif) repeat-y 0 0;
}
#header {
	width: 880px;
	height: 82px;
	background: #fac700 url(./images/logo.gif) no-repeat 0 0;
	border-bottom: 10px solid #f39800;
}
#header h1 {
	text-indent: -9999px;
	width: 400px;
	height: 82px;
	float: left;
}
#header h1 a {
	display: block;
	height: 82px;
	text-indent: -9999px;
	overflow: hidden;
}
#header span {
	display: block;
	padding-top: 60px;
	width: 400px;
	float: right;
	text-align: right;
	color: #fff;
	padding-right: 10px;
	font-size: 90%;
	line-height: 20px;
}
#footer {
	height: 60px;
	text-align: center;
	line-height: 200%;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#footer address {
	font-style: normal;
}


/* main menu */
/**********************************************************************************/

.main-menu {
	display: block;
	float: left;
	width: 150px;
	padding-top: 10px;
	/* IE6 */
	_height: 300px;
}
.main-menu li {
	height: 30px;
	list-style: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* IE6 */
	_display: block;
	_width: 148px;
	_float: left;
}
.main-menu li a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	color: #444;
	padding-left: 20px;
	/* IE6 */
	_width: 128px;
	_color: #444 !important;
}
.main-menu li a:hover,
.main-menu .active a {
	color: #333 !important;
}

.main-menu li .manage-assets:hover, .main-menu .active .manage-assets { background-color: #fab3d8; }
.main-menu li .search-assets:hover, .main-menu .active .search-assets { background-color: #fba9a6; }
.main-menu li .my-assets:hover, .main-menu .active .my-assets { background-color: #a1d9ac; }
.main-menu li .post-assets:hover, .main-menu .active .post-assets { background-color: #b9e4ef; }
.main-menu li .logout:hover, .main-menu .active .logout { background-color: #afa1cd; }


#content {
	margin-left: 150px;
	padding: 10px;
	min-height: 500px;
	padding-bottom: 100px;
}
#login #content,
#freezed #content,
#thankyou #content {
	margin-left: 0;
}


/* column */
/**********************************************************************************/

.float-column-left {
	float: left;
	width: 300px;
	height: 100%;
}
.float-column-right {
	float: right;
	width: 550px;
	height: 100%;
}


/* page header */
/**********************************************************************************/

.page-header {
	font-size: 110%;
	margin-bottom: 10px;
}


/* pager */
/**********************************************************************************/

.pager {
	display: block;
	padding: 5px;
}
.pager li {
	list-style: none;
	display: inline;
	font-size: 100%;
}
.pager li span,
.pager li a {
	padding: 0 3px;
}



/* list table */
/**********************************************************************************/

.list-table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.list-table .header {
	background-color: #eee;
	font-weight: normal;
}
.list-table .header,
.list-table .data {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-size: 90%;
}
.list-table .left {
	text-align: left;
}
.list-table .center {
	text-align: center;
}
.list-table .right {
	text-align: right;
}
.list-table .pickup .data {
	background-color: #ffc;
}



/* detail table */
/**********************************************************************************/

.detail-table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 300px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.detail-table .header {
	background-color: #eee;
	font-weight: normal;
}
.detail-table .header,
.detail-table .data {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-size: 90%;
}
.detail-table .left {
	text-align: left;
}
.detail-table .center {
	text-align: center;
}
.detail-table .right {
	text-align: right;
}
.detail-table .top {
	vertical-align: top;
}
.detail-table .middle {
	vertical-align: middle;
}
.detail-table .bottom {
	vertical-align: bottom;
}

	

/* detail table */
/**********************************************************************************/

.menu-list {
}
.menu-list li {
	list-style: none;
	background: transparent url(./images/icon-arrow.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 26px;
}



/* upload table */
/**********************************************************************************/

.asset-menu {
	height: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.asset-menu li {
	list-style: none;
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	float: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 5px;
}
.asset-menu li a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	background-color: #fd803a;
	/* IE6 */
	_width: 100px;
	_color: #fff !important;
}
.asset-menu li a:hover,
.asset-menu .active a {
	background-color: #ff4d00;
}

.link-menu {
	padding: 10px;
}
.link-menu a {
	padding-right: 10px;
}
.link-menu .active {
	font-weight: bold;
	text-decoration: none;
}


.guideline {
	padding: 5px;
	border: 5px solid #888;
	margin-bottom: 20px;
	background-color: #eee;
}


#MyAssets .message {
	padding: 10px;
	margin: 0;
}


.search-box {
	margin-bottom: 10px;
}

.asset-list {
	font-size: 90%;
	margin-bottom: 0px;
	height: 100%;
}
.asset-list .item {
	list-style: none;
	width: 215px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 3px solid #ccc;
	color: #555;
}
.asset-list .characteritem {
	list-style: none;
	width: 215px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 3px solid #ccc;
	color: #555;
}
.asset-list .active-item {
	border: 3px solid #f00;
}
.asset-list .item .image {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
}
.asset-list .characteritem .image {
	float: left;
	width: 100px;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
}

.asset-list .item .data {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: 5px;
	overflow:hidden;
}
.asset-list .item .data p,
.asset-list .item .data a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 160%;
}
.asset-list .item .title {
	font-weight: bold;
	color: #555 !important;
}
.asset-list .item .data .link {
	padding-left: 20px;
	background: transparent url(./images/icon-arrow.gif) no-repeat left center;
}

.asset-list .characteritem .data {
	float: left;
	width: 100px;
	height: 120px;
	margin-left: 5px;
	overflow:hidden;
}
.asset-list .characteritem .data p,
.asset-list .characteritem .data a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 160%;
}
.asset-list .characteritem .title {
	font-weight: bold;
	color: #555 !important;
}
.asset-list .characteritem .data .link {
	padding-left: 20px;
	background: transparent url(./images/icon-arrow.gif) no-repeat left center;
}

.group-wrapper .group-list {
	display: block;
	width: 200px;
	float: left;
}
.group-wrapper .group-list .item {
	list-style: none;
	margin-bottom: 10px;
}
.group-wrapper .group-list .item a {
	display: block;
	line-height: 160%;
}
.group-wrapper .group-list .item .title {
	font-weight: bold;
	color: #555 !important;
	border-left: 5px solid #ccc;
	text-indent: 5px;
}
.group-wrapper .group-list .item .link {
	padding-left: 20px;
	margin-left: 10px;
	background: transparent url(./images/icon-arrow.gif) no-repeat left center;
}
.group-wrapper .asset-list {
	margin-left: 200px;
}



.command-list {
	margin-bottom: 10px;
}
.command-panel {
	text-align: right;
}


#copyright #container {
	background: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#copyright #header {
	display: none;
}
#copyright .main-menu {
	display: none;
}
#copyright #content {
	margin: 0;
	height: auto;
	min-height: 100px;
}

