/* ------------------------------------------------------------------------------------------

                          © 2013 TRIBNET - DEVELOPED BY ROB A. FREI
                                   CASCADING STYLE SHEET

--------------------------------------------------------------------------------------------- */


/* .......................................................................................... */
/* .......................................................................................... */
/* .................................. tribnet styles ........................................ */
/* .......................................................................................... */
/* .......................................................................................... */




p {
	font-family: Arial, Helvetica, sans-serif;
}

/* +++++++++++++++++++++++++++++++++ */
/* always put a margin around images */
/* +++++++++++++++++++++++++++++++++ */

.img10 {
	margin: 10px;
}

.img20 {
	margin: 20px;
}


/* +++++++++++++++++++++++++++++++++ */
/* always put a margin around images */
/* +++++++++++++++++++++++++++++++++ */

.vid10 iframe {
	padding: 10px;
	margin: 10px;
}

.youtube-player{
    border: 1px solid #1D740C;
    height: 390px;
    width: 480px;
    padding: 0px;
    margin-left: 25px;
    margin-bottom: 25px;
}


/* +++++++++++++++++++++++++++++++++ */
/* font sizes used in editor formats */
/* +++++++++++++++++++++++++++++++++ */

.font8 {
	font-size: 11px;
}

.font10 {
	font-size: 13px;
}

.font12 {
	font-size: 16px;
}

.font14 {
	font-size: 18px;
}

.font16 {
	font-size: 21px;
}

.font18 {
	font-size: 24px;
}

.cell1 {
	vertical-align: top;
}


/* ++++++++++++++++++++++++++++++ */
/* hyperlink appearance in editor */
/* ++++++++++++++++++++++++++++++ */

a:link {
	text-decoration: none;
	color: #888888;
}

a:active {
    text-decoration: none;
    color: #888888;
}

a:visited {
    text-decoration: none;
    color: #888888;
}

a:hover {
    text-decoration: none;
    color: #FFCC00;
}


/* +++++++++++++ */
/* table style 1 */
/* +++++++++++++ */

.td-gray {
	background: #CCC;
}

.td-red {
	background: #F00;
}

.td-yellow {
	background: #FF0;
}

.td-green {
	background: #080;
}

.td-blue {
	background: #00F;
}

.table-default {
	color: #333; /* Lighten up font color */
	border-collapse: 
	collapse; border-spacing: 0;
}







