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

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

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

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

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

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

ul li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

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

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


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

.superHeader {
  color: rgb(130,128,154);
  background-color: rgb(33,50,66);
  text-align: right;
  margin: 0;
  padding: 0.5ex 10px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}

.midHeader {
  color: white;
  background-color: rgb(61,92,122);
  margin: 0;
  padding: 0.26ex 10px;
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  color: white;
  background-color: rgb(117,144,174);
  margin: 0;
  padding: 0.5ex 10px;
}

.subHeader a, .subHeader .highlight {
  color: white;
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.subHeader a:hover, .subHeader .highlight {
  /*color: rgb(255,204,0);*/
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
}


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

#main-copy {
  margin: 0;
  padding: 0.5em 10px;
  clear: left;
}

#main-copy h1 {
  color: rgb(117,144,174);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  margin: 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 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

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

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

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

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

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

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

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  /*border-left: 1px solid rgb(204,204,204);*/
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
  width: 28%;
  padding: 0 1.9%;
 
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
  border-right:1px solid rgb(204,204,204);
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

/* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove
 * that don't require the creation of new classes - but which are not
 * supported by MSIE - are the following:
 *
 * .rowOfBoxes > div:first-child {
 *   border-left: none;
 * }
 *
 * .rowOfBoxes + .rowOfBoxes {
 *   border-top: 1px solid rgb(204,204,204);
 * }
 */


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

#footer {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  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);
	/*background-color: #FF8A00;*/
	padding:0px 5px 0px 5px;

}

.LegendBlockSection3 {
	/*width: 100%;*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  color: rgb(255,255,255);
	background-color: rgb(61,92,122);
	/*background-color: #FF8A00;*/
	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;
	bottom:0;
}

#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%;
	}
