/* Very light blue = #c6e4f8
   mid blue = #6db4e3
   dark blue = #0079ca
   content bg = #ebf7ff
   */
   
body.mceContentBody, body { 
	background: #6db4e3; 
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

/* RESET */

* {
	font-family: open-sans;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, li  { margin-top: 2%; margin-bottom:2%; font-weight: normal }

/* NORMAL CLASS STYLES */

/* A */
 a, a:link, a:visited {
	text-decoration: none;
	color: #FF0000;
 }
 
 a:hover {
 	 color: #0079ca;
}
 

/* B */

.bigbutton {
	font-size:24px;
}

.button, input[type="button"], input[type="submit"]  {
	font-size: 18px;
	color: red;
	line-height: 18px;
	padding: 5px;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #999999;
	background-color: #DFDFDF;
}
.button:hover {
	background-color: #FFFFFF;
}
/* C */
#content {
	min-height: 500px !Important;
	width: 95%;
	max-width: 1200px;
	margin: 20px auto 0px auto;
}

#credit  {
	width: 98%;
	max-width: 1200px;
	margin: 20px auto 0px auto;
	font-size: 12px;
	color: #CCCCCC;
}

#credit a, #credit a:link, #credit a:visited {
	font-size: 12px;
	color: #CCCCCC;
}
/* D */

/* E */

/* F */

fieldset {
	margin: 20px 0px 10px 0px;
    border-radius: 5px;
}

#footer {
	padding: 20px;
    font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;	
}

"#formcontainer fieldset { }

#formcontainer input[type='text'] { }

#formcontainer select { }

#formcontainer textarea { }

.formmandatory {color: #FF0000; font-size:16px; line-height:10px;}

.formmandatory:after { content: "#"; }

.formmandatorytitle:after { content: " required fields"; }

.formtable { }

.formleftcol, .formrightcol { margin-top: 10px; padding:0px 10px 10px 0px;}

.formleftcol { font-weight: normal; font-style: italic; text-align:right; }

.formrightcol { }

.formitem {width:100%; margin: 15px 0px 3px 0px; }

.formfield {width:100%; margin: 2px 0px 5px 0px; line-height: 150%;}

.formnotestart {}

.formnote {clear: both; color: #009933; margin: 20px 0px 5px 0px; }

#formcheckcodeleft { float: left;}

#formcheckcoderight { float: left; margin: 0px 0px 0px 35px; }

#formsubmit { clear:both; margin: 60px 0px 0px 40px; }

.form_left_50 { width:49%; float:left; }

.form_right_50 { width:49%; float:right;}

.form_left_30 { width:31%; float:left; margin-right: 1%; }


.form_left_30_clear { clear: both; width:31%; float:left; margin-right: 1%; }

.form_left_20 { width:18%; float:left; margin-right: 1%; }

.form_clear { clear: both;}

.form_hidden { display: none; }

.forumfieldset { font-style: normal; font-size: 16px;}

/* G */

/* H */

#header {
	width: 100%;
	display:table;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	position:relative;
}

#header img {
	height: 140px;
	width: auto;
	float:left;
}
#headerstrapline {
	width:60%;
	margin: 70px auto 0px auto;
	color: #002799;
	font-size:19px;
	position:relative;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-size: 25px;
	line-height: 25px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
}

h5 {
	font-size: 16px;
	line-height: 16px;
}

h6 {
	font-size: 14px;
	line-height: 14px;
}
/* I */

#inventory {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
	}

.inventoryitem {
       border: 1px solid #cccccc;
       padding: 10px;
       text-align: center;
	   cursor: pointer;
}

input[type="text"] {
	width: 98%;
	padding: 5px;
	height: auto;
	font-size:13px;
}
/* J */

/* K */

/* L */

/* M */
#menublock {
	display: none;
}
#menuarea {
	background: #001F7F;
	height: 60px;
	padding: 10px;
}
.Vtcc_portal_employee {background: #001F7F !important;}
.Vtcc_portal_inductee {background: #007FFF !important;}
.Vtcc_portal_supplier {background: #ff0000 !important;}
.Vtcc_portal_inductee {background: #007FFF !important;}

#menuareaportal {
	/* background: #0079ca;
	background: -webkit-linear-gradient(left,  #0079ca, #c6e4f8);
	background: linear-gradient(left,  #0079ca, #c6e4f8); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079ca', endColorstr='#c6e4f8',GradientType=1 ); */

	background: #FFCC00;
	background: -moz-linear-gradient(left, #FFCC00, #c6e4f8);
	background: -webkit-linear-gradient(left, #FFCC00, #c6e4f8); 
	background: linear-gradient(left, #FFCC00, #c6e4f8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', endColorstr='#c6e4f8',GradientType=1 );

}

/* N */

#navbar {
	width: 98%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}

/* O */

/* P */

p { 
	font-size: 16px; 
	margin: 8px 0px 2px 0px;
}

/* Q */

/* R */

/* S */

select {
	padding: 5px;
	height: auto;
	font-size: 18px;
	font-family: open-sans;
}


/* T */

.timesheet_select_buttons {
	width: 100%;
	max-width: 400px;
	height: auto;
	font-size: 24px;
	padding: 10px;
}

.timsheet_form {
	display: grid;
	grid-gap: 15px;
	margin: 10px 0px 10px 0px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.timesheet_form div, .timesheet_field_div {
	border: 1px solid #69C8D0;
	padding: 5px
}

#table_top {
	width: 97%;
	max-width: 1200px;
	background-color: #FFFFFF;
	border-collapse:collapse;
	position: relative;
}

#tagline, #tagline2 {
    font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #FFD600;
}

#table_top_header {
	background-image: url(images/Faded_Header.jpg);
	top: 0px;
	right: 0px;
	background-repeat:no-repeat;
}

#table_menu {
	width: 100%
}

#table_menu_internal {
	width: 97%;
	max-width: 1200px;
	border-collapse:collapse;
}

#table_content {
	/*background-color: #ebf7ff; */
	width: 97%;
	max-width: 1200px;
	border-collapse:collapse;
	/* border: 1px solid #0079ca; */
	margin-top: 20px;
	min-height: 500px !Important;
}

#table1 {
    font-size:13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    width:100%;
    border-collapse:collapse;
}
#table1 td, #table1 th {
       border:1px solid #FFFFFF;
       padding:7px;
	   vertical-align:top;
}
#table1 th {
	text-align: left;
	background-color: #0079ca;
	color: #ffffff;
	font-weight: bold;
}
#table1 th A {
	color:#ffffff;
}
#table1 tr:nth-child(odd) {
	background-color:#D0EAFC ;
}
#table1 tr:nth-child(even) {
	background-color: #EFF7FC;
}
#table1 tr:hover {
	background-color: #FFCC00;
}
.table2 tr:hover {
	background-color: #F8E8AB !Important;
}
/* U */

/* V */

/* W */

.warning {
	color: #C39800;
	border: 1px solid #C39800;
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
}

.wrong_answer {
    background-color: #FFCC66;
}

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A Mobile */

/* B Mobile */

/* C Mobile */

/* D Mobile */

/* E Mobile */

/* F Mobile */

/* G Mobile */

/* H Mobile */

#headerstrapline {
	width:100%;
	margin: 20px 0px 0px 0px;
	color: #002799;
	font-size:19px;
	position:relative;
	text-align: left;
}
.hideOnMobile {
	display:none;
	}
	
/* I Mobile */

img { 
max-width: 100%;
height: auto;
}

input[type="text"] {
	width: 98%;
	padding: 10px;
	height: auto;
	font-size:17px;
}

/* J Mobile */

/* K Mobile */

/* L Mobile */

/* M Mobile */

#menublock {
	display: block;
	 font-family: atrament-web, Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	
}

#menuarea {
	height: auto;
	display:table;
	width:100%;
}



/* N Mobile */

#navbar {
	display: none;
}

/* O Mobile */

/* P Mobile */

/* Q Mobile */

/* R Mobile */

/* S Mobile */

/* T Mobile */

#table

.timesheet_select_buttons {
	font-size: 30px;
	padding: 20px;
}

.timsheet_form {
	grid-gap: 10px;
	margin: 10px 0px 10px 0px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}


#tagline, #tagline2 {
    right: 0px;
	bottom: 0px;
	padding: 10px;
	font-size: 12px;
	color: #C4A500;
}

#table1 {
    font-size:15px;
}
#table1 td, #table1 th {
       padding:9px;
}

/* U Mobile */

/* V Mobile */

/* W Mobile */

/* X Mobile */

/* Y Mobile */

/* Z Mobile */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

.galleryThumbnail {
	height:30px;
	cursor: pointer;
}
#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}
#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* END ==================================================== */

