/* GLOBALS */
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
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 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	border: 1px solid #cccccc;	
	padding: 5px;
}
.navy, .navy a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #999999;
	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: #e0e0e0;
	border: 1px solid #909090;
	color: #333;
}
a.page:hover {
	background-color: #fff !important;
	border: 1px dotted #999;
}
a.page_active {
	background-color: #f9f9f9;
	border: 1px solid #909090;
	color: #6f6f6f;    
}

/* 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: 116px;
	vertical-align: middle;
	background: url(/images/ramka.gif) no-repeat;
}
.photoframe img {
	vertical-align:middle;
}

/* OTHER */
.float_image {
	float: left;
	width: 120px;
	margin: 5px 5px 5px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}
.separator	{
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.va_middle, .va_middle img {
	vertical-align: middle;
}
.hidden {
	display: none;
}
a.print {
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
a.print:hover {
	color: #666;
}
a.chunk {
	text-decoration: underline;
	color: #900;
}
a.chunk:hover {
	text-decoration: none;
}
