﻿body
{	
	font-family: Arial;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
    background-image: url(../Images/stripes_blue_o55.gif);
	background-repeat:repeat;		
}

.header
{	
	max-width: 960px;
	min-width: 700px; 
    margin: 0 auto;
}

.header_logo
{
	border: none
}

.sub_header_logo
{
	border: none;
	padding-top: 4px;
}

.header_heading
{
	margin-top: 12px;
	margin-bottom: 4px;
	border: none;
}

.header_smalltext
{
	font-family: Arial;
	font-size: 85%;
}


.header_table
{
	border-collapse: collapse;
	width: 100%;
}

.header_table_top
{
	background-color: #BBDDFF;
}

.header_table_top_left
{
	padding: 4px;
}

.header_table_top_right
{
	text-align: right;
	padding: 4px;
}

.spacer
{
	height: 5px;
}

.header_table_bottom
{

}

.header_table_bottom_left
{
	text-align: left;
	vertical-align: top;
}

.header_table_bottom_right
{
	text-align: right;
	vertical-align: top;
}

.header a:link { color: #333333; }
.header a:visited { color: #333333; }
.header a:hover { color: #0067B1; }
.header a:active { color: #0067B1; }


/* CONTENT */
.content
{
    max-width: 960px;
    min-width: 700px; 
    margin: 0 auto;
}
.content a:link { color: #333333; }
.content a:visited { color: #333333; }
.content a:hover { color: #0067B1; }
.content a:active { color: #0067B1; }


/* FOOTER */
.footer
{
	max-width: 800px;
	min-width: 700px; 
	font-family: Arial;
	font-size: 75%;
	text-align: center;
	max-width: 800px;	
	margin: 0 auto;
	margin-top: 20px;
}
.footer a:link { color: #333333; }
.footer a:visited { color: #333333; }
.footer a:hover { color: #0067B1; }
.footer a:active { color: #0067B1; }

.jqgrid_TopDiv 
{
    margin-bottom:5px;   
}


#fileImportListTable .tableHeader
{
    font-size: 1em;
}

#fileImportListTable .tableRow
{
    font-size: 0.7em;
}
.servicecenter
{
  	font-family: Arial;
	font-size: 120%;
	color: #0067B1;
    
}