
hr.docs_top_divider
{
 clear:left; 
 margin: 10px 0px 20px 0px;
 height: 2px;
 color: rgb(40,22,111);
}

.docs_top_folder
{
 float:left;
 width: 250px;
 height:3.5em;
}

.docs_top_folders_div
{
 padding: 20px 0px 0px 0px;
 border-style: none none none none;
 border-width: 2px;
 border-color:black;
 font-family: arial, sans-serif;
}

.top_document_title
{
 font-family: arial, sans-serif;
 font-size: 80%;
 font-weight: bold;
 color: rgb(40,22,111);
 margin: 8px 0px 0px 62px;
 padding: 0px 0px 0px 0px;
 display: block;
}

.document_title
{
 font-family: arial, sans-serif;
 font-size: 80%;
 font-weight: bold;
 color: rgb(40,22,111);
 margin: 8px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
}

.document_title_selected
{
 font-family: arial, sans-serif;
 font-size: 80%;
 font-weight: bold;
 text-decoration: none;
 color: rgb(40,22,111);
 padding: 8px 0px 0px 10px;
 margin: 0px 0px 0px 0px;
 display: block;
}

.open_folder
{ 
 float: left;
 background-image: url(../imgs/open_folder.gif);
 width: 32px;
 height: 30px;
 margin: 2px 10px 2px 20px;
 border: none;
}

.closed_folder
{
 float: left;
 background-image: url(../imgs/closed_folder.gif);
 width: 32px;
 height: 30px;
 margin: 2px 10px 2px 20px;
 border: none;
}

.open_folder_blue_bg
{
 background-image: url(../imgs/open_folder_blue_bg.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.closed_folder_blue_bg
{
 background-image: url(../imgs/closed_folder_blue_bg.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.word_file
{
 background-image: url(../imgs/word_file.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.powerpoint_file
{
 background-image: url(../imgs/powerpoint_file.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.xls_file
{
 background-image: url(../imgs/xls_file.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.html_file
{
 background-image: url(../imgs/html_file.gif);
 width: 32px;
 height: 30px;
 margin: 2px 0px 2px 35px;
}

.pdf_file
{
 background-image: url(../imgs/pdf_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.zip_file
{
 background-image: url(../imgs/pdf_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.image_file
{
 background-image: url(../imgs/image_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.video_file
{
 background-image: url(../imgs/video_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.other_file
{
 background-image: url(../imgs/other_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.text_file
{
 background-image: url(../imgs/text_file.gif);
 width: 32px;
 height: 32px;
 margin: 2px 0px 2px 35px;
}

.file
{
 float: left;
 clear: left; 
 width: 100px;
 padding: 0px 0px 0px 0px;
}

.file_description
{
 font-family: arial, sans-serif;
 font-size: 80%;
 font-weight: bold;
 padding: 5px 0px 5px 0px;
}

a.file_link
{
 text-decoration: none;
}

a.file_link:hover
{
 text-decoration: underline;
}

