body {
	padding: 0 20px 20px 20px;
	font-family: arial, veradana, sans-serif;
	font-size: 12px;	
}

#header, #footer {
	display: none;
	}

*.align-left {
	text-align: left !important;	
}

#wrapper {}

#login {
	display: none;	
}

.red-button {
	display: none;
	}

#top-bar {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

#top-bar.admin {
	background-color: #ff9e9e;
	color: #d10000;
	border-bottom: 1px red solid;
	border-top: 1px red solid;
}

#top-bar.user {
	background-color: #eee;
	color: #666;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

	#top-bar a.top-button {
		background-color: inherit;
		color:  #d10000;
		text-decoration: none;
		margin: 0 10px;
		float: left;
		font-weight: bold;
		padding: 0;
	}
	
	#top-bar a:hover,
	#top-bar a.on {
		background-color: inherit;
		color: #000;
	}
	
	#top-bar a {
		background-color: inherit;
		color: #fff;
		text-decoration: none;
		color:  #d10000;
		font-weight: bold;
	}

#central {
	width: 70%; /* 75% or 100% */
	float: left;
}

#container {
	padding: 20px;
}

#container table {
	width: 100%;
}

	#container th {
		padding: 5px 10px !important;
		vertical-align: middle;
		font-weight: normal;
	}	
	
	#container th a {
		text-decoration: none;
	}
	
	#container th a:hover {
		text-decoration: underline;
	}

	#container td {
		border-width: 3px;
		border-style: solid;
		padding: 5px;
	}
		
		td.type-title {
			background-color: #fff !important;
			font-weight: bold;
			text-align: center;
			vertical-align: middle;
			width: 150px;
		}
	
	.checkbox-cell {
		width: 5%;
		padding: 10px !important;
		text-align: center;
		vertical-align: top;
	}
	
	.name-cell {
		padding: 10px !important;
	}
	
		a.name-label, 
		span.name-label { 
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		
		a.name-label span {
			font-weight: normal;
			font-size: 12px;
		}
		
		a.name-label:hover {
			text-decoration: underline;
		}
		
		small.description {
			display: block;
			margin: 3px 0 0 0;
			font-size: 10px;
			line-height: 11px;
		}
		
		small.uploaded-by {
			display: block;
			margin: 7px 0;
			font-size: 11px;
			line-height: 11px;
		}
	
	.date-cell {
		width: 12%;
		padding: 10px !important;
		text-align: center;
		vertical-align: top;
		font-size: 12px;
		white-space: nowrap;
	}
	
	.mod-date-cell {
		width: 12%;
		text-align: center;
		vertical-align: top;
		font-size: 12px;
		white-space: nowrap;
	}
	
	.download-cell {
		width: 18%;
		text-align: center;
		vertical-align: top !important;
		padding: 10px 5px !important;
	}
	
		.download-cell span {
			display: block;
			font-size: 10px;
			margin: 0 0 15px 0;
			
		}
	
	.rights-list-cell {
		width: 12%;
		padding: 10px !important;
		white-space: nowrap;
		text-align: center;
	}
		
		.rights-list-cell label {
			padding: 0 0 3px 0;
			font-size: 11px;
			vertical-align: top;
		}
		
		.rights-list-cell a {
			background-color: inherit;
			color: #0066ff;
		}	
		
			.rights-list-cell a:hover {
				background-color: inherit;
				color: red;
			}
			
		
		
	.email-cell {
		width: 12%;
		padding: 10px !important;
		vertical-align: top;
		text-align: center;
		white-space: nowrap;
	}
	
		.email-cell a {
			background-color: inherit;
			color: #0066ff;
		}
		
			.email-cell a:hover {
				background-color: inherit;
				color: red;
			}
	
	.phone-cell {
		width: 12%;
		padding: 10px !important;
		vertical-align: top;
		text-align: center;
		font-weight: bold;
		white-space: nowrap;
	}
	
	.group-checkbox-cell {
		width: 8%;
		text-align: center;
		vertical-align: top;
	}



/* side */

#side {
	display: block; /* 'block' or 'none' */
	width: 28%;
	float: right;
}

#side-container {
	padding: 20px !important;	
}

ul.categories {}

ul.categories li {
	border-width: 0 0 3px 0;
	border-style: solid;
	padding: 10px;
}

a.category-name {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.category-name:hover {
	text-decoration: underline;
}
	
ul.categories ul {
	margin: 10px 0 0 5%;	
}

ul.categories ul li {
	border: 0;
	padding: 0 0 10px 10px;
}

ul.categories ul li a.category-name {
	font-size: 12px;
	font-weight: bold;
}


/* tabs */
.tabs {
	/*position: relative;*/
	text-align: right;
}

.tabs a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 10px;
	border-width: 0 0 2px 0;
	border-style: solid;
	margin: 0 2px 0 0;
}

	.admin-tabs a {
		padding: 0;	
		float: none;
		display: inline;
	}


/* row block list */

.show-container {
	position: relative;
	padding: 15px 10px 10px 10px;
	background: #f6f6f6;
	text-align: left;
	}
	
	.show-container li {
		color: #666;
	}
	
	a.close-show-link {
		position: absolute;
		top: 7px;
		right: 7px;
		display: block;
		width: 11px;
		height: 11px;
		background-image: url("/i/show-close.png");
		opacity: 0.4;
	}
	
	a.close-show-link:hover {
		opacity: 1.0;
	}
	
	.show-container ul li ul {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
	ul.search-result-category-cell {
		text-align: left;
		line-height: 16px;
	}
	
	#search-box {
		display: block;
		padding: 10px;
		margin: 10px 0;
		background-color: #eee;
	}

		#search-box form {
			background-color: red;
			display: inline;
		}
		
			#search-box a {
				padding: 3px 10px;
				background-color: #2f2f2f;
				text-decoration: none;
				color: #fff;
			}
			
				#search-box a:hover {
					background-color: #476396;
				}

