/* background color for the content part of the pages */
Body
{
background-color: white;
margin: 0px;
}
.ControlPanel, .PagingTable
{
width: 100%;
background-color: #FFFFFF;
border-right: #003366 1px solid;
border-top: #003366 1px solid;
border-left: #003366 1px solid;
border-bottom: #003366 1px solid;
}
.SkinObject
{
font-weight: bold;
font-size: 8.5pt;
color: #003366;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SkinObject:link
{
text-decoration: none;
color: #003366;
}
A.SkinObject:visited
{
text-decoration: none;
color: #003366;
}
A.SkinObject:hover
{
text-decoration: none;
color: #003366;
}
A.SkinObject:active
{
text-decoration: none;
color: #003366;
}
/* styles for LANGUAGE skinobject */
.Language
{
vertical-align: middle;
margin: 0px;
}
------------------------------------------------
Source Code
-----------------------------------------------
<pre class="css">
/* background color for the content part of the pages */
Body
{
background-color: white;
margin: 0px;
}
.ControlPanel, .PagingTable
{
width: 100%;
background-color: #FFFFFF;
border-right: #003366 1px solid;
border-top: #003366 1px solid;
border-left: #003366 1px solid;
border-bottom: #003366 1px solid;
}
.SkinObject
{
font-weight: bold;
font-size: 8.5pt;
color: #003366;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SkinObject:link
{
text-decoration: none;
color: #003366;
}
A.SkinObject:visited
{
text-decoration: none;
color: #003366;
}
A.SkinObject:hover
{
text-decoration: none;
color: #003366;
}
A.SkinObject:active
{
text-decoration: none;
color: #003366;
}
/* styles for LANGUAGE skinobject */
.Language
{
vertical-align: middle;
margin: 0px;
}
</pre>