/* Global styles */

html, body
{
 margin: 0;
 padding: 0;
}

body
{
 text-decoration: none;
 color: rgb(0,0,0);
 font-family: Tahoma, Arial, sans-serif;
 font-size: 13px;
 line-height: 17px;
 background: url(/graphics/body-t.png);
 background-repeat: repeat-x;
 background-color: rgb(226,226,226);
}

td
{
 text-decoration: none;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 13px;
 line-height: 17px;
}

a
{
 text-decoration: none;
 color: rgb(0,0,0);
}

a:hover
{
 text-decoration: underline;
}

a img
{
 border: none;
}

#folderscontent
{
 white-space: nowrap;
}

#contentheader
{
 color: rgb(226,226,226);
 font-family: Tahoma, Arial, sans-serif;
 font-size: 13px;
 line-height: 17px;
 font-weight: bold;
 background: url(/graphics/fileicons/gradientline.png);
 background-repeat: repeat-x;
}


