/* dark  --> CA0002 */
/* light light --> E36673 */

div#hline {
    clear: left;
    border-style: solid; 
    border-color: #BAD3ED;
    border-width: 0px 0px; 
    overflow: hidden; 
    background-color: #BAD3ED;
    display: block; 
    height: 2px; 
    font-size: 1px;
    position: relative;
    top: -2px; 
}

.tl1 {
    border-style: solid; 
    border-color: #FFF; /* rgb(255, 127, 127);  */
    border-width: 0px 1px; 
    overflow: hidden; 
    background-color: #CA0002; /* rgb(255, 0, 0);  */ 
    display: block; 
    height: 1px; 
    font-size: 1px; 
    margin-left: 1px; 
    margin-right: 1px;
}

.tl2 {
    border-style: solid; 
    border-color: #FFF; /* rgb(255, 127, 127);  */   
    border-width: 0px 1px; 
    overflow: hidden; 
    background-color: #CA0002; /* rgb(255, 0, 0);  */ 
    display: block; 
    height: 1px; 
    font-size: 1px; 
    margin-left: 0px; 
    margin-right: 0px;
}

.tb1 {
	border-style: solid; 
	border-color: #FFF; /* rgb(255, 127, 127);  */   
	border-width: 0px 1px; 
	overflow: hidden; 
	background-color: #CA0002; /* rgb(255, 0, 0);  */
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 0px; margin-right: 0px;
}

.tb2 {
	border-style: solid; 
	border-color: #FFF; /* rgb(255, 127, 127);  */    
	border-width: 0px 1px; 
	overflow: hidden; 
	background-color: #CA0002; /* rgb(255, 0, 0);  */
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 1px; 
	margin-right: 1px;
}

/* Lighter shade rounds */

.tl1g {
    border-style: solid; 
    border-color: #FFF;
    border-width: 0px 1px; 
    overflow: hidden; 
    background-color: #E36673;
    display: block; 
    height: 1px; 
    font-size: 1px; 
    margin-left: 1px; 
    margin-right: 1px;
}

.tl2g {
    border-style: solid; 
    border-color: #FFF;
    border-width: 0px 1px; 
    overflow: hidden; 
    background-color: #E36673;
    display: block; 
    height: 1px; 
    font-size: 1px; 
    margin-left: 0px; 
    margin-right: 0px;
}

.tb1g {
	border-style: solid; 
	border-color: #FFF;
	border-width: 0px 1px; 
	overflow: hidden; 
	background-color: #E36673;
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 0px; 
	margin-right: 0px;
}

.tb2g {
	border-style: solid; 
	border-color: #FFF; /* rgb(255, 127, 127);  */    
	border-width: 0px 1px; 
	overflow: hidden; 
	background-color: #E36673; /* rgb(255, 0, 0);  */
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 1px; 
	margin-right: 1px;
}