
/*
	Main structure
*/

body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/*
	Log me in module
*/
#logger
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	width: 100%;
	background-color: #71706E;
	font-size: 10px;
	color: #FFFFFF;
}


#header
{
	/*background: transparent url(../images/stripe-header.gif) bottom left repeat-y; /* 0px 0px;/*214px;*/
	padding-top: 8px;
	height: 44px;
}

#eventBar
{
	background: url(../images/gradiente.jpg) repeat-x 0px 0px;	
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	letter-spacing: 1px;
}

#main_body
{
	width:100%;
	text-align: center;
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	width: 800px;	/*
	border: 1px solid black;*/
}

#footer
{
	background-color: #FFFFFF;
	height: 30px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #71706E;
}


/*
	ELEMENTS
*/

a 
{
	text-decoration: none; 
	color:#333333;
	font-weight: bold;
}
 
a:hover
{
	text-decoration: underline; 
	color:#333333;
	font-weight: bold;
}

#loginTable a 
{
	text-decoration: none; 
	color: #8F8F8F;
	font-weight: bold;
}
 
#loginTable a:hover
{
	text-decoration: underline; 
	color: #8F8F8F;
	font-weight: bold;
}
 .brackets
 {
	color: #FDCD07;
	font-weight: bold;
	font-size: 12px;	
}

b.redText
{
	color: #F00;
	font-weight: bold;
}
 
.titleBar
{
	background: url(../images/tab-back.jpg) repeat-x 0px 0px;	
	height: 34px;	
	font-weight: bold;
	font-size: 14px;
	/*color: #72716D;*/
	color: #090909;	
	font-family: Trebuchet MS;
} 

.loggedLine
{
	background: url(../images/tab-back.jpg) repeat-x 0px 0px;	
	height: 34px;	
} 

.title
{
	font-weight: bold;
	font-size: 12px;
	color: #090909;
	font-family: Trebuchet MS;
} 
 
a.large_button
{
	background: url(../images/btn_large.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
	text-indent: 11px;
	font-size: 9px;
	font-family: Arial;
	color: #555555;
	cursor: default;
}

a.large_button:hover
{
	background: url(../images/btn_large.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
	text-indent: 11px;
	font-size: 9px;
	color: #E3B702;
	cursor: default;
}

a.large_button:active
{
	background: url(../images/btn_large_pressed.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
	text-indent: 11px;
	font-size: 9px;
	color: #A37700;
	cursor: default;
}

.large_button_disabled
{
	background: url(../images/btn_large_disabled.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: justify;
	line-height: 18px;
	text-indent: 11px;
	font-size: 9px;
	color: #999999;
	cursor: default;
}
 
a.button
{
	background: url(../images/btn.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	font-family: Arial;
	color: #555555;
	cursor: default;
}

a.button:hover
{
	background: url(../images/btn.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	color: #E3B702;
	cursor: default;
}

a.button:active
{
	background: url(../images/btn_pressed.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	color: #A37700;
	cursor: default;
}

.button_disabled
{
	background: url(../images/btn_disabled.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	color: #999999;
	cursor: default;
}
 
 
a.button_xlarge
{
	background: url(../images/btn_xlarge.gif) no-repeat 0px 0px;
	display: block;
	width: 150px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	font-family: Arial;
	color: #555555;
	cursor: default;
}

a.button_xlarge:hover
{
	background: url(../images/btn_xlarge.gif) no-repeat 0px 0px;
	display: block;
	width: 150px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	color: #E3B702;
	cursor: default;
}

a.button_xlarge:active
{
	background: url(../images/btn_xlarge_pressed.gif) no-repeat 0px 0px;
	display: block;
	width: 150px;
	height: 20px; 
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	color: #A37700;
	cursor: default;
}
/*
	Tabs
*/


#tabBar
{
	background: url(../images/tab-back.jpg) repeat-x 0px -8px;
	width: 100%;
	height: 100%;
	text-align: justify;
}

#ticketWindow
{
/*
	less area needed:	
	width: 440px;
	*/
	width: 100%;
	overflow: hidden;/*
	border: 1px solid black;*/
	text-align: center;
}

#workingArea
{
}


#actionArea
{/*
	font-weight: normal;*/
	font-size: 10px;
	width: 100%;
	height: 100%;
	text-align: justify;
	vertical-align: middle;
}


#ticketArea
{
	width: 100%;
	text-align: center;

}

#wizardBar
{
	background: url(../images/tab-back.jpg) repeat-x 0px -26px;	
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: 100%;

}

#sitMap
{
	width: 100%;
	min-height: 400px; 	
	/*
	height: 400px; 
	overflow: scroll;*/	
	border: 1px solid #BABABA;
	text-align: center;
	vertical-align: middle;	
}

#sitMapTitle
{
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.step
{
	width: 38px;
	height: 38px;
	background: url(../images/step.gif) no-repeat 0px 0px;
	float:left;	
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size:20px;
}

.step_disabled
{
	width: 38px;
	height: 38px;
	background: url(../images/step_d.gif) no-repeat 0px 0px;
	float:left;	
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size:20px;
}

.step_name
{
	font-weight: bold;
	color: #72716D;
	font-size: 18px;
	font-style: oblique;
	float: left;
	width: 40%;
	margin-left: 20px;
	margin-right: 50px;
}



#subTabBar
{}

#showTimer
{
	font-size: 10px;
}

#time
{
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
}
 
 /*
	Dialogs
 */
 
.windowMenuOut
{
	background-color: #71706E;
	border: solid 1px #000;				
}	

.windowMenuOver
{
	background-color: #EEEEEE;
	border: solid 1px #EEEEEE;				
}	

.windowMenuClick
{
	background-color: #FFFFFF;
	border: solid 1px #000;	
}	

.windowMenu
{
	background-color: #71706E;
	font-size: 10px;
}	

.windowMessage
{
	background-color: #CECECE;
	font-size: 10px;
}	
  
.windowMessageTitle
{
	background-color: #71706E;
	font-size: 15px;
	font-weight: bold;
	color: #DDDDDD;
}	

.windowMessageBody
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #CECECE;
	font-size: 12px;
}	
 
.windowMessageBtns
{
}	

 /*
	Global Form
 */
input.text_input
{
	font-size: 10px;	
	border: 1px solid black;
}

textarea
{
	font-size: 10px;	
	border: 1px solid black;
}

select
{
	font-size: 10px;
}

button
{
	background-color: transparent;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px;
	border: none;
}
 
 

 /*
	Ticket Car
 */
.sits
{
	display: block;
	position: static;
	width: 10px;
	height: 10px;
	border: 2px solid #11CCCC;
	font-family: Verdana;
	font-size: 1px;
}

.sample_sits
{
	width: 10px;
	height: 10px;
	border: 2px solid #11CCCC;
	font-family: Verdana;
	font-size: 1px;
	float:left;
}

.disabled_sits
{
	display: block;
	position: static;
	width: 10px;
	height: 10px;
	border: 2px solid #FFFFFF;
	font-family: Verdana;
	font-size: 1px;
}

th.evento
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

table.tickets
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

tr.tickets_header
{
	background: url(../images/gradiente.jpg) repeat-x 0px 0px;	
	height: 32px;

	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;

	/*
	background-color: #D7D7D7;
	*/
	vertical-align: middle;
}

th.tickets_left_header
{
	background: transparent url(../images/esquina-izq.jpg) no-repeat 0px 0px;	
	width: 8px;
}

th.tickets_right_header
{
	background: transparent url(../images/esquina-der.jpg) no-repeat 0px 0px;	
	width: 8px;
}

td.tickets_order
{
	background-color: #EFEDEE;
	color: #000000;
	vertical-align: middle;
}

tr.tickets_data
{
	/*
	background-color: #EFEDEE;
	*/
	color: #000000;
	vertical-align: middle;
	font-weight: normal;
}

tr.tickets_total
{
	background-color: #FAFAFA;
	color: #000000;
	vertical-align: middle;
}

tr.tickets_highlight
{
	background-color: #EFEDEE;
	color: #000000;
	vertical-align: middle;
	cursor: pointer;
}


/*
	eventBar
*/

#eventBar.title
{
	font-size: 20px;
	font-weight: bold;
}

/*
	Scroller Module
*/


#scroller
{
	width: 600px; 
	height: 400px;
	overflow: hidden;
}

#scrollerInfo
{
	background-color: #222;
	color:#FFF; 
	position:relative; 
	margin-top:-100px; 
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	height: 100px; 
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#scrollerInfo th
{
	font-size: 20px;
	color:#FFF; 
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#scrollerInfo a 
{
	text-decoration: none; color:#FFF;
}
 
#scrollerInfo a:hover
 {
	text-decoration: underline; color:#FFF;
}



#loggedBar
{
	font-size: 11px;
}

tr.discounts_header
{
	background: url(../images/gradiente-dark.jpg) repeat-x 0px 0px;	
	height: 32px;

	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;

	/*
	background-color: #D7D7D7;
	*/
	vertical-align: middle;
}

th.discounts_left_header
{
	background: transparent url(../images/esquina-izq-dark.jpg) no-repeat 0px 0px;	
	width: 8px;
}

th.discounts_right_header
{
	background: transparent url(../images/esquina-der-dark.jpg) no-repeat 0px 0px;	
	width: 8px;
}


.radioButton-delivery
{
	width: 533px;
	height: 109px;
	margin: 5px;
	margin-left: 150px;
	background: transparent url(../images/express.jpg);
	cursor: pointer;
}

.radioButton-box_office
{
	width: 533px;
	height: 109px;
	margin: 5px;
	margin-left: 150px;
	background: transparent url(../images/box_off.jpg);
	cursor: pointer;
}

.radioButton-delivery:hover
{
	background: transparent url(../images/express_hover.jpg);
}

.radioButton-box_office:hover
{
	background: transparent url(../images/box_off_hover.jpg);
}

/*
.radioButton
{
	width: 533px;
	height: 109px;
	border: 1px dashed #555555;
	margin: 5px;
	font-family: arial;
	font-size: 40px;
	text-align: center;
	background-color: #88B9D7;
	color: #D8E8F1;
}
*/

.radioButtonBlock
{
	width: 780px;
	height: 220px;
	margin: 5px;
	text-align: center;
}

.radioButton-selected
{
	border: 1px dashed #999999;
	background-color: #D8E8F1;
	color: #88B9D7;
}
