html, body { margin: 0px; padding: 0px; }
body { color: #333; font: 10px/14px Helvetica, Arial, sans-serif }
#container {

	margin: 20px auto;
	padding: 20px;
	width: 840px;

}

a:link {text-decoration: none; color: #2e6eaf;}
a:visited {text-decoration: none; color: #2e6eaf;}
a:active {text-decoration: none; color: #2e6eaf;}
a:hover {text-decoration: underline; color: #2e6eaf;}
h1 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }

.ui-dialog-titlebar-close {
  visibility: hidden;
}

input {
	border: 1px solid #cbc7bd;
	color: #777777;
	font: inherit;
	padding: 4px;
	width: 145px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus, input.focused { border-color: #b2a266; color: #333; }
#imglogin { display: none; width: 18px; height: 18px; position: relative; top: 3px; left: 10px; }


input[type="checkbox"] 
{
    width: 15px;
}

textarea {
	border: 1px solid #cbc7bd;
	color: #777777;
	font: inherit;
	padding: 4px;
	width: 230px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea:focus, textarea.focused { border-color: #b2a266; color: #333; }

select {
	border: 1px solid #cbc7bd;
	color: #999;
	font: inherit;
	padding: 4px;
	width: 240px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select:focus, select.focused { border-color: #b2a266; color: #333; }

#imgsvus { display: none; width: 18px; height: 18px; position: relative; top: 3px; left: 10px; }

#left { width: 160px }
#right { text-align: left; padding: 10px; width: auto; padding: 20px }
#dialog-search input {
	border: 1px solid #c5dbec;
	color: #777777;
	font: inherit;
	padding: 2px;
	width: 170px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#dialog-search input:focus, input.focused { border-color: #79b7e7; color: #333; }
#dialog-search select {
	border: 1px solid #c5dbec;
	color: #999;
	font: inherit;
	padding: 2px;
	width: 176px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#dialog-search select:focus, select.focused { border-color: #79b7e7; color: #333; }


#dialog-search table {
	text-align: right;
	color: #1d5987;

/*	background-color: #f6f6f6;
	border: 1px solid #c5dbec;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}

#leftmenu {
border: 1px solid transparent;
 margin: 20px 20px;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	  border-radius: 5px;
	   -moz-box-shadow: 0px 0px 34px #fff;
	    -webkit-box-shadow: 0px 0px 34px #fff;
	     box-shadow: 0px 0px 34px #fff; }
#leftmenu button { width: 150px; font-size: 14px; padding-top: 4px; padding-bottom: 4px; clear: both; margin-top: 0px; text-align: left }

/* Tooltip */

.tipsy { padding: 5px; font-size: 0.9em; background: url(../images/arr.gif) no-repeat; }

  .tipsy-inner { padding: 5px 8px 4px 8px; background:#e7a42c; color:#ffffff; max-width: 200px; text-align: left; }

  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }

  .tipsy-north { background-position: top center; }

  .tipsy-south { background-position: bottom center; }

  .tipsy-east { background-position: right center; }

  .tipsy-west { background-position: left center; }



#gravity { width: 100%; margin: 5px 0; border-spacing: 5px; }

  #gravity td { text-align: center; vertical-align: middle; padding: 5px 0; background-color: #d0d0d0; }

  #gravity a { }

    #gravity a:hover { color: #505050; background: none; }