﻿#pagewidth
{
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 100%;
	padding-bottom: 90px;
}

html, body
{
	color: #333333;
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position: relative;
}

img
{
	border: none;
}

A:link
{
	color: #5a7ac7;
	text-decoration: none;
}
A:visited
{
	color: #9f75ad;
	text-decoration: none;
}
A:hover
{
	color: #dd6545;
	text-decoration: underline;
}
A:active
{
}

span.direction
{
	unicode-bidi: bidi-override;
	direction: rtl;
}
span.displaynone
{
	display: none;
}

H1, H2, H3, H4, H5, H6
{
	color: #204a87;
}

#header
{
	position: relative;
	height: 90px;
	width: 100%;
}

.menuLanguage
{
	position: absolute;
	right: 0px;
	top: 15px;
	text-align: right;
}
.menuheader
{
	position: absolute;
	top: 55px;
}
.menunavigation
{
	position: absolute;
	left: 10px;
	top: 81px;
}

#footer
{
	text-align: center;
	position: relative;
	margin-top: -90px;
	height: 90px;
	clear: both;
}


#footerDefault
{
	text-align: center;
	height: 60px;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 90%;
}

.tablealbumpreview
{
	width: 194px;
}
.cellalbumpreview
{
	height: 194px;
	background: url(../../Images/AlbumBackground.gif) no-repeat left;
}
.imgalbumpreview
{
	margin: 1px 0 0 4px;
	width: 160px;
	height: 160px;
}
.textalbumpreview
{
	text-align: center;
	vertical-align: top;
	font-family: arial,sans-serif;
	font-size: 11px;
	height: 60px;
}
.urlalbumpreview
{
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}


.tablephotopreview
{
	width: 300px;
}
.cellphotopreview
{
	height: 300px;
	text-align: center;
}

