/* redefine real tags ---------------------------------------- */ body { background-color: #FFFFFF; margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; font-family: Verdana,Tahoma, Arial; } td { font-family: Verdana,Tahoma, Arial;; font-size: 12px; color: #000000; } strong, b, .bold { font-weight:bold; } /* align ----------------------------------------------------- */ .center { text-align: center; } .vtop { vertical-align: top; } .vmiddle { vertical-align: middle; } .left { text-align: left; } .right { text-align: right; } /* border related --------------------------------------------- */ .border_0010_grey { border-width: 0px 0px 1px 0px; border-style: dashed; border-color: #CCCCCC; } .border_1111_dark_orange { border: 1px solid #AE6201; } .border_1111_orange { border: 1px solid #F68D00; } .border_1111_grey { border: 1px solid #E5E5E5; } /* padding related ------------------------------------------- */ .padding_4 { padding: 4px; } .padding_left_4 { padding-left: 4px; } .padding_left_10 { padding-left: 10px; } .padding_lr_4 { padding-left : 4px; padding-right: 4px; } .nopadding { padding: 0 0 0 0; } /* background related ---------------------------------------- */ .bg_blue_grey { background-color: #7F9DB7; } .bg_dark_grey { background-color: #686868; } .bg_white { background-color: #FFFFFF; } .bg_grey { background-color: #E5E5E5; } .bg_light_grey { background-color: #FCFCFC; } /* colors ---------------------------------------------------- */ .black { color: #000000; } .nd_dark_blue { color: #0B4D7D; } .white { color: #FFFFFF; } .blue { color: #0000FF; } .nd_orange { color: #F48A00; } .nd_dark_grey { color: #666666; } .blue_grey { color: #7F9DB7; } .nd_blue { color: #0C51A5; } .nd_green { color: #55863D; } .nd_red { color: #FF0000; } .nd_light_grey { color: #BDC7DF; } /* link related ---------------------------------------------- */ .nodecoration { text-decoration: none; } .underline { text-decoration: underline; } .hover_blue:hover { color: #0000FF; } .hover_orange:hover { color: #F48A00; } .hover_red:hover { color: #FF0000; } /* font sizes ------------------------------------------------ */ .s7 { font-size: 7px } .s10 { font-size: 10px } .s11 { font-size: 11px } .s12 { font-size: 12px } .s13 { font-size: 13px } .s14 { font-size: 14px } /* input related ---------------------------------------------- */ .input_text { font-weight: normal; color: #000000; font-size: 13px; font-style: normal; width: 100%; border: 1px solid #000000; overflow: hidden; } /* link related -------------------------------------------------- */ .link_title { font-weight: bold; color: #0000CC; font-size: 13px; border: none; cursor: hand; text-decoration: underline; } .link_description { font-weight: normal; color: #666666; font-size: 10px; border: none; cursor: hand; } .link_url { font-weight: normal; color: #008800; font-size: 11px; background-color: #FFFFFF; border: none; cursor: hand; text-decoration: none; }