/* Page */
* {margin:0 auto; padding:0; text-align:center;}
html,body{height:100%;}

body {
	font-family: "lucidagrande", "opensans", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color: #30332E;
	line-height: 1.4;
}

/*Text*/
@font-face{font-family:"lucidagrande"; src: url("fonts/lucidagrande.ttf") format("truetype");}
lucidagrande-font {font-family: "lucidagrande";}

@font-face{font-family:"opensans"; src: url("fonts/OpenSans-Regular.ttf") format("truetype");}
opensans-font {font-family: "lucidagraopensansnde";}

h1{font-family:"lucidagrande"; font-size:0.7em; color:#33332E;}

h2{font-family:"helvetica"; font-size:1.5em; font-weight: bold; color: #33332E; text-align:center; 
	margin-bottom:-3px;}

p { font-size: 1.3em; color: #33332E; text-align:justify;
	padding:.2em; margin-left:2%; margin-right:2%; }

header
{
	width: 100%;
	height: 80px;
	position: fixed;
	top: -.1%;
	clear: both;
	background: #043d5d;
} 

footer{width:100%; height:20px; position:fixed; bottom:-.1%; clear:both; background:#043d5d;}

img{max-width: 100%;}

#logo
{   
	z-index: 1;
	position: fixed;
	float:left;
	top:20px;
	left: 20px;
    width: 90px;
	height: 45px;
}

.menubtn
{   
	z-index: 1;
	position: fixed;
	float:right;
	top:20px;
	right: 20px;
    border-radius: 10px 10px 10px 10px;    
    border-width: 0px;
    width: 40px;
	height: 40px;
    cursor: pointer;
	background: url(../images/menu-1.png) no-repeat #043d5d center;
}

/* Dropdown button on hover & focus */
.menubtn:hover, .menubtn:focus {
	background: url(../images/menu-2.png) no-repeat #EDEEF0 center;
}

/* The container <div> - needed to position the dropdown content */
.menu {
    position: relative;
    display: inline-block;
	float:right;
	top:90px;
	right:100px;
}

/* Dropdown Content (Hidden by Default) */
.menu-content {
    display: none;
    position: absolute;
	background: #fff;
	opacity: 0.8;
	border-radius: 5px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
    min-width: 80px;
    z-index: 1;
}

/* Links inside the dropdown */
.menu-content a {
    color: #33332E;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.menu-content a:hover {
	background-color: #EDEEF0;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#canvas
{
	font-family:  "opensans";
	border-radius: 5px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
	padding: 10px;
	position: fixed;
	top: 140px;
	left:120px;
	right:120px;
}

#searchWord
{
	border-radius: 5px 0px 0px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    width: 500px;
    height: 35px;
	position: fixed;
	top: 90px;
	left:122px;
    overflow: hidden; /* Clear floats */
	font-family:"lucidagrande";
}

#searchExp
{
	border-radius: 5px 0px 0px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    width: 500px;
    height: 35px;
	position: fixed;
	top: 90px;
	left:630px;
    overflow: hidden; /* Clear floats */
	font-family:"lucidagrande";
}

#submit
{       
    background-color: #043d5d;
    border-radius: 0px 5px 5px 0px;    
    border-width: 1px;
    border-style: solid;
    width: 106px;
	height: 35px;
    padding: 0;
	position: fixed;
	float:right;
	top: 90px;
	right:122px;
    cursor: pointer;
    color: #fff;
	font-family:"lucidagrande";
}

#filters
{
	box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
	width: 100px;
    height: 30px;
	padding: 5px;
	position: relative;
    overflow: hidden; /* Clear floats */
}

#string
{
	border-radius: 5px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
	width: 1120px;
    height: 75px;
	position: fixed;
	top: 575px;
	left:122px;
	padding: 0;
	display: block;
	font-family:"opensans";
}

#my_string
{
	display: inline;
	width: 600px;
    height: 30px;
}

#translate
{   
	display: inline;
	float:right;
	background-color: #043d5d;
    border-radius: 5px 5px 5px 5px;    
    border-width: 1px;
    border-style: solid;
    width: 56px;
	height: 35px;
    padding: 0;
	margin-top: 35px;
    cursor: pointer;
    color: #fff;
	font-family:"lucidagrande";
}

#update
{   
	z-index: 1;
	position: fixed;
	float:right;
	top:145px;
	right: 130px;
    border-radius: 10px 10px 10px 10px;   
    border-width: 1px;
    border-style: solid;
    width: 35px;
	height: 35px;
    padding: 0;
    cursor: pointer;
	background: url(../images/update-1.png) no-repeat #043d5d center;
}

/*Modal*/
.modal-image {
    display: none;
    position: fixed; 
    z-index: 2;
    float: center;
	top:70px;
	left:50px;
	right:50px;
    width: 1200px;
    height: 590px;
    background: #fff;
	opacity: 1;
	border-radius: 5px;    
    border-width: 2px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
	font-size: 12px;
	font-family:"lucidagrande";
}
.modal-string {
    display: none;
    position: fixed; 
    z-index: 1;
    float: center;
	top:200px;
	left:25%;
	right:25%;
    width: 800px;
    height: 300px;
    overflow: auto;
    background: #fff;
	border-radius: 5px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
	box-shadow: 2px 2px 1px #043d5d;
	font-size: 12px;
	font-family:"lucidagrande";
}
.modal-filter {
    display: none;
    position: fixed; 
    z-index: 1;
    float: right;
	top:145px;
	right:170px;
    width: 200px;
    height: 40px;
    overflow: auto;
    background: #fff;
	opacity: 0.8;
	border-radius: 5px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
	box-shadow: 2px 2px 1px #043d5d;
	font-size: 12px;
	font-family:"lucidagrande";
}
.close {
	position: absolute;
	width: 20px;
	right: 10px;
	top: 10px;
	text-align: center;
	line-height: 20px;
	margin-top: 3px;
	background: #043d5d;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#tip {	
	position:absolute;
    left:-200px;
    top:100px;
	width:30px;
	height:16px;
    background-color: #043d5d;
    color: #EDEEF0;
    text-align: center;
	font-family:"lucidagrande";
	font-size: 0.7em;
    padding: 5px;
    border-radius: 5px;
	text-align: left;
	
}
