/*-----------------------------------------------------------------*/
/*                 OGW MODFLOW PAGES CUSTOM STLES                  */
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* -------------   Boxheading styles    ------------------- */


.mfboxsection {
	width: 98%;
	border: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.mfboxsection p {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -8px;
	margin-top: 8px;
}

.mfboxheading {
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

.mfhighlight { 
padding: 4px;
background-color: #efeff5;
 }



/*-----------------------------------------------------------------*/
/* -------------    Maroon Breakout Box Styles    ---------------- */

.breakout-box {
	width: 150px;
	float: right;
	margin: 12px;
	border: 1px solid #999999;
	border-radius: 6px;
	padding: 10px;
	background-color: #660033;
	color: white;
	font-weight: bold;
	font-size: 1em;
}

.breakout-box a:link, .breakout-box a:visited	{
	color: white;
	text-decoration: underline ;
	}
	
.breakout-box  a:hover, .breakout-box  a:active {
	color: #d57500;
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/
/* --  Nicely formatted table for list of documentation  --------- */


table.doc {
	text-align: left;
	font-family: Verdana;
	width: 80%;
	border: 2px #006699 solid;
	border-collapse: collapse;
	margin-left: 6px;
	margin-right: 6px
}

table.doc thead tr.hdr{
	border-bottom: 2px #006699 solid;
	border-collapse: collapse;
}

table.doc thead tr th {
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	background-color: #C0DBE9;
}

table.doc tbody tr td {
	font-size: .9em;
	font-weight: normal;
	color: black;
	padding-bottom: 6px;
	padding-top: 6px;
}

table.doc tbody {
	border-bottom: 1px #006699 dashed;
}

table.doc tbody tr td.divider{
	border-bottom: 1px #006699 dashed;
	line-height: 1px;
}

.backbluelightogw {
	background-color: #C0DBE9;
	}

table.doc tbody tr td {
	border-right: 1px #006699 solid;
	border-bottom: 1px #006699 dashed;
}

table.doc thead tr.hdr th {
	border-right: 1px #006699 solid;
	border-bottom: 2px #006699 solid;
}


/*-----------------------------------------------------------------*/
/* ----------------------- Blue Big Box ---------------------------*/

.fancy	{
	width: 800px;
	margin: 16px;
	border-radius: 1em;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 1em;
	background-color: #006699;
	line-height: 1.24em;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	background-color: #304c6a;
}

.fancy a:link, .fancy a:visited	{
	color: white;
	text-decoration: underline ;
	}
	
.fancy  a:hover, .fancy  a:active {
	color: #d57500;
	text-decoration: underline;
}

