/* Cascading Style Sheet for mTicket */

body
{
	background-color: #FFF;
	margin: 0px;
	border-width: 0px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

p
{
	color: #666;
	font-size: 11pt;
	line-height: 16pt;
}

.nav_top
{
	color: #999;
	font-size: 10pt;
	line-height: 16pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.nav_top A:link, .nav_top A:active, .nav_top A:visited 
{
	text-decoration: none;
	color: #999999;
	border-bottom: dotted #333 1px;
	text-transform: uppercase;
}

.nav_top A:hover
{
	text-decoration: none;
	color: #999;
	border-bottom: 0px;
	background-color: #E5DCCD;
	text-transform: uppercase;
}

.page_title
{
	color: #FF9900;
	font-size: 18pt;
	line-height: 24pt;
	text-transform: uppercase;
}

.page_subtitle, .largebold
{
	color: #006699;
	font-size: 12pt;
	line-height: 18pt;
	text-transform: uppercase;
}

.subtitle, .medboldalt
{
	color: #069;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: normal;
}

A:link, A:active, A:visited 
{
	text-decoration: none;
	color: #666;
	border-bottom: dotted #333 1px;
}

A:hover
{
	text-decoration: none;
	color: #666;
	border-bottom: 0px;
	background-color: #E5DCCD;
}

input.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #333;
	background-color: #FFF;
}

textarea.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #333;
	background-color: #FFF;
}

input.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #666;
	background-color: #CCC;
}

select.pulldown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
	color: #FFF;
	background-color: #CCC;
}

.error { color: #F00; }

hr
{
	height: 1;
	color: #999;
}
