/* Integrated Informatics Stylesheet -----------------------------------------*/

body
{
	background-color: #B1B1B1;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial;
	height: 100%;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

a
{
	font-family: helvetica, arial;
	color: #333333;
	text-decoration: underline;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

p
{
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 676px;
	width: "680px";
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

#header
{
	border-bottom: 3px solid #150465;
}

#content
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#contentTable
{
	font-family: helvetica, arial;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}

#contentSubTable
{
	font-family: helvetica, arial;
	font-size: 14px;
}

#footer
{
	border-top: 1px solid #150465;
	font-size: 10px;
	color: #939598;
}

#footerTable
{
	font-family: helvetica, arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#copyright
{
	width: 680px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: helvetica, arial;
	font-size: 10px;
	color: #333333;
	padding-bottom: 10px;
}

.topLink
{
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 10px;
}

.footerLink
{
	color: #FFFFFF;
}

/* LEGEND STYLE */
.legendTable
{
	width: 100%;
	height: 18px;
	font-family: helvetica, arial;
	font-size: 13px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: 20px;
}

.legendTableHeader
{
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3F3F3F;
	border-top: 2px solid black;
	border-left: 0px solid black;
	border-right: 2px solid black;
	padding-left: 2px;

}

.legendTableLeft
{
	padding-right: 5px;
	border-top: 2px solid black;
	border-right: 2px solid black;
}

.legendTableRight
{
	background-color: #3F3F3F;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

/* SOLUTIONS STYLE */
.solutionsTable
{
	width: 100%;
	font-family: helvetica, arial;
	font-size: 13px;
	border: 2px solid black;
	margin-top: 10px;
	margin-bottom: 5px;
}

.solutionsTableHeader
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.solutionsTableHeaderRight
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.solutionsTableContent
{
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}

/* NEWS STYLE */
.newsTable
{
	font-family: helvetica, arial;
	font-size: 13px;
	border-left: 2px solid black;
}

#newsHomeTable
{
	font-family: helvetica, arial;
	font-size: 13px;
	border: 2px solid black;
	margin-top: 39px;
}

#presentationNews
{
	float: left;
	width: 307px;
	height: 550px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#generalNews
{
	float: right;
	width: 307px;
	height: 550px;
	overflow: scroll;
	margin-left: 20px;
	overflow-x: hidden;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.newsTableHeader
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsTableContent
{
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsTableFooter
{
	background-color: #3F3F3F;
	height: 40px;
}

.newsItemTitle
{
	font-weight: bold;
}

.newsItemContent
{
	
}

.newsItemDate
{
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
}

.newsItemMoreLink
{
	text-decoration: none;
	font-size: 10px;
}

.newsItemMoreLink:hover
{
	text-decoration: underline;
}

.newsYearSeparator
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
}

/* PUBLICATIONS STYLE */
.publicationsTable
{
	width: 100%;
	font-family: helvetica, arial;
	font-size: 13px;
	border: 2px solid black;
	margin-bottom: 5px;
}

.publicationsTitle
{
	text-decoration: underline;
}

.publicationsDate
{
	font-weight: bold;
}

.publicationsList
{
	margin-bottom: 20px;
}

.publicationsTableHeader
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.publicationsTableContent
{
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}

/* CAREERS STYLE */
.careersTable
{
	width: 100%;
	font-family: helvetica, arial;
	font-size: 13px;
	border: 2px solid black;
}

.careersTableHeader
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.careersTableHeaderRight
{
	background-color: #3F3F3F;
	color: #FFFFFF;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}

.careersTableContent
{
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}
