body {
    margin: 0px;
    font-family: Verdana, Arial, Tahoma;
    text-align: center;
}
td {
    font-size: 14px;
}
#header {
    height: 104px;
    background: #181818;
    overflow: hidden;
    text-align: left;
}
#header #rgt {
    float: right;
}
#menu {
    height: 30px;
    background: #3873ad;
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 15px;
    cursor: default;
    text-align: left;
    overflow: hidden;
}
#menu a {
    height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
#menu a:hover {
    color: #cee1f2;
}
#menu span {
    background: url('http://www.vlcalais.com.au/images/menu-div.gif') center center no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block;
}
#breadcrumb {
    font-size: 12px;
}
#breadcrumb span {
    background: url('http://www.vlcalais.com.au/images/folder_ico.gif') center center no-repeat;
    height: 15px;
    width: 16px;
    display: inline-block;
}
#breadcrumb a {
    text-decoration: none;
}
#usersection {
    line-height: 16px;
    font-size: 12px;
    background: #fafafa;
    border: 1px solid #999;
    text-align: center;
    margin: 0 0 12px 0;
}
#content {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
#content a {
    color: #3873ad;
}
#content a:hover {
    color: #5893cd;
}
#content .forum {
    background: #fafafa;
    border: 1px solid #999;
}
#content .forumRow td {
    padding: 5px 15px;
}
#content .lastPostInfo {
    line-height: 12px;
    font-size: 10px;
}
#content .fDesc {
    color: #3f3f3f;
    font-size: 11px;
}
#content .greyout {
    color: #bfbfbf;
}
#content .bquote {
    border: 1px #bfbfbf solid;
    background-color: #e7e7e7;
    display: block;
    padding: 3px 3px 3px 3px;
    font-style: italic;
}
#content h3, h4 {
    color: #fff;
    text-indent: 6px;
    margin: 0px;
}
#content h3 {
    border-bottom: 1px solid #18538d;
    background: #3873ad;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
}
#content h4 {
    border-bottom: 1px solid #3873ad;
    background: #5893cd;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
#content .rowAlt1 {
    background-color: #ffffff;
}
#content .rowAlt2 {
    background-color: #eeeeee;
}
#content .rowAlt3 {
    background-color: #f9f9f9;
}
#content .forumPost {
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    padding: 5px;
}
#content .forumSide {
    background-color: #f4f4f4;
    border: 1px solid #dadada;
    padding: 5px;
}
#content .forumEditPost {
    border: 1px solid #999999;
    background-color: #fcfcfc;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: block;
}
#content .forumEditPostText {
    margin-top: 8px;
    border-top: 1px solid #cccccc;
    padding-top: 2px;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
}
#content .inlineError {
    margin: 3px;
	padding: 3px;
	border: 1px solid #af0505;
	background-color: #ffb5b5;
	text-align: center;
	line-height: 15px;
}
#content .smallRow td {
    font-size: 11px;
}
#footer {
    clear: both;
    height: 20px;
    background: #3873ad;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}
#footer a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
#footer a:hover {
    color: #cee1f2;
    border-bottom: none;
}
.friendDisplay{
    width: 24%;
    display: inline-block;
    text-align: center;
}
.mailRead {
	background-image: url('http://www.vlcalais.com.au/images/mailbox.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	display: block;
}
.mailReplied {
	background-image: url('http://www.vlcalais.com.au/images/mailbox.gif');
	background-repeat: no-repeat;
	background-position: 0px -16px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	display: block;
}
.mailUnread {
	background-image: url('http://www.vlcalais.com.au/images/mailbox.gif');
	background-repeat: no-repeat;
	background-position: 0px -32px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	display: block;
}