body{ font-family: 'Quattrocento Sans', Calibri, sans-serif; background-color:#f0f0f0; margin: 0 auto; } #title h1{ font-size:40px; text-align:left; color:white; text-shadow: 0px 1px 1px #000; } #mysearch{ !box-shadow:inset 0px 0px 1px white; -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; height:27px; width:450px; line-height:27px; top: 181px; left: 196px; background-color:#f4f4f4; } #Table1{ !text-decoration:underline; !color:blue; cursor:pointer; line-height:20px; } #Table1 td{ width:160px; text-align:center; !color: black; text-decoration:none; box-shadow: 0px 0px 2px black; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 10px 5px 5px 5px 5px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; text-shadow: #000 0px 1px 1px; } #Table1 td:hover{ opacity: 1; filter: alpha(opacity=100); border: none; color: white; box-shadow: 0px 0px 2px black; background: #0391ff; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; } .inactive{ opacity: 0.5; filter: alpha(opacity=50); color: black; text-decoration:none; box-shadow: 0px 0px 2px black; background: #7f7f7f; color:white; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; text-shadow: #000 0px 1px 1px; } .active{ opacity: 1; filter: alpha(opacity=100); !text-shadow: #fff 0px 2px 2px; background: #0391ff; border: none; color: white; box-shadow: 0px 1px 2px black; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; } #st{ position:absolute; z-index:2; background: #2aa5bc; line-height:32px; padding-left:2px; top:182px; width:159px; color: #fff; font-size: 13px; font-weight: 700; border: none; box-shadow: inset 0px 1px 1px 1px #2592a7; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; } #fail{ background: #2aa5bc; height:25px; margin-top:30px; margin-left:33px; font-weight:500; padding-left:20px; padding-top:3px; width:380px; color: #fff; border: none; box-shadow: inset 0px 1px 1px 1px #2592a7; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; } #searchother{ display:none; background: #2aa5bc; position:absolute; float:right; height:25px; right:10px; margin-top:20px; font-weight:500; width:150px; padding-left:5px; padding-top:5px; cursor:pointer; color: #fff; border: none; box-shadow: inset 0px 1px 1px 1px #2592a7; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; } #holder{ position:absolute; z-index:4; top: 181px; margin-left:640px; background: #2aa5bc; line-height:31px; height:33px; width:30px; border: none; color: white; box-shadow: inset 0px 1px 1px 1px #2592a7; -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; } #links a{ background: #c2e9f1; height: 14px; padding: 15px 35px 15px 35px; text-align: center; position: relative; text-decoration: none; text-transform: capitalize; color: #3F3F38; font-size: 13px; font-weight: 700; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; text-decoration:none; } #links a:hover{ background: #d6f1f5; opacity:1.0; filter: alpha(opacity=100); !height:30px; border: none; color: black; !box-shadow: 0px 1px 2px black; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; text-decoration:none; } .social { position:absolute; right:35px; } #twitter { position:absolute; float:right; top:10px; right:10px; } #gplus { position:absolute; float:right; top:10px; right:100px; } #fb { position:absolute; float:right; top:10px; right:170px; } ::selection, ::-moz-selection { background: #F8F7B0; }