﻿div.error{
		border:  5px solid #666;
		width: 30%;
		height: 200px;
        line-height:100px;
        margin: auto;
         background: #EFFAE7;
         font-size: 16px;
	     border-radius:50px 50px 50px 50px;
	}
div.aaa{
    font-size:16px;
    width:57%;
    height:130px;
    padding:5px 30px;
    margin-top:20px;
    margin-left:8%;
    border:2px solid #CCCCCC;
}
div.pad_left
 {
    
    padding-left: 5%;
}
span.title{
    display:block;
    width:150px;    
    height:30px;
    border:1px solid #CCCCCC;    
    position:relative;
    top:-20px;
    margin:auto auto ;    
    text-align: center;
    color:white;   
    background: navy;   
}
   .Hiddencol
       {
           
        display: none;
    
       }
        .Initial
        {
            display: block;
            padding: 4px 18px 4px 18px;
            float: left;
            background: url("../InitialImage.png") no-repeat right top;
            color: Black;
          
            font-size: 18px;
        }
        .Initial:hover
        {
            color: White;
            background: url("../SelectedButton.png") no-repeat right top;
            
        }
        .Clicked
        {
            float: left;
            display: block;
            background: url("../SelectedButton1.png") no-repeat left top;
            padding: 4px 18px 4px 10px;
            color: Black;
            font-weight: bold;
            color: White;
            font-size: 18px;
        }
      
#info{
    width:50%;
    height:20px;
    padding-left:5%;
    float:left;
}
#exit{
    width:40%;
    height:20px;
    float:left;
    text-align:right;
}
#menu{
    width:100%;
    height:30px;
    padding-left:5%;
    margin-top:10px;
   } 
.wrap ul{letter-spacing: -5px;}
.wrap ul li{letter-spacing: normal;}
ul li {
    list-style-image:url('../right_arrow_1205479.png');
}

th.asc a:after {
    content: " ▲";
}

th.dsc a:after {
    content: " ▼";
}
