body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

#frame {
    margin: 0;
    width: 100%;
}

#header {
    margin: 0;
    padding: 0;
    background-image: url( ../images/header_bkground.gif );
    background-repeat: repeat-x;
    background-color: black;
}

#columnLeft {
    position: absolute;
    left: 5px;
    top: 45px;
    float: left;
    width: 245px;
    margin-left: 0px;
    padding-top: 1em;
    font-size: 9pt; /** line-height: 18pt; */
}

#columnLeft p {
    margin-top: 0;
}

#columnRight {
    width: 700px;
    margin: 0px 0px 0px 245px;
    padding: 10px 10px 10px 30px;
    /**
    background-image: url(../images/left_bg_shadow.gif);
    background-repeat: repeat-y;
    background-position: 0px;
    */
    font-size: 10pt;
    line-height: 15pt;
}

#columnRight1 {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font-size: 10pt;
    line-height: 15pt;
}

#footer {
    clear: both;
    font-size: 10pt;
    text-align: center;
    /**
    border-top: 1px solid #807F84;
    background-image: url(../images/footer_shadow.gif);
    background-repeat: repeat-x;
    */
}

/** style for IL standard number */
.number {
    text-align: center
}

.dragdrop {
    position: relative;
    height: 20px;
}

.flash {
}

h1 {
    font-size: 11pt;
    font-weight: bold;
    color: #555555;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    float: left;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    color: #003366;
}

a {
    color: #000;
}

.para1 {
    font-size: 10pt;
    line-height: 15pt;
}

.para2 {
    font-size: 10pt;
    line-height: 15pt;
    margin: 20px;
    display: block; /** background-color: #C5CBEB; */
    background-color: #DFE2F3;
    padding: 10px;
    border: 2px solid #003060;
}

.para2 li {
    font-size: 10pt;
    line-height: 15pt;
}

.para3 {
    font-size: 10pt;
    line-height: 15pt;
    margin: 20px;
    display: block;
    background-color: #CCF1A6;
    padding: 10px;
    border: 2px solid #196407;
}

.para3 li {
    font-size: 10pt;
    line-height: 15pt;
}

.para4 {
    font-size: 10pt;
    line-height: 15pt;
    margin: 20px;
    display: block;
    background-color: #E3E2E2;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.para4 li {
    font-size: 10pt;
    line-height: 18pt;
}

.para5 {
    font-size: 10pt;
    line-height: 18pt;
    margin: 50px;
    display: block;
    padding: 0px;
    border: 1px solid #003060;
}

.para5 li {
    font-size: 10pt;
    line-height: 18pt;
}

/** Blue with dark blue border sans serif: */
.para6 {
    font-size: 10pt;
    line-height: 15pt;
    margin: 20px;
    display: block;
    background-color: #DFE2F3;
    padding: 10px;
    border: 2px solid #003060;
}

.para6 li {
    font-size: 10pt;
    line-height: 15pt;
}

/** Light green with grey dotted border */
.para7 {
    font-size: 10pt;
    line-height: 15pt;
    margin: 20px;
    display: block;
    background-color: #BFD9EB;
    padding: 10px;
    border: 2px dotted #B6B6B6;
}

.para_yellow_orb {
    font-size: 10pt;
    line-height: 18pt;
    background-image: url( ../images/sm_yellow_orb.gif );
    background-repeat: no-repeat;
    text-indent: 30px;
}

.para_blue_orb {
    font-size: 10pt;
    line-height: 18pt;
    background-image: url( ../images/sm_blue_orb.gif );
    background-repeat: no-repeat;
    text-indent: 30px;
}

.para_yellow {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 18pt;
    margin: 20px;
    display: block;
    background-color: #FAEB85;
    padding: 10px;
    border: 1px solid #FDC234;
}

.line {
    background-color: #999;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

.rightColumnTitle {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 25px;
}

td.table, td.tableHead {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 0px;
    border-color: #aaaaaa;
}

td.tableHead {
    background-color: #999;
    color: #fff;
    font-weight: bold;
}

tr.tableAlt {
    background-color: #eee;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: "Courier New", monospace;
    font-size: 12px;
}

textarea, input.text, select {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

input.submit {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

input.checkbox, input.radio {
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4, .searchresult a {
    display: block;
    margin-bottom: 2px;
}

a:link#left_arrow, a:visited#left_arrow {
    display: block;
    float: left;
    width: 75px;
    height: 51px;
    padding-right: 20px;
    padding-bottom: 10px;
    background: #fff url( ../images/arrow_left_low.gif ) no-repeat left top;
}

a:hover#left_arrow {
    display: block;
    float: left;
    width: 75px;
    height: 51px;
    padding-right: 20px;
    padding-bottom: 10px;
    background: #fff url( ../images/arrow_left_high.gif ) no-repeat left top;
}

a:link#right_arrow, a:visited#right_arrow {
    display: block;
    float: right;
    width: 75px;
    height: 51px;
    padding-left: 5px;
    padding-bottom: 10px;
    background: #fff url( ../images/arrow_right_low.gif ) no-repeat left top;
}

a:hover#right_arrow {
    display: block;
    float: right;
    width: 75px;
    height: 51px;
    padding-left: 5px;
    padding-bottom: 10px;
    background: #fff url( ../images/arrow_right_high.gif ) no-repeat left top;
}

a#left_arrow img, a#right_arrow img {
    display: none;
}

/** style for print button */
#printButton {
    float: right;
    margin-top: 7px;
}

/** style for back to Modules button */
#backToModules {
    float: right;
    margin-top: 7px;
    margin-right: 50px;
}

/** div tag to include both h1 title and print button */
#pageTitle {
    border-bottom: 1px solid #555555;
    float: left;
    width: 100%;
}

#arrowNav {
}

img {
    display: inline;
}

/* sss = Standard section summary. */
.sss, .ssstitle {
	background:#ccf1a6;
	border:2px solid #196407;
	float:left;
	margin:0 0 10px 0;
	padding:12px 8px;
	width:670px;
}

.ssstitle {
	font-weight:bold;
}

/* There are 4 columns of text within the sss. */
.ssscol, .sssnum  {
	display:inline;
	float:left;
	padding:0 8px;
	width:150px;
}

/* The first column which is the standard number. */
.sssnum  {
	width:114px;
}

/* Images within the column need to be sort of centered. */
.sssimg  {
	margin:15px 0 0 -18px;
	text-align:center;
	width:100%;
}

/** style for answer text */
.answer {
	color: #00f000;
}

/** style for feedback in question paragraph */
.feedback {
    margin-top: 10px;
    padding: 10px;
    background-color: #CCF1A6;
    border: 2px dotted #196407;
    display: none;
} 

/** style for fixed tooltip text */
#fixedtipdiv{
    position: absolute;
    padding: 2px;
    border: 1px solid black;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
}

/* style for printing */
@media
print
{

/* hide from printing */
#header,
    #columnLeft,
    #arrowNav,
    #printButton,
    #backToModules {
    display: none;
}

#columnRight {
    margin-left: 0px;
    width: 90%;
}

/* hide image from printing */
img {
    display: none;
}

/* hide flash from printing */
.flash {
    display: none;
}

}
