/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

ol {
  margin: -0.25em 0 1em 0;
  /*padding: 0;*/
  padding: 0 0 0 2.5em;
}

ul {
  list-style-type: square;
  margin: -0.25em 0 1em 0;
  /*padding: 0;*/
  padding: 0 0 0 2.5em;
}

dl {
  margin: 0 0 1em 0;
  padding: 0;
}

ul li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

ol li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.doNotPrint {
  display: none;
}


/* ##### Header ##### */

#header {
}

.superHeader {
  display: none;
}

.midHeader {
  color: black;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.headerTitle {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0 0 1ex 0;
}

.headerLinks {
  display: none;
}

.subHeader {
  display: none;
}


/* ##### Side Menu ##### */

#side-bar {
  display: none !important;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

.h11 {
  color: rgb(117,144,174);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 180%;
  margin: 0;
  padding: 1.5ex 0 0 0;
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#main-copy h1 + h2 {
  padding-top: 0;
}

#main-copy p {
  margin: 0 0 2ex 0;
  padding: 0;
}

h2 a:after {
  content: "" !important;
}

.newsDate {
  font-style: italic;
  margin: 0;
  padding: 0;
  display: inline;
}

.newsDate:before {  /* Prints an '[' before the news item's date. Doesn't work in MSIE */
  content: "[";
  font-style: normal;
}

.newsDate:after {  /* Prints a ']' after the news item's date. Doesn't work in MSIE */
  content: "]";
  font-style: normal;
}

.newsSummary {
  display: inline;
  margin: 0 0 0 1ex !important;
  padding: 0;
}

.more {
  display: none;
}

.smallCaps {
  font-variant: small-caps;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 0;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 100%;
  text-align: center;
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
  display: block;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

/* ##### Michu ##### */
.newsHeading2 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading2:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.CodeHeader,
.SqlHeader,
.HtmlHeader {
	width:98%;
	color: #000;
	margin: 0px auto 0px auto;
	font-weight:bold;
	padding: 3px;
	background-color:#FDDBCC;
	background-repeat: no-repeat;
}

.CodeMainContent,
.SqlMainContent,
.HtmlMainContent {
	font-family: Courier, Courier New, Verdana, Arial;
	color: #465584;
	background-color: #FAFCFE;
	border: 1px dotted #000;
	padding: 2px;
	width:98%;
	margin: 0px auto 0px auto;
	/*overflow: auto;
	height: 200px;*/
}

.BlockSection {
	/*width: 100%;*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #FF8A00;
	/*background-color: #FEF7C5;*/
	padding: 10px;
}

.LegendBlockSection {
	/*width: 100%;*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
	/*background-color: #FEF7C5;*/

}

.LegendBlockSection2 {
	/*width: 100%;*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  color: rgb(255,255,255);
	background-color: rgb(117,144,174);
	padding:0px 5px 0px 5px;

}

.more2 {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more2 a {
  color: rgb(61,92,122);
  background-color: transparent;
  font-size: 92%;
  text-decoration: none;
  margin: 0;
  padding: 0.25ex 0.75ex;
}

.more2 a:hover {
  color: rgb(117,144,174);
  text-decoration: underline;
}

/* ##### Footer2 ##### */

.G11Line1 {
  line-height: 0.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FF8A00;
	background-repeat: no-repeat;
}

.G11Line2 {
  line-height: 0.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FF8A00;
	background-repeat: no-repeat;
}

#footer2 {
  color: white;
  background-color: rgb(61,92,122);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 0ex 0px 6px 0px;
  clear: left;
}

#footer2 a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer2 a:hover {
  text-decoration: none;
}

.TextRight {
  text-align: right;
}

.TextLeft {
  text-align: left;
}

.g11Line {
  line-height: 0.1em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:rgb(61,92,122);
	background-repeat: no-repeat;
}

.color1 {
  color: rgb(61,92,122);
}

.left_cell {
  color:#003399;
  text-align: 'left';
  vertical-align: 'top';
  border-top: 2px dotted;
  padding-top: 2px;
  width: 35%;
}
.right_cell{
  text-align: 'left';
  vertical-align: 'top';
  border-top: 2px dotted;
  color:'#666666';
  padding-top: 2px;
  font-size:12px;
  width: 65%;
}
.explanation{
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: '11px';
  color:#999999;
}

.RightTitleImage {
	/*width: 21;*/
	/*height: 19;*/
	background: url(../images/t_icon.gif) no-repeat left;
}

.RightTopImage {
	/*width: 48;*/
	height: 21px;
	background: url(../images/top.jpg) no-repeat right;
}
.footerbottom{/*let footer bottom 0*/
	position:absolute;
	bottom:0;
	width:100%;
	}