/* --------------------------------------- */
/* SIMORC GENERAL css */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

html							{ overflow: -moz-scrollbars-vertical; overflow-x: auto; }

body							{ background: #fff; }

body, td
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

div#wrapper
	{
	position: relative;
	width: 100%;
	margin: 0px;
	}

.clear							{ clear: both; }
.lclear							{ clear: left; }
.rclear							{ clear: right; }

.button							{ cursor: pointer; }

a								{ color: #00f; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* DISPLAY NONE */
/* --------------------------------------- */

#navigation,
#sidebar,
#header,
#cntbuttons,
#ftrnav
	{
	display: none;
	}

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#header_print					{ display: block; }

/* ======================================= */

/* --------------------------------------- */
/* BREADCRUMB  */
/* --------------------------------------- */

#breadcrumb						{ font-size:0.85em; color: #000; margin-top: 10px; margin-bottom: 10px; }
#breadcrumb a					{ font-weight: normal; color: #00f; text-decoration: none; }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main
	{
	position: relative;
	background: #fff;
	height: auto;
	_height: 400px;
	min-height: 400px;
	}

#content
	{
	position: relative;
	background: #fff;
	height: auto;
	_height: 400px;
	min-height: 400px;
	margin-right: 0px;
	padding: 0px;
	}

#content h3
	{
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 15px;
	}

#content p, #content ul
	{
	margin-bottom: 15px;
	}

#content ul						{ list-style: square; margin-left: 15px; }
#content table td				{ font-size: 1em; }

.content_form
	{
	width: 500px;
	margin-top: 10px;
	}

.button_form
	{
	background: url(/grfx/background-button.png) no-repeat;
	_background: url(/grfx/background-button.gif) no-repeat;
	border: 0px;
	font-family: "Trebuchet MS", arial, helvetica;
	color: #fff;
	width: 120px;
	height: 25px;
	}

#newslist						{ margin-top: 10px; }
#newslist li					{ margin-bottom: 15px; }
.date							{ font-style: italic; margin-bottom: 15px; }

/* ======================================= */

/* --------------------------------------- */
/* TRAINING & EDUCATION */
/* --------------------------------------- */

.hoverbox			{ cursor: default; list-style-type: none; width: 700px; }
.hoverbox a			{ cursor: default; }

.hoverbox a .preview
	{
	display: none;
	}

.hoverbox a:hover .preview
	{
	display: block;
	z-index: 1;
	left: -45px;
	position: absolute;
	top: -33px;
	}

.hoverbox img
	{
	border: #ccc 1px solid;
	padding: 2px;
	background: #fff;
	vertical-align: top;
	width: 150px;
	height: 100px;
	}

.hoverbox li
	{
	border: #ccc 1px solid;
	display: inline;
	padding: 5px;
	background: #eee;
	float: left;
	margin: 3px;
	position: relative;
	}

.hoverbox .preview
	{
	border-color: #000;
	width: 300px;
	height: auto;
	}

.hoverbox a			{ position: relative; }

.hoverbox a:hover
	{
	display: block;
	font-size: 100%;
	z-index: 1;
	}

.hoverbox a:hover .preview
	{
	left: -50px;
	top: -38px;
	}

.hoverbox li		{ position: static; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background: #fff;
	border-top: 1px solid #000;
	height: 85px;
	clear: both;
	}

#copyright
	{
	background: none;
	font-size: 0.85em;
	text-indent: 0px;
	padding-top: 5px;
	padding-left: 5px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */
