@charset "utf-8";
/* CSS Document */

/* 	VARIABLES
	¬¬¬¬¬¬¬¬¬¬¬¬¬¬
	Dark Blue: #001558

	
	Light Blue: #b46bb2
	
/* *********************MAIN LAYOUT STYLES */
body {
	margin: 0px;
	background-repeat: repeat-x ;
	background-color: #FFFFFF;
	background-image: url(../images/tile-x.jpg);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	
}
iframe {
	z-index: 0;
} 
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #001558;
}
h1 span{
	font-size: 14px;
	line-height:14px;
	font-weight: normal;
	color: #ffffff;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #001558;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
input {
	background-image: url(../images/input-x.gif);
	background-repeat: repeat-x;
	padding: 3px;
	height: 27px;
	border: 1px solid #CCC;
	outline: none;
}
file {
	background-image: url(../images/input-x.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	padding: 3px;
	height: 30px;
	border: 1px solid #CCC;
	
}
Select {
	background-image: url(../images/input-x.gif);
	background-repeat: repeat-x;
	padding: 3px;
	height: 24px;
	border: 1px solid #CCC;
}
textarea {
	width:99%;
	border:solid 1px #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/input-x.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2px;
}
a:link, a:visited  {
	color: #001558;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #001558;
	text-decoration: underline;
	outline: none;
}
.TxtWhite {
	color: #FFFFFF;
}
.Message-Pass {
	font-size: 14px;
	font-weight: normal;
	color: #060;
	text-decoration: none;
	background-color: #E1FFE1;
	padding: 5px;
	width: 100% inherit;
	border: 1px solid #060;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.Message-Pass-Tick{
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/msg-tick.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.Message-Alert {
	font-size: 14px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
	background-color: #FFE1E1;
	padding: 5px;
	width: 100% inherit;
	border: 1px solid #900;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.Message-Alert-Tick{
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/msg-fail.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.Message-Text{
	float: left;
	margin-left: 10px;
	height: auto;
}
.ERROR {
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: underline;
}
a img { border: none; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* *********************HEADER STYLES */
.header {
	height:217px;
	width:100%;
}
.header .t1, .header .t2  {
	width:100%;
	overflow:hidden;
}
.header .t1 .logo {
	height:49px;
	padding-top:5px;
	width:40%;
	float:left;
}
.header .t1 .right {
	padding-top:15px;
	height:64px;
	width:40%;
	float:right;
}
.header .t1 .right .user {
	text-align:right;
	font-size: 16px;
	color:#001558;
}
.header .t1 .right .logout, .header .t1 .right .logout a {
	padding-top:5px;
	text-align:right;
	font-size: 12px;
	color:#001558;
}
.header .t2 .page-title {
	margin-top:15px;
	height: 35px;
	color: #FFF;
	color: #FFF;
	text-shadow: 0 1.5px #7b1214;
}
.header .t2 .page-title H1 {
	padding:0px;
	margin:0px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.header .t3 {
	width:auto;
	height:31px;
	margin-top: 5px;
}

.header .t3 .menu-item {
	width:auto;
	height:23px;
	float:left;
	color: #fff;
	font-size:12px;
	padding: 6px 15px 2px 15px;
	margin-right:3px;
	background-image:url(../images/btn-off-tile-x.png);
	background-repeat:repeat-x; 
	background-position: center center; 
	background-size: 35px auto;
	border-radius: 7px 7px 0px 0px;
	cursor:pointer;
	-moz-box-shadow: 0 -1px 5px #333;
	-webkit-box-shadow: 0 -1px 5px#333;
	box-shadow: 0 -1px 3px #333;
}

.header .t3 .menu-item-active {
	width:auto;
	height:23px;
	float:left;
	color: #001558;
	font-size:12px;
	padding: 6px 15px 2px 15px;
	margin-right:3px;
	background-image:none;
	background-color: #fff;
	border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	cursor:pointer;
}
.header .t3 .menu-item .menu-icon-news, .header .t3 .menu-item-active .menu-icon-news {
	width:20px;
	height:20px;
	background-image:url(../images/icons/newsletter.png);
	background-repeat:repeat-x; 
	background-position: center center; 
	background-size: contain;
	cursor:pointer;
}
.header .t3 .menu-item .menu-icon-news-on, .header .t3 .menu-item-active .menu-icon-news-on {
	width:20px;
	height:20px;
	background-image:url(../images/icons/newsletter-on.png);
	background-repeat:repeat-x; 
	background-position: center center; 
	background-size: contain;
	cursor:pointer;
}
.header .t3 .menu-item .menu-icon-directory, .header .t3 .menu-item-active .menu-icon-directory {
	width:20px;
	height:20px;
	background-image:url(../images/icons/contact.png);
	background-repeat:repeat-x; 
	background-position: center center; 
	background-size: contain;
	cursor:pointer;
}
.header .t3 .menu-item .menu-icon-directory-on, .header .t3 .menu-item-active .menu-icon-directory-on {
	width:20px;
	height:20px;
	background-image:url(../images/icons/contact-on.png);
	background-repeat:repeat-x; 
	background-position: center center; 
	background-size: contain;
	cursor:pointer;
}
.header .t3 .menu-icon-contact {
	width:auto;
	height:26px;
	float:right;
	color: #fff;
	font-size:12px;
	padding: 2px 15px 2px 15px;
	margin-right:3px;
	background-image:url(../images/icons/contact.png);
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: contain;
	border-radius: 7px 7px 0px 0px;
	cursor:pointer;
	-moz-box-shadow: 0 -1px 5px #333;
	-webkit-box-shadow: 0 -1px 5px#333;
	box-shadow: 0 -1px 3px #333;
}
.header .t3 .menu-icon-contact-on {
	width:auto;
	height:26px;
	float:right;
	color: #fff;
	font-size:12px;
	padding: 2px 15px 2px 15px;
	margin-right:3px;
	background-image:url(../images/icons/contact-on.png);
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: contain;
	border-radius: 7px 7px 0px 0px;
	cursor:pointer;
	-moz-box-shadow: 0 -1px 5px #333;
	-webkit-box-shadow: 0 -1px 5px#333;
	box-shadow: 0 -1px 3px #333;
}
.header .t4 {
	width:auto;
	height:25px;
	margin-top: 10px;
}
.header .t4 span {
	font-size: 14px;
	color: #333;
}
.header .t4 a:link, .header .t4 a:visited  {
	color: #001558;
	text-decoration: none;
	outline: none;
}
.header .t4 a:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
}
/* DROP DOWN STYLES*/

/* *********************MAIN CONTENT STYLES */
.main-content{
	padding: 12px;
	border: 1px solid #CCC;
	margin-top: 20px;
	background-color: #efefef;
	overflow:hidden;

}
.main-alert{
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 20px;
	background-color:#cd9394;
	border:1px solid #7e1416;
	overflow:hidden;
	color: #7e1416;
	font-size:18px;
	text-align:center;

}
.main-alert span {
	font-size:12px;
}
/* JOB LAYOUT WITH RIGHT PANAL */
.main-content .job-left-col {
	overflow:hidden;
}
.main-content .job-right-col {
	float:right;
	width:300px;
	margin-left:20px;
}
/* // JOB LAYOUT WITH RIGHT PANAL */
.block-title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/block-title-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.block-title a{
	font-size: 10px;
	color: #FFF;	
}
.block-title-red{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/block-title-3-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.block-title-green{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/block-title-2-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.block-title-orange{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/block-title-1-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.block-title-orange a{
	color: #FFF;
}
.block-bottom{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
	margin-bottom:10px;
	height: auto;
	overflow: auto;
}
#tabs {overflow:hidden;}
#tabs .form-table td{
	color: #fff;
}
#tabs-main {overflow:hidden; margin-bottom:10px;}
.TaskList-Red {
	color: #FFF;
	background-color: #900;
}
.TaskList-Red a{
	color: #FFF;
}
.TaskList-Due {
	color: #900;
	background-color: #FFC4C4;
}
.TaskList-Due a{
	color: #900;
}
.TaskList-Complete {
	color: #999;
	text-decoration: line-through;
}

.PromptTask {
	font-size: 10px;
	color: #030;
	background-color: #DFD;
	padding: 5px;
	border: 1px solid #030;
	margin-top: 4px;
	margin-bottom: 4px;
}
.PromptTask a{
	font-size: 10px;
	color: #030;
}


/* *********************FOOTER NAVIGATION STYLES */
#Footer {
	padding: 12px;
	border: 1px solid #CCC;
	margin-top: 20px;
	overflow:hidden;
	
}

/* *********************LOGIN STYLES */
.Login-Box {
	height: 426px;
	width: 710px;
	margin-top: 30px;
}
.Login-Top {
	background-image: url(../images/Logon-Top.png);
	background-repeat: no-repeat;
	height: 148px;
	width: 650px;
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	text-decoration: underline;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	vertical-align: bottom;
}
.Login-BG {
	background-image: url(../images/Logon-BG.png);
	background-repeat: no-repeat;
	height: 283px;
	width: 670px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align:top;
}
.Login-Box-RESET {
	width: 710px;
	background-image: url(../images/password-reset-bg-tile.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	background-position: center;
}
.Login-Top-Reset {
	background-image: url(../images/Logon-Top-Reset.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 650px;
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	text-decoration: underline;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	vertical-align: bottom;
}
.Login-BG-Reset {
	background-image: url(../images/Logon-BG-Reset.jpg);
	background-repeat: no-repeat;
	width: 670px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: bottom;
}
.login-client-box {
	text-align:center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px; 
}
.login-client-box .row{
	width:90%;
	margin: 0 auto;
}

/* HOME PAGE STYLES */
.shortcut {
	float:left;
	width: 150px;
	height: 80px;
	text-align:center;
	cursor:pointer;
}
.shortcut .icon {
	width: 150px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px 64px;
}
.shortcut .label {
	width: 150px;
	height: 16px;
	font-size:14px;
	margin-top:2px;
	color:#001558;
	text-align: center;
}
#shortcut-message {
	display:none;
	width: 100%;
	height: 20px;
	background-color: rgba(189,207,1,0.2);
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}
/* *********************BUTTONS*/
.button-surround {
	float: right;
	width: auto;
	padding: 5px 12px 5px 5px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom:10px;
	height: 32px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	background-color: rgba(120,35,118,0.4);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	cursor:pointer;
}
.bs-red {
	background-color: rgba(135,0,0,0.4);
}
.button-surround .button-icon {
	float: left;
	width: 32px;
	overflow: hidden;
	margin-right: 5px;
	height: 32px;
	text-align: left;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}
.button-surround .button-label {
	float: none;
	width: auto;
	padding-top:7px;
	overflow: hidden;
	margin-left: 10px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	height: auto;
}
.button-surround .button-label a{
	
	font-size: 11px;
	color: #001558;
}
.lightbg {background-color: rgba(120,35,118,1);}
.lightbg .button-label {color: #fff;}
.lightbg .button-label a{color: #fff;}

.greenbg {background-color: rgba(21,199,8,0.5);}
.greenbg .button-label {color: #fff;}
.greenbg .button-label a{color: #fff;}

.redbg {background-color: rgba(199,8,8,0.5);}
.redbg .button-label {color: #fff;}
.redbg .button-label a{color: #fff;}

.button-surround .add {
	background-image: url(../images/icons/add.png);
	background-size:32px auto;
}
.button-surround .view {
	background-image: url(../images/icons/view_glasses.png);
	background-size:24px auto;
}
.button-surround .back {
	background-image: url(../images/icons/back.png);
	background-size:20px auto;
}
.button-surround .search {
	background-image: url(../images/icons/view-blue.png);
	background-size:20px auto;
}
.button-surround .discard {
	background-image: url(../images/icons/msg-fail.png);
	background-size:20px auto;
}
.button-surround .report {
	background-image: url(../images/icons/report.png);
	background-size:20px auto;
}
.button-surround .print {
	background-image: url(../images/icons/print-on.png);
	background-size:20px auto;
}
.button-surround .reset {
	background-image: url(../images/icons/reset.png);
	background-size:20px auto;
}
.button-surround .save {
	background-image: url(../images/icons/save.png);
	background-size:20px auto;
}
.button-surround .cancel {
	background-image: url(../images/icons/cancel.png);
	background-size:20px auto;
}
.button-surround .document {
	background-image: url(../images/icons/document.png);
	background-size:18px auto;
}
.button-surround .send {
	background-image: url(../images/icons/icon-right.png);
	background-size:30px auto;
}
.button-surround .tick {
	background-image: url(../images/icons/tick.png);
	background-size:30px auto;
}
.button-surround .download {
	background-image: url(../images/icons/download-on.png);
	background-size:20px auto;
}
/* STEP BOXES */
.step-row {
	height: 69px;
	width: auto;
	text-align: center;
}
.step-row .step-on{
	float: left;
	width: 100px;
	height: 69px;
	text-align: center;
	vertical-align: top;
}
.step-row .step-icon{
	width: 100px;
	height: 53px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
}
.step-row .step-on .step-label{
	width: 100px;
	height: 14px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
}
.step-row .step-space {
	float: left;
	width: 70px;
	height: 69px;
	background-image: url(../images/icons/step-border.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.step-row .step-off{
	float: left;
	width: 100px;
	height: 69px;
	text-align: center;
	vertical-align: top;
}
.step-row .step-off .step-label{
	width: 100px;
	height: 14px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
}
.step-row .step-off .step-label a{
	width: 100px;
	height: 14px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
}
.step-large-txt {
	font-size:14px;
	color: #666;
}
.form-button-rnd {
	margin-top: 10px;
	padding:12px 10px 12px 10px;
	width:auto;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	text-align: center;
	
	background-color: rgba(22,104,158,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	border:1px solid #001558;
	cursor: pointer;
}
.button-red {
	background-color: rgba(150,0,0,0.5);
	border-color: #960000;
}
.button-green {
	background-color: rgba(120,35,118,0.4);
	border-color: #060;
}

/*Image Library */
.image-cell-off {
	width: 90px;
	height: 90px;
	margin: 0 5px 10px 5px;
	float: left;
	
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: 90px Auto;
	
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.image-cell-on {
	width: 90px;
	height: 90px;
	margin: 0 5px 10px 5px;
	float: left;
	
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: 120px Auto;
	
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 1;
}
input[type=file]{
   color: #001558;
   background:none;
   border:none;
}
.summery-block{
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom:10px;
	overflow: hidden;
	width:100%;
	    box-sizing: border-box;
}
.summery-block H1{
	font-size: 16px;
	font-weight: normal;
	color:#b46bb2;
}

.summery-block-half{
	float:left;
	width: 48%;
	    box-sizing: border-box;
}

.summery-block-title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/block-title-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	    box-sizing: border-box;
}
.summery-block-title strong{
	color: #001558;
}
.summery-block-title-green{

	background-image: url(../images/block-title-2-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.summery-block-title-red{

	background-image: url(../images/block-title-3-x.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.summery-block-title a{
	font-size: 10px;
	color: #FFF;	
}
/* *********************FORM STYLES */
form .row, #form .row{
	overflow:hidden;
	box-sizing: border-box;
	width:100%;
	min-height:35px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5c5c;

}
form .highlight, #form .highlight{
	background-color: rgba(224,200,150,0.4);
	min-height:45px;
	padding-top:20px;
}
form .r-done, #form .r-done{
	background-color: rgba(0,0,0,0.5);
}
form .row .label, #form .row .label {
	float:left;
	width: 150px;
	color: #fff;
	font-size:12px;
	margin-top: 8px;
	padding-left: 5px;
	float:left;
	text-align:left;
	/*text-shadow: 0 1px  #000;*/
}
form .row .value, #form .row .value {
	width: auto;
	color: #001558;
	border: none;
	overflow:hidden;
	padding-left: 5px;
	float:left;
}
form .row .value-text, #form .row .value-text {
	width: auto;
	color: #d7c090;
	font-size:14px;
	border: none;
	overflow:hidden;
	padding-top: 10px;
	float:left;
}
form .row .nat-width {
	width: auto;
	margin-right:5px;
}
form .row .value-text span, #form .row .value-text span, form .row .value span, #form .row .value span,
form .row .label span, #form .row .label span {
	color: #d7c090;
	font-size:14px;
}
form .row .value select, #form .row .value select {
	width: 188px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #09446b;
	height:33px;
}

form .row .value input:not([type=checkbox]):not([type=submit]):not([type=file]), 
#form .row .value input:not([type=checkbox]):not([type=submit]):not([type=file]){
	width: 180px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #09446b;
}
form .row .value .input-alert {
	background-color: #7b1214;
	color:#FFF;
}
form .row .value input:([type=file]), #form .row .value input:([type=file]){
	border:none;
	height:33px;
}
form .row .value .browse-for-file, #form .row .value .browse-for-file {
	cursor:pointer;
	padding:0px;
	margin:0px;
}

form .row .value textarea, #form .row .value textarea {
	width: 100%;
	height: 200px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #09446b;
}
form .row .value .log-textarea, #form .row .value .log-textarea {
	height:160px
}

form .row .submit-value, #form .row .submit-value, form .row .submit-value-step {
	text-align: center;
}
form .row .submit-value-step {
	text-align: right !important;
}
.submit-value input[type=submit], .submit-value #submitUpdate
 {
	padding: 10px 50px 10px 50px;
	height:40px;
	margin:10px;
	background-color:#efefef;
	background-image: url(../images/btn-submit-tile-x.png);
	background-position:center center;
	border:1px solid #7b1214;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 1px #000;
  	-webkit-box-shadow: 0px 0px 3px 1px #000;
  	box-shadow: 0px 0px 3px 1px #000;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px #4e2300;
	cursor:pointer;
}
.submit-value-step input[type=submit], .submit-value-step input[type=button]{
	float:right;
	padding: 10px 50px 10px 50px;
	height:50px;
	margin:10px;
	background-color:#efefef;
	background-image:  url(../images/block-title-2-x.gif);
	background-position:center center;
	border:1px solid #060;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 1px #000;
  	-webkit-box-shadow: 0px 0px 3px 1px #000;
  	box-shadow: 0px 0px 3px 1px #000;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px #580402;
	cursor:pointer;
}
.submit-value input[type=button]{
	padding: 10px 50px 10px 50px;
	height:40px;
	margin:10px;
	background-color:#efefef;
	background-image: url(../images/btn-submit-tile-x.png);
	background-position:center center;
	border:1px solid #7b1214;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 1px #000;
  	-webkit-box-shadow: 0px 0px 3px 1px #000;
  	box-shadow: 0px 0px 3px 1px #000;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px #580402;
	cursor:pointer;
}
form .row .value .input-note {
	font-size:9px;
	color:#FFF;
	font-weight:normall
}
form .row .value-text .employee-icon {
	float:left;
	width:25px;
	height:25px;
	margin:0 0 0 30px;
	cursor:pointer;
	background-image:url(../images/icons/employees.png);
	background-repeat:no-repeat;
	background-size:contain;
}
form .row .value-text .edit-icon {
	float:left;
	width:25px;
	height:25px;
	margin:0 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/edit-on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
form .row .value .left-icon {
	float:left;
	width:35px;
	height:35px;
	margin:5px 0 0 5px;
	cursor:pointer;
	background-image:url(../images/icons/icon-left.png);
	background-repeat:no-repeat;
	background-size:contain;
}
form .row .value .right-icon {
	float:left;
	width:35px;
	height:35px;
	margin:5px 0 0 0px;
	cursor:pointer;
	background-image:url(../images/icons/icon-right.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.promocode .row{
	overflow:hidden;
	width:460px;
	min-height:35px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5c5c;

}
	.promocode .row .label {
		float:left;
		width: 100px;
		color: #fff;
		font-size:12px;
		margin-top: 8px;
		padding-left: 5px;
		float:left;
		text-align:left;
		/*text-shadow: 0 1px  #000;*/
	}
	.promocode .row .value {
		width: auto;
		color: #001558;
		border: none;
		overflow:hidden;
		padding-left: 5px;
		float:left;
	}
	.promocode .submit-value {
		width:auto;
		
	}
	.promocode .submit-value input[type=submit] {
		padding: 10px 25px 10px 25px;
		margin:00px;
		height:35px;
		background-image: url(../images/btn-submit-tile-x - Copy.png);
		border: 1px solid #006;
	}
/* *********************LIST STYLES */
.list-header {
	padding-top: 5px;
	height: 40px;
	width: 100%;
	background-color: rgba(120,35,118,0.4);
	overflow: hidden;
}
.list-header .name {
	float:left;
	padding-left: 10px;
	padding-top: 8px;
	height: 30px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}
.list-row {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	width:100%;
	float:none;
	min-height:25px;
	border-bottom: 1px dotted #666;
	overflow:hidden;
}
.list-row-red {
	background-color: rgba(135,0,0,0.4);
	color:#fff !important;
}
.list-row-notactive {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	width:100%;
	float:none;
	min-height:25px;
	border-bottom: 1px dotted #666;
	overflow:hidden;
}
.list-filter {
	padding: 10px;
	float:none;
	height: 20px;
	background-color: rgba(0,0,0,0.4);
	margin-top:30px;
}
.list-filter .label{
	float:left;
	color:#70a0c7;
	font-size:16px;
	margin-right:15px;
}
.list-filter .value{
	float:left;
	color:#fff;
	font-size:12px;
	width:auto;
	margin-right:5px;
}
.list-filter input{
	float:left;
	margin-top:-2px;
}
.list-row-total {
	padding-top: 5px;
	height: 40px;
	width: 100%;
	background-color: rgba(149,189,60,0.4);
}
.list-row-active {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	width:100%;
	min-height:25px;
	float:none;
	border-bottom: 1px dotted #666;
	background-color: rgba(0,0,0,0.3);
	cursor:pointer;
	overflow:hidden;
}
.list-row-active .go-icon-log {
	float:left;
	width:25px;
	height:25px;
	margin:5px 0 0 30px;
	cursor:pointer;
	background-image:url(../images/icons/go.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.list-row .go-icon-log {
	float:left;
	width:25px;
	height:25px;
	margin:5px 0 0 18px;
	cursor:pointer;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
}
.list-row .pdf-icon, .list-row-active .pdf-icon {
	float:left;
	width:25px;
	height:25px;
	margin:6px 0 0 18px;
	cursor:pointer;
	background-image:url(../images/icons/acrobat-pdf.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.list-row .blank-icon-log, .list-row-active .blank-icon-log  {
	float:left;
	width:20px;
	height:20px;
	margin:10px 0 0 10px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: none;
}
.list-row .link-icon-log, .list-row-active .link-icon-log  {
	float:left;
	width:20px;
	height:20px;
	margin:10px 0 0 10px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../images/icons/link.png);
}
.list-row .task-icon-log, .list-row-active .task-icon-log  {
	float:left;
	width:20px;
	height:20px;
	margin:10px 0 0 10px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../images/icons/task.png);
}
.list-row .pin-icon, .list-row-active .pin-icon  {
	float:left;
	width:20px;
	height:20px;
	margin:10px 0 0 10px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../images/icons/pin.png);
}
.list-row .paid-icon-log, .list-row-active .paid-icon-log {
	float:left;
	width:40px;
	height:25px;;
	margin:5px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/payment.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.list-row .delete-inv-icon-log, .list-row-active .delete-inv-icon-log,
.list-row .delete-inv-icon-log-off, .list-row-active .delete-inv-icon-log-off {
	float:left;
	width:20px;
	height:20px;;
	margin:8px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/delete-on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.list-row .email-inv-icon-log, .list-row-active .email-inv-icon-log,
.list-row .email-inv-icon-log-off, .list-row-active .email-inv-icon-log-off {
	float:left;
	width:20px;
	height:20px;;
	margin:8px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/email.png);
	background-repeat:no-repeat;
	background-size:contain;
}


.list-row-highlight {
	padding-top: 5px;
	color: #001558;
	height: auto;
	width:100%;
	float:none;
	min-height:40px;
	background-color: rgba(0,0,0,0.3);
	
}
.list-row .value, 
.list-row-highlight .value,
.list-row-active .value  {
	float:left;
	padding-left: 10px;
	padding-top: 8px;
	height: 32px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #b46bb2;
	text-align: left;
	vertical-align: middle;
}
.list-row .value-rem, 
.list-row-highlight .value-rem,
.list-row-active .value-rem  {
	padding-left: 10px;
	padding-top: 8px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d7a555;
	text-align: left;
	vertical-align: middle;
	overflow:hidden;
}
.list-row-total .value {
	float:left;
	padding-left: 10px;
	padding-top: 8px;
	height: 32px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}
.list-row .view, .list-row-highlight .view {
	padding: 10px 50px 10px 50px;
	height:40px;
	margin:10px;
	background-color:#efefef;
	background-image: url(../images/btn-submit-tile-x.png);
	background-position:center center;
	border:1px solid #001558;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 1px #000;
  	-webkit-box-shadow: 0px 0px 3px 1px #000;
  	box-shadow: 0px 0px 3px 1px #000;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px #001558;
	cursor:pointer;
}
.list-row .value-max, .list-row-active .value-max {

	padding-left: 10px;
	padding-top: 8px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
/* ROW ALERTS FOR TASKS */
.task-alert-1 {
	background-color: rgba(246,191,0,0.4);
}
.task-alert-2 {
	background-color: rgba(255,0,0,0.4);
}
.task-alert-1 .value, .task-alert-2 .value {
	color:#fff;
}
.pagination {
	width:auto;
	overflow:hidden;
	float:right;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
}
.pagination a {
	float:left;
	width:auto;
	padding:4px;
	min-width: 25px;
	border: 1px solid #000;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	margin-right:3px;
	text-align:center;
}

.pagination a:hover {
	float: left;
	width: auto;
	padding: 4px;
	min-width: 25px;
	border: 1px solid #4b7414;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	margin-right: 3px;
	text-align: center;
	background-color: rgba(120,35,118,0.4);
	text-decoration: none;
}
.pagination .active {
	background-color: rgba(120,35,118,0.4);
	border: 1px solid #4b7414;
}
.pagination-notice {
	margin-top:15px;
	width:100%;
	overflow:hidden;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
/* *********************JOB STYLES */
.job-panal .block {
	padding:10px !important;
}
.job-panal .row {
	overflow:hidden;
	width:100%;
	min-height:21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5c5c;
	margin-bottom:4px;
	padding-bottom: 4px;

}
.job-panal .row .label {
	float:left;
	width: 70px;
	color: #fff;
	font-size:11px;
	padding: 2px 0 0 5px;
	float:left;
}
.job-panal .row .value {
	width:auto;
	max-width: 180px;
	color: #e0c896;
	font-size:14px;
	border: none;
	float:left;
	font-size:14px;
}
.job-panal .row .value a {
	color: #e0c896;
}
.job-panal .row .value a:hover {
	color: #fff;
}
.job-panal .row .value span{
	color: #fff;
	;
}
.job-panal .row .go-icon {
	float:left;
	width:10px;
	height:10px;
	margin:5px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/go.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.job-panal .row .go-icon:hover {
	background-image:url(../images/icons/go-on.png);
	margin:6px 0 0 10px;
}
.job-panal .row .status {
	width: 220px;
	color: #e0c896;
	font-size:20px;
	float:left;
	margin-top:0px;
}
.job-panal .row .status span {
	width: auto;
	color: #fff;
	font-size:12px;
	
}

.job-panal .row .status-icon {
	float:right;
	width:25px;
	height:25px;
	margin:7px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/go.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.job-panal .row .status-icon:hover {
	background-image:url(../images/icons/go-on.png);
	margin:9px 0 0 10px;
}

.job-panal .row .go-icon {
	float:left;
	width:25px;
	height:15px;
	margin:7px 0 0 10px;
	cursor:pointer;
	background-image:url(../images/icons/go.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.job-panal .row .go-icon:hover {
	background-image:url(../images/icons/go-on.png);
	margin:9px 0 0 10px;
}b-panal .block .inser-list {
	line-height: 18px;
	padding: 0px 0 0 5px;
	margin-left: 15px;
	list-style-image: url(../images/bul.png);
}
#accordion p {}
#accordion p span{
	color:#e0c896;
	font-weight:bold;
}
/*DOCUMENT TEMPLATES */
.document-file-filename-input-off {
	color:#001558;
	font-style:italic;
	font-size: 16px;
	background-image: none;
	background-color: #fff;
	border: 1px solid transparent;
	height: 24px;
	width: 400px;
}
.document-file-filename-input-on {
	color:#001558;
	font-style:normal;
	font-size: 16px;
	height: 24px;
	width: 400px;
}
.documents-file-content-area {
	width:210mm;
	background-color:#FFF;
	margin-bottom: 12px;
}
.textarea-a4-portrait {
	height:297mm;/*377mm;*/
	width:210mm;/*218mm;*/
}
.documents-menu-icon-blank-bigfile {
	background-image: url(../images/icons/FileBlank.png);
	background-repeat: no-repeat;
	background-position: center center;

	float: left;
	height: 40px;
	width: 35px;
	margin-left:5px;
}
.documents-menu-edit-file-main {
	margin-top: 0px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	background-image: url(../images/icons/edit-file.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
}
.documents-menu-edit-file-on-main {
	margin-top: 2px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	background-image: url(../images/icons/edit-file-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
}
.documents-menu-delete-main-file {
	margin-top: 0px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/icons/delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
    overflow:hidden;
}
.documents-menu-delete-on-main {
	margin-top: 2px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/icons/delete-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
    overflow:hidden;
}
.documents-menu-undo-main {
	margin-top: 0px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	background-image: url(../images/icons/undo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
}
.documents-menu-undo-on-main {
	margin-top: 2px;
	float: left;
	height: 38px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	background-image: url(../images/icons/undo-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
}
.document-small-button {
	float: right;
	width: 160px;
	text-align:center;
	overflow: hidden;
	margin-top:10px;
	padding-top:8px;
	height: 24px;
	background-color: rgba(120,35,118,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	cursor:pointer;
}

#accordion p {}
#accordion p span{
	color:#001558;
	font-weight:bold;
}
/* *********************DIALOG STYLES */
.dialog .row{
	overflow:hidden;
	width:100%;
	min-height:25px;
	padding: 0px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5c5c;

}
.noBorder{
	border:none !important;
}
.dialog .col{
	overflow:hidden;
	width:365px;
	float:left;
}
.dialog .row .label {
	float:left;
	width: 120px;
	color: #fff;
	font-size:12px;
	margin-top: 8px;
	padding-left: 5px;
	float:left;
	text-align:left;
	/*text-shadow: 0 1px  #000;*/
}
.dialog .row .value {
	width: 500px;
	color: #b46bb2;
	border: none;
	overflow:hidden;
	padding-left: 5px;
	float:left;
	padding-top:5px;
}
.dialog .row .value-text {
	width: 500px;
	color: #b46bb2;
	font-size:14px;
	border: none;
	overflow:hidden;
	padding-top: 10px;
	float:left;
}
.dialog .row .value-text span{
	color: #fff;
}
.dialog .row .value select {
	width: 188px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #09446b;
	height:33px;
}

.dialog .row .value input:not([type=checkbox]):not([type=submit]):not([type=file]) {
	width: 180px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #09446b;
}
form .row .value input:([type=file]) {
	border:none;
	height:33px;
}
form .nBorder {border:none;}
.dialog .row .value .browse-for-file {
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.dialog .row .value textarea {
	width: 100%;
	height: 200px;
	background-color:#efefef;
	background-image:none;
	border:none;
	color: #001558;
}
.dialog .row .value .log-textarea {
	height:160px
}

.dialog .row .submit-value {
	text-align: center;
}
.dialog .row .submit-value input[type=submit]{
	padding: 10px 50px 10px 50px;
	height:40px;
	margin:10px;
	background-color:#efefef;
	background-image: url(../images/btn-submit-tile-x.png);
	background-position:center center;
	border:1px solid #001558;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-moz-box-shadow: 0px 0px 3px 1px #000;
  	-webkit-box-shadow: 0px 0px 3px 1px #000;
  	box-shadow: 0px 0px 3px 1px #000;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px #001558;
	cursor:pointer;
}
.dialog .row .value .input-note {
	font-size:9px;
	color:#FFF;
	font-weight:normall
}

.dialog-view, .dialog-view-attachments{
	
	display:inline-block;
	margin: 0px;
	margin-left: 10px;
	float: left;
	height: 19px;
	width: 19px;
	text-align: center;

	background-image: url(../images/icons/view-blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor:pointer;
}
.dialog-toggle-display{
	
	display:inline-block;
	margin: 0px;
	margin-left: 10px;
	float: left;
	height: 19px;
	width: 19px;
	text-align: center;

	background-image: url(../images/icons/refresh.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor:pointer;
}
.dialog-attach-file{
	
	display:inline-block;
	margin: 0px;
	margin-left: 10px;
	float: left;
	height: 19px;
	width: 19px;
	text-align: center;

	background-image: url(../images/icons/attach.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor:pointer;
}
.dialog-email {
	
	display:inline-block;
	margin: 0px;
	margin-left: 10px;
	float: left;
	height: 18px;
	width: 24px;
	text-align: center;
	cursor:pointer;
	background-image: url(../images/icons/email.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/* 2COL STYLES */
.two-col {
	overflow:hidden;
}
.two-col .right {
	width: 280px;
	float:right;
	margin-left:20px;

}
.two-col .left {
	background-color:green;
	margin-right:300px;
	border: 1px solid #cccccc;
	background-color:#fff;
	padding: 15px;
	overflow:hidden;
}
#image-tabs {overflow:hidden !important;}
.newsletter-block {
	height:320px;
	width:200px; 
	float:left; 
	overflow:hidden;
	margin-top: 10px;
	padding:15px;
	color: #fff;
	border: 1px solid #666;
	text-align:center;
	margin-right:10px;

}
.newsletter-block-active {
	height:320px;
	width:200px; 
	float:left; 
	overflow:hidden;
	margin-top: 10px;
	padding:15px;
	color: #fff;
	border: 1px solid #666;
	text-align:center;
	background-color: rgba(0,0,0,0.3);
	cursor:pointer;
	margin-right:10px;

}


.newsletter-block .newsletter-title, .newsletter-block-active .newsletter-title  {
	width:200px;
	text-align:center;
}
.newsletter-block .newsletter-title p, .newsletter-block-active .newsletter-title p {
	font-size:18px;
	text-align:center;
}
.sage-logo {
	color:#666;
	width:auto;
	padding:15px;
	margin:0 30px;
	background-color:#FFF;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
 	border-radius: 12px; 
}
.sage-logo a {
	color:#007359 !important;
}
.step-cart-row {
	overflow:hidden;
	width:600px;
	min-height:25px;
	padding: 5px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5c5c;
	margin:0 auto;

}





