evenRowBackgroundColor:string=#f0f0f0
oddRowBackgroundColor:string=#fff
-highLightColor:string=#f7fd5c
+highLightColor:string=#ffa239
messageBackgroundColor:string=#fff
messageBorderColor:string=#fff
memberActionsBoxBackground:string=#f6f6f6
footerBackgroundColor:string=#f6f6f6
-outlineColor:string=#fc3
+outlineColor:string=#ffa239
bylineBackgroundColor:string=#fff
messageFontColor:string=#000
listingHeaderBackgroundColor:string=#ddd
--- /dev/null
+/* <dtml-with base_properties> */
+
+.rounded-corners {
+ border-radius: &dtml-borderRadius;px;
+ padding: &dtml-borderRadius;px;
+}
+
+.std-border {
+ border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
+}
+
+.std-background {
+ color: #fff;
+ padding: &dtml-borderRadius;px;
+ background: &dtml-outlineColor;;
+}
+
+.std-focusbox {
+ background: &dtml-tabsBorderColor;;
+ color: &dtml-tabsFontColor;;
+ padding: &dtml-borderRadius;px;
+}
+
+/*</dtml-with> */
\ No newline at end of file