﻿/* 
	This file is meant to make only applicable css classes to module data entry in ewebeditpro.  
	Other classes (.essential, essential-list,...) that are not not meant
	to be used by the module authors/data-entry can be located in Aesthetics.css
*/
body{}
.DummyLink
{
    
}
@media print
{
    .boxing-excerpt, .excerpt 
{
	display: block;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	margin: 0px 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
	border-top: solid 1px #333333; 
	border-bottom: solid 1px #333333; 
	color:black;
}
   .double-arrow-small,    .double-arrow-center
{
	display:list-item;
	list-style-image:url(Images/bdoublearrow.gif);
	list-style-position:inside;
	list-style-type:none;
	padding-left: 14px;
	font-size: 9pt;	
    font-style:normal;
    margin:0;
	color:#333333;
}
.double-arrow-small:before, .double-arrow-center:before
{
    content:">> ";
}
/*     .emphasize, .bulleted-square, .bulleted-circle, .bulleted-square-small, .bulleted-circle-small ul*/
     .emphasize     
{
    display:list-item;
    list-style-type:square;
    list-style-position:inside;
   	padding-left: 20px;
    margin:10px 30px;   
    font-weight: bold; 
    font-family:Arial;
    font-size: 11pt;
    color:#333333; /* found I needed this so that print bullet will not be white */
}
.small-note
{
    padding-left:5px;
    padding-right:5px;
    font-size:9pt;
}
}
@media screen
{
    .boxing-excerpt, .excerpt 
{
	display: block;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	margin: 0px 0px;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
	border-top: solid 1px #9FBBD3; 
	border-bottom: solid 1px #9FBBD3; 
	color:#d1ecf1;
}
}
@media screen
{
.double-arrow-small, .double-arrow-center
{
	/* background: url(Images/doublearrow.gif) no-repeat top left; 
    padding-left: 14px;*/
	font-size: 8pt;	
	display:inline;
    font-style:normal;
    margin:0;
}
.ff-fix
{
    background: url(Images/doublearrow.gif) no-repeat 0px -3px;
    padding-left:14px;
}
   
}
@media screen
{  
.emphasize
{
    /*text-indent:-10px;*/
    background: url(Images/squaredot.gif) no-repeat top left; 
    display:block;
    margin-left:30px;
    margin-right:30px;
    padding-left:20px;
    font-weight: bold; 
    font-family:Arial;
    font-size: 11pt;
   
}
}
.PDF-pagebreak
{
    page-break-before:always;
}
.small-note
{
    padding-left:5px;
    padding-right:5px;
    font-size:9pt;
}
.quote
{
    display:block;
    margin-left:20pt;
    margin-right:20pt;
    font-size:10pt;
}


