#file_management, #file_show{
	
}


#file_management table {
	width: 100%;
}

#file_management input, #file_management select{
	width: 250px;
}

#file_management td.first_column{
	width: 250px;
    padding: 10px 10px 10px 0;
}

#file_management td.second_column{
	width: 100%;
    padding: 10px 5px 10px 10px;
}

#file_management textarea{
	width:100%;
	height: 180px;
}


#file_management .button100 {
	width: 100px;
	padding: 3px;
    float: right;
}

#file_management .button130 {
	width: 130px;
	padding: 3px;
}

#file_management .button150 {
	width: 150px;
	margin: 20px 0 0 0;
	padding: 3px;
}

#file_management .button160 {
	width: 160px;
	padding: 3px;
}

#file_management table#file_list {
	width: 100%;
	font-size: 12px;
	margin-top: 40px; 
	background-color: #d893e6;
}

#file_management table#file_list tr.heading {
	background-color: #852d97;
	font-weight:bold;
	color: #fff;
}

#file_management table#file_list tr.heading td {
        border-bottom: 0px solid #fff;
}


#file_management table#file_list td {
        border-bottom: 2px solid #a470af;
		padding: 10px;
}

#file_management table#file_list td.column1 {
	width: 25%;
}

#file_management table#file_list td.column2 {
	width: 10%;
}

#file_management table#file_list td.column3 {
	width: 20%;
}

#file_management table#file_list td.column4 {
	width: 30%;
}

#file_management table#file_list td.column5 {
	width: 15%;
}


#file_management table#categories_list {
	width: 50%;
	font-size: 12px;
	margin-top: 20px;
	background-color: #d893e6;
}

#file_management table#categories_list tr.heading {
	background-color: #852d97;
	font-weight:bold;
	color: #fff;
}

#file_management table#categories_list tr.heading td {
        border-bottom: 0px solid #fff;
}


#file_management table#categories_list td {
        border-bottom: 2px solid #a470af;
		padding: 10px;
}


#file_management table#categories_list td.column1 {
	width: 20px;
}

#file_management table#categories_list td.column2 {
	width: 50%;
}

#file_management table#categories_list td.column3 {
	width: 30%;
}


#file_management a:link {
	color: #852d97;
}

#file_management a:visited{
	color: #852d97;
}

#file_management a:hover {
	color: #000;
}

#file_management a:active {
	color: #852d97;
}


#file_show a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#file_show a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#file_show a:hover {
	text-decoration: none;
	color: #caa0d3;
	font-weight: bold;
}

#file_show a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#file_show img {
	padding-top: 10px;
}

#file_show p{
	margin: 0;
	color: #ddb8e5;
	padding: 5px 0 10px 20px;
	border-bottom: 2px solid #6a2d7c;
}
