/** CSS for TreeTrunk. */

body, select {
	font-family: Tahoma, sans-serif;
  	font-size: 2em;
  	color: #bec7cc;
}

h1 {
  	font-size: 2em;
  	font-weight: bold;
  	color: #777777;
  	margin: 40px 0px 70px;
  	text-align: left;
}

p {
  	font-family:Tahoma, Geneva, sans-serif;
}

/** Styling Our Divs **/
#header{
	width: 1200px;
}

#container {
	width: 860px;
	margin-left: 360px;
}

#login {
	float: right;
	margin-top: 10px;
}

#main {
	width: 860px;
}

#comments {
	width: 860px;
}

#footer {
	position: relative;
	top: 20px;
	clear: both;
	color: white;
}

#socials {
	position: fixed;
	top: 120px;
	right: 0px;
	height: 250px;
}

#socials .slider {
	position: fixed;
	top: 120px;
	right: 0px;
	width: 120px;
	opacity: 0.0;
}

#socials:hover .slider{
	opacity: 1.0;
	height: 250px;
	border-radius: 15px;
	box-shadow: 6px 6px 6px #054205;
	background-color: rgba(255, 255, 255, 0.65);
}

#socials:hover img {
	opacity: 0.0;
}

.fb-like, .g-plusone, .twitter-share-button {
	margin-left: -9px;
}

.fb-like {
	margin-top: 50px;
}

.data{
	background-color: rgba(255,255,255,0.3);
}

.mainPanel{
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	box-shadow: 3px 3px 4px 2px #054205;
	width: 860px;
}

.naviButtons 
 {	
   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
   box-shadow:inset 0px 1px 0px 0px #ffffff;
   background: -moz-linear-gradient(top,  rgba(18,91,26,0.9) 0%, rgba(31,155,72,1) 51%, rgba(68,109,62,0.9) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,91,26,0.9)), color-stop(51%,rgba(31,155,72,1)), color-stop(100%,rgba(68,109,62,0.9))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(18,91,26,0.9) 0%,rgba(31,155,72,1) 51%,rgba(68,109,62,0.9) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(18,91,26,0.9) 0%,rgba(31,155,72,1) 51%,rgba(68,109,62,0.9) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(18,91,26,0.9) 0%,rgba(31,155,72,1) 51%,rgba(68,109,62,0.9) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(18,91,26,0.9) 0%,rgba(31,155,72,1) 51%,rgba(68,109,62,0.9) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6125b1a', endColorstr='#e6446d3e',GradientType=0 ); /* IE6-9 */
   display:inline-block;
   color:white;
   font-family:arial;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
}

.naviButtons:hover{
 	opacity: 1;
 	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
 	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
 	box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}

.treeButtons, .sort{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #343830), color-stop(1, #729e4d) );
	background:-moz-linear-gradient( center top, #343830 5%, #729e4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#343830', endColorstr='#729e4d');
	background-color:#343830;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
}

.treeButtons:hover, .sort:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #729e4d), color-stop(1, #343830) );
	background:-moz-linear-gradient( center top, #729e4d 5%, #343830 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#729e4d', endColorstr='#343830');
	background-color:#729e4d;
	
}

.treeButtons:active {
	position:relative;
	top:1px;
}

.gwt-ListBox{
	color:black;
}

.sort{
    text-align: center;
    height: 17px;
}

.sort-id{
    width: 30px;
}

.sort-name{
    width: 120px;
}

.sort-address{
    width: 160px;
}

.sort-height{
    width: 50px;
}

.sort-diameter{
    width: 60px;
}

.uploadFileForm{
	position:relative;
	top: 3px;
    width: 56px;
	height: 23px;
	background: url('images/file_browse_normal.png') 0 0 no-repeat;
	border:none;
	overflow:hidden;
}

.uploadFileForm:hover {
	background: url('images/file_browse_hover.png') 0 0 no-repeat;
}

.uploadFileForm:active {
	background: url('images/file_browse_pressed.png') 0 0 no-repeat;
}

.upload{
    opacity: 0.0;
}

.otherbuttons {
	opacity: 0.65;
	outline: none;
	border: none;
	background: transparent;
	margin: 0px;
}

.otherbuttons:hover{
	opacity: 1.0;
	cursor: pointer;
}

.gwt-DialogBox {
  	width: 400px;
}

.gwt-ListBox{
   color:black;
}

.dialogVPanel {
  	margin: 5px;
}

.serverResponseLabelError {
  	color: red;
}

.treesFlexTable{
    background-color: transparent;
}

.textArea{
	position:relative;
	left: 15px;
	width: 820px;
	background-color: rgba(255,255,255,0.6);
	resize: none;
}

html { 
	background: url(images/background.png) no-repeat;
	background-color: #788b5b;
}

li {
	display: inline;
}

#navigation ul li {
	float: left;
	margin-right: 5px;
}

#navigation ul {
	list-style-type:none;
	background-color: transparent;
}

.label {
	margin-top: 4px;
	margin-left: 17px;
}

.commentPanel {
	box-shadow: 3px 3px 4px 2px #054205;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.7);
}

.comment-title {
	padding-top: 3px;
	font-size: 13px;
	font-weight: bold;
}

.comment-grid {
	font-size: 10px;
}

.comment-table {
	margin: 10px;
}

.myLabel {
	margin: 15px;
}

.gwt-TabPanel {
  border: 2px solid red;
}

.gwt-TabBar {
  padding-top: 2px;
  background-color: rgba(255,255,255,0.5);
}

.gwt-TabBarItem {
  font-family:Tahoma, Geneva, sans-serif;
  cursor: pointer;
  margin-right: 2px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

.gwt-TabBarItem-selected {
  font-weight: bold;
  cursor: default;
  margin-right: 2px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
