/* 
    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: Tahoma, Arial, sans-serif;
	font-size: 15px;
}
table {
    border-collapse: collapse;
}
hr {
    color: green;
    height: 1px;
}
a {
	outline: none;
    color: #008509;
    text-decoration: underline;
}
a.menu {
	outline: none;
    color: #008509;
	font-size: 13px;
    text-decoration: none;
}
a.menu:hover {
	outline: none;
    color: #008509;
	font-size: 13px;
    text-decoration: underline;
}
a.content_title {
	font-size: 17px;
    color: #008509;
}
a.content_title:hover {
	font-size: 17px;
    color: #008509;
}
a:hover {
	outline: none;
    color: #008509;
    text-decoration: none;
}
a img {
    border: none;
}
p {
    margin: 0;
    padding: 0;
}
li {
    list-style-image: url(../pictures/li.jpg);
}
ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    padding-left: 3px;
}
h1 {
    font-size: 20px;
    color: #008509;
}
a.mmenu {
    margin: 0 10px;
	font-size: 17px;
    color: #461d0b;
}
a.mmenu:hover {
    margin: 0 10px;
	font-size: 17px;
    color: #244214;
}
#header{
    background: #fff url(../pictures/top-bg.jpg) no-repeat;
    margin: 0 auto;
    width: 981px;
    height: 131px;
}
#mmenu{
    background: transparent url(../pictures/mmenu-bg.jpg) repeat-x;
    margin: 0 auto;
    width: 981px;
    height: 46px;
}
#mmenu_left{
    background: transparent url(../pictures/mmenu-left.jpg) top left no-repeat;
    width: 981px;
    height: 46px;
}
#mmenu_right{
    background: transparent url(../pictures/mmenu-right.jpg) top right no-repeat;
    width: 981px;
    height: 46px;
}
#mmenu_body{
    margin: 0 auto;
    width: 700px;
    padding: 5px;
}
#footer{
    border: 1px dotted #008509;
    font-size: 13px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    width: 981px;
}
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;
}

.container{
    width: 981px;
    margin: 0 auto;
    font-size: 15px;
}
div.content_bottom{
    width: 560px;
    height: 69px;
    height: 69px !important;
    min-height: 69px;
    padding: 5px 0 10px 15px;
    background: transparent url(../pictures/preview-bottom.jpg) bottom left no-repeat;
    clear: both;
}
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: 5px 0 0 5px;
    padding: 3px;
    width: 455px;
    border: 1px dotted #008509;
}
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;
}
td.content{
    width: 597px;
}
td.menu{
    width: 192px;
    background: #fff url(../pictures/bg.jpg) repeat-y;
}
td.menu_body{
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 40px;
    text-align: left;
    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;
}
td.menu_title{
    height: 25px;
    background: transparent url(../pictures/menu-top.jpg) no-repeat;
    text-align: center;
    font-size: 15px;
    color: #461d0b;
    padding-top: 5px;
}

/*News*/
.newsDate{
	font-size: 8pt;
}

/*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;
}
