/*======================================================================
* File name: print.css
* Author: Eduka - http://eduka.com
* Date Created: 04/09/11
* Colors:	
		Teal = #4dc6c1
		Orange = #ff3c00
		Dark Grey = #656565
		Almost Black = #323232
======================================================================*/

/* @group 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%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end */

/* @group HIDDEN FROM PRINT */
#listMenuRoot,#footer .grid_3,#footer .grid_5,#footer a,.brace{display:none!important;}
/* @end */

/* @group TYPOGRAPHY */
body{font:10pt/1.45 Verdana, Geneva, sans-serif;color:#656565;background-color:#fff;}a{color:#ff3c00;text-decoration:underline}a:hover{text-decoration:none}a:focus{outline:1px dotted}a[disabled]{color:#bcbcbc;}a[disabled]:hover{text-decoration:none;}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{color:#323232;margin-bottom:32px;font:normal 20pt/1.2 "Helvetica Neue", Helvetica, Geneva, sans-serif;}h2{color:#4dc6c1;margin-top:-3px;margin-bottom:11px;font:normal 16pt "Helvetica Neue", Helvetica, Geneva, sans-serif;text-transform:uppercase;}h3{font-size:10pt;font-weight:bold;text-transform:uppercase;}h4,h5,h6{font-size:10pt;font-weight:bold;}ol{list-style:decimal}ul{list-style:disc}li{margin-left:3.25em}p,dl,hr,ol,ul,pre,table,address,fieldset,.alert,.warning,.info,.success,.failure{margin-bottom:16px}input,select,textarea{font:10pt/1.45 Verdana, Geneva, sans-serif;}legend,caption{font-weight:bold;text-align:left;}
/* @end */

/* @group MISC */
/*forms*/
fieldset ol{
	list-style:none;
}
fieldset li{
	margin:0 0 16px 0;
	clear:both;
}
fieldset label{
	display:block;
}
fieldset .checkbox label,
fieldset .radio label{
	display:inline;
	margin-right:16px;
}
input[type='text'], select, textarea{
	width:20em;
	height:20px;
	border:1px solid #323232;
}
select{
	height:26px;
}
textarea{
	height:80px;
}
/*alerts*/
.success,
.warning,
.failure,
.error,
input[type='text'], select, textarea{
	padding:3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
}
.success{color:#3a9647;}
.warning{color:#b39003;}
.failure,.error{color:#851a08;}
fieldset em{color:red;font-size:127.27%;font-weight:bold;font-style:normal;}
/* @end */