/*------------------------------------------------------------------------------
    / globals
------------------------------------------------------------------------------*/
body {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	background-color: #596066;
	color: #ffffff;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.nav_link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.nav_link:hover {
	background-color: #660000;
}


/*------------------------------------------------------------------------------
    boxes
------------------------------------------------------------------------------*/
a.box_login {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.box_login:hover {
	background-color: #660000;
}


/*------------------------------------------------------------------------------
    /account.php
    /account_change_password.php
    /account_profile.php
------------------------------------------------------------------------------*/
a.account_link {
	color: #000000;
	text-decoration: none;
}
a.account_link:hover {
	text-decoration: underline;
}

.account_input_fields {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 175px;
}


/*------------------------------------------------------------------------------
    /baggage_found.php
------------------------------------------------------------------------------*/
.baggage_found_input_fields {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 175px;
}

input.baggage_found_long_block {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #000000;
	width: 25px;
}

input.baggage_found_short_block {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #000000;
	width: 12px;
}

input.baggage_found_description {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}


/*------------------------------------------------------------------------------
    /create_account.php
------------------------------------------------------------------------------*/
.create_account_input_fields {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 175px;
}


/*------------------------------------------------------------------------------
    /contact.php
------------------------------------------------------------------------------*/
.contact_input_fields {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 175px;
}

.contact_textarea_field {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}


/*------------------------------------------------------------------------------
    /index.php
------------------------------------------------------------------------------*/

a.link_index {
	color: #000000;
	text-decoration: none;
}
a.link_index:hover {
	text-decoration: underline;
}


.index_input_fields {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}


/*------------------------------------------------------------------------------
    /register_baggage.php
------------------------------------------------------------------------------*/
input.register_baggage_long_block {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #000000;
	width: 25px;
}

input.register_baggage_short_block {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #000000;
	width: 12px;
}

input.register_baggage_description {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}
