/* * style_LTR.css - The style sheet for left to right locales. * * (c) Trend Control Systems 2004 * */ body { background-color : #FFFFFF; font-size : 12; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } .mainlink{ color : #FFFFFF; text-align: center; vertical-align: middle; font-weight : bold; font-size: 12; text-decoration : none; } .disabledMainlink{ color : #C0C0C0; text-align: center; vertical-align: middle; font-weight : bold; font-size: 12; text-decoration : none; } .pageTitle { font-style : normal; font-family : inherit; font-size : 18; font-weight : bold; color : #FF6600; text-align : right; } .tableTitle { font-style : normal; font-family : inherit; font-size : 18; font-weight : bold; color : #FF6600; text-align : left; } a:hover.mainlink{ text-align: center; vertical-align: middle; color: #98C1CA; } a:hover { color : #000000; } .heading { background-color : #98C1CA; color : #000000; font-family : Verdana; font-size : 12; font-weight : bold; text-align: left; } .data{ background-color : #E9F1F3; color : #000000; font-family : Verdana; font-size : 12; clip: rect( ); } .pName{ background-color : #E9F1F3; color : #000000; font-family : Verdana; font-size : 12; clip: rect( ); font-weight : bold; } .pValue{ background-color : #E9F1F3; color : #000000; font-family : Verdana; font-size : 12; clip: rect( ); } a.mainData{ background-color : #ffffff; color : #000000; font-family : Verdana; font-size : 10; } a:hover.mainData{ background-color : #FF6600; color : #FFFFFF; font-family : Verdana; font-size : 10; } .mainData{ background-color : #ffffff; color : #000000; font-family : Verdana; font-size : 10; } .submenu { text-decoration : none; font-weight : bold; font-size: 12; color : #000000; } a.submenu { color : #000000; text-decoration : none; } a:hover.submenu { background-color : #98C1CA; color : #000000; text-decoration : none; } a.selected { text-decoration : none; font-weight : bold; font-size: 12; color : #000000; text-decoration : none; } a:hover.selected { color: #000000; text-decoration : none; } .selected { background-color : #98C1CA; color : #FFFFFF; text-decoration : none; } a.here { color: #FF6600; text-decoration: none; } a:hover.here{ color: #FF6600; text-decoration: none; } a.submit { color: #FF6600; text-decoration: none; } a:hover.submit{ color: #FF6600; text-decoration: none; } table { font-size: 12; } .mainTable { position: absolute; left: 0px; top: 0px; clip: rect( ) } select { background : #FFFFFF; color : #000000; text-align : left; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12; } select.data { background : #FFFFFF; color : #000000; text-align : left; font-size : 12; } .menuBar { BACKGROUND-COLOR: #FF6600; color : #FFFFFF; font-weight: bold; text-align: left; } .supervisorName { font-size: 12; font-weight: bold; text-align: right; } .configSession { background-color : #ffffff; color : #000000; font-family : Courier New; font-size : 14; text-align: left; } .tableheading{ background-color : #98C1CA; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12; font-weight : bold; text-align: center; } .tablebody{ /* CENTRE ALIGNED */ background-color : #EFF3F7; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12; text-align: center; } .texttable{ /* LEADING ALIGNED */ background-color : #EFF3F7; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12; text-align: left; } .timeZoneOccupied{ background-color : #9CC3CE; color : #000000; } .timeZoneNonOccupied{ background-color : #EFF3F7; color : #000000; } .hoizontalSpacerBar{ background-color : #FF6600; } .helpInformation{ background-color : #FFFFE7; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12; text-align: left; padding: 1em 1em 1em 1em; } .trailingParagraph { text-align: right; } .leadingParagraph { text-align: left; } .centeredParagraph { text-align: center; } .zoneplannerTimeLabel { text-align: left; height: 25; width: 90; } .imageIcon { vertical-align: middle }