body {
background-color:#ffffff;
margin:0;
}

.container {
width:893px;
padding:0;
}

.content {
background:url(../images/box_middle.jpg) repeat-y 0 0;
text-align:center;
font-family:arial;
overflow:hidden;
}

.box-bottom{
	height:23px;
}

h1 {
background:url(../images/box_middle.jpg) repeat-y top center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold; 
}


.sidebar {
width:*;
float:left;
margin:0px 0px 0px 40px;
height:280px;
}

.navigation {
margin:0px 0px 0px 0px;
text-align:left;
font-size: 1em;
font-family:arial;
font-weight:bold;
color:#cccccc;
position:relative;
}

.navigation a:link {
color: #cccccc;
text-decoration: none;
}

.navigation a:visited {
color: #cccccc;
text-decoration: none;
}

.navigation a:hover{
color: #000000;
text-decoration: none;
}

table.error, div.error{
	width:400px;
	color:red;
	font-size:12px;
}
div.errors ul li{
	font-weight: bold;
	font-size:12px;
	color:red;
}

tr.html_parts{
	display:none;
}

table.lists {
  border-spacing: 2px;
  bodrer: 1px dotted blue;
  border-collapse: collapse;
  background-color: white;
}

table.lists th, table.lists td {
  padding: 5px;
  border:1px dotted blue;
  background-color: white;
}

div.progress{
    display:none;
}

div.results_errors{
    display:none;
}

div.progress table{
    border:1px solid black;
    width:340px;
}

div.progressBar{
    background-color:#AFCCFF;
    width:1%;
    padding:8px 0;
    font-weight:bold;
    font-size:10px;
    padding:4px 0 0;
    text-indent:8px;
    height:15px;
}

attachment{
    padding:1px;
}

.expired{
    color:red;
}

.valid{
    color:green;
}
.info{
    vertical-align:middle;   
}
.info_ext_difinition{
    cursor: pointer;
}
a.check_all{
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/checked.gif) no-repeat 0 0;
	width:15px;
	height:15px;
	cursor: pointer;
}

.hidden{
    display:none;
}