/*------------------------------------------------------------*
**  Software Portal 3
**  Автор - www.danstrogiy.com
**------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body, html {
	background:#fff;
	color:#555;
	font-family:Tahoma, sans-serif;
	width:100%;
	height:100%;
}

a {
	color:#1c9dc3;
	text-decoration:underline;
}

a:hover {
	color:#d23d6b;
}

img {
	border:none;
}

#head-menu ul, li {
	float: left;
	list-style-type: none;
	text-align: center;
}
#head-menu ul {
display:block;
}

#head-menu li a {
	color:#0026f9;
	text-decoration:none;
	font-size:120%;

}
#head-menu li a:hover {
	text-decoration:underline;
	color:#d23d6b;
}



/*------------------------------------------------------------*
**  Блоки
**------------------------------------------------------------*/
#speedbar {
		position:relative; top:5px; left:10px;
}

#speedbar a {
		text-decoration:none;
}

#speedbar a:hover {
		text-decoration:underline;
}

#outer {
	width:95%;	
	text-align:left;
	background:#fff;
	min-width:950px;
	margin:0;
}

#top {
	height:20px;
	color:#fff;
}

#left {
	background:#fff url('../images/left.gif') repeat-y right;
}

#right {
	background:#fff url('../images/right.gif') repeat-y left;
}

#header {
	margin:0;
	text-align:center;
	background:#fff;
}

#logo {
	width:500px;
	float:left;
}

#nav {
	float:left;
}

#wrapper {
	float:left;
	width:100%;
	margin-right:-220px;
}

#content {
	margin-right:220px;
}

#second {
	float:right;
	width:220px;
}

#footer {
	width:95%;
	height: 44px;
	clear:both;
	background:url('../images/footer.jpg') repeat-x;
	font-size:12px;
	color:#000;
}

#footer li {
	margin-top:15px;
	font-weight:bold;
}

#footer a {
	text-decoration:none;
	font-size:9pt;
	color:#00478a;
}
#footer a:hover {
	text-decoration:underline;
	color:#d23d6b;
}

#footer table {

}
/*------------------------------------------------------------*
**  Меню рядом с лого
**------------------------------------------------------------*/

#nav ul {
	margin-top:50px;
	list-style:none;
}

#nav li {
	display:inline;
	margin-right:20px;
}

#nav a {
	color:#1c9dc3;
	font-size:18px;
	text-decoration:none;
}

#nav a:hover {
	color:#d23d6b;
}

/*------------------------------------------------------------*
**  Главное меню
**------------------------------------------------------------*/

#menu ul {
	margin-top:10px;
	list-style:none;
	float:left;
	margin-left:35px;
	padding-left:5px;
	border-left: #5bc1de solid 1px;
}

#menu ul.first {
	margin-left:0px;
	padding-left:20px;
	border-left:none;
}

#menu li {
	margin-bottom:5px;
	padding-left:14px;
	background:url('../images/menu_li.png') no-repeat;
}

#menu a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#menu a:hover {
	color:#fff;
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  Оформление
**------------------------------------------------------------*/
#tit {
	background:url('../images/t-cont.gif') repeat-x;
}

#bot {
	background:url('../images/b-cont.gif') repeat-x;
}

h1, h2, h3, h4 {
	font-weight:bold;
	font-family:Times new roman;
	font-style: italic;
	color:#1c9dc3;
}

h1 {
	padding:0;
	margin:0;
	font-size:17pt;
}

h1 a {
	text-decoration:none;
}
h2 {
	font-size:18px;
}
h1 a:hover {
	text-decoration:underline;
}

.text {
	padding:8px;
}

.news {
	padding-left:10px;
	margin-top:15px;
}
.news a {
text-decoration:none;
}


.info {
	margin-top:5px;
	font-size:10pt;
}

.info ul {
	list-style:none;
}

li.more {
	background:url('../images/img16.gif') no-repeat;
	display:inline;
	padding-left:25px;
	margin-right:20px;
	padding-bottom:3px;
}

li.com {
	background:url('../images/img17.gif') no-repeat;
	display:inline;
	padding-left:25px;
}

li.views {
	background:url('../images/bullet-info.gif') no-repeat;
	display:inline;
	padding-left:20px;
	margin-right:20px;
	padding-bottom:3px;
}

li.fav {
	display:inline;
	padding-left:10px;
}

.top-info {
	margin-bottom:5px;
	font-size:11px;
	padding-left:10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(../images/date-bg.gif) no-repeat;
	margin-right:5px;
}
.post-month {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
}
.news-text {
	clear:left;
	margin-left:20px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}

#module {
	margin-bottom:10px;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
}

#module h1 {
	font-size:18px;
}

.m-bottom {
	width:210px;
	background:url('../images/m-bottom.gif') repeat-y bottom;
	border-top:2px solid #ededed;
}

.m-text {
	padding:3px 10px 30px 10px;
}

h1.red {
	color:#d23767;
}

h1.yellow {
	color:#d2a437;
}

.hello {
	background:#FFF9DE;
	margin-left:10px;
	padding:5px;
	border:1px dashed #aaa;
	margin-bottom:15px;
}

#top-right {
	float:right;
	width:20px;
	height:17px;
	background:url('../images/top-right.gif') no-repeat;
}

#b-l {
	width:27px;
	height:18px;
	background:url('../images/b-l.gif') no-repeat;
	float:left;
}

#b-r {
	width:27px;
	height:18px;
	background:url('../images/b-r.gif') no-repeat;
	float:right;
}
	
/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11pt;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 550px;
	height: 200px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #757575;		/* ! */
	font-size: 11pt;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 22px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;		/* ! */
	font-size: 11pt;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}
/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	margin-bottom:10px;
	padding-bottom:10px;
}
#comment-top {
	font-size:11px;
}
.comment-date {
	float:left;
	padding-right:10px;
}
#comment-bottom {
	margin:5px;
	font-size:11px;
	paddding-top:5px;
	clear:left;
}
.comment-s {
	padding:10px;
	overflow:hidden;
}
#com-l {
	width:20%;
	float:left;
}
#com-r {
	width:70%;
	float:left;
}
#com {
	margin-bottom:20px;
	border-top:1px dashed #e6e6e6;
	background:url('../images/news.gif') bottom right no-repeat;
}
.ctitle {
	font-size:18px;
}	

.clear {
	clear:both;
}

.date {padding:0px 10px 10px 0px; background:url(f_calendar.gif) no-repeat; float: left;	font: 22px/100% Arial, Helvetica, sans-serif;width: 45px;color: #666666;height: 40px;text-align: center;}
.date span {display: block; font: 11px Arial, Helvetica, sans-serif; color: #ffffff; padding-top: 5px; height: 16px; text-align: center;}
.hint
{
background-color:#49b1cf;
line-height:10px;
color:white;
font-family:verdana;
font-size:11px;
width:auto;
border-top:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
border-left:5px solid #ffd777;
margin:0px;
padding:8px;
position:absolute;
visibility:hidden;
}
#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.onl_table {
    width : 100%;
    font-size : 10px;
}
.onl_table td {
    padding-right : 5px;
    font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}
