


@charset "UTF-8";

@media all
{
  /**
   * ------------------------------------------------------------------
   * Basic Settings
   * ------------------------------------------------------------------
   */

  * { 
  	margin: 0px; 
  	padding: 0px; 
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  }

  html * { font-size: 100.01% }

  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  body {
    padding: 10px 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    height: 1%;
    color: #444444;
  }

  h1, h2, h3, h4, h5, h6 { font-weight:bold; margin: 0 0 0.20em 0; }
  h1 { font-size: 200% }											/* 24px */
  h2 { font-size: 166.67%; 	margin-top: 0.5em}						/* 20px */
  h3 { font-size: 150%; 	margin-top: 0.45em}						/* 18px */
  h4 { font-size: 116.67%; 	margin-top: 0.8em}                    	/* 14px */
  h5 { font-size: 100%; 	margin-top: 0.8em}                    	/* 12px */
  h6 { font-size: 100%; 	font-style:italic; margin-top: 0.8em }	/* 12px */
/*
  h4 { font-size: 133.33%;  margin-top: 0.8em}
  h5 { font-size: 116.67%;  margin-top: 0.8em}                     
  h6 { font-size: 116.67%;  font-style:italic; margin-top: 0.8em }
*/		
	
  p { 
  	line-height: 1.4em;
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  ul, ol, dl { line-height: 1.5em; margin: 1em 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong, b { font-weight: bold }
  em, i { font-style: italic }

  pre, code { 
  	font-family: monospace; 
  	font-size: 1.4em; 
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  a {
  	color: #B31B34; 
  	text-decoration: none;
  }
  a:focus,
  a:hover,
  a:active {
  	color: #B31B34;
  	text-decoration:underline;
  }
  
  a img {
  	text-decoration: none;
  	border: none;
  }
  
  /**
   * ------------------------------------------------------------------
   * Column Layout
   * ------------------------------------------------------------------
   */

body {
  background: #EEE; 
  text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins, 
                          but 'text-align:center' does center top-level divs: */
  min-width: 1000px;      /* Specify a min-width for the body as wide as the 'wrapper'
                           element itself. This prevents negative (i.e. inaccessible)
                           left-margins in narrow browser windows when using 
                           Navigator 6+/Mozilla on Win32: */
}

#window {
  text-align: left;    /* Reset alignment to compensate for 'text-align:center': */
  width: 1000px;        /* Specify the width of the element. This should be the same
                          as 'body min-width': */
  margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                          element in the containing (body) tag: */
  margin-right: auto;
}
/*		
  body { 
    background: #EEE repeat-x top left fixed; 
  }
    
  #window1 {
    width: 1000px;
  	
    margin: 0pt auto;
  	text-align: left;
  }
  
  #window {
    width: 1000px;

    margin-left: auto;
    margin-right: auto;
  }
*/
  #page {
    background: #FFFFFF;

    padding: 5px;
  }

  #header {
  	background: #FFF top left;
  	color: #444444;
    position: relative;
  }
  
  #topnav {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  #topnav a {
  	color: #444444;
  }

  #breadcrumb {
    padding: 5px 0px 5px 20px;
    border-bottom: 1px solid #B31B34;
    position: relative;
    height: 1%;
  }
  
  #breadcrumb a {
  	color: #444444;
  }

  #main {
	min-height:260px; 
	height:auto;

  
    padding: 10px 0;
  }

/* for Internet Explorer to force the minimum height */
  .prop {
    height:260px;
    float:right;
    width:1px;
  }



  #col1 {
    
	/* width: 18em; */ /* original margin size*/
	width: 1em; 
    float: left;
  }

  #col1_content {
    position: relative;
    padding: 10px 10px 10px 0px;
  }
  
  #col2 {
    width: auto;
    
        /* margin-left: 18em; */ /* original margin size*/
        margin-left: 1em;
        
    
    
    border-left: ; 
    border-right: ; 
    /* border-left: 2px #ddd dotted;
    border-left: 18em #efefef solid; */
  }

  #col2_content {
    position: relative;
    padding: 10px;
  }
  
  #col3 {
    
	  	display: none;
	
    /* width: 18em; */ /* original margin size*/
    width: 1em; 
    float: right;
  }

  #col3_content {
    position: relative;
    padding: 10px 0px 10px 10px;
  }
  
  #footer {
  	background: #DDD;
    color: #444444;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #B31B34;
  }
  
  #header, #nav_main, #main, #footer, #breadcrumb { clear:both; }

  .clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
  } 

  .clearfix { display: block; }
  
  .clear {
	clear: both;
  }

  /**
   * ------------------------------------------------------------------
   * Accessible
   * ------------------------------------------------------------------
   */
   
  .skip {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /**
   * ------------------------------------------------------------------
   * Search Page
   * ------------------------------------------------------------------
   */
   
   #searchForm {
     margin-bottom: 10px;
   }
   
   .search_text {
   	margin-bottom: 10px;
   }
   .search_noresult {
     margin-bottom: 10px;
   }
   
   .search_result, .search_error {
     margin-bottom: 10px;
   }
  
   .pagination {
     text-align: center;
   }
   
  /**
   * ------------------------------------------------------------------
   * Box Layout
   * ------------------------------------------------------------------
   */
   
   .box {
   	 background: #e1e1e1;
     margin-bottom: 15px;
     border-bottom:1px solid #7B7F7E;
     border-left:1px solid #7B7F7E;
     border-right:1px solid #7B7F7E;
   }
   
   .box h4 {
   	 background: #25438D repeat-x scroll center top; 
   	 color: #fff;
   	 font-size: 1.1em;
   	 width: auto;
   	 margin: -1px;
   	 padding: 5px;
   	 line-height: 16px;
   }
   
   .box_schema1 {
   	 background: #AACCFF;   
   }

   .box_schema2 {
   	 background: #FFCCCC;   
   }

   .box_schema3 {
   	 background: #FFFFFF;   
   }
   
   .box_schema1 h4 {
   	 background: #003082 repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema2 h4 {
   	 background: #B31B34 repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema3 h4 {
   	 background: #003082 repeat-x scroll center top; 
   	 color: #FFFFFF;
   }
   
   .boxbody {
     padding: 10px;
     font-size: 0.9em;
   }
   
   .boxbody_listentry {
     margin-bottom: 5px;
     overflow:hidden;
   }
   
   .boxbody_listentry div.left img {
   	 margin-right: 5px;
   }

   .boxbody_listentry div.right img {
   	 margin-left: 5px;
   }
   
   form div.boxform {
     display: block;
     margin: 5px 0px 0px;
     padding: 1px 3px;
   }
  
   form div.boxform label {
     display: block;
     float: left;
     padding-right: 5px;
     text-align: right;
     width: 6em;
   }
 
   .left {
     float: left;
   }
   
   .right {
     float: right;
   }
   
   /**
   * ------------------------------------------------------------------
   * Navigation Menu adjustments
   * ------------------------------------------------------------------
   */
   
   #nav_left li a {
     color: #444444;
   }
   
   #nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
     background: #DDD;
     color: #444444;
   }
   
   #nav_left a.current {
     background-color: #B31B34;
     color: #FFFFFF;
   }

   
     #nav_main {
       background: #003082 repeat-x top left;
     }
   

   
     #nav_main a {
       color: #EEE;
     }
   
   
   
     #nav_main a:hover {
       background: #B31B34 repeat-x top left;
     }
   

   
     #nav_main a:hover {
       color: #FFFFFF;
     }
   
   
   
     #nav_main a.current {
       color: #fff;
       background: #B31B34 repeat-x top left;
     }
   

   
     #nav_main a.current {
       color: #FFFFFF;
     }
   

   /**
   * ------------------------------------------------------------------
   * Editor adjustments
   * ------------------------------------------------------------------
   */
   
   	 
     
   
   
}

@media print
{
   /**
   * ------------------------------------------------------------------
   * Print Layout
   * ------------------------------------------------------------------
   */
   
  body, #window, #page, #main { margin:0; padding: 0; border: 0; }
  #window, #page {width: 100% !important; min-width:0; max-width: none}
  #header { height: auto; }
  #footer { display: none; }

  #topnav, #nav_main, #breadcrumb { display: none; }

  #col1 { display:none; }
  #col3 { display:none; }
  
  #col2, #col2_content { width: 100%; margin:0; padding: 0; border:0; }
}

tr.listing_header { background-color: 77df56; }
tr.listing_0  { background-color: #eeeeee; }
tr.listing_0_error  { background-color: red; }

tr.listing_1  { background-color: #BFBFBF; }
tr.listing_1_error  { background-color: blue; }
/* div.scroll {overflow : auto; width: 490px; height: 300px;} */
/* div.scroll {overflow : auto; width: 790px; height: 300px;} */
div.no_scroll {width: 890px;
border-left: 1px solid #B31B34;
border-right: 1px solid #B31B34;
border-bottom: 1px solid #B31B34;
border-top: 1px solid #B31B34;
}
div.scroll {overflow : auto; width: 890px; height: 300px;
border-left: 1px solid #B31B34;
border-right: 1px solid #B31B34;
border-bottom: 1px solid #B31B34;
border-top: 1px solid #B31B34;
}  



