﻿/* Gradient 2 */

.top_image {
    width:80px;
    background-color:white;
    margin: 0px auto 0px auto;
    background:red;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;    
}
.top_image img {
    margin: 0px auto 0px auto;
}

 .divstyle  
        {
 -moz-border-radius: 5px;
border-radius: 5px;
border-width:1px;
background-color:white;
width:100%;


       
        }

  .divstyleround
        {
 -moz-border-radius: 50px;
border-radius: 50px;
border-width:1px;
background-color:white;
width:100%;


       
        }
        
.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;        /* Opera 4-6 */
    white-space: -o-pre-wrap;      /* Opera 7 */
    white-space: pre-wrap;         /* CSS3 */
    word-wrap: break-word;         /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

         .divstyle2  
        {
            
   -moz-border-radius: 5px;
border-radius: 5px;
border-width:1px;
background-color:white;
width:100%;  
    top: 50%;
    left: 50%;
   
}



   .divstyle3 
        {
            
   -moz-border-radius: 10px;
border-radius: 10px;


}


   .divstyle10 
        {
            
    -moz-border-radius: 7.5px;
border-radius: 7.5px;
}



.divstylemenu  
        {
  
    -moz-border-radius: 10px;
border-radius: 10px;

   border: 1px solid silver;
     -moz-box-shadow: 0 0 3px #ccc;
-webkit-box-shadow: 0 0 3px #ccc;
box-shadow: 0 0 3px #ccc;
}


   .divstylebutton
        {
 -moz-border-radius: 0px;
border-radius: 0px;
border-width:0px;
background-color:transparent;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
        }