
/******************************[ FOLDERS ]******************************/

table.folders_table_main
{
    border-style: solid;
    border-width: 1px;
    border-color: #6282A6;
    width: 100%;
    margin-top: 12px;
    padding-top:    3px;
    padding-bottom: 1px;
    padding-left:   5px;
    padding-right:  5px;
    background-color: #d8e8fa;
}

table.folders_table_body
{
    width: 100%;
}


.folders_table_header_before
{
    font-size: 2px;
}

.folders_table_header
{
    color: #000066;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;
}

.folders_table_header_buttons
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.folders_table_header_after
{
    font-size: 4px;
}

td.folders_table_body
{
}
/******************************[ FOLDER ]******************************/

table.folder_table_main
{
    border-style: solid;
    border-width: 1px;
    border-color: #6282A6;
    width: 100%;
    margin-top: 12px;
    padding-top:    3px;
    padding-bottom: 1px;
    padding-left:   5px;
    padding-right:  5px;
    background-color: #ffffff;
}


.folder_table_header_before
{
    font-size: 2px;
}

td.folder_table_header_icon
{
    padding-right:  5px;
}

.folder_table_header_text_above
{
    font-size: 4px;
}

.folder_table_header
{
    color: #000066;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;
/*    padding: 2px;*/
}

.folder_table_header_buttons
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.folder_table_header_after
{
    font-size: 4px;
}

td.folder_table_body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    /*padding: 5px;*/
}

/******************************[ FILES ]******************************/

table.files_table_main
{
    border-style: solid;
    border-width: 1px;
    border-color: #6282A6;
    width: 100%;
    margin-top: 12px;
    padding-top:    3px;
    padding-bottom: 1px;
    padding-left:   5px;
    padding-right:  5px;
    background-color: #e8f1fa;
}

table.files_table_body
{
    width: 100%;
}

.files_table_header_before
{
    font-size: 2px;
}


.files_table_header
{
    color: #000066;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;
/*    padding: 2px;*/
}

.files_table_header_buttons
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.files_table_header_after
{
    font-size: 4px;
}

td.files_table_body
{
}

/******************************[ FILE ]******************************/

table.file_table_main
{
    border-style: solid;
    border-width: 1px;
    border-color: #6282A6;
    width: 100%;
    margin-top: 12px;
    padding-top:    3px;
    padding-bottom: 1px;
    padding-left:   5px;
    padding-right:  5px;
    background-color: #ffffff;
}


.file_table_header_before
{
    font-size: 2px;
}


.file_table_header
{
    color: #000066;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;
/*    padding: 2px;*/
}

.file_table_header_buttons
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.file_table_header_after
{
    font-size: 4px;
}

td.file_table_body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    /*padding: 5px;*/
}





TT
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

span.files_download_above { font-size: 6px; }


table.file_file
{
    padding: 0px;
}
td.file_file
{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    padding-top: 0px;
    padding-bottom: 5px;
}
a.file_file:hover
{
    background-color: #BFDDFF;
}

.file_file_length
{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 70%;
    padding-bottom: 5px;
}

.files_space_between
{
    font-size: 4px;
}
.between_folders_and_files
{
    font-size: 20px;
}

span.IsPublic_above { font-size: 70%; }
span.IsPublic
{
    color: #FF0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    padding-bottom: 5px;
}
a.IsPublic
{
    color: #FF0000;
}
a.IsPublic:hover
{
    background-color: #FFDDBF;
}


.file_add_button
{
	font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.file_edit_button
{
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_turq.gif);
}
.file_delete_button
{
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}

/* PRODUCT FILE DOWNLOAD - UPLOAD button for uploading software. */
.file_upload_button
{
    font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    margin-left: 6px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.file_upload_orig_button
{
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.file_swap_button
{
	color: #660000;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    border-color: #666666;
    border-width: 1px;
    margin-left: 6px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}


.folder_add_button
{
	font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.folder_edit_button
{
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_turq.gif);
}
.folder_delete_button
{
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}


.filelist_add_button
{
	font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.filelist_edit_button
{
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    margin-top: 6px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_turq.gif);
}
.filelist_delete_button
{
	color: #880000;
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    margin-top: 6px;
    width: 75px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}
.file2list_delete_button
{
	color: #880000;
    font-size: 10px;
    font-weight: normal;
    border-color: #666666;
    border-width: 1px;
    margin-right: 6px;
    margin-top: 2px;
    width: 50px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}
.filelist_include_button
{
    font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    margin-top: 6px;
    margin-left: 18px;
    width: 100px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}

table.add_ctrls
{
}

td.file_add_ctrl
{
	padding-right: 30px;
}

td.folder_add_ctrl
{
}

td.Fillista
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    padding: 5px;
    padding-left: 12px;
}
span.filelist_desc_above { font-size: 2px; }
.fillistatag
{
	margin-top: 6px;
}
TABLE.file2list
{
	font-size: 92%;
}
span.file_warn
{
    color: #FF0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    padding-bottom: 5px;
    font-style: italic;
}