/*** Ordered lists ***/
ol.I {
	list-style-type: upper-roman;
}
ol.i {
	list-style-type: lower-roman;
}
ol.A {
	list-style-type: upper-alpha;
}
ol.a {
	list-style-type: lower-alpha;
}

ul.disc {
	list-style-type: disc;
}

/*** MESSAGE ***/

#message.success{
	background-color: #ffff99;
}
#message.failure{
	background-color: #ff2020;
}

/*** LEFT PART ***/

#left{
position: relative;
  float: left;
  width: 220px;

  min-height: 600px;
  _height: 600px;
}

   .left_menu{
       background: url('../image/leftmenubg.gif') 0% 0% repeat-x #F6F6F6;
       padding: 15px 0 15px 20px;
       border-bottom: 1px solid #B9B9B9;
   }
   .left_menu h2{
       font-weight: bold;
       color: #494949;
       font-size: 0.9em;
       border-bottom: 1px solid #494949;
       margin-bottom: 10px;
   }



   .left_menu ul,.left_menu li{
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      float: none;
      display: block;
   }
           .left_menu li{
             width: 100%;
           }
   .left_menu ul{
      font-size: 0.9em;
   }
   .left_menu ul ul{
      padding-left: 13px;
   }

   .left_menu ul div{
      display: block;
      float: left;
      clear: left;
      width: 10px;
      padding: 2px 0;
      font-size: 1em;
      overflow: hidden;
      background: url('../image/plusminus.gif') -41px 50% no-repeat;
      cursor: pointer;
   }

   .left_menu ul li.passive div,.left_menu ul li ul li ul li div{
      background-position:  -20px 50%!important;
   }
   .left_menu ul li.active div,.left_menu ul li ul li.active div{
      background-position:  1px 50%;
   }
   .left_menu ul li.active ul div{
      background-position:  -41px 50%;
   }


   .left_menu a{
      display: block;
      color: #6C6C6C;
      padding: 2px 20px 2px 0;
      text-decoration: none;
      cursor: pointer;

   }

   .left_menu a.green{
      background: url('../image/tree_green.gif') 100% 2px no-repeat;
   }
   .left_menu a.red{
      background: url('../image/tree_red.gif') 100% 2px no-repeat;
   }
   .left_menu a.orange{
      background: url('../image/tree_orange.gif') 100% 2px no-repeat;
   }

   .left_menu a:hover, .left_menu li.active a{     
	  /* OLD ACTIVE DESIGN */	  
	   color: #99B826;			
			
			/* NEW ACTIVE FACELIFT */
			/*color: white;
			background-color: #6495ED;	*/			
   }
   .left_menu li ul,.left_menu li.active ul ul{
      display: none;
      font-size: 1em;
   }
   .left_menu li.active ul,.left_menu li ul li.active ul{
      display: block;
   }

      .left_menu ul li ul a{
         color: #6C6C6C!important;
      }

      .left_menu ul ul a:hover,.left_menu ul ul li.active a,.left_menu ul li ul li.active ul li.active a{
         color: #99B826 !important;
      }

      .left_menu ul li ul li.active ul li a{
         color: #6C6C6C !important;
      }

   .indexuploadfrm{
      margin:0;
      padding: 5px;
      border-bottom: 1px solid #B9B9B9;
      background-color: #F6F6F6;
   }
   .indexuploadfrm p{
      text-align: center;
      margin:0;
      padding: 0;
   }
   .indexuploadfrm input{
      margin: 3px auto;
      border: 1px solid #B9B9B9;
   }

/*** LOGED USER ***/
#left div.loggeduser{
    border-bottom: 1px solid #B9B9B9;
  /*  background-color: #F1F5E3;*/
    color: #B9B9B9;
    padding: 10px 5px;
    font-size: 0.75em;
    text-align: center;
}

#left div.panel {
    border-bottom: 1px solid #B9B9B9;
  /*  background-color: #F1F5E3;*/
    color: #B9B9B9;
    padding: 10px 5px;
    overflow: hidden;
	width: 90%; 
    /* font-size: 0.75em; */
}

/*** DISPUTE TREE ***/
#left div.dispute{
    background: none;
}
#left div.dispute ul li a.disabled{
    color: #CCCCCC!important;
}

#left div.dispute ul.popup{
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px solid #B9B9B9;
    margin-left: 180px;
    margin-top: -10px;
    background-color: #F1F5E3;
    color: #888888;
    padding: 10px;
    cursor: help;
    width: 150px;
}

/*** DISPUTE INFO ***/
#left div.dispute_info{
	background: none;
    font-size: 0.75em;
    padding-right: 8px;
}
#left div.dispute_info p.label {
	color: #888888;
	font-style: italic;
}

/*** RIGHT PART ***/

     #right{
       width: 707px;
       _width: 757px;
       margin: 0 0 0 1px;
       float: left;
       background: url('../image/rightbg.gif') 0% 0% repeat-x;
       padding: 40px 25px 15px;
       min-height: 345px;
       _height: 345px;
       overflow: visible;

       font-size: 0.8em;
     }

/*************** CONTENT ****************/

#right p {
	font-size: 12px;
}

#right ul, #right ol {
	margin-top: 10px;
	font-size: 12px;
	border: 1px;
}

#right ul {
	list-style-type:none;
	padding-left:0px;
}
#right ul li {
	margin-left:0px !important;
}
#right ul.disc li {
	margin-left:10px !important;
	margin-bottom:2px;
}

#right a{
     color: #99B826;
     text-decoration: underline;
}

#right a:hover{
     color: #6D841C;
}

#right h1{
     font-size: 1.7em!important;
     color: #99B826;
}

#right table{
     margin: 10px 0;
}
#right table,#right td,#right th{
     border-color: #E2E2E2;
}

#right table thead th{
     background: url('../image/menubg.jpg') 0% -2px repeat-x #FFF;
     padding: 4px 2px 3px;
     color: #999;
}
#right table tbody th{
     background-color: #FBFBFB;
}
#right table td{
   padding: 3px;
}

p.line_above {
	border-top:1px solid #4D4D4D;
	padding-top:10px;
}

a.topictitle1{
    font-size: 1.5em!important;
   	font-weight: bold!important;
  	color: #99B826!important;
}

p a.topictitle1{
    font-size: 14px!important;
}

#right div.home-page th.topictitle1{
    font-size: 1.7em!important;
   	font-weight: bold!important;
  	color: #99B826!important;
}

#right div.home-page a.topictitle1{
    font-size: 1.2em!important;
   	font-weight: bold!important;
  	color: #99B826!important;
}

/******** FORMS ********/
#contentForm table,#response table.responseTable{
   width: 100%;
}

#contentForm .inpText,#contentForm .inpDate{
   border: 1px solid #B9B9B9;
}

#contentForm .inpButton{
   background-color: #F1F5E3;
   padding: 1px 2px;
   border-top: 1px solid #B9B9B9;
   border-bottom: 1px solid #555555;
   border-left: 1px solid #B9B9B9;
   border-right: 1px solid #555555;
	
}

#contentForm tr.groupComment{
   font-style: italic;
}
#contentForm tr.groupComment td{
  padding: 10px 3px 10px;
}

#contentForm h1.topictitle1{
   font-size: 1.3em;
   font-weight: bold;
   color: #99B826;
}
#contentForm tr.groupLabel,#response tr.responseLabel{
   color: #99B826;
   font-weight: normal;
}
   #contentForm tr.groupLabel td{
       padding: 15px 3px 8px;
   }
	
#contentForm tr.required td.tdLabel{
   color: #466EA2;
   font-weight: bold;
}
   #contentForm tr.required input.inpText,#contentForm tr.required input.inpDate{
       background-color: #DEE6F2;
   }

#contentForm table.checkboxIn{
   margin: 0; 
	height: auto;
}
	#contentForm table.checkboxIn td.checkboxLeft{
	   vertical-align: middle; 
		width: 20px; 
		padding: 5px 0; 
		background: none;
	}
	#contentForm table.checkboxIn td.checkboxRight{
	   vertical-align: middle; 
		padding: 5px 0; 
		background: none;
	}
	
#contentForm tr.invalid td.tdLabel{
   color: red;
   text-decoration: underline;
   font-weight: bold;
}
   #contentForm tr.invalid input.inpText,#contentForm tr.invalid input.inpDate{
       background-color: #FFE3E3;
   }

#contentForm div.waitWindow {
        display: none;
        font-weight: bold;
}

#contentForm td.tdSplit textarea{
   width: 100%;
}

#contentForm td.tdLabel,#response td.tdLeft{
   padding-right: 10px;
   width: 40%;
   vertical-align: top;
   padding-top: 0.5em;
}

#contentForm td.tdData,#response td.tdRight{
   text-align: left;
   width: 55%;
}
#contentForm td.tdData textarea, #contentForm td.tdData input.inpText,#contentForm td.tdData input.inpFile{
   width: 358px;
}
#contentForm td.tdData select {
        color: #555555;
        width: 100%;
}

/******** RESPONSES ********/

.response .responseCaption{
   font-size: 1.3em;
   font-weight: bold;
   color: #99B826;
}

.response .responseCaption,.response .responseSubCaption,.response .responseHeader {
	text-align: center;
}

.response ul li{
   font-size:11px;
}

.response .break{
	padding-top: 15px;
}

.printLayout #content .response a{
	color:black !important;
}

.printLayout #content .response .responseCaption{
   font-size: 1.3em;
   font-weight: bold;
   color: black;
}

/******** REPORTS ********/

div#right div.report .reportCaption {
	font-size: 1.3em;
	font-weight: bold;
	color: #99B826;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#right div.report div.filters table {
	margin: 0px;
	display: inline;	
}

div#right div.report div.filters table td {
	padding-left: 0px;
	padding-right: 4px;	
}

div#right div.report div.filters ul li ul{
	margin-top:2px;	
}

div#right div.report div.filters li{
	margin-bottom:5px;	
}

div#right div.report .reportTable {
	width: 700px;
	margin-top: 4px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border: 1px solid #808080;
}

div#right div.report .reportTable td, 
div#right div.report .reportTable th {
	border: 1px solid #808080;
}

div#right div.report .reportTable .leftAlign {
	text-align: left!important;
}

div#right div.report .reportTable .centerAlign {
	text-align: center!important;
}

div#right div.report .reportTable .rightAlign {
	text-align: right!important;
}

div#right div.report .reportTable .minWidth {
	width: 1px;
}

div#right div.report .reportTable .noBackground {
	background: none;
}

div#right div.report .reportTable a.srtUp {
	padding-right: 15px;
	background: url('../image/srt_up.gif') 100% 50% no-repeat;
}

div#right div.report .reportTable a.srtDn {
	padding-right: 15px;
	background: url('../image/srt_dn.gif') 100% 50% no-repeat;
}

div#right div.report .reportTable .colItem {
	width: 400px;
}

div#right div.report div.pager {
	font-size:13px;
}

div#right div.report .reportTable .highlighted {
	background-color: rgb(200, 200, 255);
	font-weight: bold!important;
}

/* TOOLTIP REPORT */
div#right div.tooltip{
	background-color:#ffffe1;
}
div#right div.tooltip div.report .reportCaption {
	font-size: 11px;
	margin-left: 3px;
}

div#right div.tooltip div.report .reportTable {
	width: 400px;
	margin: 0px;
}

div#right div.tooltip div.report .reportTable th {
	text-align: left;
}

div#right div.tooltip div.report .reportTable td,
div#right div.tooltip div.report .reportTable th {
	background: none;
	border: none;
	font-size: 10px;	
}

div#right div.tooltip div.report .reportTable a {
	color: #606060;
}

div#right div.tooltip div.report .reportTable a.srtDn,
div#right div.tooltip div.report .reportTable a.srtUp {
	padding-right: 0px;
	background: none;
}

/* CUSTOM FILTERS */

div.filters table.filter_case_no input {
	width: 60px;
}

/*** HOMEPAGE TABLE ***/
table.homepage_table {
	margin-left: 45px !important;
}

table.homepage_table th {
	background: none !important;
}

table.homepage_table td.left {
	width: 305px;
}

/*** SITEMAP ***/

table.sitemap {
	margin-left: 45px !important;
}
table.sitemap td.left {
	width: 305px;
}
#right ul.sitemap{
   width: 100%;
}
#right ul.sitemap li{
   display: block;
   list-style: none;
   background: none;
   margin: 0;
   padding: 0;
}
 #right ul.sitemap ul{
   padding: 0;
   margin: 0;
 }
 #right ul.sitemap a{
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6em;
    white-space: nowrap;
 }
 #right ul.sitemap a:hover{
    text-decoration: underline;
 }
 #right ul.sitemap ul a{
    font-weight: normal;
    color: #000;
    background: url("../image/page.gif")  0px 50% no-repeat;
    padding: 0 0 0 16px;
 }
 #file_browser a.file {
 	color: #000;
 	background: url("../image/page.gif")  0px 50% no-repeat;
 	padding: 0 0 0 18px;
 }

 #file_browser a.folder {
 	/*color: #000;*/
 	background: url("../image/folder.png")  0px 50% no-repeat;
 	padding: 0 0 0 18px;
 }

 #editor textarea.right_column.modified {
	background-color: #FFE3E3;
 }

 #file_browser a.file {
 	color: #000;
 	background: url("../image/page.gif")  0px 50% no-repeat;
 	padding: 0 0 0 18px;
 }

 #file_browser a.folder {
 	/*color: #000;*/
 	background: url("../image/folder.png")  0px 50% no-repeat;
 	padding: 0 0 0 18px;
 }

/*** STATISTICS ***/

/* count bar in statistics table */
.statCountBar {
	background-color: #99B826;
}
 
/*** FAQ ***/
p.faq_category_list {
	margin-left: 20px;
	margin-bottom: 30px;
}

/*** Interim Decisions ***/
table.interimDecision {
	width: 700px!important;
}
table.interimDecision td, table.interimDecision th {
	font-size: 8pt!important;
}


/*** ACCOUNTING ***/
table.accountingReceiptAccDept {
	width: 100%;
}
table.accountingReceiptAccDept td.right {
	text-align: right!important;
}
table.accountingReceiptAccDept td.tinyWidth {
	width: 120px;
}
table.accountingReceiptAccDept td.valignTop {
	vertical-align: top;
}
table.accountingReceiptAccDept h2 {
	font-size: 10pt;
}

table.accountingPayments {
	width: 100%;
}

table.accountingReceiptPanelist {
	width: 100%;
}
table.accountingReceiptPanelist td.right {
	text-align: right!important;
}
table.accountingReceiptPanelist td.center {
	text-align: center!important;
}
table.accountingReceiptPanelist td.tinyWidth {
	width: 120px;
}
table.accountingReceiptPanelist td.valignTop {
	vertical-align: top;
}
table.accountingReceiptPanelist h2 {
	font-size: 10pt;
}

table.accountingReceiptPanelistSignature {
	float: right;
	width: 300px;
}
table.accountingReceiptPanelistSignature td.dotted {
	height: 30px;
	border-bottom: 1px dotted black!important;
}
table.accountingReceiptPanelistSignature td.center {
	text-align: center!important;
}

table.accountingLinkTable {
	float: right;
	border-bottom: 1px dotted gray; 
}
table.accountingLinkTable a {
	text-decoration: none!important;
}

/*** FULLTEXT SEARCH ***/
div#search_result h2 {
	font-size: 12px;
}

div#search_result {
	font-size: 11px;
}
div#search_result .highlight {
	font-weight: bold;
}
div#search_result .search_url {
	color: olive;
}

/*** Help ***/
div.help h2 {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #95B73D;
	margin-top: 15pt;
	margin-bottom: 0pt;
}
div.help h3 {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 18pt;
	margin-bottom: 10pt;
}
div.help h4 {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 18pt;
	margin-bottom: 10pt;
}
div.help h5 {
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-decoration: underline;
	margin-bottom: 6pt;
}
div.help p {
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-bottom: 6pt;
}
div.help li {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-bottom: 6pt;
}
div.number {
	width: 30px;
	height: 16px;
	float: left;
}
ol.help, ul.help {
	margin-top: 10px;
	background: #F6F6F6;
	border: 1px solid #839B20!important;
	padding: 1pt 13pt 13pt 13pt;
}
ul.help {
	list-style-type: none;
	padding-top: 13pt;
}
ol.help li {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-top: 12pt;
	font-size: 12px!important;
}
ul.help li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	padding-left:10px !important;
	background:none !important;
}
ol.help li a {
	color: #4D4D4D!important;
	text-decoration: none!important;
}
ol.help li a:hover {
	color: #839B20!important;
}
ol.help li ul li {
	margin-top: 5px;
	padding-left:0px !important;
	background:none !important;
}
ol.help li ul li a, ul.help li a {
	color: #4D4D4D!important;
	text-decoration: underline!important;
}
ol.help li ul li a:hover, ul.help li a:hover {
	color: #839B20!important;
	text-decoration: underline!important;
}
ol.help ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 3pt;
}
ul.no-bullets {
	list-style-type: none;
	margin-left: 30px!important;
	padding-left: 0!important;
	margin-top: 6pt!important;
}
ul.no-bullets li{
	background:none!important;
	padding-left:0px!important;
}

ol.align-ol, ul.align-ol{
	margin-left: 30px !important;
}

ol.align-ol li, ul.no-bullets li, ul.align-ol li{
	font-size:12px;
}
ol.align-ol li ul li{
	margin-left: 4px;
}
ol.help ul li {
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
}
div.help table th {
	background: #F2F2F2!important;
}
table.help-table{
	color:#4D4D4D!important;
}
table.help-table tr td{
	font-size:12px!important;
	padding-top:1px!important;
	padding-bottom:1px!important;
}

/*** ***/
p.section-line {
  border-top: 1px solid #4D4D4D;
}

/*** Categorization of decisions ***/
ol.categorization ol {
	margin: 0;
	padding: 0;
}
ol.categorization li {
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
}
ol.categorization li li {
	font-weight: bold;
	font-size: 110%;
	margin-top: 3px;
}
ol.categorization li li li {
	font-weight: normal;
	font-size: 100%;
	margin-top: 0;
}


/*** types of disputes ***/
#right p.sectiontitle{
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 18pt;
	margin-bottom: 10pt;
}

/*** new procedures ***/
#right table.panelist-list tr td p{
	margin: 0px !important;
}

/*** suplemental rules***/
#right li {
	font-size:12px;
}
#rulesTable{
	width:100%;
}
#rulesTable tr td p, #feesTable tr td p{
	margin-top:0px;
	margin-bottom:0px;
}
#feesTable tr td, #feesTable tr th{
	text-align:center;	
}

/*** service center services***/
#right table.service-center-services ul{
	margin-bottom:5px;
}
#right table.service-center-services ul li{
	font-size:11px;
}


/*** Footnotes ***/
div.footnotes {
	margin-top: 70px;
	border-top: 1px solid black;
}

p.footnote {
	font-size: 11px!important;
}

a.footnote {
	text-decoration: none!important;
}

/*** News ***/
div.news p.sectiontitle {
	border-top: 1px solid #4D4D4D;
	padding-top: 10px;
}

p.date {
	margin-bottom: 20px!important;
}

/*** consumerdisputes ***/
div.text ul li{
	font-size:12px;
	list-style-type:disc;
	list-style-position:inside;
	padding-left:20px;
}

input.consumerdisputes-submit{
	display: block;
	height: 24px;		
	_height: 30px;
	padding: 0px 20px 0px 30px;
	margin: 5px 0 0 0;
	background: #99b826 url(../image/bg-submit-arrow-green.gif) 15px 4px no-repeat;
	border-top: solid 3px #c6dd70;
	border-left: solid 3px #c6dd70;
	border-bottom: solid 3px #748b1d;
	border-right: solid 3px #748b1d;
	color: white;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
}

.fees-calculator {
	width: 100%;
	border: 1px solid #E2E2E2;
	font-size: 12px;
	background-color: white;
	margin-top: 1em;
}

.fees-calculator input {
	font-size: 12px;
}

.fees-calculator label input {
	vertical-align: top;
}

.fees-calculator .type-selection {
	background-color: #FBFBFB;
	border-bottom: 1px solid #E2E2E2;
}

.fees-calculator .type-selection label{
	font-weight: bold;
	display:inline-block;
	padding-left: 1em;
}

.fees-calculator .calculation {
	background-color: #FBFBFB;
	border-top: 1px solid #E2E2E2;
}

.fees-calculator .info {
	background-color: #FBFBFB;
}

.fees-calculator .info p {
	margin: 0;
}

.fees-calculator .respondent{
	display: none;
}

.fees-calculator .calculation .left {
	text-align: right;
	font-weight: bold;
}

.fees-calculator .clear{
	clear:both;
	height: 0;
}

.fees-calculator .row {
	width: 100%;
}

.fees-calculator .both {
	width: 96%;
	padding: 1em 2%;
}

.fees-calculator .left {
	width: 66%;
	padding: 1em 2%;
	float: left;
}

.fees-calculator .right {
	width: 26%;
	padding: 1em 2%;
	float: right;
}

.breadcrumbs{
	font-size: 12px;
	margin-bottom: 1em;
}

.who-we-are ul{
	list-style: circle outside none!important;
}

.who-we-are li{
	margin-left: 2em;
}

.who-we-are li.heading{
	list-style: none;
	font-weight: bold;
}

#right ul.list{
	list-style: circle outside none!important;
}

#right ul.list ul {
	list-style: circle outside none!important;
}

#right ul.list li{
	margin-left: 2em!important;
}

#right ul.list ul li{
	margin-left: 2em!important;
}

/*** INDEX PAGE ***/
#right p.center {
    text-align: center;
}

#right img#logo_cz {
    margin-left: 70px;
}

#right a#startDispute {
    background-color: #F1F5E3;
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #555555;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #555555;
    text-decoration: none;
    font-size: 120%;
    padding: 5px 10px;
    display: block;
    max-width: 150px;
    margin: 0 auto;
}

#right div.home-page h2 {
    color: #99B826;
}

