ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  cursor: pointer;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

span.error, div.form_error
{
    color: #CC0000;
}

span.success
{
    color: #009900;
}

td.hint
{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 10px;
}

table td
{
    padding: 3px;
    margin: 3px;
    vertical-align: top;
}

.cell_style
{
    padding-bottom: 3px;
    margin-bottom: 3px;
}
    
table#user_info td, table#document_info td
{
    padding: 5px;
    margin: 5px;
    border: black solid 1px;
}
    
table#login td
{
    padding: 1px;
    margin: 1px;
}

table #thin td
{
    padding: 0px;
    margin: 0px;
}

table#searchresults tr th
{
    font-weight: bold;
    text-align: center;
    padding-bottom: 3px;
}

table#searchresults tr td
{
    padding: 2px 6px 2px 6px;
}

table#searchresults tr.r1 td
{
    background-color: #eeeeee;
}

span#search_results_total
{
    font-weight: bold;
}

/* Admin gen style overrides */

#sf_admin_container
{
	width: 720px;
}

#sf_admin_container #sf_admin_bar
{
	float: right;
	position: relative !important;
	left: 0px !important;
	margin-left: 10px;
}

/* Enlarged table and fields inside */

table.modified_input_fields input, table.modified_input_fields file
{
    width: 20em;
}

table.modified_input_fields textarea
{
    width: 35em;
}

table.modified_input_fields td
{
    min-width: 10em;
}

#file_keep_orginal
{
    width: 16px;
}

/* Side menu images */

.nav_menu_li_spacing_1, .nav_menu_li_spacing_2
{
    background-image: url(../images/sidebar.gif);
    height: 12px;
    width: 185px;
    
    position: relative;
    left: -13px;
}