@charset "iso-8859-1";

/**	Main print stylesheet.
*	
*	@author Dinu Florin.
*/

/****** Hidden stuff ******/
.Menu, #InfoDiv, .JSNag, .ContentBk, .Inchide, #BkRight, #BkLeft, #Container, #ImaginiNoi, #Footer,
input, textarea, .BtnBk, .Form, #Pages, .HideFromPrint
{display:none;}

/* Impresii */
.CommentName
{
	color:#2668c9;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.CommentTime
{
	color:#999999;
	font-size:8pt;
	font-weight:normal;
}
.Comment
{
	padding:6pt;
	font-weight:normal;
	background-color:#F0F0F0;
	border-bottom:#CCCCCC 1px solid;
}

/* Common stuff */
.TextWraper
{
	position:absolute;
	top:70px;
	width:100%;
}
#Logo
{	
	position:absolute;
	top:0px;
	height:60px;
	width:100%;
	text-align:center;
	border-bottom:#CCCCCC 1px solid;
}

#Text 
{
	position:static;
	width:auto;
	height:auto;
	padding:0;
	overflow:visible;
}
h1 
{
	color:#2668c9;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
}
a 
{
	color:#333333;
	text-decoration:none;
}
a:focus, a:active
{
	border:none;
	outline:none;
}
a:hover
{
	text-decoration:underline;
}
ol
{
	list-style:decimal inside;
	margin:0px;
	padding:0px;
	border:none;
	margin-bottom:4px;
	margin-top:4px;
}
ul
{
	list-style:inside;
	margin:0px;
	padding:0px;
	border:none;
	margin-bottom:4px;
	margin-top:4px;
}
a, td, tr, th, p
{
	margin:0px;
	padding:0px;
	border:none;
}
p
{
	margin-top:2px;
	margin-bottom:2px;
}
body, html
{
	overflow:hidden;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0px;
	color:#000;
	text-align:left;
	border:none;
}

/****** sIFR ******/
/* These are standard sIFR styles... do not modify */
.sIFR-hidden {visibility:hidden !important;}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	/*visibility:hidden;*/
	letter-spacing:0px;
	font-size:18pt !important;
}

