html,body {
	height: 100%;
	font-size: 13px;
	font-family: "Century Gothic", "Lucida Grande", tahoma, times new roman, verdana,    Times;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	color: #666;
	}
* {margin:0; padding: 0;
}
img {
	border:0px;
}

a:link, a:visited, a:active {color: #33526f; text-decoration: underline;}
a:hover {color: #6fa3d3; text-decoration: none;}

.perepiska {
	font-size: 13px;
	font-family: tahoma, times new roman, verdana,    Times;
	font-weight:normal;
}

.holder {
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	border: 0px solid gray;

}
fieldset {
	background-color: #f9f9f9;
	border: 1px solid #d5dfe5;
	padding: 10px;
}

h1 {
	color: #000;
	font-weight: normal;
	font-size: 25px;
	padding: 10px 10px 5px 0px;
	float:left;
	/*font: Bold 20px Georgia, sans-serif;*/
}

h2 {
	font-weight: normal;
	font-size: 18px;
	padding: 10px 10px 5px 0px;
	text-align: center;
	/*font: Bold 20px Georgia, sans-serif;*/
}

#menu {
	text-align:right;
	padding: 20px 0px 5px 10px;
	float:right;
}

.block_title a {
	color: #fff;
	text-decoration: none;
}

.block_title {
	height: 30px;
	padding:6px 0px 0px 20px;
	background: url(../images/block_bg_blue.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;

}

.block_title_orange {
	height: 30px;
	padding:6px 0px 0px 20px;
	background: url(../images/block_bg_orange.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;

}

.block {
	border: 1px solid #e5e5e5;
	/*border-top: 0px;*/
	padding: 5px;
	background-color: #f8f8f8;
}

#content {
	/*background-color: #eee;
   	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;*/
    padding: 10px 0px 10px 0px;
}

.cn {
	border: 1px solid #e5e5e5;
	padding: 5px;
	background-color: #f8f8f8;
}

.cn_content {
	padding: 0px 10px 0px 10px;
}

#footer {
	background-color: #667886;
    color: #fff;
    font-size: 11px;
    padding: 5px;
}
#footer a {
    color: #fff;
}

.clearfix {
	clear:both;
}

.logintable {

}

.btn {
	padding: 0px 15px 0px 15px;
	background: #FFF;
	border: 1px solid #979797;
	color: #666666;
	font-family: Verdana, Tahoma, helvetica, sans-serif;
	vertical-align: middle;
	font-size: 10px; 
	margin-top:0px;
	height: 20px;
}

ol {
	list-style: none;
}

ul {
	margin-left: 25px;
	list-style-type: circle;
	color: #d1d1d1;
}
#cat_edit li {
	color: #666;
}

#nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #f5f5f5;
}

#nav li {
  border-bottom: 1px solid #dddddd;
  font-size: 1.0em;
  display: block;
}

#nav li a {
  border: 0;
  background: #f5f5f5;
  display: block;
  width:163px;
  padding: 5px 3px 5px 10px;
  text-decoration: none;
}

#nav li a:hover {
  background: #e8e8e8;
  color:#000000;
  text-decoration:none;
}

.reginput {
	width: 200px;
}

input.expander {
	width: 15px;
	height: 15px;
	margin-top: 1px;
	margin-botton: 1px;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	border: 1px solid gray;
	background-color: #eeeeee;
	color: gray;
}

.login_f {
    border: 1px solid #979797;
    background: white url(../images/login_f.gif) no-repeat 2px 2px;
    padding-left: 15px;
    height: 15px;
    width:160px;
    font-size: 11px;
}
.pass_f {
    border: 1px solid #979797;
    background: white url(../images/pass_f.gif) no-repeat 2px 2px;
    padding-left: 15px;
    height: 15px;
    width:160px;
    font-size: 11px;
}

.txt_right {
	text-align: right;
	padding-right: 10px;
}

.cinfo_right {
	text-align: right;
	padding-right: 10px;
	width:160px;
}

.cat_title {
	color: black;
	border-bottom: 1px dotted black;
	font-size: 14px;
	padding: 0px 0px 2px 0px;
	margin: 0px 5px 5px 5px;
}
tr.msg_company {
	background-color: #efefef;
}
tr.msg_user {
	background-color: #f8f8f8;
}
.msg_box {
	border: 1px solid #d5dfe5;
	padding: 5px;
}

.c_box {
	border: 1px solid #d5dfe5;
	padding: 0px 5px 0px 5px;
}

.small_txt {
	font-size: 11px;
}
.small_select {
	font-size: 11px;
	height: 19px;
}
.infoblock {
	border: 1px dotted #d5dfe5;
	padding: 5px;
	margin: 2px;
	background-color: #eeeeee;
	/*color: #2f5b7a;*/
	font-size: 12px;
}

.infoblockcolor {
	border: 1px dotted #e2e2e2;
	padding: 5px;
	margin: 2px;
	background-color: #ffffe0;
	/*color: #2f5b7a;*/
	font-size: 12px;
}

.errorblock {
	border: 1px dotted #e2e2e2;
	padding: 5px;
	margin: 2px;
	background-color: red;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.title_list {
	/*background: url(../images/bg_green.jpg) repeat-x;*/
	background-color: #dae2e8;
	color: #305b7b;
	font-family: arial, Tahoma, helvetica, sans-serif;
	height: 20px;

}

.cat_table_row1 {
	height: 25px;
}

.cat_table_row2 {
	background-color: #efefef;
	height: 25px;
}

.ss {
	font-size: 9px;
	font-family: verdana, arial, Tahoma, helvetica, sans-serif;
}


/*JS*/
.helpbutton{
	display:inline;
}

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
