/* Global  CSS  */
/* ELEMENTALS */    


/* NEW */
      /******************************************* begin global styles */
      .header { font-family : Helvetica, Arial;
      font-size : 20px; font-style : normal; font-weight : bold; color :
      #FF6600; } 
      
      .index { font-family : Helvetica, Arial; font-size : 13px; font-style : normal; font-weight : bold; color : #000000; } 
      
      .normal { font-family : Helvetica, Arial; font-size : 13px; font-style : normal; font-weight : normal; color : #000000; } 
      
        .article_header { font-family : Helvetica, Arial; font-size : 16px; font-style : normal; font-weight : normal; color : #000000; } 

  .article_subheader { font-family : Helvetica, Arial; font-size : 14px; font-style : normal; font-weight : normal; color : #000000; } 
      
      .small { font-family : Helvetica, Arial; font-size : 10px; font-style : normal; color : #000000; }
      .error { font-family : Helvetica, Arial; font-size : 10px; font-style : normal; font-weight : bold; color : #FF0000; }


#container{
  width: 400px;
  margin: auto;
  padding: 10px;
  border: 1px solid #666;
  background: #ffffff;
}

#fullcontainer{
  width: 600px;
  margin: auto;
  padding: 10px;
  border: 1px solid #666;
  background: #ffffff;
}

#smallcontainer{
  width: 200px;
  margin: auto;
  padding: 5px;
  border: 1px solid #666;
  background: #ffffff;
}
#extLinkLabel {
    visibility:hidden
    }

#extLinkField {
    visibility:hidden
    }
#articleBodyLabel {
    visibility:hidden
    }

#articleBodyField {
    visibility:hidden
    }
    
    
select {
background-color: #FFF;
border: 1px solid #7F9DB9;
color: #000;
font: font-family : Helvetica, Arial; font-size : 10px; font-style : normal; color : #000000;
margin: 0px;
padding: 4px 1px 0px 2px;
}  

.submitStyle {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
      /******************************************* end Col */
   </body>
</html>

