/*
This is copyright Robert King 2015 all rights reserved
/* */
@-ms-viewport{width:device-width}

@media only screen and (max-width: 768px) {

	#usedfor, #theform, #savedatafrm, #headerholder, #iconholder {
		width: 523px;
	}

	#outer {
		width: 553px;
	}


	#usedfor, #footer, #sidemenu, #iconrow2 {
		display:none;
	}

	#iconrow3 {
		position: relative;
		top: 5px;
		margin-top: 5px;
		background: #fff;
		width: 523px;
		border: 0px solid blue;
	}

	#contentbody {
		position: absolute;
		top: 101px;
		width: 100px;
		left: 0;
		right: 0;
	    padding: 0px;
	}

	#headerholder {
		width: 100%;
	}

}

html,body {
	-webkit-text-size-adjust:none;
	-webkit-appearance: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5e0525;
    margin: 0;
}

#outer {
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
	min-width: 523px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#headerholder {
	height: 51px;
	background: #9e1847;
	border: 0px solid black;
}

#menuholder {
	z-index: 20010;
	text-align: left;
	float: left;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 500px; 
	border: 0px solid green;
	z-index: 10;
}

#header {
	position: relative;
	text-align: center;
	padding-top: 10px;
	height: 100%;
	color: #fff;
	font-size:16pt;
	font-family: Arial;
	border: 0px solid blue;
}

#search {
	position: absolute;
	top: 2px;
	right: 10px;
	height: 47px;
	width: 47px;
	margin-right: 5px;
	border: 0px solid red;
}


#iconholder {
	position: relative;
	margin-top: 4px;
	height: 51px;
	background: #fff;
	border: 0px solid orange;
}

#iconrow1, #iconrow2 {
	position: relative;
	background: #fff;
	float:left;
}

#iconholder img {
	cursor: pointer;
	cursor: hand;
	border: 0px solid red;
}

#contentbody {
	width: 100%;
	z-index: 5;
	padding-top: 5px;
}

#leftside {
	float:left;
	position: relative;
	width:250px;
	border: 0px solid orange;
}

#sidemenu {
	width: 235px;
	background-color: #dcddca;
	border-left: 0px solid #8AC007;
    border-bottom: 1px solid #8AC007;
    border-top: 1px solid #8AC007;
    border-right: 1px solid #8AC007;

	padding: 0px 20px 0px 0px;

	font-size:12pt;
	font-family: Arial;

	opacity: 0.8;
    filter:alpha(opacity=80);

	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}



#rightside {
	float:left;
	border: 0px solid red;
}

#usedfor {
	padding: 20px 0px 0px 0px;
 	background-color: white;
	padding: 10px;

	border-left: 1px solid #8AC007;
    border-bottom: 1px solid #8AC007;
    border-top: 1px solid #8AC007;
    border-right: 1px solid #8AC007;

	opacity: 0.9;
    filter:alpha(opacity=90);

	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

#theform {
	margin-top: 10px;
	border: 0px solid green;
}

#savedatafrm {
	margin-top: 10px;
	display: none;
	border: 0px solid green;
}

#theform, #savedatafrm, #helptext, #videos {
	background-color: #dcddca;

	border-left: 1px solid #8AC007;
    border-bottom: 1px solid #8AC007;
    border-top: 1px solid #8AC007;
    border-right: 1px solid #8AC007;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

	opacity: 0.9;
    filter:alpha(opacity=90);

	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

#helptext {
	width: 503px;
	z-index: 10;
}

#helptext, #videos {
	display: none;
	position: "absolute";
	left: "10px";
	top: "110px";
	margin-top: 10px;
	font-family:Arial;
	font-size:10pt;
	padding-right: 10px;
	opacity: 1;
    filter:alpha(opacity=100);
}


/*
#sidemenu a:link	{color: #fff;}
#sidemenu a:visited	{color: #fff;}
#sidemenu a:active	{color: #fff;}
#sidemenu a:hover	{color:  #9e1847;}
/* */

@media only screen and (min-width: 769px) {

	#usedfor, #theform, #savedatafrm, #headerholder, #iconholder {
		width: 750px;
	}

	#outer {
		width: 780px;
	}

	#iconrow3 {
		display: none;
	}

}

#button {
    text-align: right;
    float: left;
    margin-top: 10px;
    width: 100%;
}


#conv_nums {
     font-size:10pt;
}

input, textarea, select {
    font-size:16pt;
	background: rgb(255, 255, 255);
	background-color: white;
}

INPUT[type="button"] {
    font-size: 13px;
    cursor: pointer;
}

INPUT[type="text"], TEXTAREA {
    width: 70px;
    border: none;
    padding: 3px 3px;
    font-family:arial;
	background: rgb(255, 255, 255);
	background-color: white;
}


#new_title_data {
    width: 250px;
}


.hide{
visibility: hidden
}

.show{
visibility: visible
}

#backgroundpic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Photo-Collage3.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.1;
    filter:alpha(opacity=10);
}

.button {
	width: 120px;
}

a {font-family: Arial; font-size:10pt; text-decoration: none;}
a:link		{color: #3300ff;}
a:visited	{color: #3300ff;}
a:hover		{color:  #ff0000;}
a:active	{color: #3300ff;}

.box {
	position:relative;
	z-index:2000;
	top:0px;
	text-align:left;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0px 4px 8px #333;
	-webkit-box-shadow: 0px 4px 8px #333;
	box-shadow: 0px 4px 8px #333;
	background-color: #dcddca;
	border: 1px solid #aaa;
	padding:10px;
	display: none;
}


#footer {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 998;
    padding: 0px;
border: 0px solid orange;
}
#footeralign {
	float: left;
	position: relative;
	left: 50%;
}
#textinfooter{
    float: left;
	left: -50%;
	position: relative;

	background-color: white;

    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;

	border-left: 1px solid #8AC007;
    border-top: 1px solid #8AC007;
    border-right: 1px solid #8AC007;

	font-size:8pt;
	font-family: Arial;

	opacity: 0.9;
	z-index: 998;
    filter:alpha(opacity=90);
}
