/* VARIOUS UTILITY-TYPE CLASSES */


/* ------------------------------------------- */
/* SPACING */
/* ------------------------------------------- */
.empty
{
    border-style:none;
    border-color:#fffaf5;
    background-color: #fffaf5;
    width: 100%;
}

.buffer
{
    background-color: none;
    width: 100%;
    margin-bottom: 5%;
}

.leading05
{
    background-color: none;
    width: 100%;
    margin-bottom: 0.5%;
}

.leading075
{
    background-color: none;
    width: 100%;
    margin-bottom: 0.75%;
}
.leading
{
    background-color: none;
    width: 100%;
    margin-bottom: 1%;
}

.leading2
{
    background-color: none;
    width: 100%;
    margin-bottom: 2%;
}
.leading3
{
    background-color: none;
    width: 100%;
    margin-bottom: 3%;
}

.leadingm1
{
    background-color: none;
    width: 100%;
    margin-bottom: -1%;
}

/* ------------------------------------------- */
/* LINES AND BORDERS */
/* ------------------------------------------- */

.grn_bottom_line{
    margin-bottom:5%;
    border-bottom-style:solid;
    border-bottom-width:7.5px;
    border-bottom-color:#1a936f;
	border-bottom-color: #007d5f;
}


.blue_bottom_line{
    margin-bottom:5%;
    border-bottom-style:solid;
    border-bottom-width:3.5px;
    border-bottom-color:#0079b9;
}


.bdouble_line{
    /*margin-bottom:1%;*/
    margin-bottom: 8px;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#ffb631;
    left: 0px;
    right: 0px;
}
.bdouble_line:before{
    content: " ";
    position: absolute;
    /*z-index: -1;*/
    top: 0px;
    left: 0px;
    right: 0px;
    /*bottom: 1%;*/
    bottom: 0px;
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-bottom-color:#0079b9;
}


.tdouble_line{
/*    margin-top: 1%;*/
    margin-top:1%;
    margin-bottom: 5%;
    left:0px;
    right:0px;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #ffb631;
}
.tdouble_line:before{
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top-style:solid;
    border-top-width:5px;
	border-top-color: #0079b9;
}

.tdouble_line_thin{
    margin-top: 1%;
    margin-bottom: 2%;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #ffb631;
}
.tdouble_line_thin:before{
    content: " ";
    position: absolute;
    z-index: -1;
    top: 1%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top-style:solid;
    border-top-width:5px;
	border-top-color: #0079b9;
}

.dashdouble_line{
    margin-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 3%; 
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #ffb631;
}

.dashdouble_line:before{
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 5%;
    padding-bottom: 3%; 
    border-bottom-style: dotted;
    border-bottom-width: 2px;
	border-bottom-color: #0079b9;
}

/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */

a
{
    font-weight: bold;
    color: #007d5f;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    text-decoration: underline;
	color: #0079b9;
}


/* ------------------------------------------- */
/* LISTS */
/* ------------------------------------------- */

ul
{
	list-style: none;
}
ol 
{
	list-style: none; 
	counter-reset: li
}
li::before
{ 
	/*content: "\27BC";*/
	content: "\27BD";
	color: #0079b9;
	display:  inline-block;
	width: 2.5rem;
	margin-left: -2.5rem;
	/*
	width: 0.8em;
	margin-left: -0.8em;
	font-size: 3.0rem;
	line-height: 0.4;
	vertical-align: top;
	*/
/*	margin-left: -1.5em; margin-right: 0.5em; text-align: right; direction: rtl  ordered list line*/
}

/* ------------------------------------------- */
/* IMAGES */
/* ------------------------------------------- */
.std_img
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 3%; 
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #ffb631;
}

.std_fig
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; 
    /*border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #ffb631;
	*/
}
.std_caption
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2%; 
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #ffb631;
    width: 100%;
    
    font-style: italic;
    font-size:0.8em;
	
}


/* ------------------------------------------- */
/* TABLES */
/* ------------------------------------------- */
.std_table
{
	border: 0px;
	border-style: none;
	padding: 0px;
	text-align: center;
	align: center;
	/* add bottom yellow dashed border*/
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #ffb631;
	width: 100%;
}

.std_thead
{
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #0079b9;

	/* bold font */
}

/* Use with colgroup to align columns */
.std_col_l
{
	text-align: left;
}
.std_col_c
{
	text-align: center;
}
.std_col_r
{
	text-align: right;
}


/* ------------------------------------------- */
/* HEADERS */
/* ------------------------------------------- */

.dots {
    overflow-x: hidden;
    list-style: none
}
.dots:before {
    float: left;
    width: 0;
    white-space: nowrap;
    color: #0557a0;
    content: "\2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 \0020 \2027 ";
}
.dots span:first-child {
    padding-right: 0.5em;
    background: #fffaf5}
.dots span + span {
    float: right;
    padding-left: 0.25em;
    padding-right: 0.25em;
    background: #fffaf5}
    
    
    
    

