/*==============================
	GLOBALS
	Sets the default document font size, family and color
===============================*/
body
{
	margin: 0px;
	background-color: lightgrey;
}
body,td {font-family:arial,sans-serif; font-size:9pt; vertical-align:top; }

/*==============================
	CityScape Related StyleSheet
===============================*/
.MainTitle
{
	color: Gray;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
}


.SubTitle
{
	color: dimgray;
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
}

.MenuLink
{
	color: lightgoldenrodyellow;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
}

.NormalLink
{
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

/*godsam ass css*/
.NormalLink2
{
	color:Black;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

.button, .dropdownlist, .textbox,.FileUP,.radiobuttonlist
{
	background-color: dimgray;
	border-right: #fff197 1px solid;
	border-top: #fff197 1px solid;
	font-size: 8pt;
	border-left: #fff197 1px solid;
	color: #ffffff;
	border-bottom: #fff197 1px solid;
	font-family: Verdana, Tahoma, Arial;
}





/* Ä£°åŒ§º½˜ÓÊ½ */
.car
{
	color:Black;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}
.office
{
 color:Black;
 font-family:Arial;
 font-size:12px;
 text-decoration:underline;
}
.Restaurant
{
	color:White;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}
.Storefront
{
	color:White;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	}
	
.Entey
{
	color:#DDF059;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}




/* Ä£°åŒ§º½˜ÓÊ½ */

/*godsam ass css*/

.BottomLink
{
	color:LightGoldenrodYellow;
	font-family: Arial;
	font-size:8pt;
	text-decoration: underline;	
}

.CaptionCell
{
	color: dimgray;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
}

.DataCell
{
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

.TitleCell
{
	color: midnightblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-right: 2px;
	padding-top: 2px;
	margin-top: 10px;
}

.BorderTable
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.BoldText
{
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
}

.InfoText
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 9pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Arial;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	padding-top: 3px;
	font-weight: bold;
}

.AlertText
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 9pt;
	border-left: gray 1px solid;
	color: orangered;
	border-bottom: gray 1px solid;
	font-family: Arial;
	background-color: #ffffcc;
}

.ReadonlyText
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	background-color: #ffffff;
}





/*coupon css*/
.Coupon
{
	width: 300px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-right: black 1px dashed;
	border-top: black 1px dashed;
	border-left: black 1px dashed;
	border-bottom: black 1px dashed;
}

.CouponRed {
	color: #FF0000;
	font-weight: bold;
	font-size:18px;
}

/*end*/

/*==============================
	AJAX Related Style Sheet
===============================*/

.ajaxToolkit-CalendarExtender .ajax__calendar_container {
	background-color:#ffffff;
	border:1px solid #646464;
	color:darkblue;
}
.ajaxToolkit-CalendarExtender .ajax__calendar_other .ajax__calendar_day, .ajaxToolkit-CalendarExtender .ajax__calendar_other .ajax__calendar_year {
	color:black;
}
.ajaxToolkit-CalendarExtender.ajax__calendar_hover .ajax__calendar_day, .ajaxToolkit-CalendarExtender .ajax__calendar_hover .ajax__calendar_month, .ajaxToolkit-CalendarExtender .ajax__calendar_hover .ajax__calendar_year {
	color:black;
}
.ajaxToolkit-CalendarExtender .ajax__calendar_active .ajax__calendar_day, .ajaxToolkit-CalendarExtender .ajax__calendar_active .ajax__calendar_month, .ajaxToolkit-CalendarExtender .ajax__calendar_active .ajax__calendar_year {
	color:black;
	font-weight:bold;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../Images/SavedStar.png);
}
/**********************************/
.grid-pager
{
	background: #bbbbbb;
	border-top: solid 1 black;
}

.grid
{
	border: solid 2px Black;

}

.grid-header
{
	background: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
 
}
.grid-header th
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 1 1 1 4;
	border-bottom-style: outset;
	border-right-style: outset;
	border-width: 1px;	
}
.grid-header a
{
 color: Black;
  text-decoration: none;	
}
.literal
{
	font-size: 12px;
	font-family: Tahoma;
}

.ModalBackground
{
	background-color:#333333;
	opacity:0.5;
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	/*background: url('Img/ModalImageBg.gif');*/
}

.popup 
{
	width:600px;  
	height:600px; 
	overflow:scroll; 
	padding:10px; 
	background-color:White;
    border-style:solid;  
    border-color:Black;  
    border-width:1px;
    vertical-align: top;  
    text-align:left; 
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
