
    .disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}


#login{
	border:outset 2px;
	box-shadow: 0px 0px 5px 1px;
	border-radius: 5px;
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	/*background: url('../images/login.png');*/
}



#ddmenu
{
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
	
}

#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    /*background:#333;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:1400px;
background:rgba(0,153,255,0.3);
border:1px solid rgba(255,255,255,0.2);
border-radius:4px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:16px;
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eee;
    line-height:46px; /*This determines the height of the menu*/
    transition:background-color 0.2s;
    outline:none;
}

#ddmenu li.full-width {
    position: static;
}

#ddmenu li.over
{
    color:#FFF;
/*background-color:#205081;*/
}

#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading
{
    font-weight:bold;
    white-space:nowrap;
    margin:0 16px;
    color:black;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover
{
    color:inherit;
}
#ddmenu li a:hover
{
    text-decoration:underline;
}

#ddmenu li a:focus
{
    outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu i.caret
{  
    color:inherit;
    left:-12px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;    
    color:#000;   
    padding:0;margin:0;display:none;position:absolute;
    top:100%;
    border:1px solid rgba(255,255,255,0.35);
border-top:none;
border-radius:2px;
/*background-color:rgba(0,0,0,0.1);*/
background-color:#ccc \9;/*fallback for old IE
/*background-color:#205081;*/
}

#ddmenu li.full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
    margin-left:-1px; /*Set to 0 if UL has no border*/
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu li.over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:16px;
    background-color: #fffafa;
    white-space:nowrap;
    font-size:20px;
    line-height:1.35;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{ 
    display:table-row;
    *display:block;
    color:#000;
    line-height:22px;
    text-decoration:none;
    padding:0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#09F;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:auto;min-width:170px;
padding:0 30px;
border-right:1px solid #999;
}

#ddmenu div.dd-inner div:last-child
{
    border-right:none;
}

#ddmenu div.column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu div.column h3 {text-transform:uppercase;}

#ddmenuLink {display:none;}
#search{float:right; position:relative; margin-top:10px;}


#inputsearch{border-radius:2px;
height:20px;
}
#search-btn{height:25px; cursor:pointer;}
#search-btn:hover{background-color:orange;}

#logo{width:1200px;
height:200px;
background: #a7cfdf;
background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a));
background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -o-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -ms-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: linear-gradient(top, #a7cfdf 0%,#23538a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
}
#logex{width:1200px;
height:80px;
background: #a7cfdf;
background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a));
background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -o-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -ms-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: linear-gradient(top, #a7cfdf 0%,#23538a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
}
#log{width:1200px;
height:150px;

}
#sliderArea{background:  #ebecee ;

height:450px;
margin-top: 30px;

border-radius:7px;
float:right;
margin-right:100px;


}
#innerArea{padding-right:100px;}
#body{width:1200px;
margin:0 auto;
border:1px solid #999;
background-color:#fffafa;   /*  #CCCCCC;*/

}
#footer{height:30px; 
padding-top:10px;
color:white;
/*background: #a7cfdf;*/
background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a));
background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -o-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: -ms-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
background: linear-gradient(top, #a7cfdf 0%,#23538a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
font-size:15px;

}


#quicklinks{float:left;
margin-top: 30px;
width:250px;
margin-left:3px;
background:#AAD4FF;
height:400px;
border-radius:5px;
}
#quicklinks ul{ font-family:verdana;
margin-right:20px;
list-style:none; }
#quicklinks li{height:25px; 
border: 1px solid grey;
width:150px;
background:#FFD4D4;
padding-left:5px;
padding-top:5px;
margin-top:2px; 
border-radius:5px;}
#quicklinks a{text-decoration:none;}
#quicklinks li:hover{background:#AAD4FF;}
#quicklinks a:hover{color:white;}
#cont{display:block;}
#cont1{width:300px;}
#cont2{width:330px; height:445px;}
#cont3{
width:400px;}
#cont ul
{ 
    
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:1200px;
border-radius:4px;
}
#cont li
{
    padding:0;
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    outline:none;
	margin-right:20px;
	margin-left:3px;
	border-radius:5px;
	border:1px solid grey;
}

#event td{border-radius:5px;}
#event th{border-radius:5px;}

/*#house{width:914px;
background:#CDCDCD;}
#house th{background:#4499EE; color:white;}
#house td{background:#A4F9F9;color:black;}
#house td:hover{background:#F7F7F7; }*/
#sdetails{background:#FFFFD4;}
#sdetails td{background:#D4D4FF;}



