/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/
.print-action
{
    float:right;
	/*left:20px;
	position:relative;
	top:10px;
	width:150px;*/
}
.print-action input
{
    float:left;
}
#content .print-action a
{
    text-decoration:none;
    color:Gray;
    float:left;
    padding-top:12px;
}