﻿/*td {
	border:1px solid red;
}
div {
	border:1px solid green;
}*/

a.s_link:link {
	color: black;
	text-decoration: overline;
}
a.s_link:visited {
	color: #666666;
	text-decoration: overline;
}
a.s_link:active, a.s_link:hover {
	color: orange;
	text-decoration: underline overline;
}
a.s_link2:link {
	color: black;
	text-decoration: underline;
}
a.s_link2:visited {
	color: #666666;
	text-decoration: underline;
}
a.s_link2:active, a.s_link2:hover {
	color: green;
	text-decoration: underline overline;
}
a.s_link3:link {
	color: blue;
	text-decoration: underline;
}
a.s_link3:visited {
	color: #9999ff;
	text-decoration: underline;
}
a.s_link3:active, a.s_link3:hover {
	color: orange;
	text-decoration: underline overline;
}
a.page {
	padding:2px 5px 1px 5px;
	margin-left:3px;
}
a.page:link, a.page:visited {
	background-color:#ffffff;
	border:1px dashed #7ba0fd;
	color:#7ba0fd;
	text-decoration:none;
}
a.page:hover, a.page:active {
	background-color:#cdddff;
	border:1px solid #7ba0fd;
	color:#000000;
	text-decoration:underline;
}
span.lection_name {
	font-size:120%;
	font-weight:bold;
}
span.button {
	cursor:pointer;
	color:blue;
}
a.cat:link, a.cat:visited {
	color:black;
	text-decoration:none;
}
a.cat:active, a.cat:hover {
	color:blue;
	text-decoration:underline;
}
body {
	margin:0px;
}
ul.categories {
	list-style-type:none;
	padding-left:0px;
}
ul.categories li {
	width:200px;
	float:left;
}
ul.categories ul {
	padding-left:10px;
	margin-left:0px;
}
ul.categories li li {
	width:190px;
	font-size:95%;
}
ul.categories li a {
	padding-left:15px;
	background-repeat:no-repeat;
	background-position: 0% 50%;
}
ul.categories li a:link {
	color:black;
	text-decoration: none;
}
ul.categories li a:visited {
	color:#808080;
	text-decoration: none;
}
ul.categories li a:hover, ul.categories li a:active {
	color:#7ba0fd;
	text-decoration: underline;
	background-image:url(images/cat_over.gif);
	border:1px solid white;
}
ul.categories li a.sub {
	padding-left:15px;
	background-repeat:no-repeat;
	background-position: 0% 50%;
	background-image: url(images/folder_grey.png);
}
ul.categories li a.sub:link {
	color:black;
	text-decoration: none;
}
ul.categories li a.sub:visited {
	color:#808080;
	text-decoration: none;
}
ul.categories li a.sub:hover, ul.categories li a.sub:active {
	color:#7ba0fd;
	text-decoration: underline;
	background-image:url(images/folder.png);
	border:1px solid white;
}
#services a:link, #services a:visited, td.auth a:link, td.auth a:visited {
	color:black;
	text-decoration:none;
}
#services a:hover, #services a:active, td.auth a:hover, td.auth a:active {
	color:black;
	text-decoration: underline;
}
#Vbox {
	width:200px;
	padding:0px;
	font-family:sans-serif;
	font-size:12px;
	position:relative;
	left:0px;
	top:0px;
}
#news {
	padding:5px;
	padding-bottom:0px;
	width:190px;
	height:165px;
	overflow:hidden;
}
#clipBox {
	position:absolute;
	width:180px;
	height:155px;
	overflow: hidden;
	clip: rect(0px, 180px, 155px, 0px);	/* clip:rect(top_y, right_x, bottom_y, left_x); */
}
#slide {
	width:175px;
	position: absolute;
}
hr {
	border-width:0px;
	height:0px;
	border-top:1px dashed navy;
}
h1, h2, h3 {
	text-align:center;
	margin-bottom:0px;
}
.warning {
	color:red;
}
.info {
	color:green;
}
form {
	margin:0px;
	padding:0px;
}
table {
	font-size:80%;
}
.gray_i {
	color: #808080;
	font-style: italic;
	/*font-size:90%;*/
}
textarea {
	font-size:11px;
	font-family:Arial, sans-serif;
	border:1px solid #7ba0fd;
	width:100%;
}
table.list th {
	border:1px dashed #7ba0fd;
}
table.list {
	border:1px solid #7ba0fd;
}
table.list td {
	height:24px;
	padding:2px;
}
a.del {
	padding:1px 5px 3px 5px;
}
a.del:link, a.del:visited {
	color:red;
	border:1px dashed red;
	text-decoration:none;
}
a.del:hover, a.del:active {
	color:white;
	border:1px solid white;
	background-color:red;
	text-decoration:underline;
}
input.text {
	border:1px solid #7ba0fd;
}