/* 
    Document   : style
    Created on : 10.06.2009, 9:02:34
    Author     : Lukyanovv
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
html, body {
    color: #2e2e2e;
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
	font-size: 15px;
}
table {
    border-collapse: collapse;
}
hr {
    color: green;
    height: 1px;
    width: 100px;
}
a {
	outline: none;
    color: #008509;
    text-decoration: none;
    font-size: 13px;
}
a.content_title {
	font-size: 17px;
    color: #0030ff;
}
a.content_title:hover {
	font-size: 17px;
    color: #008509;
    border-bottom: none;
}
a:hover {
	outline: none;
    color: #008509;
    text-decoration: none;
    border-bottom: 1px dotted #008509;
}
a img {
    border: none;
}
p {
    margin: 0;
    padding: 0;
}
li {
    margin-left: 15px;
    margin-bottom: 3px;
}
h1 {
    font-size: 20px;
}
.hide{
/*filter:alpha(opacity=50);*/ /* IE 5.5+*/
/*-moz-opacity: 0.5;*/ /* Mozilla 1.6 и ниже */
/*-khtml-opacity: 0.5;*/ /* Konqueror 3.1, Safari 1.1 */
/*opacity: 0.5;*/ /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
border: 2px solid red;
padding: 2px;
}
.show{
/*filter:alpha(opacity=100);*/ /* IE 5.5+*/
/*-moz-opacity: 1;*/ /* Mozilla 1.6 и ниже */
/*-khtml-opacity: 1;*/ /* Konqueror 3.1, Safari 1.1 */
/*opacity: 1;*/ /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
/*div {
    border: 1px solid black;
}*/
#header{
    background: #fff url(../pictures/bg_top.jpg) no-repeat;
    margin: 0 auto;
    width: 1020px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
#footer{
    background: #fff url(../pictures/bg_bottom.jpg) no-repeat;
    margin: 0 auto;
    width: 1000px;
    height: 73px;
    padding: 30px 0 0 20px;
}
div.content_title{
    width: 560px;
    height: auto;
    padding: 7px 0 0 15px;
    font-size: 18px;
    color: #0030ff;
    font-weight: bold;
    background: transparent url(../pictures/preview-top.jpg) no-repeat;
}
div.page_title{
    width: 540px;
    height: 69px;
    padding: 7px 0 0 30px;
    color: #0030ff;
    font-weight: bold;
    background: transparent url(../pictures/title-bg.jpg) no-repeat;
}
div.navbar{
    margin-bottom: 10px;
}
div.content_bottom{
    width: 560px;
    height: 69px;
    padding: 5px 0 0 15px;
    background: transparent url(../pictures/preview-bottom.jpg) bottom left no-repeat;
}
div.content_bottom2{
    width: 560px;
    height: 15px;
    padding: 5px 0 0 15px;
    background: transparent url(../pictures/preview-bottom2.jpg) bottom left no-repeat;
}
div.preview_menu{
    margin: 15px 0 0 5px;
    padding: 3px;
    width: 455px;
    border: 1px dotted #ffcc33;
}
div.content{
    width: 510px;
    padding: 5px 0 0 15px;
    background-color: transparent;
}
div.fullcontent{
    width: 560px;
    padding: 5px 0 0 15px;
    background-color: transparent;
}
div.preview{
    width: 560px;
    background: transparent url(../pictures/preview-bg.jpg) repeat-y;
}

.container{
    width: 1020px;
    margin: 0 auto;
    font-size: 15px;
}
td.content{
    width: 560px;
}
td.menu{
    width: 220px;
    background: #fff url(../pictures/bg.jpg) repeat-y;
}
td.calendar_item{
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 13px;
}
td.cat_item{
    text-align: left;
    font-size: 13px;
}
td.ci_current{
    border: 1px solid #127a28;
}
td.menu_title{
    height: 120px;
    background: transparent url(../pictures/menu-top.jpg) no-repeat;
    text-align: left;
    font-size: 15px;
    color: #003399;
    padding: 40px 20px 0 35px;
}
td.menu_body{
    padding-left: 35px;
    padding-right: 5px;
    height: 16px;
    background: transparent url(../pictures/menu-bottom.jpg) bottom left no-repeat;
}
table.menu{
    width:100%;
    margin-bottom: 10px;
    background: transparent url(../pictures/menu-bg.jpg) repeat-y;
}

/*btn_main*/
div.btn_main{
    position: relative;
    background: transparent url(../pictures/bg_btn_main.jpg) no-repeat;
    top: 150px;
    left: 15px;
    width: 148px;
    height: 51px;
    padding-top: 20px;
    text-align: center;
}
a.btn_main {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #ff0000;
}
a.btn_main:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
}

/*btn_forum*/
div.btn_forum{
    position: relative;
    background: transparent url(../pictures/bg_btn_forum.gif) no-repeat;
    top: 100px;
    left: 160px;
    width: 186px;
    height: 66px;
    padding-top: 20px;
    text-align: center;
}
a.btn_forum {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #ff6600;
}
a.btn_forum:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px dotted #ff6600;
    color: #ff6600;
}

/*btn_publ*/
div.btn_publ{
    position: relative;
    background: transparent url(../pictures/bg_btn_publ.gif) no-repeat;
    top: 0px;
    left: 365px;
    width: 155px;
    height: 72px;
    padding-top: 25px;
    text-align: center;
}
a.btn_publ {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #ff6600;
}
a.btn_publ:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 1px dotted #ff6600;
    color: #ff6600;
}

/*btn_dress*/
div.btn_dress{
    position: relative;
    background: transparent url(../pictures/bg_btn_dress.gif) no-repeat;
    top: -110px;
    left: 530px;
    width: 149px;
    height: 70px;
    padding-top: 25px;
    text-align: center;
}
a.btn_dress {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #127a28;
}
a.btn_dress:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #127a28;
    border-bottom: 1px dotted #127a28;
}

/*btn_game*/
div.btn_game{
    position: relative;
    background: transparent url(../pictures/bg_btn_game.gif) no-repeat;
    top: -190px;
    left: 690px;
    width: 150px;
    height: 71px;
    padding-top: 25px;
    text-align: center;
}
a.btn_game {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #0033ff;
}
a.btn_game:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #0033ff;
    border-bottom: 1px dotted #0033ff;
}

/*btn_movie*/
div.btn_movie{
    position: relative;
    background: transparent url(../pictures/bg_btn_movie.gif) no-repeat;
    top: -280px;
    left: 860px;
    width: 150px;
    height: 71px;
    padding-top: 25px;
    text-align: center;
}
a.btn_movie {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #ff3300;
}
a.btn_movie:hover {
    vertical-align: middle;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 12pt;
    color: #ff3300;
    border-bottom: 1px dotted #ff3300;
}

/*News*/
.newsDate{
	font-size: 8pt;
}
/*a.newsDate:hover{
	font-size: 8pt;
	border-bottom: 1px dotted #008509;
}*/

/*adm*/
.evenLine{
    background-color: #ddffdd;/*#eef5ff;*/
}
.objectPicture{
    height: 60px;
    width: 48px;
	padding-left: 15px;
}
.objectsContainer{
    width: 100%;
    margin: 0 auto;
}
.objectTypeName{
    padding-left: 15px;
}
.objectTypeDescription{
    font-size:10pt;
}
.catName{
    height:19px;
    border-bottom: 1px solid green;
    background: #eeffee url(../pictures/cat.gif) no-repeat ;/*#eef5ff;*/
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #003399;
    font-size: 10pt;
    cursor: pointer;
}
.captionNames{
    border: 1px solid green;
    border-bottom: none;
    height: 29px;
    font-weight: bold;
    font-size: 13px;
    background: #fff url(../pictures/caption.gif) repeat-x;
    padding-left: 5px;
}
.captionActions{
    border: 1px solid green;
    border-bottom: none;
    border-left: none;
    height: 29px;
    background: #fff url(../pictures/caption.gif) repeat-x;
}
.itemsContainer{
    width: 100%;
}
.itemName{
    width: 97%;
    height: 24px;
    border: 1px solid green;
    border-right: none;
    border-left: none;
    padding-left: 5px;
    text-align: left;
    color: #008509;
    font-size: 13px;
}
.itemName1{
    width: 97%;
    height: 24px;
    border: 1px solid green;
    border-right: none;
    padding-left: 5px;
    text-align: left;
    color: #008509;
    font-size: 13px;
}
.itemActive{
    width: 1%;
    border: 1px solid green;
    border-right: none;
}
.itemDelete{
    width: 1%;
    border: 1px solid green;
    border-left: none; 
    border-right: none;
}
.itemEdit{
    width: 1%;
    border: 1px solid green;
    border-left: none;
    border-right: none;
}
a.noborder:hover{
    border: none;
}
.itemDelete1{
    width: 1%;
    border: 1px solid green;
    border-left: none; 
}
.itemInsert{
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}
.items{
    border: 1px solid green; border-top: none;
}
.admNav{
    width: 95%;
    margin: 0 auto;
    padding-top: 5px;
}
.message{
    background-color:#eeffee;
    border: 1px solid green;
    padding: 3px;
}
.error{
    background-color:#ff9999;
    border: 1px solid red;
    padding: 3px;
}
.prevcursor{
	cursor: pointer;
}
.typename{
	font-size: 14pt;
	font-weight: bold;
	color: #003399;
}
a.imgLink:hover{
    border: none;
}
.texteditor{
    width: 300px;
    height: 100px;
}
.lineeditor{
    width: 300px;
}