/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains CSS (for screen).
    // 
	// Filesource /public/default/css/screen/base.css
	// Version    $Id: base.css 262 2015-07-14 12:45:36Z nm $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    // general
    ////////////////////////////////////////////////////////////
    
*/

html {
	min-width: 305px;
}

a:link,
a:active,
a:visited {
	text-decoration:none;
}

a:focus,
a:hover {
	text-decoration: none;
}

/*
    
    ////////////////////////////////////////////////////////////
    //  .last
    ////////////////////////////////////////////////////////////
    
*/ 

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

p.last,
p:last-child {
	margin-bottom:0;
}

/*
    
    ////////////////////////////////////////////////////////////
    //  .clear
    ////////////////////////////////////////////////////////////
    
*/ 

.clear {
    clear:both;
}
       	

br.clear {
	font-size:0;
}  

/*
    
    ////////////////////////////////////////////////////////////
    //  .disabled
    ////////////////////////////////////////////////////////////
    
*/

.disabled {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

/*
    
    ////////////////////////////////////////////////////////////
    //  .delete-appearance
    ////////////////////////////////////////////////////////////
    
*/

.delete-appearance {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

/*
    
    ////////////////////////////////////////////////////////////
    //  p.jError
    ////////////////////////////////////////////////////////////
    
*/

p.jError {
	z-index: 99;
}