/** MAIN ******************************************************************************************/

* { margin: 0; padding: 0; outline: none }

.clear { clear: both }

/** AURAL BROWSERS ********************************************************************************/

#skipnav { text-align: left }
#skipnav a { left: -9999px; overflow: hidden; position: absolute }

/** PAGE LAYOUT ***********************************************************************************/

.wrapper { clear: both }

/** STICKY FOOTER *********************************************************************************/

html { height: 100%; overflow-y: scroll }
body { display: table; width: 100%; height: 100%; min-height: 100% }

#main { display: table-row; height: 100% }

/** EXTERNAL TOOLTIP ******************************************************************************/

div#tipDiv {
	position: absolute; visibility: hidden; left: 0; top: 0; z-index: 500; background: #fdf9f0; border: 1px solid #666666;
	width: auto; height: auto; padding: 7px 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	font-weight: normal; color: #000000; text-decoration: none; text-align: left
}

#tipDiv table td { background: #fdf9f0; color: #555; height: 1em; padding: 2px }
#tipDiv table { border-bottom: none }
#tipDiv table th { border-bottom: none; padding: 2px 2px 5px }

#tipDiv div.tip { font-size: 13px; margin: 1em }
#tipDiv div.tip strong { display: block }
#tipDiv div.tip b { margin: 1em 0; display: block }

