﻿.pnlMain
{
    width:822px;
    height:4470px;
    overflow:scroll;    
    border:solid 1px red;
}

.pnlMain2
{
    width:980px;
    height:4470px;
    overflow:scroll;    
    border:solid 1px red;
}

.pnlTicket
{
    width:980px;
    height:335px;
    overflow:scroll;    
    border:solid 1px red;
}

.pnlAdmin
{
    width:980px;
    height:470px;
    overflow:scroll;    
    border:solid 1px red;
    float:left;
}

.menu
{
    background-image:url('images/right_menu.gif');
    background-position:center top;
    background-repeat:no-repeat;
}

.menu_ticket_left
{
    background-image:url('images/ticket_bg1.gif');
    background-position:center top;
    background-repeat:no-repeat;
}

.menu_ticket_right
{
    background-image:url('images/ticket_bg2.gif');
    background-position:center top;
    background-repeat:no-repeat;
}

.menu_reservation_left
{
    background-image:url('images/reservation_bg1.gif');
    background-position:center top;
    background-repeat:no-repeat;
}

.menu_reservation_right
{
    background-image:url('images/reservation_bg2.gif');
    background-position:center top;
    background-repeat:no-repeat;
}

.button_red
{
    background-image:url('images/button.gif');
    background-position:center;
    background-repeat:no-repeat;
    width:130px;
    height:30px;
    font-family:Verdana;
    font-size:11px;    
    font-weight:700;
    color:White;
    text-align:center;
    vertical-align:middle;
    text-transform:uppercase;
}

.button_gray
{
    background-image:url('images/button_gray.gif');
    background-position:center;
    background-repeat:no-repeat;
    width:130px;
    height:30px;
    font-family:Verdana;
    font-size:8px;    
    font-weight:700;
    color:White;
    text-align:center;
    vertical-align:middle;
    text-transform:uppercase;    
}

.button_gray2
{
    background-image:url('images/button_gray.gif');
    background-position:center;
    background-repeat:no-repeat;
    width:128px;
    height:13px;
    font-family:Verdana;
    font-size:xx-small;    
    font-weight:600;
    color:White;
    text-align:left;
    padding-left:20px;
    vertical-align:middle;
    text-transform:uppercase;
}

.button_other
{    
    background-position:center;
    background-repeat:no-repeat;
    width:128px;
    height:13px;
    font-family:Verdana;
    font-size:xx-small;    
    font-weight:600;
    color:Black;
    text-align:left;
    padding-left:50px;
    vertical-align:middle;
    text-transform:uppercase;
}

.link
{
    text-decoration:none;
    color:white;    
    font-size:9px;
}

.link2
{
    text-decoration:none;
    color:black;    
    font-size:9px;
}

.link3
{
    text-decoration:none;
    color:white;    
    font-size:10px;
    font-weight:600;
    font-family:Verdana
}

.link4
{
    text-decoration:none;
    color:white;    
    font-size:11px;
    font-weight:600;
    font-family:Verdana
}

.hover
{
    text-decoration:none;
    color:yellow;    
}

.visited
{
    text-decoration:none;
    color:Lime;    
}

body
{    
    font-size:10px;       
}

td
{    
    font-size:11px;
}

.noavail
{
    background-image:url('images/noavail.gif');
    background-position:center;
    z-index:3;
    background-color:#cccccc;        
    background-repeat:no-repeat;
}

.redHeader
{
    background-image:url('images/redHeader.gif');
    background-position:center bottom;
    background-repeat:no-repeat;
}

.redBody
{
    background-image:url('images/redBody.gif');
    background-position:center;
    background-repeat:repeat-y;
}

.redFooter
{
    background-image:url('images/redFooter.gif');
    background-position:center top;
    background-repeat:no-repeat;
}
.PickerCSS
{
	background-color: #ffffff;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
}
.PickerHeaderCSS
{
	background-color: lightgrey;
	height: 30px;
}
.PickerFooterCSS
{
	background-color: lightgrey;
}
.PickerWeekDayCSS
{
	background-color: lightgrey;
	text-align: center;
	font-size: 8pt;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 19px;
}
.PickerCalendarCSS
{
	background-color: #e8f4ff;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 19px;
}
.PickerWorkDayCSS
{
	background-color: #ffffff;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
A.PickerWorkDayCSS
{
	color: black;
	text-decoration: none;
	border: none;
}
.PickerForbidenCSS
{
	background-color: #e8f4ff;
	color: Red;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
}
.PickerSelectedCSS
{
	background-color: #e4e8ff;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
A.PickerSelectedCSS
{
	font-weight: bold;
	color: #0066ff;
	text-decoration: underline;
	border: none;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	overflow-x:hidden;
	height : 100px;
    text-align : right; 
    list-style-type : none;
    direction:rtl;
    width:90px;    
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}