﻿/* 0 BASIC TAGS */

img {
	border-width: 0;
}
/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}


/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	position: relative;
	padding: 0px 37px;
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

.view_pager 
{
    color: Maroon;
}

.view_pager a
{
    color: #015a00;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

/* #photos, */
#details, #admin-details {
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

/*
#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}*/



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.PicText 
{
    text-align:center; 
    color:White;
    font-weight:bold;
    padding-top: 8px;
    font-size: 14pt;
}


/* Реклама */
.ad { color:#666666; width:160px; margin-left:auto; margin-right:auto; display:block; }
div.ad { border-bottom:solid 1px #E3E3E3; padding-bottom:7px; }
.ad div { color:#666666; margin:0px 0px 3px 0px; text-align:left; }
div.ad-header { width:130px; float:left; margin-bottom:3px; }
div.ad-header a { font-weight:bold; }
.ad-close { float:right; padding-top:3px; display:none; }
.ad-close a { cursor:pointer; padding:3px; text-decoration:none;}
.ad-close a:hover { background-color:#e7e7e7; }
.ad-content * { font-size:10px !important; }
.ad-content a:hover { text-decoration:none; }
.ad-image { clear:both; }
.ad-image img { width:130px; height:65px; }
.ad-image-banner img { width:150px; height:300px; }
/*************/
table.attendance th a { text-decoration:underline; }
.modal-container
{
	width:800px;
	height:650px;
	background-color:#f2f2f2;
	padding:10px;
	border:double 5px #d3d3d3;
}
.modal-container div { border:solid 1px #d3d3d3; padding:5px; margin-bottom:5px; }
.modal-header
{
	background-color:#4e95d2;
	color:#f2f2f2;
	margin-bottom:5px;
	font-weight:bold;
}
.modal-content
{
	height:575px;
	overflow:auto;
}
.modal-footer
{
	overflow:hidden;
}
.modal-footer input
{
	float:right;
	margin-right:5px;
}
