/*(c) - Copyright 1997-2016 Latitude Technologies Inc.  All Rights reserved. */
/* CSS Document */
/*Themes - color and font */
#pageWrapper, #masthead, #leftMasthead, #centerMasthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li {
	border-color: #D2D2CF;
}

/* Different customers may have different background-color and box-shadow. */
body {
	background-color: #99bbdd;  /* CHANGE HERE!! for different customers */
	color: #000;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}
#pageWrapper {
	font-size: 75%;	/* set your default font size here. */
	background-color: #ffffff;
}
#outerColumnContainer{
	border-left-color: #ffffff;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
}

#masthead, #leftMasthead, #centerMasthead{
	background-color: #ffffff;
	color: #000000;
}

#leftMasthead, #centerMasthead {
	border-bottom:1px solid #6688cf;
}

/*
#centerMasthead {
	border-left:2px solid #ffff00;
}
#middleColumn .inside{
	border-top: solid 1px #6688cf;
	border-left:solid 1px #6688cf;
}
*/

/* for jQuery dataTables
add the class dataTableStyle to the top <table> element */
 
.dataTableStyle{
	border-collapse:collapse;
	border:1px solid #98b4c8;
}
.dataTableStyle td{
	border:1px solid #98b4c8;
}
.dataTableStyle tr:nth-child(odd) {
  background-color: #dfe7f2;
  color: #000000;
}

.vnav {font-size:90%;}
.vnav h3{font-size:110%;}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active{
	text-decoration: none; color: #00f;	/*background-color: #336699;*/
}
.vnav ul li a:hover {
	text-decoration: none;
	background-color: #6688cf;
	color: #000000;
}
/*.vnav ul{border: solid 1px #6688cf; border-bottom:none;}*/ /*This puts a border around the each subgroup of links on the side nav*/
.vnav ul li {
	border-bottom: solid 1px #ffffff;
}

#rightColumn .inside {
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#footer {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

.fieldSetBox {
	border:1px solid #6688cf;
}

div.sub-header
{
	BACKGROUND: none;
	COLOR:#000000; BORDER: none;
	/*color:#000000; font-size:1.1em; font-weight:bold; border:1px solid outset #000099; background-color:#98C8EF;*/
}
.header-row {
	BACKGROUND-COLOR: #201A99;
	color: #ffffff;
}
/*
	Form related stuff: 
	borderColor: this is for coloring up the form fields when the focus set on them.
*/
.borderColor {
	border-top:2px solid #3399FF! important;
	border-right:1px solid #3399FF! important;
	border-bottom:1px solid #3399FF! important;
	border-left:2px solid #3399FF! important; 
	BACKGROUND-COLOR: #FFFFFF ! important;
}

.submit {
	BORDER-LEFT-COLOR: #acb5b5! important;
	BACKGROUND: url(/images/ptms_vus/themes/blue_lagoon/background_button_3.gif) #fefefe repeat-x; 
	BORDER-BOTTOM-COLOR: #6f7777! important;
	BORDER-TOP-COLOR: #c4cccc! important; 
	BORDER-RIGHT-COLOR: #acb5b5! important;
	COLOR:#2b333c;
	text-shadow:1px 1px 1px white;
}
.submit:hover {
	BORDER:3px double #6699ff;
	color:#833;
}
.submit:unknown {
	BORDER-LEFT-COLOR: #94da78! important;
	BORDER-BOTTOM-COLOR: #6ab94b! important; 
	BORDER-TOP-COLOR: #aedf9a! important;
	BORDER-RIGHT-COLOR: #94da78! important
}
.submit:visited {
	COLOR: #2b333c
}

div.form-label, div.form-label-small, div.form-label-medium, div.form-label-big {
	COLOR:#000000;
	font-size: 0.9em;
	font-weight:bold;
}
div.form-field {
	COLOR:#000000;
	font-size: 0.9em;
}

tr.header, td.header {
	BACKGROUND-COLOR: #6E93DE;
	color: #ffffff;
}
tr.header2 {
	BACKGROUND-COLOR: #88b0f4;
	color: #ffffff;
}
tr.header3 {
	BACKGROUND-COLOR: #ccffff;
	color: #000099;
}

/*for alternating row colors*/
.rowColorOne {
	BACKGROUND-COLOR: #C8D5E1;
}
/*.rowColorTwo{BACKGROUND-COLOR: #FFFFCC;} -- Since noms were using the same color */
.rowColorTwo {
	BACKGROUND-COLOR: #99BBEE;
}

/*For high lighting a palinventory cell of a mismatch in numbers*/
.redCellColor {
	BACKGROUND-COLOR: #ff0000;
}

/*highlightRow color -- a color in green - 94C092 */
.highlightRowColor {
	BACKGROUND-COLOR: #9CE4E4;
} 

.tableTitle1 {
	background-color : #e5e5e5;
	font-weight : bold;
}
.tableTitle2 {
	background-color : #ffffef;
	font-weight : bold;
}

.cfwindowTitle {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px ##999;
}

.rrCodeNameStyle {
	border:1px inset #cccccc;
	width:29px;
	height:15px;
	text-align:left;
	background-color:##ffffff;
	padding:2px 1px 1px 1px;
	float:left;
	margin-left:3px;		
}

/*For seperating groups of rows */
.boxBorderTopHL {
	border-top:2px solid #990000;
}
.boxBorderBottomHL {
	border-bottom:2px solid #990000;
}
.boxBorderLeftHL {
	border-left:2px solid #990000;
}
.boxBorderRightHL {
	border-right:2px solid #990000;
}
.boxBorderTop, .bbt{
	border-top:1px solid #246;
}
.boxBorderBottom, .bbb{
	border-bottom:1px solid #246;
}
.boxBorderLeft, .bbl{
	border-left:1px solid #246;
}
.boxBorderRight, .bbr{
	border-right:1px solid #246;
}
.boxBorder{
	border:1px solid #246;
}

/*Calendar Specific*/
.otherMthCellColor {
	background-color:#dddddd;
}
.currentMthCellColor {
	background-color:#ffffff;
}
.currentDateCellColor {
	background-color:#afc1ed;
}

div.case_desc {
	background-color:#ffffcc;
	border:1px solid #000000;
}
div.cal_cell {
	border: 1px solid #000;
}

.cal_cell a, .cal_cell a:link, .cal_cell a:visited, .cal_cell a:active {	
	text-decoration: none; background-color:none;
}
.cal_cell_quadrant_left a:hover, .cal_cell_quadrant_right a:hover {
	text-decoration: none;
	background-color: #33FF00 ! important;
	color:#000000;
	font-weight:bold;
}
.cal_disp_date {
	font-weight:bold;
	font-size: 110%;
}
/*End calendar specific*/
.xsmallFont {
	font-size:50%;
}
.smallFont {
	font-size:75%;
}
.mediumFont {
	font-size:85%;
}

hr {
	COLOR: #6688cf;
}

.contextMenu {
	font-size:0.90em;
}

div.confirmationMessage {
	color:#000066
}

/* the div that holds the date picker calendar */
.dpDiv {
}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
