@charset "utf-8";
/*  
	CSS Document
	Project : 
	File 	: common.css
	Date 	: 26/09/10
	Author  : shiraz
*/

	/*----@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, 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%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
html, body {
	height:100%;
}
ol, ul {
	list-style:none
}
ol li, ul li{
	list-style:none;
	list-style-type:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
a img {
	border:none
}
a {
	border-style:none
}
a:focus {
	outline: 0
}
label {
	cursor:pointer
}
form {
	display:inline
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline
}
/*----@css typography----*/

	/*body{ font:13px/16px "Helvetica", Arial, Helvetica, Geneva, sans-serif; color:#191919;}*/
	body {
	font:14px/16px Arial, Helvetica, Geneva, sans-serif;
	color:#000;
}
input, select, textarea {
	font:normal 11px Arial, Helvetica, sans-serif
}
textarea {
	overflow:auto;
	line-height:1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:25px;
	line-height:25px;
}
h2 {
	font-size:23px;
	line-height:25px;
}
h3 {
	font-size:21px;
	line-height:23px;
}
h4 {
	font-size:19px;
	line-height:20px;
}
h5 {
	font-size:17px;	
	line-height:20px;
}
h6 {
	font-size:15px;
	font-weight:bold;
	line-height:18px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0
}
img {
	float:left;
	margin:0;
	padding:0
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
/*----@color reset----*/

	body {
	color:#000
}
h1, h2, h3, h4, h5, h6 {
	color:#000
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#a2d6f1;
	text-decoration:none;
}
/*a:visited{color:#000}
	a:link{color:#acacac}
	a:focus{color:#acacac}*/
	blockquote {
	color:#666
}
/*----@css classes----*/

	.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.float-left {
	float:left
}
.float-right {
	float:right
}
.float-none {
	float:none;
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.small {
	font-size:.9em !important;
	line-height:1.0em
}
.large {
	font-size:1.4em !important;
	line-height:1.3em;
}
.bold {
	font-weight:bold
}
.italic {
	font-style:italic
}
.underline {
	border-bottom:1px solid
}
.highlight {
	background:#ffc
}
.img-left {
	float:left;
	margin:0px 10px 10px 0px;
}
.img-right {
	float:right;
	margin:0px 0px 10px 10px;
}
.nopadding {
	padding:0 !important;
}
.nomargin {
	margin:0 !important;
}
.first {
	margin-left:0;
	padding-left:0
}
.last {
	margin-right:0;
	padding-right:0
}
.top {
	margin-top:0 !important;
	padding-top:0 !important;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0
}
.nobullet {
	list-style:none;
	list-style-image:none
}
.hide {
	display:none
}
.quiet {
	color:#666
}
.loud {
	color:#000
}
.added {
	background:#060;
	color:#fff
}
.removed {
	background:#900;
	color:#fff
}
.check {
	border:1px solid red
}
.checkbg {
	background:red
}
.nobg {
	background:none !important
}
.noborder {
	border:0px none !important;
}
.max-width {
	width:100%;
}
.touppercase {
	text-transform:uppercase;
}
.tolowercase {
	text-transform:lowercase;
}
.marginauto {
	margin:0 auto;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.hideflow {
	overflow:hidden;
}
.posRelative {
	position:relative
}
.posAbsolute {
	position:absolute
}
.spacer {
	padding-bottom:20px;
	width:100%;
	font-size:0;
	height:0;
	line-height:0;
	float:left;
}
div.hr {
	border-bottom:1px solid #d3d3d3;
	float:left;
	font-size:0;
	line-height:1px;
	margin:0 0 20px;
	width:100%;
}
div.hr hr {
	display:none;
}
img.min-width {
	width:100%;
}
/*----@css clearfix----*/
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0
}
.clearfix {
	display: inline-block;
}
*html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
