input.tf, input.oblig {
background:#FFFFFF;
border:1px solid #DDDDDD;
color:#444444;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:1px 5px 2px;
width:120px;
}

input.ok, input.ok2 {
	background:#FFFFFF repeat scroll center top;
	border:1px solid #DDDDDD;
	color:#666666;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:3px;
	padding:1px 10px 0pt;
	text-transform:uppercase;
}

.on {
	background:#FF0000 url(/templates/default/images/ar.gif) no-repeat scroll center bottom;
	color:#FFFFFF;
	cursor:default;
}
.off {
	color:#FFFFFF;
	cursor:default;
}

#redbar {
	background:#FF0000;
	margin:1px 0pt 0pt;
	color:white;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	padding:0pt 0pt 0pt 7px;
}

#redbar a {
	color:#FFFFFF;
	width:100%;
	height:100%;
	text-decoration:none;
}

#redbar .off a:hover {
	background:#CCCCCC;
	text-decoration:none;
}

li {
display:inline;
float:left;
}

#scroll_container {
	overflow: hidden; 
	height: 180px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#scroll_container a {
background:transparent;
color:#D6272A;
padding:0pt 0pt 0pt 10px;
}

#cal_wrap {
	border:1px solid red;
	margin:0px 0px 10px 0pt;
	padding:15px 10px 10px;
	width:260px;
	float:left;
}

.weekend, .weekday {
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;

}
.cal_header_text {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF0000;

}

.weekend a, .weekend a:hover {
	color: #FF0000;
	text-decoration: none;
}

.weekday a, .weekday a:hover {
	color: #0000FF;
	text-decoration: none;
}

.cal_month {
	color: #0099FF;

}

#cal_data_wrap {
	border:1px solid red;
	margin:0pt 0px 10px 0pt;
	padding:15px 10px 10px;
	width:235px;
	float:right;
}

.cal_data_restaurant a, .cal_data_restaurant a:hover {
	font-family:"Trebuchet MS", Arial, Veranda, sans-serif;
	font-size: 18px;
	color: #666666;
	text-transform: capitalize;
	text-decoration: none;
}

.cal_data_desc {
	font-family:"Trebuchet MS", Arial, Veranda, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

#more, #more a, #more a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

}

#adright {
	vertical-align:top;
	text-align: center;
	padding: 4px;
}

.weekcal {
	border: thin solid #FF0000;
}
.weekcal_head {
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
}
.weekcal_col {
	font-size:10px;
}
.weekcal_head, .weekcal_col {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	
}

#popover_wrap {
	border: medium solid #6699CC;
	background-color: #F1F0EB;
}
#popover_title_wrap {
	background-color: #0000FF;	
}
#popover_title {
	text-transform: capitalize;
	color: #FFFFFF;
	
}
#popover_content {
	padding: 2px;
}


.corner_wrap {
	background:#F1F0EB; 
	clear:both; width:90%
}
.bl {
	background: url(/templates/default/images/bt-lt.png) 0 100% no-repeat;
}
.br {
	background: url(/templates/default/images/bt-rt.png) 100% 100% no-repeat;
}
.tl {
	background: url(/templates/default/images/tp-lt.png) 0 0 no-repeat;
}
.tr {
	background: url(/templates/default/images/tp-rt.png) 100% 0 no-repeat;
	padding:12px;	
	z-index: 0;
}
.content {
	background:#F1F0EB; 
}
.t {
	background: url(/templates/default/images/dot.png) 0 0 repeat-x; 
	width: 100%
}
.b {
	background: url(/templates/default/images/dot.png) 0 100% repeat-x;
}
.l {
	background: url(/templates/default/images/dot.png) 0 0 repeat-y;
}
.r {
	background: url(/templates/default/images/dot.png) 100% 0 repeat-y;
}
