body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	background-color: #1281D9;
	margin: 0px;
	padding: 0px;
}

p, span, div, select, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
}

/* Content Styles */
#content
{
	/* background-color: #efefef; */
	background-color: #eaeaea;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

h1, h1 span, #content h1
{
	color: #2368ad;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	padding-top: 5px;
}

h2 {
	color: #2368ad;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
}

h3 {
	color: #2368ad;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
}

img
{
	border: 0px;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;	
}

a
{
	color: #2368ad;
}

a:hover
{
	color: #000000;
}

table
{
	border-width: 0px;
	border-style: solid;
	padding: 0px;
}
td 
{
	font-size: 11px;
}
td.sortascending
{
  padding-left: 16px;
  background: url("/images/arrow_down.gif") no-repeat;
  background-position: 3px center;
  background-color: #1081DD;
}

td.sortdescending
{
  padding-left: 16px;
  background: url("/images/arrow_up.gif") no-repeat left;
  background-position: 3px center;
  background-color: #1081DD;
}

/* Action */
#action_background {
	background-color: #ccc; 
	text-align: right;
	width:751px;
	height: 20px;
	margin-top: 10px;
}

#action
{
  color: #2368ad;
  font-size: 13px;
  font-weight: bold;
  font-variant:small-caps;
}

#action a
{
  padding-left: 6px;
  padding-right: 6px;
  background: url("/images/triangle_point.gif") no-repeat center left;

  color: #2368ad;
  font-size: 13px;
}

#action a:hover
{
  color: #999999;
}

.ActionSection
{
  color: #2368ad;
  font-size: 13px;
  font-weight: bold;
  font-variant:small-caps;
}

.ActionSection a
{
  padding-left: 6px;
  padding-right: 6px;
  background: url("/images/triangle_point.gif") no-repeat center left;

  color: #2368ad;
  font-size: 13px;
}

.ActionSection a:hover
{
  color: #999999;
}

/* Navigation Styles */
#nav
{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  font-variant:small-caps;
}

#nav span
{
  padding-left: 6px;
  padding-right: 6px;
  background: url("/images/triangle_point.gif") no-repeat center left;
}

#nav a
{
  padding-left: 6px;
  padding-right: 6px;
  background: url("/images/triangle_point.gif") no-repeat center left;

  color: #ffffff;
  font-size: 11px;
}

#nav a:hover
{
  color: #000000;
}

#nav .loggedinuser
{
	color:#fff;
}

/* Footer Styles */
#footer a
{
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
}
#footer a:hover
{
	color: #000000;
}

/* DataGrid */
/*- EditItemStyle */
tr.dgEIS 
{
}

/*- HeaderStyle */
tr.dgHS
{
	border: solid 1px #ccc;
	font-weight: bolder;
	color: white;
	/* background-color: #1F7CB7; */
	background-color: #1081DD;
}
tr.dgHS a:hover
{
	color: black;
	text-decoration: underline;
}
tr.dgHS a
{
	color: white;
	text-decoration: none;
}

/*- ItemStyle and -Alternating ItemStyle*/
tr.dgIS 
{
	border: solid 1px #ccc;
	background-color:#ffffff; /*white*/
}
tr.dgAIS
{
	border: solid 1px #ccc;
	background-color:#eaeaea; /*light grey*/
}
tr.dgIS td, tr.dgAIS td 
{
	padding-left: 3px;
}

tr.dgPS  /* Paging Style */
{
	/* background-color: #e6e6fa; /*lavender*/
	text-align: right;
}
tr.dgPS td 
{
	border: 0px;
}
tr.dgPS #prev 
{
	background: url("/images/arrow_back.gif") no-repeat left;
	padding-left: 10px;
}
tr.dgPS #next 
{
	background: url("/images/arrow_forward.gif") no-repeat right;
	padding-right: 10px;
}

tr.dgSIS /* datagrid SelectedItemStyle */
{

}

#Service_ListParkingTickets_LicensePlateNumber
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
#Service_FindParkingTicket_Messages
{
  color: darkred;
}
#Service_DisplayParkingTicket_Messages
{
  color: darkred;
}

#infoTable 
{
	BORDER-COLLAPSE: collapse 
}
#infoTable TD 
{
	BORDER-RIGHT: #ccc 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #ccc 1px solid; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: #ccc 1px solid; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #ccc 1px solid 
}

#hiddenSection input {
 height:1px;
 width:1px;
 border:none;
}

/* Section Styles */
#section
{
  background-color: #fff;
  border-collapse: collapse;
  width: 751px;
  margin-bottom: 3px
}
#section_top
{
  width: 751px;
  height: 14px;
  padding: 0px;
  background: url("/images/section/tt_top.gif") no-repeat;
}
#section_bottom
{
  width: 730px;
  height: 49px;
  padding-left: 20px;
  background: url("/images/section/tt_footer.gif") no-repeat;
}
#section_bottom #action
{
  padding-bottom: 15px
}
#section_bottom_content
{
  margin-top: -8px;
  margin-left: -5px;
}
#section_bottom_thin
{
  width: 751px;
  height: 9px;
  padding: 0px;
  background: url("/images/section/tt_footer.gif") no-repeat 0px -40px;
}
#section_left
{
  padding: 0px;
  width: 6px;
  height: 100%;
  background: url("/images/section/tt_left_col.gif") repeat-y;
}
#section_right
{
  padding:0px;
  width: 9px;
  height: 100%;
  background: url("/images/section/tt_right_col.gif") repeat-y;
}
#section_center
{
  padding: 0px;
  width: 736px;
}
#section_content_title
{
  padding-top: 3px;
  padding-left: 40px;
  width: 98%;
  height: 25px;
  background: url("/images/section/tt_globe.gif") no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #2368AD;
}
#section_content_title span /* For Label Controls within the title */
{
  color: #2368AD;
}
#section_content_title_simple
{
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  height: 30px;
}
#section_content
{
  padding: 10px 5px 5px 10px;
  width: 98%;
  background: url("/images/section/tt_greybar_top.gif") no-repeat;
}
#section_content_innerblock
{
  width:716px;
}
#section_content_bottom
{
  width: 99%;
  height: 1px;
  color: #ccc;
}
#section_content_divider
{
  width: 7px;
  background: url("/images/section/tt_vertbar.gif") repeat-y;
}

#section_bottom .ActionSection
{
	padding-bottom: 15px
}

.SectionPanelHeader 
{
	position:relative; top: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2368AD;
} 
.SectionFooter 
{
	padding-left: 20px;
}
.SectionFooter .ActionSection 
{
	padding-bottom: 15px;
}
/* End Section Styles */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Event Tickets Service Style */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#event .EventTitle {
	color: #2368ad;
	font-size: 14px;
	font-weight: bold;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* PS Styles */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.SubscriptionTable
{
	border-collapse: collapse;
	width: 100%;
}
.SubscriptionTable td
{
	/*border: solid 1px black;*/
	padding: 0px;
}
.SubscriptionTable th
{
	font-size: 11px;
	font-weight: bold;
	color: #2368ad;
}
.SubscriptionTable .DeliveryOption
{
	width: 60px;
	text-align:center;
}
.SubscriptionTable .Info
{
	width: 40px;
	text-align:center;
}
.Organization, .Category
{
	color: #2368ad;
	font-weight: bold;
	font-variant: normal;
}
.Organization
{
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}
.Category
{
	font-size: 11px;
}

.error {
	color: darkred;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}