/**
 * Stylesheet to myestory in tintin
 * script name:	myestory.css
 * @author Leandro Carvalho
 * created: 22 August 2008
 */

img{
	border:0px;
}

.container-myestory-form-land{
	position:absolute; 
	top:10px; 
	left:350px; 
	width:240px;
}

.container-myestory-form-{
	position:absolute; 
	top:10px; 
	left:350px; 
	width:240px;
}

.container-myestory-form-port{
	position:absolute; 
	top:10px; 
	left:365px; 
	width:230px;
} 

div#myestory-footer {
	position: absolute;
	top: 445px;
	left:0px;
	width: 600px;
	height: 20px !important;
	padding:15px 0 15px 0;
	background: #221e1f;
	text-align: left;
}

#myestory-footer-content {
	float:right; padding-right:10px; padding-top:2px;
}

#myestory-footer-help {
	padding-left:20px;
}

#myestory-footer p{
	font-weight: normal;
	line-height: 160%;
}

#myestory-footer h1
{
	font-size: 120%;
	font-weight: normal;
	margin:0px;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
}

#myestory-footer h2
{
	font-size: 110%;
	font-weight: normal;
	margin:0px;
	color:#014b72;
	font-weight:bold;
	display:inherit;		
}

#myestory-footer div{
	display:inline;
}

#myestory-footer span{
	color:#0066CC;
}

#myestory-brand{
	font-weight:bold;
	display:inline;
}

#myestory-brand span{
	color:#E87400;
}

#myestory-footer img{
	border:0px;
}

#myestory-footer a { 
	border-top: 0px;
	color:#FFFFFF;
}
#myestory-footer a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}
#myestory-footer a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
}
#myestory-footer a:active { 
	color: #FFFFFF; 
	text-decoration: none;
}
#myestory-footer a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

#myestory-footer a:visited:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.myestory-color{
	color:#F27900;
}

.form_button_submit {
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	color:#009966;
	text-decoration : none;
}

.form_button_disable {
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	color:#666666;
	text-decoration : none;
}

.form_reset {
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	color:#990000;
	text-decoration : none;
}

.boxStandart{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FDFEFF;
	font-size:12px;
	padding:10px;
	position:absolute; 
	filter:alpha(opacity=80);
	opacity:0.8;
}

.bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
	text-decoration: none;
	vertical-align:middle;
}

/* -------- HREF ------------------ */
a.myestory{
	cursor:pointer;
	outline:0px;
	font-size:100%;
}

a.myestory:link
{
	color:#F27900;
	text-decoration:underline;
	line-height:130%;
	font-size : 12px;
	font-weight:bold;
}

a.myestory:active {
	color: #CCCCCC;
	text-decoration: underline;
}

a.myestory:visited {
	color: #F27900;		
	text-decoration: underline;	
	font-size: 12px;
	font-weight:bold;		
}

a.myestory:hover
{
	color:#333333;
	text-decoration:underline;
	font-size : 12px;
}

a.myestory:visited:hover {
	color: #333333;
	text-decoration: underline;	
}

/* -------- MYESTORY FOOTER ------------------ */
a.myestory-footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#F27900;
	text-decoration:none;
	font-size : 12px;
	font-weight:bold;
}

a.myestory-footer:link
{
	font-family: Arial, Helvetica, sans-serif;
	color:#F27900;
	text-decoration:none;
	font-size : 12px;
	font-weight:bold;
}

a.myestory-footer:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.myestory-footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F27900;		
	text-decoration: underline;	
	font-size: 12px;
	font-weight:bold;		
}

a.myestory-footer:hover
{
	color:#333333;
	text-decoration:underline;
	font-size : 12px;
}

a.myestory-footer:visited:hover {
	color: #333333;
	text-decoration: underline;	
}