html 
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body 
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size: 0.8em;
	}

body a:link
	{
	color: #2453b2; 
	}
body a:active
	{
	color: #2453b2; 
	}
body a:visited
	{
	color: #2453b2; 
	}
body a:hover
	{
	color: #2453b2; 
	}

#header
	{
	width: 100%; 
	height: 150px;

	margin: 0px;
	padding: 0px; 

	background-color: #7faaff;
	}

#breadcrumb
	{
	margin: 5px;
	}

#leftpanel
	{
	width: 80%;

	padding: 50px;
	}

#leftpanel h2
	{
	font-size: 1em;

	font-weight: bold;

	text-align: center;
	}

#leftpanel p
	{
	text-indent: 30px;
	text-align: justify;
	}


#rightpanel
	{
	border-left: 1px dashed #bbbbbb; 

	padding-left: 20px; 
	padding-top: 50px;
	padding-bottom: 50px;

	width: 20%;
	}

#rightpanel h2
	{
	font-size: 1em;

	font-weight: bold;
	}

#rightpanel p
	{
	margin-top: 0px;
	}

#footer
	{
	padding-top: 10px; 

	border-top: 1px dashed #bbbbbb; 

	text-align: center;
	}

.announcement_grey
	{
	width: 96%; 
	border: 1px solid #989898; 
	background-color: #cccccc; 
	margin-top: -30px;
	margin-bottom: 50px; 
	padding: 2%;
	}

.announcement_green
	{
	width: 96%; 
	border: 1px solid #85997a; 
	background-color: #ddffcc; 
	margin-top: -30px;
	margin-bottom: 50px; 
	padding: 2%;
	}

.announcement_blue
	{
	width: 96%; 
	border: 1px solid #7a8599; 
	background-color: #ccddff; 
	margin-top: -30px;
	margin-bottom: 50px; 
	padding: 2%;
	}

.announcement_red
	{
	width: 96%; 
	border: 1px solid #997a85; 
	background-color: #ffccdd; 
	margin-top: -30px;
	margin-bottom: 50px; 
	padding: 2%;
	}

.announcement_yellow
	{
	width: 96%; 
	border: 1px solid #998f7a; 
	background-color: #ffeecc; 
	margin-top: -30px;
	margin-bottom: 50px; 
	padding: 2%;
	}

.tableblank
	{
	margin-top: 30px;
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	}

.tableblank td
	{
	padding: 5px;
	}

.table
	{
	margin-top: 30px;
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	width: 100%;
	}

.table td
	{
	padding: 5px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	}

.tableheader td
	{
	font-size: 1em; 
	font-weight: bold; 
	border-bottom: 0px;
	background-image: url("http://www.physicsdepartment.ru/images/tableheader.jpg");
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	}

.blogpost
	{
	padding-bottom: 80px; 
	margin-top: 15px;
	text-indent: 0px; 
	text-align: justify;
	}

.blogtitle
	{
	float: left; 
	width: 60%; 
	text-indent: 30px;
	font-weight: bold;
	}

.blogtitle a:link
	{
	color: #000000;
	text-decoration: none;
	}
.blogtitle a:visited
	{
	color: #000000;
	text-decoration: none;
	}
.blogtitle a:active
	{
	color: #000000;
	text-decoration: none;
	}
.blogtitle a:hover
	{
	color: #2453b2;
	text-decoration: underline;
	}

.blogpublished
	{
	color: #bbbbbb; 
	width: 40%; 
	float: left; 
	text-align: right;
	}

.blogpictureleft
	{
	text-align: center; 
	float: left; 
	font-size: 80%; 
	margin: 30px; 
	}
.blogpictureleft img
	{
	border: 0px;
	}

.blogpictureright
	{
	text-align: center; 
	float: right; 
	font-size: 80%; 
	margin: 30px; 
	}
.blogpictureright img
	{
	border: 0px;
	}

.blogcode
	{
	border: 1px solid #bbbbbb;
	display: block;
	margin-top: 10px;
	text-indent: 0px;
	padding: 10px;

	font-size: 1.25em; 
	}

.tagrate1
	{
	color: #bbbbbb; 
	text-decoration: none;
	}
.tagrate1 a:link
	{
	color: #bbbbbb; 
	text-decoration: none;
	}
.tagrate1 a:visited
	{
	color: #bbbbbb; 
	text-decoration: none;
	}
.tagrate1 a:active
	{
	color: #bbbbbb; 
	text-decoration: none;
	}
.tagrate1 a:hover
	{
	color: #2453b2; 
	text-decoration: underline;
	}

.tagrate2
	{
	color: #999999; 
	text-decoration: none;
	}
.tagrate2 a:link
	{
	color: #999999; 
	text-decoration: none;
	}
.tagrate2 a:visited
	{
	color: #999999; 
	text-decoration: none;
	}
.tagrate2 a:active
	{
	color: #999999; 
	text-decoration: none;
	}
.tagrate2 a:hover
	{
	color: #2453b2; 
	text-decoration: underline;
	}

.tagrate3
	{
	color: #777777; 
	text-decoration: none;
	}
.tagrate3 a:link
	{
	color: #777777; 
	text-decoration: none;
	}
.tagrate3 a:visited
	{
	color: #777777; 
	text-decoration: none;
	}
.tagrate3 a:active
	{
	color: #777777; 
	text-decoration: none;
	}
.tagrate3 a:hover
	{
	color: #2453b2; 
	text-decoration: underline;
	}

.tagrate4
	{
	color: #000000; 
	text-decoration: none;
	}
.tagrate4 a:link
	{
	color: #000000; 
	text-decoration: none;
	}
.tagrate4 a:visited
	{
	color: #000000; 
	text-decoration: none;
	}
.tagrate4 a:active
	{
	color: #000000; 
	text-decoration: none;
	}
.tagrate4 a:hover
	{
	color: #2453b2; 
	text-decoration: underline;
	}


.earlier
	{
	float: left; 
	width: 50%; 
	}

.later
	{
	width: 50%; 
	float: left; 
	text-align: right;
	}

.thumbnails
	{
	margin: 30px;
	text-align: center;
	}

.thumbnail
	{
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center
	border: 0px solid #000000;
	margin: 30px;
	}

.thumbnail .r
	{
	width: 300px;
	float: left;
	}

.thumbnail .r p
	{
	text-align: left;
	text-indent: 10px;
	}
.thumbnail .r h2
	{
	font-size: 1em;
	}
.thumbnail .r h2 a
	{
	font-weight: bold;
	}

.adlink
	{
	font-size: 0.8em;
	}

.element
	{
	float: left; 

	margin: 0px 30px 50px 0px; 

	width: 270px;
	
	text-align: center;
	}

.element img
	{
	border: 0px;
	}

.element h2
	{
	font-size: 1em;

	font-weight: bold;
	}

.screenshot
	{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	}
