*{ margin: 0; padding: 0; } body { /*background-image: url("http://localhost/images/bgLines.gif");*/ /*background-repeat: no-repeat;*/ /*background-attachment: fixed; */ /* background-color: #369;*/ background-color: #FFF; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-align: center; margin: 0px auto; margin-top: 20px; word-wrap: break-word; } /* TinyMCE specific rules */ body.mceContentBody { background: #FCFCFC; text-align: left; margin: 10px; } a:link {color: #00F; text-decoration: underline;} a:visited {color: #00F; text-decoration: underline;} a:active {color: #00F; text-decoration: underline;} a:hover {color: #00F; font-weight: none; text-decoration: underline;} .container { text-align: left; vertical-align: top; margin: 0px auto; padding: 0px; width: 750px; background-color: #FFF; border-bottom: 0px #333 solid; border-right: 0px #333 solid; border: 0px #999 solid; } .container p { margin: 10px 0 0px 0px; } .container hr { margin: 10px 0 10px 0px; color: #000; height: 1px; } .content { float: left; clear: both; margin: 0px auto; width: 100%; padding: 0px; text-align: left; vertical-align: top; /* background-color: #E4F3E4;*/ /* background-color: #DDDFD7;*/ background-color: #FFF; /* width: 750px;*/ /* height: 100% auto;*/ } .content p { margin: 10px 0 0px 0px; } .content hr { margin: 10px 0 10px 0px; color: #000; height: 1px; } .content ul { margin: 0px 30px 0px 30px; } .content h1 { font-size: 16pt; line-height: 120%; } .rightContent { padding: 5px; border: 1px #F0F0F0 solid; background-color: #ECEBE6; } .leftContent { padding: 3px; width: 160px; text-align: left; border-right: 0px #000 solid; } .HighlightLabel { height: 20px auto; padding: 5px; margin: 0 0px 0px 0; background-color: #000; color: #FFF; font-family: sans-serif, Arial, Verdana, Helvetica; font-size: 13pt; font-weight: bold; } .errortext { float: left; color: #F00; margin: 0px 0 10px 20px; } .footer { clear: both; margin: 10px 0 10px 0; padding: 10px; /* width: 640px;*/ text-align: right; font-size: 8pt; border-top: 1px #DDD solid; // background-color: #999; // color: #FFF; /* font-weight: bold;*/ } .borderImage img {border: 2px #00F solid;} .borderImage:hover img {border: 2px #F00 solid;} .borderImage:hover {color: #ABA;} // irrelevant definition used to overcome IE bug h1 { margin: 10px 0 10px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; } h2 { // margin: 0px; margin: 10px 0 6px 0px; font-size: 14px; } h2 p { margin-bottom: 10px}; h3 { margin: 10px 0 10px 0px; font-size: 12px; } table { vertical-align: top; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000; margin: 0 0 0 0; padding: 0 0 0 0; } table td { empty-cells: show; } #navcontainer { clear: both; margin: 20px 0 0 0; } #navlist { text-align: left; padding: 2px 0px; /* margin-top: 20px;*/ margin-left: 0px; border-bottom: 1px solid #778; font: bold 11px Verdana, sans-serif; } #navlist ul { float: left; width: 12em; margin: 0; padding: 0; list-style: none; } #navlist li { list-style: none; margin: 0px 0 0 0; display: inline; line-height: 250%; } #navlist li a { padding: 3px 0.5em; margin: 0px 0 0px 3px; border: 1px solid #778; border-bottom: none; background: #000; text-decoration: none; } #navlist li a:link { color: #FFF; } #navlist li a:visited { color: #FFF; } #navlist li a:hover { color: #000; background: #FC0; border: 1px #000 solid; } #navlist li a#current { background: white; } #navlistApplyNow { padding: 2px 0; margin-left: 0; border-bottom: 1px solid #778; font: bold 13px Verdana, sans-serif; } #navlistApplyNow li { list-style: none; margin: 0; display: inline; } #navlistApplyNow li a { padding: 3px 0.5em; margin-left: 3px; border: 1px solid #778; border-bottom: none; background: #F9F9F9; /*text-decoration: none;*/ } #navlistApplyNow li a:link { color: #00F } #navlistApplyNow li a:visited { color: #00F; } #navlistApplyNow li a:hover { color: #000; background: #F0F0F0; border-color: #227; } #navlistApplyNow li a#current { background: white; border-bottom: 1px solid white; } #dhtmltooltip { position: absolute; width: 150px; border: 2px solid black; padding: 2px; background-color: lightyellow; visibility: hidden; z-index: 100; /* Remove below line to remove shadow. Below line should always appear last within this CSS */ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); }