/**
 * Copyright (c) 2005-2008 TreKnowledge Technologies Inc. All rights reserved.
 * @source base.css 
 */

/*-------------------------------------------------------------------- 
	Base styles
*/

html, body, a, abbr, acronym, address, applet, big, blockquote, caption, cite,
code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5,
h6, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp,
small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr,
tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: arial,helvetica,sans-serif;
}

ol, ul {
	list-style: none;
}

/* Tables still need 'cellpadding="0" cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: bold;
}

/* FF & IE fix to unwanted 3-pixel bottom padding of images in DIVs */
img,
input.img {
	border: 0;
	vertical-align: bottom;
}

/* IE6 fix to 3px text-jog */
* html p {
	height: 1%;
}

small,
.small {
	font-size: 0.85em;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, option, select, textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
}

input, select, textarea {
	font-weight: inherit;
}

label,
.ptr {
	cursor: pointer; 
	cursor: hand; /* IE */
}

textarea {
	line-height: 1.25em;
}

/*-------------------------------------------------------------------- 
	Reusable styles
*/

.aB { vertical-align: bottom !important; }
.aC { text-align:     center !important; }
.aL { text-align:     left   !important; }
.aM { vertical-align: middle !important; }
.aR { text-align:     right  !important; }
.aT { vertical-align: top    !important; }

/* Clearing float without structural markup. */
.cA:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cA { display: inline-block; }
* html .cA { height: 1%; }
.cA { display: block; }

.cB { clear: both; }
.cL { clear: left; }
.cR { clear: right; }

.fL { float: left; }
.fN { float: none; }
.fR { float: right; }

.bold   { font-weight: bold; }
.ital   { font-style: italic; }
.noWrap { white-space: nowrap; }
.small  { font-size: 0.85em; }
.under  { text-decoration: underline; }

/* No javascript */
.noscript {
	padding: 50px;
}

.noscript h1 {
	color: red;
}

.noscript p {
	font-size: 1.2em;
	font-weight: bold;
}

/*-------------------------------------------------------------------- 
	Media related styles
*/

@media screen, projection {
	.noScreen {
		display: none !important;
	}
}

@media print {
	.noPrint {
		display: none !important;
	}
}

