/*-------------------------------------------------------------------cleaning*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
	
a img {border:none; outline:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

body{
	font-family: Tahoma, Verdana, Arial;
	background: #fff;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
a{
	color: #3799ff;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
.fix{
	overflow: hidden;
	height: 1%;
}
.clear{
	clear: both;
}
.right{
	display: inline;
	float: right;
}
.left{
	display: inline;
	float: left;
}
.relative{
	position: relative;
}
.bold{
	font-weight: bold;
}
.bold-italic{
	font-weight: bold;
	font-style:italic;
}
.italic{
	font-style:italic;
}
.red{
	color: red;
}
.align-center{
	text-align: center !important;
}
.align-right{
	text-align: right !important;
}
.align-left{
	text-align: left !important;
}
h1,h2,h3{
	padding-bottom: 15px;
}
h4,h5,h6{
	padding-bottom: 10px;
}
h1{font-size: 18px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 11px;}
h6{font-size: 10px;}
p{
	margin: 10px 0;
}

.margin-5{margin: 5px;}
.margin-v-5{margin: 5px 0}
.margin-h-5{margin: 0 5px}
.margin-l-5{margin-left: 5px}
.margin-r-5{margin-right: 5px}
.margin-b-5{margin-bottom: 5px}

.margin-10{margin: 10px;}
.margin-v-10{margin: 10px 0}
.margin-h-10{margin: 0 10px}
.margin-l-10{margin-left: 10px}
.margin-r-10{margin-right: 10px}
.margin-b-10{margin-bottom: 10px}

.margin-20{margin: 20px;}
.margin-v-20{margin: 20px 0}
.margin-h-20{margin: 0 20px}
.margin-l-20{margin-left: 20px}
.margin-r-20{margin-right: 20px}
.margin-b-20{margin-bottom: 20px}

/*------------------------------------------------------------------- table*/
table.with-border{
	border: 1px solid #000;
}
table.with-border td,
table.with-border th{
	padding: 5px;
}
table.with-border th{
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
table.with-border td{
	border: 1px solid #000;
}

table{}
table td{
	padding: 5px;
}
/*------------------------------------------------------------------- content*/
.template-padding{
	padding: 15px;
	text-align: center;
}
.header{
	background: url('../assets_images/logo.gif') no-repeat 50% 50%;
	height: 50px;
}
.content{
	padding: 15px 0;
	text-align: left;
}
.warning-image{
	background: url('../assets_images/warning.png') no-repeat 0 0;
	padding-left: 70px;
	min-height: 40px;
}
.stop-image{
	background: url('../assets_images/stop.png') no-repeat 0 0;
	padding-left: 70px;
	min-height: 61px;
}
.small {
	font-size: 10px;
}