@import url("undohtml.css");
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #61666f;
	background: #0da3d1 url(../i/bg.gif);
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth)<1000?"1000px":"auto");
}
body,table{
	color: #333333;
}
.clear{clear:both}
.right{float:right}
img{border:0px}
#content img{
margin:5px;
border: 1px solid #E4E4E4;
padding: 5px;
background-color: #E8E8E8;
}
a:link{
	color: #444444;
	text-decoration: underline;
}
a:visited{
	color: #61666f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e64000;
	text-decoration: underline;
}
h1, h2, h3{
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	color: #e64000;
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}

p{
	font-size: 1.2em;
}

#text li{
	font-size: 1em;
}

table {
	border-collapse: collapse;
	border: #c0c0c0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
th, td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}
th {
	background: #EEEEEE;
}

.attention{
	color: #E64000;
}

#minheight{height:820px;float:left}

#main {
	padding: 15px;
}

/*  */
#header {
	background: #29BCEA url(../i/topbg.png) repeat-x;
	border: 1px solid #078FB9;
}
#header1 {
	background: transparent url(../i/rokos_txtlogo.png) no-repeat 98px 0;
	height: 109px;
}

/*  */
#logo {
	width: 80px;
	height: 93px;
	position: absolute;
/*	background: transparent url(../i/logo.png) no-repeat;*/
	margin:  8px 0 0 10px;
}
#logo span {
	display: none;
}
#title {
	position: absolute;
	margin: 70px 0 0 100px;
}
#title h1 {
	font: 18px 'Trebuchet MS';
	color: #fff;
}

/*  */
#menu {
	background: #fff url(../i/menubg.gif) repeat-x;
	height: 32px;
	font: 14px 'Trebuchet MS';
}
#menu ul {
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
	z-index: 10;
}
#menu li {
	display: block;
	float:left;
	padding: 0 2px 0 0;
	margin: 0;
	background: transparent url(../i/menusep.gif) no-repeat right top;
}
#menu a {
	display: block;
	background-color: transparent;
	background-image: url(../i/menubg.png);
	background-repeat: repeat-x;
	background-position: 0 100px;
	padding: 0 20px;
	color: #078FB9;
	text-decoration: none;
/*	height: 30px;*/
/*	position: relative;*/
	line-height: 30px;
	z-index: 10;
	white-space:nowrap;
}

/*  */
#menu li:hover ul,#menu li.hover ul{display:block}
#menu a:hover, #menu li:hover a, #menu li.hover a {
	background-position: 0 0;
	color: #FFF;
}
#menu ul ul {
	background: #0bb2e6;
	border: 1px solid #078fb9;
	position: absolute;
	margin-top: -1px;
	padding: 0;
	display: none;
}
#menu li li {
	float: none;
	padding: 0;
	background: none;
	border-bottom:1px dashed #0BA9DB;
/*	position: static;*/
/*	position: relative;*/
}
#menu li li a {
	float: none;
	background: none;
	padding: 3px 15px;
	line-height: normal;
	height: auto;
	color: #fff;
	z-index: 20;
}
#menu li li a:hover, #menu li li:hover a, #menu li li.hover a {
	background: #099AC7;
}

/*  */
#menu li:hover li ul,#menu li.hover li ul {
	margin: -25px 0 0 99%;
	z-index: 20;
	display: none;
}
#menu li li li a, #menu li li:hover li a, #menu li li.hover li a {
	background: transparent;
	z-index: 30;
}
#menu li li li a:hover, #menu li li li:hover a, #menu li li li.hover a {
	background: #099AC7;
}
#menu li li:hover ul,#menu li li.hover ul{display:block}

/*  */
#menu li:hover li li ul,#menu li.hover li li ul {
	z-index: 30;
	display: none;
}
#menu li li li li a, #menu li li li:hover li a, #menu li li li.hover li a {
	background: transparent;
	z-index: 40;
}
#menu li li li li a:hover, #menu li li li li:hover a, #menu li li li li.hover a {
	background: #099AC7;
}
#menu li li li:hover ul,#menu li li li.hover ul{display:block}

/*  */
#leftmenu {
/*	float: left;*/
	/*border: 1px solid #0DA3D1;
	background: #B1E7F7;*/
	padding: 10px;
	z-index: 1;
}
#leftmenu ul {
	width: 230px;
	list-style: none;
}

#leftmenu li{
	margin: 0;
}

#leftmenu a, #leftmenu span {
	line-height: 1.6em;
	font-size: 1em;
	display: block;
	text-decoration: none;	
	border: 1px solid #F5F5F5;
	border-top: none;
	padding: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	background: #fff url(../i/lmenubg.png) repeat-x;
/*	position: relative; padding: 0 1em;*/
}

#leftmenu a{
	color: #078FB9;	
}

#leftmenu span{
	color: #9B9B9B;
	background: #F5F5F5 !important;
	border-top: 1px solid #E8E8E8;
}

#leftmenu a:hover {
	background-image: url(../i/menubg.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
	color: White !important;
}

/*  */
#col-left {
	float: left;
	width: 250px;
	height:820px;
	/*background: #F1FBFC;
	border-right: 1px solid #0DA3D1;
	border-top: 1px solid #0DA3D1;*/
}
#bg-left {
	/*background: transparent url(../i/bg-left.gif) repeat-y left;*/
}


/*  */
#col-right {
	float: right;
	width: 414px;
	margin-top: -138px;
	background: transparent url(../i/rightbg.png) no-repeat;
}
#col-right1 {
	padding: 23px 0 0 17px;
}

#right-menu ul {
	list-style: none;
	padding: 20px 0 0 3px;
}
#right-menu li {
	margin-left: 0;
}
#right-menu a {
	color: #dd0c0a;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	border-bottom: 1px dotted #dd0c0a;
}
#right-menu a:hover {
	color: #078FB9;
	border-bottom: 1px dotted #078FB9;
}

/*  */
#content {
/*	background: #fff url(../i/img.jpg) no-repeat right bottom;*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 850px;
	border: 1px solid #00607d;
	border-top: none;
}

/*  */
#text {
/*	margin-right: 414px;*/
	padding: 10px;
	text-align: justify;
}

#promo {
	height: 161px;
	background: #FFF7CC url(../i/promobg.gif) repeat-x;
	overflow: hidden;
	margin-bottom: 5px;
}

/*  */
#footer {
	padding: 5px 10px;
	color: #066988;
}

#footer p{
	font-size: 1em;
}

#footer a {
	color: #0781A7;
}
#footer a:hover {
	color: #fff;
}

#banners {
	float: right;
	text-align: right;
}

/*  */
#navigation a:visited {
	color: #6a6f7d;
}
#navigation a:hover, #navigation a:active {
	color: #e64000;
}

/*  */
#bottommenu {
	clear: both;
	padding: 1em;
	height: 1.2em;
	font-size: 0.8em;
}
#bottommenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottommenu li {
	float: left;
	padding: 0 1em;
	margin: 0;
	background: transparent url(../i/botmenusep.gif) repeat-y right;
}
#bottommenu li.last {
	background: none;
}
#bottommenu a {
	display: block;
/*	height: 30px;*/
	position: relative;
}
#bottommenu a:visited {
	color: #6a6f7d;
}
#bottommenu a:hover, #bottommenu a:active {
	color: #e64000;
}
#totop {
	float: left;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
	margin-top: -0.2em;
}

/* */

label{
font-size: 1.3em;
color: #9B9B9B;
padding: 5px 15px 5px 0;
width: 170px;
text-align: right;
display: block;
float: left;

}

.fitem{
	display: block;
	float: none;
/*	width: 98%;*/
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #EAEAEA;
}

.buttons{
	display: block;
	float: none;
/*	width: 95%;*/
	padding-top: 15px;
	text-align: center;
}

.fitem img{
	margin-right: 10px;
	border: 1px dotted #9B9B9B;
	vertical-align: middle;
}

.prim{
	margin-left: 165px;
	color: #9B9B9B;
}

input, textarea{
	font-size: 1.2em;
	border: 1px dotted #9B9B9B;
	color: #078FB9;
	padding: 2px;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	background-color: #FAFAFA;
}

input.vkey{
	border: 1px dotted #9B9B9B;
	text-align: center;
}

.text{
	width: 300px;
}

/*  */
#imagefloat {
	float: right;
	clear: both;
	margin-top: -670px;
}
.f {
	float: right;
	height: 13px;
	clear: right;
	border-left: 1px solid red;
}

/*Comments*/
.jot-row{
	margin-top: 1em;
}

.jot-comment{
	margin-bottom: 1em;
	border-bottom: 1px dotted #EAEAEA;
}

.jot-posticon{
	background-color: #FFF7CC;
	padding: 5px;
}

.jot-subject{
	color: #099AC7;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 1.6em;
}

.jot-user{
	display: inline;
	margin-right: 5px;
	color: #61666F;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 1.6em;
}

.jot-poster{
	font-size: 0.85em;
	color: #9B9B9B;
	display: block;
	background-color: #FFFCE8;
	padding: 2px;
	padding-left: 5px;
}

.jot-message{
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.2em;
	color: #61666F;
	padding: 5px;
}

.jot-extra{
	font-size: 0.85em;
	color: #9B9B9B;
	background-color: #EFEFEF;
	padding: 2px;
}

.jot-num{
	float: right;
	color: #DAD6AF;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.6em;
}


.scheme div, .scheme2 div, .scheme-first div, .scheme-last div {
	border: 1px solid #cccccc;
	background: #eee;
	padding: 10px;
}
.scheme, .scheme2, .scheme-first, .scheme-last {
	padding: 12px 10px 0;
}
.scheme, .scheme2, .scheme-last {
	background: transparent url(../i/arr.png) no-repeat 45% 0%;
}
.scheme2 {
	width: 47%;
	float: right;
}
.scheme2 div {
	height: 65px;
}
.scheme, .scheme-first, .scheme-last {
	clear: right;
}

.B_crumbBox, .B_crumbBox a{
	font-size: 10px;
	color: #9B9B9B;
	font-family: Tahoma, serif;
}
