/* Background image */
body {
	background: #585858 url(./images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

/* Middle */
#content {
	background: #808080;
	border-left: solid #000000 3px;
	border-right: solid #000000 3px;
	text-align: center;
	padding: 20px;
}

/* Menu */
.menu {
	text-align: center;
	background: #090909 url(./images/menu.png) repeat-x;
}

/* Text part in the middle of website */
#text_part {
	background: #6D6D6D;
	border: solid 2px #4D4D4D;
	padding: 15px;
}

/* Admins' and updaters' link */
.admin_link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4D;
}

/* Admins' and updaters' link - Mouse over */ 
.admin_link:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* Admins' and updaters' link - Visited */
.admin_link:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4D;
}

/* Admins' and updaters' link - Active */
.admin_link:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* Admins' and updaters' link - Visited and mouse over */
.admin_link:visited:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* News link */
.news_link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* News link - Mouse over */ 
.news_link:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* News link - Visited */
.news_link:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* News link - Active */
.news_link:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* News link - Visited and mouse over */
.news_link:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* Videos link */
.videos_link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* Videos link - Mouse over */
.videos_link:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/* Videos link - Visited */
.videos_link:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* Videos link - Active */
.videos_link:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

/* Videos link - Visited and mouse over */
.videos_link:visited:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/* Gallery - Back to gallery -text */
.gallery_back_text {
	padding: 5px;
}

/* Gallery - Thumbnails */
.thumbnails {
	padding: 5px;
	text-align: center;
}

.mgmt_text {
	font-weight: bold;
}

.mgmt_info {
	font-weight: normal;
	font-size: 10px;
}

.mgmt_table {
	border: solid #4D4D4D 1px;
}

.mgmt_table_item {
	padding: 3px;
	border: solid #4D4D4D 1px;
	font-weight: normal;
}

/* Error part in the middle of website */
#error_part {
	background: #6D6D6D;
	border: solid 2px #990000;
	padding: 15px;
}

/* Normal calendar style */
.calendar_item {
	padding: 3px;
	border: solid #4D4D4D 1px;
	font-weight: normal;
}

/* Old event style */
.calendar_item_old {
	padding: 3px;
	border: solid #4D4D4D 1px;
	font-weight: normal;
	text-decoration: line-through;
}

/* Archive link */
.archive_link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* Archive link - Mouse over */
.archive_link:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/* Archive link - Visited */
.archive_link:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* Archive link - Active */
.archive_link:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

/* Archive link - Visited and mouse over */
.archive_link:visited:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/* Image list */
#files_list {
	color: #4D4D4D;
	font-size: 11px;
	font-weight: bold;
}

/* Remove button for image list */
.remove_button {
	background-color: #6D6D6D;
	color: #990000;
	font-weight: bold;
	border: 0;
	padding: 0;
}

/* Remove button for image list - Mouse over */
.remove_button:hover {
	color: #FFFFFF;
}




/*==============*/
/* Slimbox 2.02 */
/*==============*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(./images/lightbox_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(./images/lightbox_prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(./images/lightbox_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./images/lightbox_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}





/*==============*/
/* Videobox 1.1 */
/*==============*/


#vidboxOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#vidboxCenter, #vidboxBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.vidboxLoading {
	background: #fff url(./images/lightbox_loading.gif) no-repeat center;
}

#vidboxImage {
	border: 10px solid #fff;
}

#vidboxPrevLink, #vidboxNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#vidboxPrevLink {
	left: 0;
}

#vidboxPrevLink:hover {
	background: transparent url(./images/lightbox_prevlabel.gif) no-repeat 0% 15%;
}

#vidboxNextLink {
	right: 0;
}

#vidboxNextLink:hover {
	background: transparent url(./images/lightbox_nextlabel.gif) no-repeat 100% 15%;
}

#vidboxBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#vidboxCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./images/lightbox_closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#vidboxCaption, #vidboxNumber {
	margin-right: 71px;
}

#vidboxCaption {
	font-weight: bold;
}

