/*****************************GENERAL*****************************/
body, form
{
	overflow: auto;
	margin: 0px;
}
body
{
	margin-top: 1px;
}
body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
	font-family: Arial;
}

/*****************************TEXT*****************************/
.text
{
	text-decoration: none;
}
.textsmall
{
	text-decoration: none;
}
.title
{
	font-weight: bold;
}

.modulelink
{
	text-decoration: underline;
}
.moduletitlelink, .moduletitle
{
	text-decoration: none;
	font-weight: bold;
}

.linksmall
{
	text-decoration: none;
}
.email
{
	font-weight: bold;
	text-decoration: none;
}

.separatorline
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}



/*****************************MENU TOP*****************************/
.menu0
{
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
}

/*****************************FLYOUT*****************************/
#MenuTop .flyoutHidden
{
	position: absolute;
	visibility: hidden;
}

#MenuTop .flyoutcontainer
{
	position: relative;
}
#MenuTop .flyout1
{
	position: absolute;
	top: 15px;
	left: -14px;
	width: 140px;
}

#MenuTop .container
{
	width: 140px;
	position: relative;
}
#MenuTop .container .flyoutpadding
{
	padding: 5px 15px 5px 15px;
}
#MenuTop .flyout1 .flyoutItem
{
	text-align: left;
}
#MenuTop .flyout1 .separator
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1px;
	line-height: 1px;
}


/*****************************LANGUAGE*****************************/
#language
{
	padding: 10px 5px 5px 5px;
}
#language a
{
	text-decoration: none;
	text-transform: uppercase;
}


/*****************************MENU left*****************************/
.menu1, .menu1active
{
	text-decoration: none;
}

/*****************************FOOTER*****************************/
.address
{
	text-decoration: none;
	letter-spacing: 1px;
}

.address:link
{
	text-decoration: underline;
}

.address:hover
{
	text-decoration: none;
}


.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}


/*****************************POPUP DIV*****************************/
.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

/*****************************POPUP DIV*****************************/
.privacyheader
{
	padding-left: 10px;
}
.privacycontent
{
	padding-bottom: 10px;
}
/*****************************REFERENCES*****************************/
#References .ItemTitle
{
	font-weight:bold;
}
#References .previewImage
{
	float:left;
	padding-right:5px;
}
.leftRow
{
	border-right:solid 2px #e9e9e9;
}
#References .item, #Projects .item
{
	padding-right:10px;
}

/*****************************PROJECTS*****************************/
#References .ItemTitle
{
	font-weight:bold;
}

#Projects .previewImage
{
	float:left;
	padding-right:5px;
}
