body {
	margin: 0;
	padding: 0;
	font-family: Times, serif;
	font-size: 9pt;
}



a {
	text-decoration: none;
	color: rgb(21,103,123);
}

a:hover {
	text-decoration: underline;
}

table.layout {
	width: 100%;
	height: 100%;
}

tr.layout_top {
display:none;
	background-image: url("../images/layout_line_top.gif");
	background-repeat: repeat-x;
	height: 105px;
}	

tr.layout_center {
padding:0;
margin:0;
	height: 100%;
}

tr.layout_bottom {
display:none;
	background-image: url("../images/layout_line_bottom.gif");
	background-repeat: repeat-x;
	height: 57px;
}

td.mid {
display:none;
	width: 70%;
}

td.right {
display:none;
	width: 30%;
}	

div.layout_left_top {
display:none;
	margin:  0;
	padding: 0;
	width:   163px;
	height:  105px;
	background-image: url("../images/layout_left_top.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

div.layout_mid_top {
display:none;
	margin:  0;
	padding: 0;
	height:  105px;
	background-image: url("../images/layout_mid_top.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

div.layout_right_top {
display:none;
	float:  left;
	margin: 0;
	padding 0;
	/*width:  163px;*/
	height: 105px;
	background-image: url("../images/layout_right_top.gif");
	background-repeat: no-repeat;
}

div.layout_left_center {
display:none;
	width: 163px;
}

td.layout_mid_center, td.layout_center {
	background-image: url("../images/layout_mid_center.gif");
	background-repeat: repeat-y;
}

div.layout_mid_center, div.layout_center {
	padding-bottom: 2em;
	height: 100%;
}

div.layout_left_bottom {
display:none;
	margin:  0;
	padding: 0;
	width:   163px;
	height:  57px;
	background-image: url("../images/layout_left_bottom.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

div.layout_mid_bottom {
display:none;
	margin:  0;
	padding: 0;
	height:  57px;
	background-image: url("../images/layout_mid_bottom.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

div.layout_right_bottom {
display:none;
	margin: 0;
	padding: 0;
	width:   191px;
	height:  57px;
	background-image: url("../images/layout_right_bottom.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
/* -- */

div.top_text, div.bottom_text, div.menu, a.menu {
display:none;
	color: rgb(21,103,123);
}

li.menu {
	margin-bottom: 20px;
	list-style-image: url("../images/point.gif");

}

li.user {
	list-style-image: url("../images/user.gif");
}  

li.device {
	list-style-image: url("../images/device.gif");
}  

li.document {
	list-style-image: url("../images/document.gif");
} 

li.module {
	list-style-image: url("../images/module.gif");
} 

div.scan {
display:none;
  border-bottom: 1px solid rgb(238,246,246);
} 

a.menu {
display:none;
	font-size: 14px;
}

div.top_text {
display:none;
	font-size: 12px;
}	

div.bottom_text {
display:none;
	margin-top: 27px;
	font-size:  10px;
	margin-left: 13px;
}

div.layout_padd {
display:none;
	padding: 6px;
}

div.news {

display:none;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-right: 6px;
	background: rgb(250,250,250);
	width: 130px;
        font-size: 11px;
}
	


div.layout_center_right {
display:none;
	float: left;
}			

li.normal {
	margin-left: 40px;
	list-style-type: none;
}

div.work_area {
	padding-left: 0;
	padding-top: 0;
}

div.work_area2 {
	padding:0;
}
div.work_area img {
	padding-left: 0;
	padding-top: 0;
}

div.label, td.label, label.f {
display:none;
	float: left;
	clear: left;
	width: 90px;
	text-align: right;
	margin: 0 0.3em 0 0;
	padding: 2px;
}


div.field_with_label {
	clear: left;
	margin: 0;
	margin-top: 6px;
}

input, textarea {		
	border: 1px solid rgb(142,226,220);
	padding: 2px;
	font-size: 12px;
  -moz-border-radius: 2px;
}

fieldset {
	border: 1px solid rgb(142,226,220);
  -moz-border-radius: 2px;
}  

input.checkbox, input.radio {
	border-width: 0px;
}

input.filter {
	margin-top: 3px;
        -moz-border-radius: 4px;
	border: 1px solid rgb(200,200,200);
	font-size: 11px;
	color: rgb(100,100,100);
}	
	
select.filter {
	margin-top: 3px;
	font-size: 11px;
	color: rgb(100,100,100);
}	

input.strong {
	border: 1px solid rgb(21,103,123);
}

textarea {
	font-family: helvetica;
	background: rgb(250,245,240);
}	

h2 {
	font-size: 14px;
	margin-top: 10px;
	color: rgb(22,104,121);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

div.top_line {
        background: rgb(22,104,121);
       	max-width:450px;
       	height:6px;
	overflow: hidden;
}	

h3.left {
	font-size: 12px;
	font-style: italic;	
	display: inline;
}

h3.right {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: black;
}	

div.h3 {
	padding: 1px 3px 2px 3px;
	max-width: 400px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	color: rgb(21,103,123);
	background: rgb(239,244,247);
}


h4 {
	color: rgb(21, 103, 123);
	margin-bottom: 0px;
	display: inline;
	font-size: 12px;
}

ul {   margin-top: 0.5em;}

div.h4 {
	margin-top: 15px;
}	

input.submit {
	border: none;
	background-color: transparent;
	padding: 0;
	color: rgb(21,103,123);
}	

a.button  {
	color: rgb(254,152,26);
}

a.button:hover {
	color: rgb(21, 103, 123);
	text-decoration: none;
}	

a.top_button  {
	color: rgb(21, 103, 123);
}

a.top_button:hover {
	color: rgb(254,152,26);
	text-decoration: none;
}

li.item {
	list-style-image: url("../images/item.gif");
	margin-left:10px;
}

span.title {
	font-weight: bold;
}	

div.item {
	margin-top: 2px;
	clear: left;
}

div.error {
	background: rgb(220,220,220);
	padding: 3px;
	margin-bottom: 10px;
	max-width: 400px;
}	

select { width: 135px; 
	 border: 0px solid transparent;
	 background: white;
	 margin-top: 1px;
	 font-size: 12px;
       }

div.portal_device {
 	margin-left: 30px;
	margin-bottom: 12px;
	}	

div.portal_call {
 	margin-left: 30px;
	margin-bottom: 10px;
	}	

td { vertical-align: top
font-size: 9pt; }
	
td.odd, td.even {
	font-size: 9pt;
	padding: 3px;	
}
	
td.odd, tr.odd{
	background: rgb(240,240,240);
}

th { 
	text-align: left;
	font-weight: normal;
	background: rgb(250,250,250);
	padding: 10px 5px 0 5px;
}	
   
span.open, span.close {
	margin-right: 6px;
	display: block;
	padding-left: 4px;
}	

span.open {
}

span.close {
}	

td.open {
	background: rgb(254,240,225);
}	


div.descr {
	margin: 10px 0px 10px 0px;
	padding: 3px;
	/*background: rgb(240,240,240);*/
	color: rgb(100,100,100);
	font-size: 10px;
	max-width: 400px;
}

div.column {
	float: left;
	width: 45%;
	padding-right: 20px;
}	

h2.image {
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 24px;
}

h3.news {
	font-size: 12px;
	color: rgb(209,214,217);
	
}	

div.small {
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}	

div.mid_bg {
	background: rgb(250,250,248);
}	

div.hr {
  background-color: rgb(142,226,220);
  max-width: 406px;
  height: 1px;
  border: none;
  margin: 10 0 5 0;
}

div.navigation {
  font-size: 10px;
}

a.company_name {
  font-weight: bold;
  font-size: 11px;
}

*.navigation {
  font-weight: bold;
}

span.navigation {
  color: silver;
}

a.navigation:hover {
  text-decoration: none;
  color: rgb(254,152,26);
}

div.toolbar {
display:none;
  margin-bottom: 2em;
}

td.strong { 
  font-weight: bold;
}

#logout {
display:none;
  color: white;
	background: rgb(22,104,121);
  position: absolute;
  top: 96px;
  right: 0px;
  width: 8em;
  padding: 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0.2em;
}

#logout a {
  color: white;
}  

#logout a:hover {
  text-decoration: none;        
  color: rgb(254,152,26);
}

button.nav {
display:none;
  background: transparent; 
  border: none;  
  cursor: pointer;
}

tr.dark th {

  background: rgb(160,160,160);
  color: white;
  font-weight: bold;
}

option.rep_type_13 {
  background: rgb(245,230,230);
}

option.rep_type_12 {
  background: rgb(250,250,220);
}

option.rep_type_10 {
  background: rgb(230,230,245);
}

td table, td table td, td table th {
padding:0 2pt;
border:1px solid black;
font-size: 8pt;
border-collapse:collapse;
border-spacing:0;
line-height:10pt;
}

td table {
_page-break-inside:avoid;
_page-break-before:always;
}

img.f {
width:15cm;

}

#form1 {
  background: red;
}

#form1 input, 
#form1 select {
  font-size: 8pt;
}



