﻿/* http://woork.blogspot.com/2008/01/three-column-fixed-layout-structure.html */

/* VARIABLES: call with var(varName) 
	xlarge:	font-size:20px; <-- find/replace this value
	large:	font-size:18px; <-- find/replace this value
	medium:	font-size:16px; <-- find/replace this value
	medsm:  font-size:14px; <-- find/replace this value
	small:	font-size:12px; <-- find/replace this value
	xsmall:	font-size:10px; <-- find/replace this value

    logoOptionsBlue:	142, 180, 227; #8EB4E3
    navLinkBlue:		198, 217, 241; #C6D9F1

    BGLightBlue:	    204, 214, 234; #CCD6EA
	veryLightBlue:	    234, 238, 246; #EAEEF6

	tAR Blue:	        198, 217, 241; #C6D9F1

    H1 Dark Blue:       31, 73, 125; #186ab7
    H2 Light Blue:	    85, 142, 213; #558ED5
*/

/* background: #999; /* for non-css3 browsers */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#EEEEEE'); /* for IE */
/* background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#EEE)); /* for webkit browsers */
/* background: -moz-linear-gradient(top,  #DDD,  #EEE); /* for firefox 3.6+ */ 


/* PAGE FRAMEWORK */
* {margin: 0;}
html, body, form {height:100%;}

#wrapper {position:relative; width:100%; min-width:1000px; min-height:100%;}						/* Sticky Footer: padding-bottom = footer's height */					
  #page {position:relative; width:100%; min-width:1000px; background:#FFFFFF; padding-bottom:150px; overflow:hidden;}	/* Sticky Footer: padding-bottom = footer's height */					
    #head {position:relative; width:100%; min-width:1000px; height:50px; background:#000000; border-bottom:2px solid #8EB4E3;}		/* 100% wide Black Header; use to have border-bottom:1px solid #AAA; */		
      #header {position:relative; width:1000px; margin:0px auto;}
        #headerL {position:relative; top:5px; float:left; width:250px; text-align:left;}
        #headerR {position:relative; top:8px; float:right; width:740px; text-align:right; color:#C6D9F1;}
    #contentNarrow {position:relative; width:600px; background:#FFFFFF; padding:0px; margin:0px auto; clear:both; overflow:hidden;}
    #contentWide {position:relative; width:1000px; background:#FFFFFF; padding:0px; margin:0px auto; clear:both; overflow:hidden;}
    #contentFull {position:relative; width:100%; background:#FFFFFF; padding:0px; margin:0px auto; clear:both; overflow:hidden;}

/* Sticky Footer: http://www.cssstickyfooter.com/using-sticky-footer-code.html */
#foot {position:relative; width:100%; min-width:1000px; background:#808080; margin-top:-150px; height:150px; clear:both;}	/* Sticky Footer: margin-top is negative value of footer height */
  #footer {position:relative; text-align:center; width:1000px; margin:0px auto; padding:5px; color:#C6D9F1;}

/* Page Section Layouts */
#WidePageWrapper {position:relative; width:1000px; margin:0px auto;}
 #wp2ColMain {position:relative; top:10px; float:left; width:590px; text-align:left; padding:0 10px 0 0;}
 #wp2ColRight {position:relative; top:10px; float:left; width:400px; text-align:left; padding:0px;}

 #wp3ColLeft {position:relative; top:10px; float:left; width:90px; text-align:left; padding:0 10px 0 0;}
 #wp3ColMain {position:relative; top:10px; float:left; width:490px; text-align:left; padding:0 10px 0 0;}
 #wp3ColRight {position:relative; top:10px; float:left; width:400px; text-align:left; padding:0px;}

.homeBox {position:relative; top:10px; float:left; width:248px; height:200px; text-align:left; border:1px; border-style:dotted; background-color:#EAEEF6; padding:10px; margin:10px 20px;}
/* End Section layouts */


/* Sticky Footer: Opera Fix */
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
  div.spacer {position:static; width:100%; height:71px; clear:both; border:none;} /* Solves an issue about container height */
  div.spacer2 {clear:both; height:10px; display:block; border:none;} /* Solves an issue about container height */
  div.mgrHeader {width:100%; height:50px; border-bottom:1px solid #CCC; background:#EAEEF6; padding-top:15px;}

  #alert {position:absolute; top:150px; left:50%; margin-left:-200px; z-index:5;}
/* END PAGE FRAMEWORK */


/* REDEFINE HTML TAGS */
/*body {background-image:url('images/bg.png'); background-repeat:repeat-x; text-align: center; margin:0px auto; border:none; padding:0px;}*/
body {text-align:left; border:none; padding:0px; margin:0px auto;}
form {font-family:Calibri, Arial; font-size:16px; color:#000000; padding:0px; margin:0px;}
p {border:none; padding:0px 10px 16px 0px; margin:0px;}
p.modRight {font-size:14px; padding:0px 0px 5px 0px;}
p.modRightStrong {font-size:14px; font-weight:bold; padding:0px 0px 5px 0px;}

table {border:none; padding:3px; margin:0px; border-collapse:collapse;}
tr {border:none; padding:3px; margin:0px;}
td {border:none; padding:3px; margin:0px;}

input {font-family:Calibri, Arial; font-size:12px; padding:none; margin:0px;}
/* .input {font-family:Calibri, Arial; font-size:16px; padding:none; margin:0px; border:1px solid rgb(169, 169, 169); background: rgb(136, 83, 17);} */
/* input.text {font-size:14px; padding:none; margin:0px;} */
textarea {font-family:Calibri, Arial; font-size:12px; color:#333333;}

h1 {font-size:28px; color:#186ab7; font-weight:normal; text-rendering:optimizeLegibility; padding:6px 0; margin:10px 0; width:100%;}
h2 {font-size:20px; color:#558ED5; font-weight:normal; border-bottom:none; padding:3px 0 0 0; margin:0px;}
h2.line {border-bottom:solid 1px #808080; width:100%;} 
h3 {font-size:14px; color:#666; font-weight:normal; border-bottom:none; padding:2px 0 0 0; margin:0px;}

.m1 {font-size:14px; color:#1F497D; border-bottom:none; padding:0px; margin:none;}

a:link, a:visited {color:#558ED5; text-decoration:none;}
a:hover {text-decoration:none; color:#1F497D; text-decoration:underline;}
a.nav:link, a.nav:visited {font-size:16px; color:#C6D9F1; text-decoration:none;}
a.nav:hover {font-size:16px; color:#FFFFFF; text-decoration:underline;}
a.foot:link, a.foot:visited {font-size:16px; color:#C6D9F1; text-decoration:none;}
a.foot:hover {font-size:16px; color:#FFFFFF; text-decoration:underline;}

a.logoLink {text-decoration:none; border:none; clear:none;}
a.logoLink:hover {text-decoration:none; border:none; cursor:auto;}
a.linkMed {font-size:14px;}
a.linkSm {font-size:10px;}

img.embedTopLeft {float:left; vertical-align:text-top; border-right:10px solid #fff; border-bottom:10px solid #fff}
img.imageButton {cursor:pointer;}
/* REDEFINE HTML TAGS */


/* Lite Hi/Lo styles */
.sStyleLo {
	background-color: LawnGreen;     /* Gold, GoldenRod, Orange, OrangeRed, DarkOrange */
}
.sStyleLo2 {
	background-color: #BFFF7E;     /* Gold, GoldenRod, Orange, OrangeRed, DarkOrange */
}
.sStyleHi2 {
	background-color: #FFEC7E;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
.sStyleHi {
	background-color: Gold;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
/* Dark Hi/Lo styles */
.sStyleDarkLo {
	color: rgb(0, 252, 0);     /* Gold, GoldenRod, Orange, OrangeRed, DarkOrange */
}
.sStyleDarkLo2 {
	color: rgb(19, 192, 3);     /* Gold, GoldenRod, Orange, OrangeRed, DarkOrange */
}
.sStyleDarkHi2 {
	color: #FFEC7E;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
.sStyleDarkHi {
	color: rgb(255, 127, 0);    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}

.sStyleBGRedLt {
	background-color: #ffbcbc;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
.sStyleBGRed {
	background-color: #ff4444;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
.sStyleBGGray {
	background-color: #ddd;    /* LawnGreen, Chartreuse, Lime, LimeGreen */
}
.blinkText {
	animation: blink 2s ease infinite;
}

/* underline styles */
.under {
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.dblunder {
  text-decoration-line: underline;
  text-decoration-style: double;
}

/* these are used for creating tableless grids (e.g. viewVolScanner.aspx) */
.stdDiv {
	border-collapse: collapse;
	/* border-spacing: 0px; */
	padding: 0px;
	margin: 0px;
}
.stdSpan {
	width: 50px;
	height: 20px;
	font-size: 12px;
	display: inline-block;
	font-family: Helvetica, sans-serif, Arial;
	border-collapse: collapse;
	/* border-spacing: 0px; */
	padding: 0px;
	margin: 0px;
}
.stdHeader {
	font-weight: bold;
}
.stdBdr {
	border-left: 1px black solid;
}


/* TopNav Styles [http://htmldog.com/articles/suckerfish/dropdowns/] */
/* another lighter version: http://cssdeck.com/labs/another-simple-css3-dropdown-menu */ 
.sfmenu, .sfmenu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sfmenu {
	float: right;           /* dvb.. no affect */
}
.sfmenu li {
	position: relative;
	float: right;           /* dvb.. 'right' justifies entire sfmenu to right AND dropdown wrappers to left but orders li's from right-to-left */
	color: yellow;          /* Dropdown txtColor: #8EB4E3 - OVERRIDDEN BY 'A' TAG */

	/*background: #000;*/   /* dvb.. L1 BG Color: #000000 */
	white-space: nowrap;    /* no need for Supersubs plugin */
	white-space: normal;    /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .4s;
	transition: background .4s;
}
.sfmenu ul {
	position: absolute;
	display: none;
	float: right;           /* dvb.. no affect */
	top: 100%;
	left: 0;
	z-index: 99;

	min-width: 140px; /* allow long menu items to determine submenu width */
	width: 140px; /* no auto sub width for IE7, see white-space comment below */
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
.sf-menu > li {
	/*float: right;         dvb.. no affect */
}
.sfmenu li:hover > ul,
.sfmenu li.sfHover > ul {
	display: block;
	background: purple;     /* dvb.. #8EB4E3 */
	/*background-color: #8EB4E3;*/
}
.sfmenu a {
	display: block;
	position: relative;
	float: left;            /* dvb.. justifies L2 dropdown text to the left */
	
	padding: 2px 15px;      /* dvb.. cellpadding */
	text-decoration: none;
	zoom: 1;                /* IE7... but for what? */
	color: #D1DFFF;         /* dvb.. affects color of L1 link text #D1DFFF - WORKS */
}
.sfmenu a:hover {
	color: #ffffff;         /* dvb.. affects color of all link hover text - WORKS */
}
.sfmenu li:hover,
.sfmenu li.sfHover {
	color: orange;          /* dvb.. Hover txtColor: #D1DFFF or #335BAD - OVERRIDDEN BY 'A' TAG */
	background: #8EB4E3;    /* dvb.. Hover BG-Color: #8EB4E3 */
	/*background-color: #8EB4E3;*/
	
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* L2 */
.sfmenu ul li {
	position: relative;
	float: left;
	color: green;         /* Dropdown txtColor: #8EB4E3 - OVERRIDDEN BY 'A' TAG */
	background: #D1DFFF;    /* Dropdown BG-Color: #D1DFFF */

	min-width: 140px;       /* allow long menu items to determine submenu width */
	white-space: nowrap;    /* no need for Supersubs plugin */
	white-space: normal;    /* ...unless you support IE7 (let it wrap) */
}
.sfmenu ul li a {
	color: #335BAD;            /* dvb.. affects color of L2 link text #335BAD - WORKS */
}

/* L3... not used */
.sfmenu ul ul {
	top: 0;
	left: 100%;
}
/*.sfmenu ul ul li {
	background: green;      
}*/
/* END TopNav */


/* OTHER CUSTOM CLASSES */
/* for ModalPopups */
.ModalPopupBG {background:Black; filter:alpha(opacity=40); opacity:0.4;}	/* Gray or #666699 */
.ModalPopup {width:300px; height:140px; background-color:#FFFFFF; border-width:1px; border-color:Black; border-style:solid; padding:0px;}	/* white or #FFFFDD */ 
.ModalPopupHeader {background-color:#8EB4E3; height:25px; text-align:left; vertical-align:middle; padding:2px 5px; font-weight:bold;}	/* Gray or #EEEECC */
.ModalPopupHeaderImg {float:left; width:30px; vertical-align:middle;}
.ModalPopupHeaderTxt {float:left; vertical-align:baseline; padding:5px;}
.ModalPopupBody {padding:15px;}
.ModalPopupControls {padding:0px;}
.ModalBackground {background-color:Black; filter:alpha(opacity=90);	opacity:0.8;}

/* Standard Content [Default: font-family:Calibri, Arial; font-size:16px; color:#000000; padding:none; margin:0px;] */
.fGrey {color:#666;}
.fOrange {color:orange;}
.fRed {color:red;}
.fBlue {color:#186ab7;}
.fGreen {color:green;}
.fXS {font-size:12px;}
.fSm {font-size:14px;}
.fMd {font-size:16px;}
.fLg {font-size:18px;}
.fXL {font-size:20px;}
.ContentLarge {font-size:18px;}
.ContentMedium {font-size:16px;}
.ContentSmall {font-size:14px;}
.ContentXSmall {font-size:12px;}
.ContentXXSmall {font-size:10px;}
.ContentBlueLarge {color:#558ED5; font-size:18px;}
.ContentBlueMedium {color:#558ED5; font-size:16px;}
.ContentBlueSmall {color:#558ED5; font-size:14px;}
.ContentBlueXSmall {color:#558ED5; font-size:12px;}
.ContentBlueXXSmall {color:#558ED5; font-size:10px;}
.ContentDarkBlueLarge {color:#186ab7; font-size:18px;}
.ContentDarkBlueMedium {color:#186ab7; font-size:16px;}
.ContentDarkBlueSmall {color:#186ab7; font-size:14px;}
.ContentDarkBlueXSmall {color:#186ab7; font-size:12px;}
.ContentDarkBlueXXSmall {color:#186ab7; font-size:10px;}
.Footer {color:#EEEEEE; font-size:11px;}  
.DataGrid {font-size:12px; width:960px; margin:0 auto;}  
.DataGrid tr {line-height:22px;}
.DataGrid input {font-size:12px;}

/* Err Text */
.Err {color:#FF0000; font-size:16px;}
.ErrSm {color:#FF0000; font-size:14px;}
.ErrXSm {color:#FF0000; font-size:10px;}
.noErr {color:#186ab7; font-size:16px;}
.noErrSm {color:#186ab7; font-size:14px;}
.noErrXSm {color:#186ab7; font-size:10px;}
.BlackSm {color:#000000; font-size:14px;}
.Err {color:#FF0000; font-size:16px;}
.Err {color:#FF0000; font-size:16px;}
.Err {color:#FF0000; font-size:16px;}
.Err {color:#FF0000; font-size:16px;}
.Err {color:#FF0000; font-size:16px;}
.Err {color:#FF0000; font-size:16px;}

/* Links */
.Link1Medium {cursor:pointer; text-decoration:none; font-family:Calibri, Arial; color:#0069FF; font-size:16px;}
.Link1Small {cursor:pointer; text-decoration:none; font-family:Calibri, Arial; color:#0069FF; font-size:14px;}
.Link1XSmall {cursor:pointer; text-decoration:none; font-family:Calibri, Arial; color:#0069FF; font-size:10px;}
.LinkDisabledMedium {cursor:default; text-decoration:none; font-family:Calibri, Arial; color:#666666; font-size:16px;}
.LinkDisabledSmall {cursor:default; text-decoration:none; font-family:Calibri, Arial; color:#666666; font-size:14px;}
.LinkDisabledXSmall {cursor:default; text-decoration:none; font-family:Calibri, Arial; color:#666666; font-size:10px;}


/* Btn1 Blue Buttons */
input[type="submit"].btn1{
	display: inline-block;
	color:#FFF;					
	text-decoration: none;
	background-color: #0099ff;	
	border:none !important;	
	cursor:hand;
	border-radius:3px;			/* CSS3 */ 
	-moz-border-radius:3px;		/* Firefox */
	-webkit-border-radius:3px;	/* Safari and Chrome */
	-webkit-appearance: none;	/* iPad / Safari */
}
input[type="submit"].btn1:hover {background-color: #66c2ff;}
input.btnXSmall {font-size:8px;	padding:2px 3px 3px 3px; width:40px; overflow:visible;}     /* width and overflow solve IE padding issue */
input.btnSmall {font-size:14px;	padding:5px 10px 7px 10px;width:auto;overflow:visible;}		/* for Briefing Search */
input.btnLarge {font-size:16px;	padding:8px 15px; width:auto; overflow:visible;}            /* default Button */
input.btnXLarge {font-size:24px; padding:10px 15px; width:auto; overflow:visible;}
/* END Btn1 STYLES */

#spxAction {
	border-collapse: collapse;
}

#spxAction td {
	padding:0 0 0 5px;
	margin:0px;
}

/* START MESSAGE BOX STYLES */
.message {
  width: 100%;
  padding: 10px;
  color: white;
  opacity: 1;
  display: inline-block;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.message.success {background-color: #4CAF50;}  /* rgb(183, 255, 185) */
.message.info {background-color: #2196F3;} /* rgb(124, 192, 248) */
.message.warning {background-color: #ff9800;} /* #ffca7b */
.message.critical {background-color: #f44336;}  /* #ff6161 */

.msgX {
  /* margin-left: 15px; */
  margin-right: 30px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.msgX:hover {
  color: black;
}
/* END MESSAGE BOX STYLES */
