/* CSS Document */
body {
/*	background: #DFDFDF url('../images/pda_fon.gif') no-repeat;	*/
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
a img {		border:0;	}

div.logo {
	height:80px;
	background: #FFFFFF url('../images/glogo.gif') no-repeat;
	background-position: 15px 0;
	width:240px;
}

div.menu {
	padding: 4px 0 4px 8px;
	background: #FFCB02 url('../images/gfonmenu.gif') repeat-y; 
	font-family: Tahoma;
}
div.personalinfo {
	padding: 4px 0 4px 8px;
	background: #76C7EF url('../images/gfonpersonalinfo.gif') repeat-y; 
	font-family: Tahoma;
}
.menu a	{
	margin-right:12px;
	line-height:18px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a			{	color: #333;	}
.menu a:hover	{	color: #686868;	}

div.footer		{	
	background: #DFDFDF;
	padding: 3px 10px 10px;
	text-align:center;
}
.footer a		{	color: #333; 
					text-decoration: underline;			}
.footer a:hover	{	color: #686868;		}

.loginform		{
	border: 1px solid #B7B7B7; 
	font-size: 16px;
	height:24px;
}
.enterform		{
	border: 1px solid #B7B7B7; 
	font-size: 12px;
	height:18px;
}
.smallform		{
	border: 1px solid #B7B7B7; 
	font-size: 10px;
	height:16px;
}


div.text,
div.errors,
div.info_text	{
	padding:5px;
}

div.errors p.error b {
	color:red;
}

tr.blue td{background-color: #00B4EB; color: #fff}

font.word	{	white-space:nowrap;	}
