/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#wrapper {
	line-height: 1;
	background:url(/img/login/back-bg.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearer {
	clear:both;
	margin:0;
	padding:0;
	height:0;
}
#logo {
	padding-top:20px;	
	width:240px;
}
#password-fail {
	margin-top:35px;
	float:right;
	background:url(/img/login/incorrect.png) no-repeat center left;
	padding-left:60px;
	height:35px;
}
	#password-fail span {
		font-size:12px;
		line-height:18px;
		color:#fff;
		font-style:italic;
	}
	#password-fail p {
		font-size:10.5px;
		line-height:14px;
		color:#fff;
	}

	#login-wrapper {
		width:500px;
		margin:0 auto;
		background:url(/img/login/background.png) no-repeat top left;
	}
	#login-form {
		float:left;
		width:300px;
	}
	#login-text {
		float:right;
		margin-top:15px;
		margin-right:20px;
	}
	#login-form input.textbox {
		background:url(/img/login/textbox.png) no-repeat top left;
		width:193px;
		height:25px;
		border:none;
		padding-left:5px;
	}
	#login-form p  {
		font-size:10.5px;
		line-height:14px;
		color:#fff;
		padding-top:8px;
		padding-bottom:14px;
	}
	#login-form label {
		font-size:12px;
		line-height:18px;
		color:#fff;
		display:inline-block;
		font-style:italic;
		width:80px;
	}
	#login-text p {
		font-size:10.5px;
		line-height:14px;
		color:#fff;
	}
	#login-form .username {
		padding-bottom:3px;
	}
	#login-text h1 {
		font-size:10.5px;
		line-height:14px;
		color:#fff;
		font-weight:bold;
		margin-top:15px;
	}
	#login-text a {
		font-size:10.5px;
		line-height:14px;
		color:#FECD7B;
	}
	.submit {
		/*background:url(/img/login/submit.png) no-repeat top left;
		width:200px;
		height:30px;
		border:none;
		text-indent:-3000px;
		float: right;
		margin-right: 21px;*/
		margin-top:3px;
		margin-bottom:22px;
		margin-left: 79px;
	}
#success_msg p  {
	font-size:10.5px;line-height:14px;color:#fff;padding-top:8px;padding-bottom:14px;font-weight:bold;
	}
#cancellink{
	color:#FFFFFF;font-size:12px;float:right;margin-top:-46px;margin-right:-20px;line-height:25px;
}
#returnlink{
	color:#FFFFFF;font-size:12px;font-weight:bold;line-height:25px;
}
.signup{
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;z-index:100;position:absolute;border-radius:7px;padding:20px;font-style:italic;background:white;width:586px;
}
.signup_form_head{
	font-weight:bold;color:#448ABE;font-size:19px;margin-bottom:20px;
}
#signup_form .label{
	float:left;width:80px;clear:both;line-height:25px;margin-bottom:5px;
}
#signup_form .textbox{
	width:198px;height:23px;border:none;background:url(/img/signup/textbox-bg.png) no-repeat top left;
}
#signup_form .input, #signup_form .submit{
	float:left;
}
.signup_form_button{
	float:left;border:none;border-radius:7px;width:105px;height:29px;padding:4px;font-weight:bold;
}
#signup_form_submit{
	background:url(/img/signup/submit.png) no-repeat top left;
}
#signup_form_cancel{
	background:url(/img/signup/cancel.png) no-repeat top left;margin-left:5px;
}
#signup_form_wrapper{
	z-index:90;background-color:black;opacity:0.6;top:0;left:0;width:100%;height:100%;position:absolute;
}
/* Login */

#wrapper { 
  background: linear-gradient(180deg, #dbdbdb 0%, #153472 80%);
}

#login-wrapper {
  background: none;
  width: 300px;
}

#logo {
  padding-top: 30px;
  height: 80px;
}

#logo a {
  background: url(/img/header/neptune-logo.png) no-repeat top left;
  background-size: 300px 50px;
  display: block;
  width: 300px;
  height: 50px;
}

#submitBtn {
  box-shadow: inset 0px 1px 0px 0px #249759;
  background: linear-gradient(0deg, #0c6535 50%, #249759 100%);
  background-color: #249759;
  border-radius: 3px;
  border: 1px solid #0c6535;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 24px;  
  text-shadow: 0px 1px 0px #000000;
}

#submitBtn:hover {
  background: linear-gradient(180deg, #0c6535 50%, #249759 100%);
  background-color: #249759;
}

#submitBtn:active {
  position:relative;
  top:1px;
}


/* Header */

#mainIndex, #header_right {
  height: 74px !important;
}

#mainIndex {
  background-image: none;
  background: linear-gradient(180deg, #fff 45%, #828181 100%);
  border-bottom: 4px solid #153472;
}

#mainIndex #logo {
  background: url(/img/header/neptune-logo.png) no-repeat top left;  
  background-size: 300px 50px; 
  margin: 8px 0  0 20px;
}

#mainIndex #header_right {
  color: #0c6535;
}

#mainIndex > p, #header_right > .date {
  display: none;
}

#mainIndex #header_right .user_info {
  margin-top: 9px;
}

#btnUserAccount, #btnLogout {
  color: #0c6535 !important;
}

#btnUserAccount:hover, #btnLogout:hover {
  color: #153472 !important;
}

.toolbar_main_menu_button .x-btn-inner, .toolbar_btn_admin .x-btn-inner {
  color: #0c6535;
}    


/* Dashboard */

#quick_search-body {
  background-color: #153472;
  background: linear-gradient(180deg, #153472 60%, #36599f 100%)
}

.fcl-link span {
  color: #153472 !important;
}

.fcl-box h2 {
  color: #153472;
}

.fcl-top .fcl-top-left {
  color: #153472 !important;
}

#panel-1052-body > hr, #panel-1053-body > div > hr {
  color: #0c6535 !important;  
}