﻿/* General CSS Reset */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;		
	vertical-align: baseline;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { cursor:pointer; }


/* Personal CSS Default Class */
.clear{clear:both;}

.floatsx, .float{float:left !important;}
.floatdx{float:right !important;}

.strong{font-style:italic;font-weight:bold;	}

.border0{border: 0px !important;}

.noDisplay{display:none;}
.inline{display:inline !important;}

.noBorder{border:none !important;}

.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}

.font11{font-size:11px !important;}

.padding0{padding:0px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

.margin-top0 { margin-top:0px !important; }
.margin-top5 { margin-top:5px !important; }
.margin-top10 { margin-top:10px !important; }
.margin-top15 { margin-top:15px !important; }
.margin-top20 { margin-top:20px !important; }

.margin-right10 { margin-right:10px !important; }
.margin-right20 { margin-right:20px !important; }

.margin-bottom0 { margin-bottom:0px !important; }
.margin-bottom5 { margin-bottom:5px !important; }
.margin-bottom10 { margin-bottom:10px !important; }
.margin-bottom15 { margin-bottom:15px !important; }
.margin-bottom20 { margin-bottom:20px !important; }

.alpha{margin-left:0px !important;}
.omega{margin-right:0px !important;}