html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #535355;
}

body
{
	scrollbar-face-color: #5EA6C9;
	scrollbar-highlight-color: #5EA6C9;
	scrollbar-3dlight-color: #5EA6C9;
	scrollbar-darkshadow-color: #5EA6C9;
	scrollbar-shadow-color: gray;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
}

body, td
{
	color: #535355;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

p
{
	margin: 0;
}

a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.red
{
	color: red;
}

table.main
{
	height: 100%;
	width: 100%;
}

a.imenu
{
	color: #2F7EB1;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.imenu:hover
{
	text-decoration: none;
	color: white;
}

a.menu
{
	color: #307E84;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:hover
{
	text-decoration: none;
	color: white;
}

a.menuactivated
{
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menuactivated:hover
{
	text-decoration: none;
}

a.lang
{
	color: #0061A1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.lang:hover
{
	text-decoration: underline;
}

a.langactivated
{
	color: #231F20;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.langactivated:hover
{
	text-decoration: underline;
}

#debug
{
	display: block;
	width: 100%;
	border: 1px solid black;
	background-color: gray;
	color: white;
	padding: 10px;
}

.inp
{
	width: 167px;
	/*height: 22px;*/
	border: 0;
}

.submit
{
	border: 0;
	background: url(../img/bg_blue.jpg) repeat;
	color: black;
	font-weight: bold;
}






.bg_gray
{
	background: url(../img/bg_gray.jpg) repeat;
}

.bg_green
{
	background: url(../img/bg_green.jpg) repeat;
}

.bg_green2
{
	background: url(../img/bg_green2.jpg) repeat;
}

.bg_blue
{
	background: url(../img/bg_blue.jpg) repeat;
}

.bg_blue2
{
	background: url(../img/bg_blue2.jpg) repeat;
}

#i_logo_1
{
	background: url(../img/i_logo_1.jpg) no-repeat right top;
}

#i_logo_2
{
	background: url(../img/i_logo_2.jpg) no-repeat left top;
}

#contentFrame 
{
	text-align: justify;
	width: 100%;
	height: 100%;
	overflow: auto
}
