﻿.twoColFixRt #sidebar1 #menuTable {
    background-color: #E8EDF4;
    border: 1px solid #698AC0;
    width: 200px;
    font-size: 10px;
    margin-top: -15px;
}
.twoColFixRt #sidebar1 #menuTable a:link {
    color: #43659E;
    text-decoration: none;
    font-weight: bold;
}
.twoColFixRt #sidebar1 #menuTable a:visited {
	text-decoration: none;
	color: #43659E;
    font-weight: bold;
}
.twoColFixRt #sidebar1 #menuTable a:hover
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #43659E;
}
.twoColFixRt #sidebar1 #menuTable a:active {
	text-decoration: none;
	color: #43659E;
    font-weight: bold;
}
.twoColFixRt #sidebar1 #menuTable h3 {
    padding: 5px;
    background-color: #87A2CD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

.twoColFixRt #sidebar1 #menuTable #tableDetail {
    width: 200px;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
}

#registerBlock {
    background-color: #E8EDF4;
    border: 1px solid #698AC0;
    width: 200px;
    font-size: 10px;
    margin-top: -15px;
}
#registerBlock a:link {
    color: #43659E;
    text-decoration: none;
    font-weight: bold;
}
#registerBlock a:visited {
	text-decoration: none;
	color: #43659E;
    font-weight: bold;
}
#registerBlock a:hover
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #43659E;
}
#registerBlock a:active {
	text-decoration: none;
	color: #43659E;
    font-weight: bold;
}
#registerBlock h3 {
    padding: 5px;
    background-color: #87A2CD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

#registerBlock #tableDetail {
    width: 200px;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
}
     
.lineSpacing {
    margin-top: 10px;
    margin-left: 3px;
}