/* ==== CSS stylesheet for AOP project ==== */

/*@charset "UTF-8";*/


/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
*, .x {												
	margin: 0px;
	padding: 0px;
	color: #333;
	background:  transparent;
	font-family: "Arial", "Helvetica", sans-serif;
	/*font-size: 11px;*/
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: inherit;
	*vertical-align: middle;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
/*
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: normal;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
*/
ul, ol, dd {
	list-style-position: outside;
	line-height: normal;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
dt { font-weight: bold; }
dd { padding: 0; }
/*table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }*/
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	}




												/** 2.	COMMON CLASSES **/

.clearfix:after {content: ".";	display: block;	clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}

.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.transupper     { text-transform:uppercase; }

.breaklineTop1     { margin-top:6px;}
.breaklineTop2     { margin-top:4px;}
.breaklineTop3     { margin-top:2px;}
.breaklineBottom1  { margin-bottom:6px;}
.breaklineBottom2  { margin-bottom:4px;}
.breaklineBottom3  { margin-bottom:2px;}

.noshow {visibility:hidden;}
.nobg {background:inherit; background:none!important;}

.italicstyle { font-style:italic;}

.debug { border: 1px solid red; }

.absolutTop { vertical-align:top!important; }






												/** 3.	TYPOGRAPHY **/

/*code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}*/
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, h2, h3, 
h4, h5, h6 { font-weight: bold; }
h1 {  font-size: 3.00em; 	}
h2 {  font-size: 2.50em; 	}
h3 {  font-size: 2.00em; 	}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

.mM-font, .mM-font span, .mM-font a { font:normal 14px Arial!important; }
.mMbold-font, .mMbold-font span, .mMbold-font a { font:bold 14px Arial!important; }

.xl-font, xl-font span, .xl-font a { font:normal 18px Arial!important; display:block; }
.xlbold-font, .xlbold-font span, .xlbold-font a { font:bold 18px Arial!important; display:block; }

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	/*margin: 0.50em 0 1.00em 0;*/
	/*line-height: 1.50em;*/
	}
a {
	color: #999;
	background-color: inherit;
	text-decoration: none;
	}
	a:visited 	{ color: #999; background: inherit; }
	a:hover 	{ color: #999; background: inherit; text-decoration: underline; }
	a:active 	{ color: #999; background: inherit; }

a.blockLinkstyle {
	color:#333!important;
	font:normal 11px Arial;
	background-color: inherit;
	text-decoration: none;
	}
a.blockLinkstyle:hover {
	color:#666!important;
	text-decoration: underline;
	}

/*blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}*/






												/** 4.	FORMS **/

fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}
label {
	display: block;
	padding:0 0 3px 0;
	font: bold 12px Arial;
	}
	label.xs 	{ width: 50px; 	}
	label.s 	{ width: 150px; }
	label.m 	{ width: 200px; }
	label.l 	{ width: 280px; }
	label.xl 	{ width: 440px; }

input.default, textarea.default,
select.default {
	padding: 3px;
	border: 1px solid #B3B9BF;
	}

input.xs, input.s, input.m, input.l, input.xl,
select.xs, select.s, select.m, select.l, select.xl
    {
	border: 1px solid #B3B9BF;
	margin:0 0 3px 0;
	padding:2px 0 0 0; *padding:0;
	height:20px; *height:20px!important;
	color:#000;
	background-color:#fff;
	}
	input.xs 	{ width: 50px;  }
	input.s 	{ width: 150px; }
	input.m 	{ width: 200px; }
	input.l 	{ width: 280px; }
	input.xl 	{ width: 441px; }
	
	select.xs 	{ width: 50px; 	}
	select.s 	{ width: 150px; }
	select.m 	{ width: 200px; }
	select.l 	{ width: 280px; }
	select.xl 	{ width: 441px; }
	/*
button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
	}
	button.xs 	{ width: 15px; 	}
	button.s 	{ width: 30px; 	}
	button.m 	{ width: 50px; 	}
	button.l 	{ width: 80px; 	}
	button.xl 	{ width: 120px; }
*/





															/** END **/