@charset "utf-8";
/* CSS Document */
/* text links */
.blue p a{color:#0089b5; text-decoration:underline;}
.pink p a{color:#990051; text-decoration:underline;}
.purple p a{color:#5d2167; text-decoration:underline;}
.red p a{color:#7d0600; text-decoration:underline;}
.yellow p a{color:#f0ac1c; text-decoration:underline;}

/* add color to any elements */
.text_blue{color:#00bcf8 !important;}
.text_pink{color:#ec008c !important;}
.text_purple{color:#b50ed8 !important;}
.text_red{color:#de0805 !important;}
.text_yellow{color:#ffdc00 !important;}

/* BUTTONS COLOR VARIATIONS */
.blue .issuecolor,
.blue .issuecolor div,
.blue.button,
body.blue .button,
body.blue .button90 div,
body.blue .navigation_inner .bg{
	background-color:#00508f;
}

.pink .issuecolor,
.pink .issuecolor div,
.pink.button,
body.pink .button,
body.pink .button90 div,
body.pink .navigation_inner .bg{
	background-color:#990051;
}

.purple .issuecolor,
.purple .issuecolor div,
.purple.button,
body.purple .button,
body.purple .button90 div,
body.purple .navigation_inner .bg{
	background-color:#5d2167;
}

.red .issuecolor,
.red .issuecolor div,
.red.button,
body.red .button,
body.red .button90 div,
body.red .navigation_inner .bg{
	background-color:#7d0600;
}

.yellow .issuecolor,
.yellow .issuecolor div,
.yellow.button,
body.yellow .button,
body.yellow .button90 div,
body.yellow .navigation_inner .bg{
	background-color:#f0ac1c;
}

.gray .issuecolor,
.gray .issuecolor div,
.gray.button div,
.gray.button,
.gray.button90 div,
.gray.navigation_inner .bg{
	background-color:#333 !important;
}

body .button:hover{
	background-color:#000000;
}




/* highlights horizontal */

/* blue */
.hl_blue_dark_hor{
	background:#0089b5;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_blue_light_hor{
	background:#00bcf8;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* pink */
.hl_pink_dark_hor{
	background:#b7006d;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_pink_light_hor{
	background:#ec008c;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* purple */
.hl_purple_dark_hor{
	background:#5d076f;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_purple_light_hor{
	background:#b50ed8;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* red */
.hl_red_dark_hor{
	background:#880503;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_red_light_hor{
	background:#de0805;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* yellow */
.hl_yellow_dark_hor{
	background:#ffad00;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_yellow_light_hor{
	background:#ffdc00;
	color:#000 !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* grays */
.hl_black_hor{
	background:#333333;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_gray_hor{
	background:#777777;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hl_light_hor{
	background:#eeeeee;
	color:#000 !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



/* highlights vertical */

/* blue */

.hl_blue_dark_vert{
	background:#0089b5;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_blue_light_vert{
	background:#00bcf8;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}


/* pink */
.hl_pink_dark_vert{
	background:#b7006d;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_pink_light_vert{
	background:#ec008c;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}

/* purple */
.hl_purple_dark_vert{
	background:#5d076f;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_purple_light_vert{
	background:#b50ed8;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}


/* red */
.hl_red_dark_vert{
	background:#880503;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_red_light_vert{
	background:#de0805;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}


/* yellow */
.hl_yellow_dark_vert{
	background:#ffad00;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_yellow_light_vert{
	background:#ffdc00;
	color:#000 !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}

/* grays */
.hl_black_vert{
	background:#333333;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_gray_vert{
	background:#777777;
	color:#fff !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}
.hl_light_vert{
	background:#eeeeee;
	color:#000 !important;
	padding:10px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	width:250px !important;
	display:inline;
	margin-left:16px !important;
	float:right;
}

@media only screen and (max-width: 440px) {
	.hl_blue_dark_hor,
	.hl_blue_light_hor,
	.hl_pink_dark_hor,
	.hl_pink_light_hor,
	.hl_purple_dark_hor,
	.hl_purple_light_hor,
	.hl_red_dark_hor,
	.hl_red_light_hor,
	.hl_yellow_dark_hor,
	.hl_yellow_light_hor,
	.hl_black_hor,
	.hl_gray_hor,
	.hl_light_hor,
	.hl_blue_dark_vert,
	.hl_blue_light_vert,
	.hl_pink_dark_vert,
	.hl_pink_light_vert,
	.hl_purple_dark_vert,
	.hl_purple_light_vert,
	.hl_red_dark_vert,
	.hl_red_light_vert,
	.hl_yellow_dark_vert,
	.hl_yellow_light_vert,
	.hl_black_vert,
	.hl_gray_vert,
	.hl_light_vert{
		width:94% !important;
		margin-left:0px !important;
		margin-bottom:10px;
		padding:3% !important;
	}

}



















