== cssBodyInner ==
<syntaxhighlight lang="css">
.cssBodyInner{
width:<%=(strCSS_Page_Width)%>px;
height:30px;
margin-left: auto;
margin-right: auto;
}
</syntaxhighlight>
== cssMaster_Page ==
<syntaxhighlight lang="css">
.cssMaster_Page{
width:<%=(strCSS_Page_Width)%>px;
border: 3px solid <%=(strCSS_PrimaryButton_ColourBorder)%>;
border-spacing:2;
border-color:<%=(strCSS_PrimaryButton_ColourBorder)%>;
color:<%=(strCSS_PrimaryButton_ColourText)%>;
<%
if strCSS_Colour_Template = "Bureau" then
else
%>
background:<%=(strCSS_Background_Inner_Colour)%>;
background-color:<%=(strCSS_Background_Inner_Colour)%>;
<%
end if
%>
border-collapse:separate;
<% If blBrowserIE6 = False Then %>
background-image:url('<%=(strCSS_Background_Inner_Image)%>');
<% Else %>
background-color:<%=(strCSS_IE6_Background_Tint)%>;
<% End If%>
padding: 5px;
padding-left: 7px;
behavior: url('<%=(strServerName)%>/library/javascript/PIE.js');
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-o-border-radius: 15px;
-pie-track-active: false;
-pie-track-hover: false;
}
</syntaxhighlight>
== cssMaster_Header ==
<syntaxhighlight lang="css">
.cssMaster_Header{
color:<%=(strCSS_Font_DarkColour)%>;
margin: 0px 0px 0px 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}
</syntaxhighlight>