body {
	background: #fff;
	margin: 0px;
}
	
html, body, h1, h2, h3, h4, h5, p, th, td, div, ul, li, input, select, textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;		
	color: #221e1f;
}

input, select
{
	font-size: 10pt;
}

input.button
{
  width: 100px;
}

select
{
  width: 100%;
}

td, th {
	font-size: 10pt;
}

th
{
	background-color: #ac0c22;
	color: White;
}

a:link {color: #221e1f; text-decoration: underline;}
a:visited {color: #221e1f; text-decoration: underline;}
a:hover {color: #221e1f; text-decoration: underline;}
a:active {color: #221e1f; text-decoration: underline;}

table.menu
{
	/*border-right: #fff thin solid;*/
	border-left: #fff 3px solid;
	background-color: #fff;
}

td.menu_selected
{
	/*background-color: #666 Highlight;*/
	border-left: #666 6px solid;
	border-bottom: #ccc 1px solid;
	font-weight: bold;
	color: #221e1f;
	padding-left: 5px;
}

td.menu_deselected
{
	border-bottom: #ccc 1px solid;
	border-left: #f7f7f7 6px solid;
	font-weight: normal;
	color: #b2d2d9;
	padding-left: 5px;
}

td.menu_exit
{
	border-bottom: #ccc 1px solid;
	border-left: #f7f7f7 6px solid;
	font-weight: normal;
	/*color: #221e1f;
	background-color: #b2d2d9;*/
	color: #fff;
	background-color: #ac0c22;
	padding-left: 5px;
}

td.menu_exit a:link
{
	color: #fff;
	background-color: #ac0c22;
}

.required
{
  font-family: Courier New;
  font-size: 9pt;
  color: #cc0000;
  font-weight: bold;
}

#headerAndLogo
{
  background-color: #ffffff;
  height: 60px;
  border-bottom-style:solid;
  border-bottom-width:thin;
}

.Headline
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #221e1f;
}

.HeadlineSteps
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #221e1f;
}

.SubHeadline
{
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: bold;
  color: #221e1f;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 6px;
}

.BottomLine
{
  border-bottom: dotted 1px #ccc;
}

.TopLine
{
  border-top: dotted 1px #ccc;
}

.SendaDalkHaus
{
  background-color: #ac0c22;
  font-weight: bold;
  color: #fff;
}

.SendaDalkEfni
{
  background-color: #fff;
  padding-left: 8px;
}

.SendaDalkSkilmalar
{
  background-color: #f7f7f7;
  padding-left: 8px;
}

A.SendaPageLink
{
  color: White;
}
A.SendaPageLink:hover
{
  color: White;
}


/*********** Charge Sheet ****************/

#ChargeSheet
{
	width: 660px;
}

#ChargeSheet div 
{
	font-size: 12px;
}

.Underline
{
	text-decoration: underline;
}

.CompanyName
{
	font-size: 110%; 
	font-weight: bolder;	
}

.TopPadding
{
	padding-top: 10px;
}

@media print {
  button#PrintButton {
    display: none;
  }
}
