
.hor-line {border-bottom:1 #bebebe solid; margin-bottom:9;}
.hor-dotted-line {border-bottom:1 #757575 dotted; margin-bottom:9;}
.hor-dotted-line-grey {border-bottom:1 #cccccc dotted; margin-bottom:9;}


.CellBorders
{
    BORDER-RIGHT: #bebebe 1px solid;
    BORDER-TOP: #bebebe 1px solid;
    BORDER-LEFT: #bebebe 1px solid;
    BORDER-BOTTOM: #bebebe 1px solid
}
.CellTopLine
{
    BORDER-TOP: #bebebe 1px solid
}
.CellBottomLine
{
    BORDER-BOTTOM: #bebebe 1px solid
}
.CellTopBottom
{
	border-top: #bebebe 1px solid;
	border-bottom: #bebebe 1px solid;
}
.CellLeftLine {
	border-left: #bebebe 1px solid;
}
.CellRightLine
{
	border-right: #bebebe 1px solid;
}
.CellLeftRight
{
	border-left: #bebebe 1px solid;
	border-right: #bebebe 1px solid;
}


.CellBordersDark
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-TOP: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid
}


.DottedBorderTopBottom {
	text-decoration:none;
	border-top: 1px dotted;
	border-right: 1px none;
	border-bottom: 1px dotted;
	border-left: 1px none;
}


.TableGreyBG {
	background-color: #F8F8F8;
	background-image: url(../images/misc/table_grey_strip_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 13px;
	font-weight: normal;
}


.TableColour
{
    BACKGROUND-COLOR: #d9e4f1
}

.TableOutline {
	border: 1px solid #CCCCCC;
}

.TableDotBox
{
	border-right: lightgrey thin dotted;
	border-top: lightgrey thin dotted;
	border-left: lightgrey thin dotted;
	border-bottom: lightgrey thin dotted;
	
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	font-size: 10pt;
	color: #222222;
	font-family: Tahoma, Sans-Serif;
}

