﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 50px 30px 0 30px;
	color: #82786f;
}

input[type="submit"]:hover {
	background: #e8d66a;
	color: #fff;
}

input[type="submit"] {
    background-color: #c0b155;
    color: #fff;
    font-size: .8em;
	border: 1px solid #d9d9d9;
	width: auto;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding:  2px 0 2px 0;
}
a, a:link, a:hover, a:visited
{
	color:#c0b155;
}

.companyName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: middle;
	height: 35px;
	display:table-cell;
}

#divMain{}

#divNavigation
{
	margin-right:20px;
}
#divMainContent
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.proof
{
    font-weight: normal;
}
.proof label
{
    width:45px;
    font-weight: bold;
    display: inline-block;
}

label
{
    width: 121px;
    font-weight: normal;
    display: inline-block;
}

span label 
{   display: inline-block; 
    width: auto;
} 

ul.nav
{ list-style:none;
  padding-left:0;
  margin-left:0;
  padding-top:2px;
  padding-bottom:5px;
  width:100%;
  float:left;
  }
  
ul.nav li
{
	float:left;
	}

ul.nav a
{
    padding: 6px 16px 6px 16px;
    margin-right:5px;
    background-color: #c0b155;
    text-decoration:none;
    color:#fff;
    text-transform: capitalize;
    font-weight: bold;
}

/* File view breadcrumbs*/
ul.breadcrumb
{ list-style:none;
  padding: 10px 0px 10px 0px;
  margin:0px;
  width:100%;
  float:left;
  }
  
ul.breadcrumb li
{
	float:left;
	}

ul.breadcrumb a
{
	font-weight:bold;
font-style:italic;
border-bottom:none;
padding:0px 10px 0px 0px;
margin-right:10px;
border-right: solid 2px black;
color:#333;
	}
	
.fileStatus
{
	font-weight: bold;
	color: #0000FF;
}
.gridHeader
{
    height: 20px;
    margin-bottom: 5px;
}
.gridHeader H2
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px;
	float:left;
	}

.gridHeader a
{
	float:right;
	text-decoration:none;
	}
.proofheader
{
    display: block;
    border-top-style: dotted;
    border-width: 1px;
    border-color: #C0C0C0;
    margin-top: 10px;
}
.statusMessage
{
    background-color: #FFFF99;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-weight: normal;
    color: #CC0000;
    border-color: #C0C0C0;
    display: block;
}
textarea, input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
