#scrapPatch, 
#scrapPatch > tr,
#scrapPatch > table > tr > td,
#scrapPatch > table > tbody > tr > td,
#scrapPatch > tbody > tr > td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.tag_size1
{
}

.tag_size2
{
	font-weight: bolder;
}

.tag_size3
{
	font-weight: bolder;
	font-size: large;
}

.tag_size4
{
	font-weight: bolder;
	font-size: x-large;
}

.category_box_main_view
{
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.category_main_view
{
	font-weight: bolder;
}

.name_pui
{
	font-weight: bolder;
}

.description_pui
{
	font-style: italic;
}

.table_border_0, .table_border_0 td, .temporal_tabla_form, .temporal_tabla_form td
{
	border: 0px;
}

#menu {
	width: 230px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
}

#search_repository, #login, #categories, #tags, #top_rated, #most_download {
	background: #f2f2f2;
	padding: 5px 0px 5px 0px;
	margin: 0;
	margin-bottom: 10px;
}

#tree_categories *, .top_rated_list *, .most_download_list * {
	color: #263B15;
}

#login {
	text-align: right;
}

#login div.title {
	text-align: left;
}

#login input.user {
	width: 100px;
}

#login input.password {
	width: 100px;
}

#login div.create_acount {
	text-align: left;
	font-size: 1.1em;
	font-weight: bolder;
	margin-left: 15px;
}

.cloud_tag, .more_tags {
	margin-left: 15px;
	margin-right: 5px;
}

.more_tags {
	margin-top: 10px;
	margin-right: 20px;
}

.more_tags {
	text-align: right;
	font-size: 1.1em;
	font-weight: bolder;
	margin-left: 15px;
}

#page_content
{
	margin: 0px 20px 20px 20px;
	width: 575px;
}

input, textarea {
	border: 1px solid #999;
}

input.button {
	font-weight: bold;
	border-bottom-color: #708090;
	border-right-color: #708090;
	/*	These borders haven't made it yet in a valid standard 
	 First one is for Mozilla, second for Webkit (Safari, Konqueror), third one for IE7+ and valid CSS3. 
	 Percentage values are invalid here but .4em seems big enough */
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-size: 8pt;
	background-color: #e5e5e5;
	color: #000;
}

input.keywords {
	width: 100px;
}

input.search {
	padding-right: 18px;
	background: #e5e5e5 url(../../images/magnifier.png) no-repeat right 2px;
}

#tree_categories {
	width: 195px; /*200px width - 5px padding -left*/
	margin-left: 30px;
	padding-left: 5px;
}

#categories .title {
	margin-bottom: 10px;
}

#tree_categories ul, .top_rated_list ul, .most_download_list ul {
	margin: 0px;
}

.top_rated_list li, .most_download_list li {
	margin-left: 20px;
	list-style-type: none;
}

#tree_categories .branch_a {
	list-style-type: disc;
	list-style-image: url(../images/point_b.png);
}

#tree_categories .branch_b {
	list-style-type: square;
	list-style-image: url(../images/point_b.png);
}

#tree_categories .branch_a, #tree_categories .branch_b {
	padding: 0px;
	padding-left: 10px;
}

ul.list_files_show_pui li {
	margin-bottom: 10px;
}

#textarea_upload_file {
	width: 230px;
	height: 50px;
}

textarea.module_data {
	width: 420px;
	height: 300px;
}

textarea.description {
	width: 420px;
	height: 150px;
}

#icon_mime {
	width: 17px; /*Must be 16px but something in firefox is wrong*/
	height: 16px;
	display: block;
	float: left;
	margin-right: 2px;
	border: 0px;
	position: relative;
}

#icon_mime.pdf {
	background: url(../images/icons_mime/pdf.png) 0px 0px no-repeat;
}

#icon_mime.image {
	background: url(../images/icons_mime/photo.png) 0px 0px no-repeat;
}

#icon_mime.text {
	background: url(../images/icons_mime/edit.png) 0px 0px no-repeat;
}

#icon_mime.package {
	background: url(../images/icons_mime/package.png) 0px 0px no-repeat;
}

#icon_mime.unknown {
	background: url(../images/icons_mime/page_white.png) 0px 0px no-repeat;
}

