/* ------------------------------------------------------------------ GLOBALS */
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(/images/natali_lights.jpg) top center no-repeat;
	background-color: #000 !important;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}

/* ---------------------------------------------------------- GLOBAL MESSAGES */
.messages_true {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #e7fdea;
	border: 1px dotted #96d49f;
	color: #159415;
}
.messages_false {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #fdf1f1;
	border: 1px dotted #eb8181;
	color: #e74242;
}

/* -------------------------------------------------------- NAVIGATION STRING */
.navy, .navy a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

/* ------------------------------------------------------------ PRINT VERSION */
a.print {
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
a.print:hover {
	color: #666;
}

/* -------------------------------------------------------------- CHUNK LINKS */
a.chunk {
	text-decoration: underline;
	color: #900;
}
a.chunk:hover {
	text-decoration: none;
}

/* ---------------------------------------------------------------- PAGES BAR */
a.page, a.page_active {
	display: block;
	width: 24px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a.page {
	background-color: #fffff0;
	border: 1px solid #c1bfb6;
	color: #98002e;
}
a.page:hover {
	background-color: #e6e4db;
	border: 1px solid #c1bfb6;
	color: #908b7c;
}
a.page_active {
	background-color: #fffff0 !important;
	border: 1px dotted #c1bfb6;
	color: #8e897a;    
}

/* ----------------------------------------------------------------- SCROLLER */
.scrollContainer {
	position: relative;
	overflow: hidden;
    width: 100%; height: 100px;
}
.scrollContent {
	position: absolute;
	top: 0;	left: 0;
}
.scrollButton {
	cursor: pointer;
}

/* -------------------------------------------------------------- PHOTO FRAME */
.photoframe {
	display: table;
	text-align: center;
}
.photoframe div {
	display: table-cell;
	margin: 0 auto 0;
	width: 130px; height: 130px;
	font-size: 108px;
	vertical-align: middle;
	background: url(/images/ramka.gif) no-repeat;
}
.photoframe img {
	vertical-align:middle;
}

/* --------------------------------------------------- GREYSCALE IMAGES LINKS */
a.greyscale img {
	Filter: Gray;
}
a.greyscale:hover img {
	Filter: none;
}

/* -------------------------------------------------------------------- OTHER */
.va_middle, .va_middle img {
	vertical-align: middle;
}
.float_image {
	float: left;
	width: 120px;
	margin: 5px 5px 5px 0;
}
.separator	{
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #333;
}
.hidden {
	display: none;
}
