@charset "utf-8";
html{
	/*min-width: 100%;
	min-height: 100%;*/
	width: 816px;
	min-width: 816px;
	max-width: 816px;
	height: 505px;
	/*background-color:#043E5B;*/
	/*background-color:#B9DFFF;*/
	/*background-color:#006699;*/
	/*background-color:#2C9EFC;*/
	/*background-color:#0f4c80;*/
	/*background-color:#6a7680;*/
	/*background-color:#0279DB;*/
	/*background-color:#013966;*/
	/*background-color:#013158;*/
	/*background-color: 	hsl(207, 70%, 55%);*/
	background-color: 	hsl(207, 83%, 60%);
}
body {
	width: 816px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #a1c6e6;*/
}
.main_container{
	height: 100%;
}

page{
	position:relative;
	height: 100%;
	background-color: #B9DFFF;
}

.tabs{
	text-align:center !important;
}

.items{
	display:inline-block;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	height: auto;
}

.item{
	float:left;
	position:relative;
	margin: 5px;
	padding: 0px;
	width: 120px;
}

h3 {
	background-color: blue;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 0px;
	margin: 0px auto;
	padding-top: 5px !important;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px !important;
	width: auto;
	height: 20px;
	left: -3px;
	vertical-align:central;
}

h3 span{
	color: black !important;
}

.top_text{
	position:relative;
	top: -5px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 8px;
}

.content{
	position:fixed;
	left: 10px;
	top: 84px;
	text-align:center;
	height:auto;
	width: 785px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul {
	background-color: #EFEFEF;
	display: none;
	margin: 0px;
	padding: 0px;
}

#rcorners11 {
    border-radius: 10px;
    background: blue;
    padding: 0px;
    margin: 0px;
	margin-top: 0px;
    width: 100%;
    height: auto;
}

input[type="checkbox"]{
	visibility:hidden;
}

.colorbox_center{
	width: 98%;
	height: 20px;
	padding: 0px;
	margin: 0px;
	/*margin-right: 8px;*/
	display: block;
}
input{
	margin:1px;
}
.mandatory{
	width: 97% !important; /* urls only */
	font-size: 11px;
	font-weight:bolder;
}

input[type="text"]{
	/*background-color: #e0e4cc;*/
	/*background-color: white !important;*/
	height: 11px;
	padding: 2px !important;
	padding-left: 4px !important;
	margin: 0px !important;
	width: 88%;
	font-size: 11px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #black;
}
:-moz-placeholder { /* Firefox 18- */
  color: #black;
}

.textbox{
	margin:0px;
}
.textbox_center{
	margin:1px;
	text-align:center;
}

.preview_wrapper{
	position: absolute;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 104px;
	text-align:center;
	top: 310px;
	width: 785px;
	left: 13px;
	z-index: -2;
	/*border: 1px solid #333333;*/
}
/*.preview_content[readonly]{*/
.preview_content{
	width: 95%;
	font-size: 11px;
	height: 65px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px auto;
	padding: 5px;
	resize:none;
	background-color: #7fc4ff ;
    -webkit-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;    
    -moz-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;
    border-radius: 			.5em .5em 1em 1em / .5em .5em 2em 2em;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.47);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.47);
}
.preview_label{
	text-align:center;
	font-size:12px;
	color: black !important;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	padding-top: 2px;
	width: 100%;
	height:20px;
	background-color: #7fc4ff ;
}
.embed_wrapper{
	padding: 0px !important;
}
.submit_button{
	margin:10px;
	position:relative;
	font-size:12px;
	width: 180px;
	height:30px;
	font-weight:bold !important;
	color: black !important;
	/*background-color: #7fc4ff ;*/
	/*background-color: green ;*/
}
.cancel_button{
	margin:10px;
	position:relative;
	font-size:12px;
	width: 180px;
	height:30px;
	font-weight:bold !important;
	color: black !important;
	/*background-color: #7fc4ff ;*/
	/*background-color: red ;*/
}
.submit_button_wrapper{
	margin-top: 0px;
	text-align:center;
}
.value{
	text-align:center;
}
.center_text{
	text-align:center;
}

/* TABLES */

.table_container{
    width: auto;
}
table{
	border: 2px solid 7fc4ff;
	margin: 0px auto;
	margin-top: 1px;
	height:auto;
	width: 792px;
}
table td{
    border: 1px solid black;
}
tr{
	min-height:: 20.3636px;
}
td{
	/*background-color: #7fc4ff;*/
	/*background-color: #98D0FE;*/
	background-color: #a5d6ff;
	border: 1px solid white;
	padding: 2px;
    height: 19px !important;
    min-height: 19px !important;
	font-size:11px;
	text-align: right !important;
}
td .dropdown{
	text-align: center !important;
}
/* Column Widths */
td:nth-child(1) {
    width:213px;
    min-width:213px;
}
td:nth-child(2){
    width:90px;
    min-width:90px;
}td:nth-child(3){
    width:346px;
    min-width:346px;
}td:nth-child(4){
    width:90px;
    min-width:90px;
}

.donations_link{
	background-color: Transparent;
    background-repeat:no-repeat;       
    position: absolute;
    z-index: 1;   
    top: 2px;
    left:40px;
	opacity: 1;
	width: 200px;
}

.single_row{
	text-align:left !important;
	font-size:12px;
	color: black;
	font-weight:bold;
	height: 215px !important;
	padding: 0px !important;
	padding-left: 50px !important;
	margin: 0px !important
}

.url_text{
	width:100%;
}
.show_more_link{
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: blue;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}

h2{
	margin: 0px;
	padding: 0px;
}

.khloe{
    background-color: Transparent;
    background-repeat:no-repeat;       
    position: absolute;
    z-index: 1;   
    top: 115px;
    left:340px;
	opacity: .15;
}