body {
text-align : center;
}
table {
margin-left : auto;
margin-right: auto;
}
/*
Centering help:
http://www.maxdesign.com.au/presentation/center/*/
td {
text-align: left;
}
.loading {
background-image : url(/blahdocs/images/loading.gif);
background-repeat: no-repeat;
width : 222px;
height : 19px;
}
.right {
text-align: right !important;
}
.center {
text-align: center !important;
}
.justify {
text-align: justify !important;
}
.vtop {
vertical-align: top !important;
}
.innertable {
margin: 0px !important;
}
.leftimg {
float : left;
padding-right: 5px;
}
.rightimg {
float : right;
padding-left: 5px;
}
.centerimg {
vertical-align: middle;
}
form, input {
margin-top: 0px;
}
form {
margin-bottom: 0px;
}
.boardsearch {
background : url(/blahdocs/images/search.png) 3px 4px no-repeat;
padding-left : 19px;
padding-top : 5px;
padding-bottom: 5px;
width : 90%;
}
/* If user has a color, specify the options for that user name to appear here */
.usercolors {
font-weight: bold;
}
img {
border: 0px;
}
#postbar img {
margin: 1px;
}
#postbar a:hover img {
margin: 0px;
border: 1px solid #000;
background: #90A9C5;
}
/* Mini-profile:
Fancy --> title and value
Plain --> On one line
*/
.fancyprofilet, .fancyprofilev, .plainprofile {
padding: 5px;
}
.avatarprofile {
margin: 10px;
line-height: 2.3;
}
.milastaction {
margin-bottom: 3px;
}
.bilastaction {
line-height: 1.8;
}
/* Date Color */
.bidate, .midate {
color: #727272;
}
/* Board Index Description */
.bidesc {
font-weight: normal;
font-size : 10px;
line-height: 1.5;
color : #444 !important;
}
/* Portal Styles */
.dbx-clone {
position :absolute;
visibility:hidden;
}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
cursor: move !important;
}
.dbx-dummy {
display : block;
width : 0;
height : 0;
overflow: hidden;
}
.dbx-group, .dbx-box, .dbx-handle {
position: relative;
display : block;
}
#dbx-box {
margin : 0px;
padding: 0px;
border : none;
}
/* Calendar */
.calendarevent { /* Title on the Day view */
font-size : 18px;
font-weight: bold;
}
.currentday { /* These will make the entire day/week kind of faded */
opacity: .85;
filter : alpha(opacity=85);
}
[/code]
Also read this post for editing your template.
http://www.eblah.com/forum/m-1161635961/s-14/highlight-css/#num14