@import "animate.css";
*::-moz-selection {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    text-shadow: none;
}


.popup_btn {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right:10px;
	width:10px; height:15px;
	padding:5px;
	border-radius:10px;
	background-color: black;
	color: white;
}
html, body {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #444444;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
    height: 100%;
    width: 100%;
	font-size: 14px;
}
body {
	padding-bottom: 100px;
}
p {
	padding-bottom: 5px;	
}
.q_text {
	width: 870px;
	border-bottom: 1px solid;
	padding:15px;
	margin-bottom: 20px;
}
.a_list {
	padding: 10px;
	display:block;
}

.a_list > div {
	width: 950px;
	padding-top:10px;
}

.container {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: bounceIn;
    animation-timing-function: linear;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    left: 50%;
    position: relative;
    top: 30px;
	padding:10px;
}
tr.zebraHover {
	background-color: #FFFACD;
}

.err {
	margin-left: -180px; 
	margin-bottom:10px;
	padding: 15px;
	border:1px solid #adadad;
	top: 10px;
	left: 50%;
	text-align: left;
	width: 330px;
	font-size:12px;
	background-color: #ffdada;
	position: relative;
}

th {
	text-align: left;
}

.c1 {
	height: 200px;
}

.edd {
	border:1px solid #dadada;
	padding: 10px;
	width: 800px;
	/*height: 260px;*/
	margin-bottom:10px;
}
.pagehead {	
	padding-top:20px;
}

.menu {
	width:100%; text-align:center;
}

#celebs td {
	padding: 5px;
}

#celebs th {
	padding: 5px;
	background-color: #86CDF6;
	vertical-align: middle;
	color: #FFFFFF;
}

.mh700 {
	min-height: 700px;
}
.h530 {
	height:auto;
	padding-bottom:50px;
}

.h800 {
	height: 750px;
	padding-bottom:50px;
}
.pl0 {
	padding-left: 0px;
}

.ml0 {
	margin-left:0px;
}

.pb10 {
	padding-bottom: 10px;
}

.c2 {	
	top: 230px;
	left: 50%;
    margin-left: -570px;
	position: absolute;
	padding-bottom: 20px;
}

.c3 {
	left: 50%;
    margin-left: -220px;
	width: 800px;	

}

.clear {
	clear:both;
}

.popup {
	width: 860px; 
	border: 3px solid; 
	margin-left: -440px; 
	display:none; 
	top: 300px; 
	padding: 30px; 
	overflow: auto;
	height: 500px;
	position: absolute;
}

.abs {
	position:absolute;
}

form {
    margin: 20px auto 0;
}
label {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-left: 18px;
    padding-top: 10px;
}
p a {
    color: #5a5a5a;    
    font-size: 15px;
    margin-right: 20px;
	/*margin-top: -13px;*/	
    transition: all 0.4s ease 0s;	
}
.p10 {
	padding: 10px;
}
p a:hover {
    color: #555555;
	text-decoration: underline;
}
input, .c3 > div{
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    outline: medium none;
}
input[type="text"], input[type="password"], .c3 > div {
    border: 1px solid #C7D0D2;
    border-radius: 2px 2px 2px 2px;
    /*box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #F5F7F8;*/
    color: #777777;
    /*height: 35px;*/
    margin: 12px 10px 10px 18px;
    padding: 10px;
    /*transition: all 0.4s ease 0s;*/
    width: 290px;
}
.c3 > div {
	width: 750px;
	padding-top: 10px;
	height: auto;
}

input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #B6BFC0;
    box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.7) inset, 0 0 0 5px #F5F7F8;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #A8C9E4;
    box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #E6F2F9;
}
#lower {
    background: none repeat scroll 0 0 #ECF2F5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px #FFFFFF inset;
    height: 74px;
    margin-top: 20px;
    width: 100%;
}

#lower2 {
	height: 175px;
}

input[type="checkbox"] {
    margin-left: 20px;
    margin-top: 30px;
}
.check {
    color: #444444;
    font-size: 11px;
    margin-left: 3px;
    text-shadow: 0 1px 0 #FFFFFF;
}
input[type="submit"], input[type="button"] {
    background-color: #ACD6EF;
    background-image: -moz-linear-gradient(left top 90deg, #ACD6EF 0%, #6EC2E8 100%);
    border: 1px solid #66ADD6;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    /*float: right;*/
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
   
}
input[type="submit"]:hover {
    background-image: -moz-linear-gradient(left top 90deg, #B6E2FF 0%, #6EC2E8 100%);
}
input[type="submit"]:active {
    background-image: -moz-linear-gradient(left top 90deg, #6EC2E8 0%, #B6E2FF 100%);
}


.linkTable {
	width: 990px;
}


.parseTable {
	width: 100%;
}

.parseTable td, .parseTable th, .linkTable td, .linkTable th  {
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #aaa;
	border-left: 1px dotted #aaa;
}

.topLink {
	padding-right: 20px;
}

.topLink a{
	background-color: #6EC2E8;
    border-radius: 10px;
	padding: 2px 15px;
	border: 1px solid #505050;
	text-decoration: none;
	color: white;
}


.parent_popup {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.popuper {
    background: #eee none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
    font-size: 18px;
    margin: 10% auto;
    padding: 25px 40px 33px;
    position: relative;
    width: 500px;
    z-index: 10;
}
.closer {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 3px #000;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: 15px;
    width: 24px;
}