/*-----------------------------------------------------------------------------
Exclusive Alco Screen Stylesheet

version:   1.0
date:      12/02/08
author:    Alexander Chuprin
email:     a.s.chuprin@gmail.com
website:   www.chuprin.com

-----------------------------------------------------------------------------*/


/* Global 
---------------------------------------------------------- */

* {	padding:0; margin:0; }
html, body { width: 100%; height: 100%; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;

	
}
p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 15px 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 15px 0;
}
li, dd, blockquote { 
	margin-left: 30px; 
}

h1 { font-size: 1.1em; color: #010ebb; text-transform: uppercase; }
h2 { font-size: 1.1em; color: #010ebb; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Table */
table { border-collapse: collapse; border: 0; }
table td { padding: 0px; vertical-align: top; text-align: left; }
table.styled { width: 100%; margin: 15px 0; }
table.styled td, table.styled th { padding: 20px; border: 1px solid #000; }
table.styled th { border-top: 0; font-weight: bold; color: #010eba; }
table.styled .last { border-right: 0; }
table.styled .first { border-left: 0; }
table.styled tr.last td { border-bottom: 0; }
table.styled .even { background: #e4e4e4; }

/* Inputs */
input { padding-left: 3px; }

/* Text */
.important { color: #eb5f06; }
.img-left { float: left; margin: 0 15px 10px 0; font-weight: bold; font-size: 0.9em; color: #979797; }
.img-left img { display: block; margin: 0 0 10px 0; }
.img-right { float: right; margin: 0 0 10px 15px; font-weight: bold; font-size: 0.9em; color: #979797; }
.blue { color: #0311ba; }

/* Lists */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }
.fleft { display: block; float: left; }
.fright { display: block; float: right; }

/* Links 
---------------------------------------------------------- */

a img { border: 0; }
a {
	font-weight: bold;
	color: #010fbb;
	text-decoration: none;
}
a:hover, a:focus {
	color: #010fbb !important;
	text-decoration: underline;
}
a:active {
	color: #ff8800;
}
a:visited {
	color: #878787;
	text-decoration: none;
}
:focus
{
  -moz-outline-style: none;
}
