/* reset a bunch of stuff */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
th {font-weight:normal}
table input[type="text"] {
 	border: 1px solid #ABADB3;
    padding:2px 4px;
	width:auto;
}
body {
	line-height: 1;
	font-weight:normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul, ol {
	padding:0; margin:0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset a bunch of stuff ending here */


/* top level elements */
* { 
	padding: 0; margin: 0;
}
html, body {
	height: 100%;
}
a img {
	border:0;
	
}
a {
	text-decoration:none;
	cursor:pointer;
}
/*custom styles*/
.float_left  { float: left; }
.float_right { float: right; }
.block .float_text_left,.float_text_left  {	text-align: left; }
.float_text_right {	text-align: right; }
.clear {clear:both}
.center, #page-wrapper .pagination{text-align:center}
.bold {font-weight:bold}
img.img_right {
  	float: right;
    margin-right: 4px;
	margin-left: 27px;
}
img.img_left {
  margin: 5px 15px 5px 0;
}

/* All header tag Edit font */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}
.ds {
	display:block;
	width:auto;
	overflow:hidden;
}
.db {
	display:block;
	overflow:hidden;
}
.cl {
	margin:0 auto;
	clear:both;
	overflow: hidden;
}
.mb {
	display:block;
	width:auto;
}
img.floatTL {
	float: left;
}
img.floatTR {
	float: right;
}
input[type=text], input[type=password]{font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding:2px 4px;border: 1px solid #ABADB3;}
select{font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding:2px 1px;border: 1px solid #ABADB3;}
textarea {font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding:4px}
.margin-auto, #company .margin-auto{margin:0 auto}

