/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2016, 9:18:47 AM
    Author     : root
*/


#bord{
    height: 560px;
    width: auto;
/*/*    border-style: solid;*/
    border-color: #cccccc;
  margin-right: 100px;
    margin-left: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
border: 10px solid transparent;
   
    -webkit-border-image: url(/content/image/br.jpg) round;  
    -o-border-image: url(/content/image/br.jpg) round;
    border-image: url(/content/image/br.jpg) round;
    border-image-slice: 29;
    padding: 15px;
}
#duke{
/*    font-size: 40px;
    margin-left: 40px;
   margin-top: 10px;*/
    height: 160px;
    width: 120px;
    border-radius: 7px;
    border: solid 1px #AFAEAE;
        margin-top: 7PX;
}
#base {
    background: #cccccc;
    display: inline-block;
    height: 400px;
    margin-top: 5px;
    position: relative;
    width: 100%;
    min-width: 200px;
        
        
        
}
#base:after {
    border-top: 100px solid #cccccc;
    border-left: 99px solid transparent;
    border-right: 99px solid transparent;
    content: "";
    height:0;
    left: 0;
    position: absolute;
    bottom: -100px;
    width:100%;
}
#bluepanel{
    color: white;
    background-color: #006699;
    border-color: blue;
    width: 150px;
    text-align: center;
    margin: auto;
    border-radius: 0;
    font-weight: bold;
}
.DownPic
{
        font-weight: bold;
    font-size: 16px;
    display: inline-block;
        line-height: 28px;
}
.DownPicTxt{
   font-size: 15px; 
   display: inline-block;
    
}
#greenpanel{
     color: white;
   background-color: #999900;
    border-color:  #999900;
     width: 150px;
    text-align: center;
 margin-top: 5px;
 margin-left: 25px;
  border-radius: 0;
  font-weight: bold;
        
}
#circle {
	width: 150px;
	height: 150px;

         border-style: dotted;
	background:url(/content/image/whc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border-color: #666666;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
        margin-left: 25px;
        margin-top: 35px;
      
}
#search-container{
    
    background: #e4e4e4;
}
#btn_search{
    color: white;
    background-color: #D44848;
    width: 100px;
    margin-bottom: 10px;  
    
}