﻿body
{
    margin: 0px;
    padding: 0px;
}
#header
{
    width: 100%;
    height: 100px;
    background-image: url('images/topmenu_rep.png');
    background-repeat: repeat-x;
    text-align: center;
}
#topmenu
{
    width: 100%;
    height: 43px;
    color: #FFFFFF;
    background-image: url('images/menu_rep.png');
    background-repeat: repeat-x;
    font-weight: bold;
    font-family: Verdana;
    font-size: small;
}
#cont
{
    clear: both;
    width: 100%;
}
#leftpan
{
    width: 200px;
    float: left;
    padding: 10px;
}
#content
{
    float: inherit;
    overflow: auto;
}
#container2
{
    margin: 5px;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
#footer
{
    clear: both;
    width: 100%;
    height: 30px;
    background-color: #56595c;
    font-weight: bold;
    font-family: Calibri;
    font-size: small;
    text-align: center;
    color: White;
    vertical-align: middle;
    padding-top: 10px;
}
.captionStyle
{
    background-image: url(images/caption.png);
    background-repeat: repeat-x;
}
.collapsePanel
{
    overflow: hidden;
}
.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-image: url(images/rep2.png);
    background-repeat: repeat-x;
    color: #226290;
    font-family: Calibri;
    font-size: small;
    font-weight: bold;
}
.ContextMenuPanel /* Thread Options drop down menu */
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url(pics/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}
a.ContextMenuItem
{
    border: 0;
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 19px 4px 33px;
    white-space: nowrap;
}

a.ContextMenuItem-Selected
{
    font-weight: bold;
}

a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 32px;
}
.styleleftim
{
    /*background-image: url('images2/main_10.png');
    background-repeat: repeat-y; */
}
.stylerightim
{
/*
    background-image: url('images2/main_12.png');
    background-repeat: repeat-y; */
}

#navigation
{
    height: 28px;
    background-color: White;
}

#panels
{
    height: 28px;
}

.aboutpanel
{
    width: 106px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/about.png);
    background-repeat: no-repeat;
}
.aboutpanel:HOVER
{
    cursor: pointer;
}

.toolspanel
{
    width: 106px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/tools.png);
    background-repeat: no-repeat;
}
.toolspanel:HOVER
{
    cursor: pointer;
}

.tutorialspanel
{
    width: 124px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/tutorials.png);
    background-repeat: no-repeat;
}
.tutorialspanel:HOVER
{
    cursor: pointer;
}

.projectspanel
{
    width: 124px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/projects.png);
    background-repeat: no-repeat;
}
.projectspanel:HOVER
{
    cursor: pointer;
}

.blogpanel
{
    width: 106px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/blog.png);
    background-repeat: no-repeat;
}
.blogpanel:HOVER
{
    cursor: pointer;
}

.homepanel
{
    width: 118px;
    height: 28px;
    float: right;
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: White;
    background-image: url(template/home.png);
    background-repeat: no-repeat;
}
.homepanel:HOVER
{
    cursor: pointer;
}

.mastermenulink
{
    text-decoration: none;
    color: White;
}
.mastermenulink:link .mastermenulink:visited
{
    text-decoration: none;
}
.mastermenulink:hover
{
    text-decoration: underline;
}
.mastermenulink:active
{
    text-decoration: none;
}

.bottomTemplateIm
{
    /*background-image: url(images2/main_15.png);
    background-repeat: repeat-x; */
}

.projectsSubContentClass {
	width: 667px;
	/*height: 283px;*/
	background: url(template/projects_mm_top.png) no-repeat;
	z-index: 100;
    margin-top: -24px;
    margin-left:370px;
}

.projectsLeftClass 
{
    width: 3px;
	/*height: 347px;*/
	background-image: url(template/projects_mm_left.png);
	background-repeat: repeat-y;
}
.projectsRightClass 
{
    width: 3px;
	/*height: 347px;*/
	 background-position:right;
	background-image: url(template/projects_mm_right.png);
	background-repeat: repeat-y;
}
.projectsBottomClass 
{
    width:667px;
    height:28px;
	background-image: url(template/projects_mm_bottom.png);
	background-repeat:no-repeat;
}

.mainTopCorners
{
    /*background-image: url(images/topcorners_rep.png);
	background-repeat:repeat-x; */
	background-color:White;
}

.doublelinerepeated
{
    background-image: url(template/double_line_repeated.png);
	background-repeat:repeat-x;
	margin-bottom:20px;
}
