/* RESET ALL ELEMENTS AND SET GENERAL PROPERTIES */ body, table, p, form, h1, h2, h3, img, div, hr { margin : 0px; border : 0px; border-collapse : collapse; padding : 0px; } body, html { height : 100%; } body, td, p, form, div, textarea, select { font-family : Verdana; font-size : 12px; color : #000000; line-height : 17px; } body { background-color : #E6E6E6; } td { vertical-align : top; } /* INLINE ELEMENTS */ p { margin-bottom : 10px; } a { text-decoration:none; color : #006FB7; } a:hover { text-decoration : underline; } h1 { font-family : Verdana; font-size : 20px; font-weight : bold; color : #000000; margin-bottom : 12px; } hr { height : 1px; border-bottom : 1px solid #000000; } input, textarea, select { border-width : 1px; } ol,ul { margin-top : 0px; margin-bottom : 10px; } .medium { width:150px; } .long { width:275px; } textarea.medium { height : 65px; } textarea.long { height : 80px; } .statusMessage { color : #000000; font-weight : bold; } .submit { cursor : hand; cursor : pointer; font-weight : bold; background-color:#818E97; color:#ffffff; } /* CONTENT CONTAINERS */ div.content { margin-top : 10px; margin-left : 30px; margin-right : 30px; margin-bottom : 20px; } div.totalwidth { width : 600px; } div.indent { padding-left : 30px; } /* PRINT ELEMENTS */ body.print { background : #FFFFFF; padding : 15px; }