﻿/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.00
	Creation Date		: 01/12/2005
	Modification Date	: 01/12/2005
	Modification by		: Jerry van Heerikhuize
	Description			: common StyleSheet

\*#######################################################################*/

/*#######################################################################*\
	Section Index:
		1.	body
			1.1 body.main
		2. div
			2.1 #wrapper
			2.2 body.main div.content
			2.3 div#footer
\*#######################################################################*/

object
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* Mozilla Trick */
	margin-bottom: -4px;
}

/* header show */
.c-top-border-shadow { background-image: url(../../imgs/shadow-top.gif); }
.c-left-border-shadow { background-image: url(../../imgs/shadow-left.gif); }
.c-left-border-shadow-repeat { background-image: url(../../imgs/shadow-left-repeat.gif); }
.c-right-border-shadow-repeat { background-image: url(../../imgs/shadow-right-repeat.gif); }
.c-right-border-shadow { background-image: url(../../imgs/shadow-right.gif); }

.c-bottom-border-shadow-repeat
{
	background-image: url(../../imgs/shadow-bottom.gif);
	background-repeat: repeat-x;
}

.horizon_line_grey{
  border: 0px;
  color: #c6c6c6;
  background-color: #c6c6c6;
  height: 1px;
  }

.table_default{
  padding: 0px;
  margin: 0px;
  border-top: solid #c6c6c6 1px;
  border-right: solid #c6c6c6 1px;
  border-left: solid #c6c6c6 1px;
}
.table_default_header{
  color: #FFFFFF;
  background-color: #6a8ed7;
  vertical-align: middle;

}


.table_default td{
  padding: 4px 8px 4px 8px;
  margin: 0px;
  border-bottom: solid #c6c6c6 1px;
  border-collapse:collapse;
  }
.table_default_odd{
  padding: 4px 8px 4px 8px;
  margin: 0px;
  border-bottom: solid 1px;
  border-collapse:collapse;
  background-color: #efefef;
  }



#home_left_bg
{
	background-image: url(../../imgs/home-left-bg.jpg);
	background-color: #181a40;
	background-repeat: no-repeat;
	/*min-height: 454px;*/
	height: 454px;
}

#content_bg
{
	background-image: url(../../imgs/content_bg.gif);
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	/*min-height: 454px;*/
	/*height: 454px;*/
}

div#preview { /*height: 454px;*/ }

div#models
{
	text-align: center;
	height: 200px;
	overflow: auto;
	border-color: #181a41;
	border-width: 1px;
	border-style: solid;
	background-color: #23255a;

}

div.thumb_container
{

	width: 100px;
	height: 100px;
	text-align: center;
	border-color: #AAA;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin: 0px auto;
	background-color: #FFF
}

div.thumb_container img.thumb
{

	
	border-width: 1px;
	border-style: solid;
	border-color: #000 #CCC #CCC #000;
	margin: auto auto;

}

/*#######################################################################*\

SECTION 1: body
	
\*#######################################################################*/

div.menu ul
{
	display: block;
	list-style-type: none;
	list-style-position: default;
}

div.menu ul li { float: left; }

/*	2.3 div#footer	*/
div#disclaimer
{
	/*color: #FFF;*/
	margin: 8px 0px 0px 0px;
	text-align: center;
}

th, td
{
	text-align: left;
	vertical-align: top;
}

hr.solid
{
	position: relative;
	margin: 5px 0px 5px 0px;
	height: 1px;
	border: 0px;
	color: #FFF;
	/* IE fix */
	background: #FFF;
}

hr.hspace
{
	position: relative;
	margin: 10px 0px 0px 0px;
	height: 0px;
	border: 0px;
	color: #FFF;
	/* IE fix */
	background: #FFF;
}

hr.sep
{
	position: relative;
	margin: 5px auto 5px auto;
	height: 1px;
	border: 0px;
	/*	color: #880f0f; */
	/* IE fix */
	background-image: url(../../imgs/hr-sep.gif);
	background-repeat: repeat-x;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/* Workaround for image bug in NS6 */

/*
img {vertical-align: bottom; line-height: 1%; padding: 0px; border: 0px}
*/

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

img.left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

ul
{
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

ul li.pdf
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.xls
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_xls.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.doc
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_doc.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.ppt
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_ppt.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.txt
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_txt.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.gif
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_gif.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.jpg
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_jpg.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

ul li.unknown
{
	line-height: 15px;
	background-image: url(../../img/icon_filetype_unknown.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 2em;
	margin: 3px 0px;
}

