﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background-color: #fff;
	font-size: 9pt;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
}

a:link, a:visited
{
	color: #0e4871;
}

a:hover
{
	color: #ff8d4e;
	text-decoration: none;
}

a:active
{
	color: #0e4871;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

dl 
{
	margin: 1em 0;
	padding: 0;
}
dt 
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
dd 
{
	/*width: 300px;*/
	margin: 0 0 0 150px;
	padding: 5px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	/*width: 90%;*/
	background-color: #fff;
	margin: 20px auto 0 auto;
	border: 1px solid #496077;
	width: 1024px;
}

.header
{
	position: relative;
	margin: 0;
	padding: 0;
	/*background: #782b90;*/
	background-color: black;
	width: 100%;
	background-image: url("/Images/value_banner.jpg");
	background-repeat: no-repeat;	
	height: 145px;
}

.header h1
{
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 270px;
	color: White;
	border: none;
	line-height: 2em;
	font-size: 2em;
	float:left;
}

.main
{
	padding: 30px 12px 0 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0 0 0;
	margin: 0 auto;
	text-align: left;
	line-height: normal;
	background-color: White;
	width: 960px;
}

.breadcrumb 
{
	position: relative;
	top: 65px;
	color: #4e5766;
	font-size: 1.1em;
	padding: 3px 0 0 5px;
}

.breadcrumb a {
	text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	position: relative;
	top: 65px;
	background-color: rgb(241,89,49);
	width: 100%;
	z-index: 2;
}

div.menu
{
	position: relative;
	padding: 4px 0 4px 8px;
}

div.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: rgb(241,89,49);
	border-right: 1px #fff solid;
	color: White;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: rgb(241,89,49);
	color: rgb(255,203,8);
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #0e4871;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

.required
{
	font-weight: bold;
}

/* FORM LAYOUT
----------------------------------------------------------*/
div.row .cell {
	display: inline-block;
}
div.row .label
{
	text-align: left;
	width: 300px;
	float: left;
}
.modalPanel .row .label {
	width: 150px;
}
div.row .input
{
	float: left;
}
div.row
{
	clear: both;
	padding: .15em;
}
input[type=text] 
{
	text-transform: uppercase;	
}
.login input[type=text], .register input[type=text]  
{
	text-transform:none;	
}

div.submit
{
	padding-top: 1em;
}


/* Message Notifications
----------------------------------------------------------*/
.info, .success, .warning, .error, .validation
{
	border: 1px solid;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info
{
	color: #00529B;
	background-color: #BDE5F8; /*background-image: url('info.png');*/
}
.success
{
	color: #4F8A10;
	background-color: #DFF2BF; /*background-image:url('success.png');*/
}
.warning
{
	color: #9F6000;
	background-color: #FEEFB3; /*background-image: url('warning.png');*/
}
.error
{
	color: #D8000C;
	background-color: #FFBABA; /*background-image: url('error.png');*/
}


/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
	position: relative;
	top: 75px;
}

.loginDisplay a:link
{
	color: White;
}

.loginDisplay a:visited
{
	color: White;
}

.loginDisplay a:hover
{
	color: White;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}
.panelHeading
{
	margin: 4px;
	border: thin groove #000080;
	background-color: #6699FF;
	padding: 4px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}

a > img
{
	border-style: none;
}

.rightf
{
	float: right;
}

.ButtonCell
{
	padding: 0 .5em 0 .5em;
}

th.left-header-column {
	vertical-align: text-top;
	padding-top: 1em;
}

/* MODALPOPUP
----------------------------------------------------------*/
.modalBackground
{
	background-color: #CCCCFF;
	filter: alpha(opacity=40);
	opacity: 0.5;
}

.modalPanel
{
	
	min-width: 300px;
	max-width: 700px;
	min-height: 50px;
	max-height: 600px;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #333;
	padding: 2px 2px 20px 2px;
	
}

.topBanner
{
	/*background: #036;*/
	background: #4e5766;
	color: #eee;
	font-size: 14px;
	height: 25px;
	text-align: right;
	margin-top: 0;
	padding-right: 10px;
}

.topRight
{
	color: #4e5766;
	float: right;
	height: 14px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	padding-right: 15px;
	text-align: right;
}
.topBanner a:link,
.topBanner a:visited,
.topBanner a:hover
{
	color: White;
	text-decoration: none;
	cursor: pointer;
}

.modalBody
{
	
	min-width: 300px;
	max-width: 700px;
	min-height: 25px;
	max-height: 570px;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #333;
	padding: 2px 2px 20px 2px;
	overflow-y: auto;
	
}

/* Release Notes
----------------------------------------------------------*/
span.rls-add, span.rls-chg, span.rls-fix 
{
	display: inline-block;
	width: 50px;
	margin-right: 10px;
}
span.rls-fix {
	background-color: yellow;	
}
span.rls-add 
{
	background-color: lightgreen;
}
span.rls-chg {
	background-color: lightblue;
}

/* jquery ui dialog
----------------------------------------------------------*/
.no-close .ui-dialog-titlebar-close 
{
	display: none;
}

.adjustedZIndex {
    z-index: 1;
}

/* spinner/loader NB: Not working from here, not being picked up
----------------------------------------------------------*/
.center-div {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}

.spinner {
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #ff8c00;
	border-right: 16px solid #800080;
	border-bottom: 16px solid #ff8c00;
	border-left: 16px solid #800080;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.inner-div {
	background-color: white;
	border-radius: 15px;
	margin: auto;
	padding: 2%;
	width: 150px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}