html,body
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent;	*/
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #4b5d6d;
	background-image: url(../images/tlo_main_blue.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	/* Font color */
	color:#1a2d4a;
}

a.email:visited  {color: #006ea7; text-decoration: none; font-weight: bold;}
a.email:link  {color: #006ea7; text-decoration: none; font-weight: bold;}
a.email:active  {color: #006ea7; text-decoration: none; font-weight: bold;}
a.email:hover   {cursor: crosshair; color: #15d8ff; background-color: #006ea7; text-decoration: none; border-width: 1px; border-style: solid;}

.mainContainer
{
}

.header_logo_gora_wide
{
	width: 100%;
/*	background-color: #8ab5c9;	*/
	background-color: #006ea7;

}

.header_logo_dol_wide
{
	width: 100%;
}

.header_logo_gora {
	margin: 0 auto;
	width: 900px;
	position: relative;
	overflow: hidden;
}

.header_logo_dol {
	margin: 0 auto;
	width: 900px;
	position: relative;
	overflow: hidden;
}

.logo
{
	float: left;
	width: 500px;
}

.ppl
{
	float: left;
	width: 116px;
	height: 64px;
	margin-left: 200px;
}

img
{
	display:block;
}

img.ppl_gora
{
	position: absolute;
	bottom: 0;
}

.main_wide {
/*	background-color: #4b5d6d;
	background-image: url(../images/tlo_main.png);
	background-repeat: repeat-x;
	background-position: 0 0;	*/
}

.main
{
	margin: 0 auto;
	padding: 10px 0 0px 0;
	width: 900px;
/*	background-image: url(../images/sb-people-feet.png);
	background-repeat: no-repeat;
	background-position: 556px 0;	*/
}

.main_left_container {
	width: 150px;
	padding: 0;
	float: left;
}

.main_right_container {
	width: 650px;
	float: left;
	background-color: #006ea7;
	padding: 3px;
}

.main_right_frame_top
{
}

.main_right_frame_bottom
{
}

.main_right_middle
{
/*	height: 600px;	*/
	background-color: #FFFFFF;
	padding: 1px 20px 1px 20px;
	text-align:justify;
	padding: 10px;
	display: none; /* So the jQuery show effect can be used. */
}
.button_container
{
	padding: 40px 0 0;
}

.button
{
	width: 150px;
	padding:9px 2px 0 0;
	font-size:14px;
	display:block;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	height:37px;
	background-image: url(../images/buttons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
	cursor:pointer;
	color:#1a2d4a;
	
	/* Removes the focus outline/frame */
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

.button:hover {
	background-position: 0 -50px;
}

.button:active {
	outline: none;
	/* Font color */
	color:#1a2d4a;
}

.button:visited {
	outline: none;
	/* Font color */
	color:#1a2d4a;
}

.bar_code
{
	width: 95px;
	position: relative;
	margin: 70px auto 20px;
	visibility: hidden; /* So the jQuery show effect can be used nicely in IE. */
}

#box-table-a
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #56baf2;
	border-top: 4px solid #006ea7;
	border-bottom: 1px solid #fff;
	color: #131e2e;
}

#box-table-a td
{
	padding: 8px;
	background: #d5ecff; 
	border-bottom: 1px solid #fff;
	color: #2e6ea4;
	border-top: 1px solid transparent;
}

#box-table-a tr:hover td
{
	background: #96d8fe;
	color: #1a2d4a;
}
/*
ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li
{
	background-image:url(../images/list_element.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;
}
*/

ul
{
	list-style-image: url("../images/list_element.png")
}

