/* CSS Document */
#top_menuoutline {
    width: 100%;
	clear: both;
	margin: 0 0 0 0;
	top: auto !important;
	padding: 0;
    color: #333;
	background-repeat:repeat-y;
    background-color: #06c;
    border: 1px solid #06C;
}
#top_menu,#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_menu {
	width: 100%;
	margin:10px 3px 3px 20%;
	border: 0px solid #FF0000;
	/*background-image: linear-gradient(#0C3, #0C3);*/
	border-radius: 0px;
	/*box-shadow: 10 1px 1px #777;*/
	position:relative;
		background-repeat:repeat-y;
    background-color:#06c;
}

#top_menu:before,
#top_menu:after {
	content: "";
	display: table;
}

#top_menu:after {
	clear: both;
}

#top_menu {
	zoom:1;
}
#top_menu li {
	float: left;
	border-right: 0px groove #03F;
	position:relative;
}

#top_menu a {
	float: left;
	padding: 10px 30px 10px 0px;
	color:#FFFFFF;
	text-transform: uppercase;
	font:14px Arial, Helvetica;
	font-weight:550;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
}

#top_menu li:hover > a {
	color:#CCC;
}

*html #top_menu li a:hover { /* IE6 only */
  text-decoration:underline;
}
#top_menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background:	#D6F5D6;	
	box-shadow: 0 -1px 0 rgba(192,192,250);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#top_menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;

}

#top_menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(192,192,250);		
}

#top_menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	/*box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
	border-bottom:1px groove #FFF;
}

#top_menu ul li:last-child {   
	box-shadow: none;    
}

#top_menu ul a {    
	padding: 10px;
	width: 230px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-align:left;
	color:#666666;
}

#top_menu ul a:hover {
	background-color:#06C;
	color:#333;
}
#top_menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

#top_menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FF3;
}

#top_menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#top_menu ul li:first-child a:hover:after {
	border-bottom-color: #FF3; 
}

#top_menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}

#top_menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}

/* Login Section */

#login {
  width: 227px;
  height: 170px;
  border: 1px solid #06C;
  margin: 6px 12px 0px 11px;
}

#login .form_line {
  float: left;
  width: 227px;
  margin: 0px 0px 10px 0px;
}

#status_line {
  float: left;
  width: 227px;
  height: 30px;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 10px 0px;
}

.form_line h2 {
  color:#FFF;
  padding: 4px 0 5px 8px;
  background: #06C;
}

#login .lft_label {
  float: left;
  vertical-align: middle;
  width: 50px;
  height: 10px;
  padding: 0px 5px 0px 0px;
  margin: 2px 0px 5px 10px;
}

#login .element {
  float: left;
  padding: 0px 5px 0px 0px;
  margin: 2px 5px 5px 10px;
}

#login .element input {
  display: block;
  width: 135px;
  height: 15px;
}

#login #log_btn {
  float: left;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
}

#login #log_btn input {
  display: block;
  width: 100px;
  height: 25x;
  vertical-align: middle;
}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* #Forms
================================================== */

	form {
		margin-bottom: 10px; }
	fieldset {
		margin-bottom: 10px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 2px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 150px;
		/*max-width: 100%;*/
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		float:left;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


