/* Custom Styles as defined in the ckeditor style list for Drupal core */

.showcontent {
	background-image: url('/sites/default/files/images/LL_help/circle_down_arrow.png');
	background-repeat: no-repeat;
	background-position: -5px 1px;
	padding: 5px 5px 5px 25px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 9px;
	overflow: hidden;
}
.showcontent:hover {
	opacity: 0.50;
}

.infodescription {
	background-image: url('/sites/default/files/images/LL_help/information-icon_0.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border: 1px dotted #B7B7B7;
	padding: 5px 5px 5px 30px;
	overflow: hidden;
}
.media  .pull-left {
       margin-right: 10px;
}
.showcase { 
	padding: 10px; 
	border: 1px solid #cccccc;
	width: 33%;
	float: right; 
}
@media screen and (max-width: 767px) {
	.showcase { 
		padding: 10px; 
		border: 1px solid #cccccc;
		width: 100%;
		float: none; 
	}
}
.rightfloat { 
	padding: 10px; 
	margin: 10px; 
	background: #eeeeee; 
	border: 1px solid #cccccc;
	width: 33%;
	float: right; 
}
.leftfloat { 
	padding: 10px; 
	margin: 10px; 
	background: #eeeeee; 
	border: 1px solid #cccccc;
	width: 33%;
	float: left; 
}


/* Inline Styles */

.lbluetext	 	{ color : #000080; } 
.lbluecall2action 	{ color : #000080; font-size : 15px; font-weight : bold; } 
.redtext	 	{ color : #AD0014; } 
.redcall2action	{ color : #AD0014; font-size : 15px; font-weight : bold; } 
.dbluetext	 	{ color : #0099FF; }
.dbluecall2action	{ color : #0099FF; font-size : 15px; font-weight : bold; } 

code
{
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.newhighlight
{
	background: #FF7E00;
	border: 1px solid #DA8028;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	text-shadow: 0 1px 0 #C97626;
	text-transform: uppercase;
	margin: 0 0 0 3px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 2px 3px 0 #FFA54E inset;
	-webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;
	box-shadow: 0 2px 3px 0 #FFA54E inset;
}

.yellowmarker
{
	background-color: Yellow;
	padding: 3px;
}
.greenmarker
{
	background-color: #00ff00;
	padding: 3px;
}

blockquote
{
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}
img.imageright {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.imageleft {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

.grey_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.grey_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.grey_button:active {
	position:relative;
	top:1px;
}
a.red_button {
	color:#ffffff;
}
.red_button {
	-moz-box-shadow: 0px 1px 0px 1px #f29c93;
	-webkit-box-shadow: 0px 1px 0px 1px #f29c93;
	box-shadow: 0px 1px 0px 1px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.red_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.red_button:active {
	position:relative;
	top:1px;
}
.flashgradient {
	color:#ffffff;
	background: #2c539e; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2c539e 0%, #173054 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2c539e), color-stop(40%,#173054)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #2c539e 0%,#173054 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #2c539e 0%,#173054 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #2c539e 0%,#173054 40%); /* IE10+ */
	background: linear-gradient(135deg,  #2c539e 0%,#173054 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#173054',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}