 /*
  CSS - Responsive Single Column
  
  Container 
   Header
    Body 
 HomeBlockLeft 
  HomeBlock 
   Footer
  Subscript
 */
 
 html, body {
  color: rgb( 80, 80, 80 );	 
  font-family: sans-serif, arial;
  font-size: 12pt;
  margin: 0px;
  max-height: 100%;
  background: #a9d6bf; /* Old browsers */
  background: -moz-linear-gradient(left,  #70e0a2 0%, #8fd3b0 21%, #bbeae7 37%, #d6ffdc 53%, #b9e0e8 63%, #77d6c9 84%, #869daa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#70e0a2), color-stop(21%,#8fd3b0), color-stop(37%,#bbeae7), color-stop(53%,#d6ffdc), color-stop(63%,#b9e0e8), color-stop(84%,#77d6c9), color-stop(100%,#869daa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #70e0a2 0%,#8fd3b0 21%,#bbeae7 37%,#d6ffdc 53%,#b9e0e8 63%,#77d6c9 84%,#869daa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #70e0a2 0%,#8fd3b0 21%,#bbeae7 37%,#d6ffdc 53%,#b9e0e8 63%,#77d6c9 84%,#869daa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #70e0a2 0%,#8fd3b0 21%,#bbeae7 37%,#d6ffdc 53%,#b9e0e8 63%,#77d6c9 84%,#869daa 100%); /* IE10+ */
  background: linear-gradient(to right,  #70e0a2 0%,#8fd3b0 21%,#bbeae7 37%,#d6ffdc 53%,#b9e0e8 63%,#77d6c9 84%,#869daa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e0a2', endColorstr='#869daa',GradientType=1 ); /* IE6-9 */
 }
 
  
 input[ type=text ], input[ type=date ], input[ type=email ], input[ type=number ], input[ type=password ], input[ type=submit ], button, select, textarea {
  background-color: white;
  border-radius: 5px;
  border: solid 1px;
  color: rgb( 80, 80, 80 );
  font-family: sans-serif, arial;
  font-size: 10pt;
  margin-top: 3px;
  padding: 4px;
 }	 
 
 input[ type=file ] {
  color: rgb( 80, 80, 80 );
  font-family: sans-serif, arial;
  font-size: 12pt;
  margin-top: 3px;
  padding: 8px;
 }	 
  
 button, select, input[ type="submit" ], input[ type="checkbox" ], input[ type="radio" ] { 
  cursor: pointer; 
 }
 
 button, input[ type="submit" ] {
  border-color: rgb( 0, 145, 70 ); 
  border-radius: 5px;
  color: rgb( 0, 145, 70 );
  font-size: 16pt;
  padding: 10px;
  width: 170px;
 }

 button:hover, input[ type="submit" ]:hover {
  background-color: rgb( 0, 123, 255 );
  color: white;
 }	 
 
 iframe {
  border: none;
  width: 100%;  
 }	 
 
 hr {
  width: 50%;
 }	 
 
 body [title] {
  font-size: 18pt;
  color: rgb( 0, 153, 102 );
  font-weight: bold;  
  letter-spacing: 1px;	 
 } 
 
 body label [slabel] {
  color: green;
  font-weight: bold;
 }	 
 
 body a {
  color: rgb( 80, 80, 80 );	 
  cursor: pointer;
  text-decoration: none;
 }

 a:hover {
  color: rgb( 0, 123, 255 );
 }	 
 
 
 body p[note] {
  white-space: pre;	 
 }	

 body p[min] {
  font-size: 9pt;	 
 }	 
 
 body ul {
  line-height: 25px;
 }	 
 
 div#container {
  margin: 30px auto;
  text-align: left;
  width: 100%;
  /*max-width: 1024px;*/
 }

 div#header {
  height: 60px;
  padding-top: 10px;
 }
 
 div#headerleft {
    float: left;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 5px;
 }	 
 
 div#headerright {
    text-align: right;
    background: #fff;
    padding: 10px 5px 10px 0px;
    border-radius: 5px;
    border: 1px solid silver;
 }	 
 
 div#headerright a {
  color: rgb( 127, 127, 127 );
  font-size: 0.9em;
  font-weight:bold;
 }	 
 
 div#headerright a:hover {
  color: rgb( 0, 123, 255 );	 
 } 
 
 div#content {
  background-color: white;	 
  border-radius: 10px;
  border: solid 1px silver;
  padding: 15px;
  text-align: left;
 }

 div#content div[boxregister] {
  margin: 0px auto;
  text-align: left;
  width: 50%;
 }
 
 div#content div[boxlogin] {
  margin: 0px auto;
  text-align: left;
  width: 30%;
 }
 
 div#content div[homeblock] {
  float: left;
  font-size: 9pt;
  line-height: 20px;
  margin: 10px;
  text-align: center;
  width: 210px;
 }
 
 div#block_page {
  font-size: 13pt;	 
 }	 
 
 div#footer {  
  font-size:10pt;
  padding: 1px;
  width: 100%
 } 
 
 div#footer a {
  color: white;	 
 }	 
 

 
  
