/* ++++++++++++++++++++++++++++++++++++
     CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/

/* border colors */

/* border surrounding entire content area */
#contentborder 
{border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; }

/* border surrounding container */
#containerborder { border: solid 1px #4a4a4a; }

/* colors of the main navigation menu - text only*/

/* color for the 1st child navigation menu links */
.MainMenu_MenuItem
{ 
color:#000; 
}

/* color for the top level navigation menu links */
.MainMenu_RootMenuItem
{
color:#000;
}

/*color for the top level navigation menu links when hovered */
.MainMenu_RootMenuItemHover
{
color: #62655b;
}

/* color for the child navigation menu links when hovered */
.MainMenu_SubMenuItemHover
{
color: #62655b;
}


/* Footer Styles */
#FooterContainer { background: #000000; }
#Footer { color: #FFFFFF; }
#Footer a {color: #FFFFFF; }
#Footer a:hover { color: #FFFFFF; }


/* heading colors */
h1 { color: #62655b; }	
h2 { color: #000000; }	
h3 { color: #1A3C8E; }	
h4 { color: #1A3C8E; }



/* tag line text colors */
.tagline { color: #62655b; }
.tagline2 { color: #b27706;}

/* general styles */
a:link { color: #1A3C8E;  }
a:visited { color: #62655b; }
a:active { color: #4581d0;  }
a:hover { color: #62655b;  }

.menu { margin: 0; }
.menu a:link { color: #000; text-decoration: none; }
.menu a:visited { color: #1A3C8E; text-decoration: none; }
.menu a:active { color: #62655b; text-decoration: none; }
.menu a:hover { color: #62655b; text-decoration: underline; }
.menu ul { margin: 5px 0 0 0; padding: 0; }
.menu li { margin-left: 0; }
.menu li a:link { color: #4581d0; text-decoration: none; }
.menu li a:active { color: #4581d0; text-decoration: none; }
.menu li a:hover { color: #4581d0; text-decoration: underline; }
.menu li a:visited { color: #4581d0; text-decoration: none; }

.caption    { color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, 

Helvetica, sans-serif; font-style: italic}

.lineacross { color: #A0C3DF; border-bottom: 1px solid #A0C3DF; }

#dnn_ContentPane td {font-size: 1.0em;}
#dnn_TopPane li {font-size: 1.0em;}
#dnn_TopPane p {font-size: 1.0em;}

#dnn_LeftPane {}
#dnn_RightPane {}
#dnn_FarRightPane {}
#dnn_TitlePane {}
#dnn_BottomPane {}

/* Horizontal rule (horizontal line) style */
hr { }

/* ++++++++++++++++++++++++++++++++++++
     End of CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/



/* added for staff-related pages */

/* adds solid bar at top of table */
td#top {
  border-top: 10px solid rgb(94, 81, 47);
  }
  
table#browntop td {
  background-color: #E6E6CC;
  padding: 1px;
  font-size:12px;
  }

h1#title {
  font-variant: small-caps;
  text-align: center;
  color: #000000; /* otherwise sand colored from portal.css */
  }

td.heading {
  text-align: center;
  font-weight: bold;
  }

/* end  */




td.bold {
  // background-color: #E6E6CC;
  padding: 1px;
  font-weight: bold;
  }

div.content {
	padding: 15px;
	font-size: 12px;
	}
ul#larger li {
	font-size: 12px;
	list-style: circle;
	}


/* Used ONLY on Karst Reporting Form page TabId 21808*/

table.dgs_container {
  empty-cells: show;
  text-align: left;
  background: #FFFFEE; /*  #E6E6CC; */
  border-width: 1px;
  border-style: solid;
  border-color: #5E512F;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:100%;
padding: 20px;
  }
  
table.dgs_container td li {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  list-style-type: disc;
}

table.dgs_container td p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* text-indent: 12px; this was used for a small indentation */
  font-size: 1.0em;
}

table.dgs_container td p.noindent {
  font-family: Verdana, Arial, Helvetica, sans-serif;This 
  text-indent: 0px;
  font-size: 1.0em;
}

table.dgs_container td p.title {
  font-weight: bold;
  font-family: "Avant Garde", Verdana, Arial, Helvetica, "Century Gothic", sans-serif;
  text-align: center;
}

table.dgs_container td p.header {
  /* font-weight: bold; */
  font-family: "Avant Garde", Verdana, Arial, Helvetica, "Century Gothic", sans-serif;
  font-size: 1.4em;
  color: #000 /* #5E512F; */
  text-align: center;
  text-indent: 0px;
}

table.dgs_container td p.caption {
  font-weight: normal;
  font-family: Times, serif;
  font-size: 1.0em;
  color: #000000; /* #5E512F; */
  text-align: center;
  text-indent: 0px;
}

.dgs_container a:link { color: #0033cc; text-decoration: none; }
.dgs_container a:hover { color: #0033cc; text-decoration: underline; }
.dgs_container a:active { color: #0033cc; text-decoration: none; }
.dgs_container a:visited { color: #003399; text-decoration: none; }


