@import url(searchForm.css);
@import url(Tree.css);
@import url(question.css);
@import url(help.css);
@import url(paging.css);
@import url(dataPicker.css);
*{
	font-family:tahoma;
	margin:0;
	padding:0;
	font-size:1em;
	color:#3d3d3d;
}
a{
	color:#369;
}
table{
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table td{
	vertical-align:top
}
/*----------------HEADER-----------------------------------------------------------------*/

.header{
	background:#082D61 url(../images/bg-head.gif) repeat-x 0 0;
	text-transform:uppercase;
	font-size:.8em;	
	clear:both;
	/*float:left;*/
	width:100%;
	margin:0!important
}
	.header *{		
		color:#eee
	}
	.header a.main{
		background: url(../images/gerb.gif) no-repeat 0 0;
		display:none;
		height:59px;
		width:48px;
		position:absolute;
		left:10px;
		top:5px;
	}
	.header p{
		background:url(../images/bg-head-left.gif) no-repeat 0 0;
		padding:4px 0 5px 10px;
	}
		.header p a{
			text-decoration:none;
			font-weight:700;	
		}
		.header p a:hover{
			text-decoration:underline;
		}
		.header p a.com{
			padding-bottom:5px;
			display:block;
			width:300px;
			font-size:.85em;
			font-weight:100;	
		}
	.header ul{
		float:right;
		list-style:none;
		padding:3px 10px 0 0;
	}
		.header ul li{
			font-size:.85em;	
		}
	.header ul.info{
		background:#fff;
		width:100%;
		/*margin-top:5px;*/
		padding:0;
		border-top:1px solid #fff;
	}
		.header ul.info li{
			background:#3580D1;
			text-transform:none;
			float:right;
			padding:4px 10px 5px 0 ;
		}
		.header ul.info li.left{
			width:46px;
			background:#1E1E1E url(../images/bg-head-info.gif) no-repeat 0 0;
		}
		.header ul.info li.right{
			width:40px;
			background:#1E1E1E url(../images/bg-head-info.gif) no-repeat 100% 0;
		}
			.header ul.info li a{
				display:block;
				text-decoration:none;
				margin-left:30px;
			}
			.header ul.info li a:hover{
				text-decoration:underline
			}
			.header ul.info li.left a{
				background:url(../images/icons/home.gif) no-repeat 0 0;
				width:13px;
				height:13px;
				margin-left:30px;
			}
			.header ul.info li.right a{
				background:url(../images/icons/letter.gif) no-repeat 0 0;
				width:18px;
				margin-left:0px;
				height:13px;
			}

/*----------------MENU-----------------------------------------------------------------*/
.menu{
	/*float:left;
	width:30%;*/
	background:url(../images/bg-right-border.gif) repeat-y right 0;
}
	.menu .searchForm,
	.menu .question,
	.menu .treeList{
		margin:0 10px;
		font-size:.8em;
	}
	.menu .treeList{
		font-size:.7em;
	}
	.menu .searchForm{
		border-bottom:1px solid #D2D2D2;
		margin-bottom:15px;
		margin-top:10px;
	}
	.menu #treeTitle{	
		color:#20BD24;
		font:700 .8em tahoma;
	}
	.menu .treeList ul{
		clear:both
	}
	.menu .wraper{
			position:relative;
		}
	.menu .addInfo{
		border:1px solid #ccc;
		backgroud:#fff;
		width:280px;
		background:#eee;
		float:left;
		padding-bottom:5px;
		position:absolute;
		left:0;
		top:0;
		display:none;
		filter: alpha(opacity=95);
		opacity: 0.95;
	}
		.menu li .addInfo
		{
			display:block;
		}
			.menu li .addInfo *{
				color:#3D3D3D!important;
				}
			.menu .addInfo p, .menu .addInfo input{
				font-size:1.1em;
				margin:5px 10px;
				font-weight:100;
				padding:0;
			}
			.menu .addInfo input{
				width:253px;
				border:1px solid #ccc;
				height:17px;
				padding:2px 0 0 5px;
				_width:258px;
			}
			.menu .addInfo ul{
				list-style:none;
				margin:0 0 0 55px;
				display:block;
			}
				.menu .addInfo ul li{
					float:left;
					border:1px solid #ccc;
					padding:0;
					margin-right:40px;
					background:none;
				}
					.menu .addInfo ul li a{
						padding:2px 8px 4px 8px;
						display:block;
						float:left;
						text-decoration:none;
						font-weight:100;
					}
					.menu .addInfo ul li a:hover{
						background:#20BD24;
						color:#eee!important;
					}
	.menu .wrapper{
		margin:10px;
	}
					
/*----------------CONTENT-----------------------------------------------------------------*/
.content{
	/*float:left;
	width:70%;*/
}

	.content table{
		font-size:0.8em;
		margin:10px 10px 0 10px;
		clear:both;
		border:1px solid #ccc;
	}
		.content table tr td{
			border-top:1px solid #ccc;
		}
		.content table tr.border-none td{
			border-top:none;
		}
		.content table td, .content table th
		{
			border-left:1px solid #ccc;
			padding:3px
		}
		.content table th{
			/*background:#DA3613;*/
			background:#eee;
			white-space:nowrap;
			border-top:1px solid #ccc;
		}
		.content table td{
		}
	.content .centerMenuWrapper{
		padding:19px 0px 10px 0px;
		width:100%;
	}	
	.content table.centerMenu
	{
		margin:0 10px;
		border:none;
		border-bottom:1px solid #ccc;
	}
		.content .centerMenu td
		{
			color:#eee;
			font-size:1em;
			background:#eee;
			border:none;
			border-right:1px solid #fff;
			width:25%;
			text-align:center;
			vertical-align:middle
		}
		.content .centerMenu td.active{
			background:#20BD24;
			}
		.content .centerMenu td.subActive
		{
			background:#20ee24;
		}
			.content .centerMenu td a{
				color:#4f4f4f;
				text-decoration:none
			}
				.content .centerMenu td a:hover{
					color:#000
				}
		.content .centerMenu td ul{
			list-style:none;
			float:right;
		}
			.content .centerMenu td ul li{
				display:inline;
				border-left:2px dotted #fff;
				padding-left:3px;
			}
				.content .centerMenu td ul li a{
					color:#eee;
				}
	.content .question{
		float:right;
		width:38%;
		font-size:.8em;
		margin:0 10px 10px 0;
		_margin-right:5px;
	}
	.content .wraper{
		margin:0 10px;	
	}
	.content div p{
		clear:both;
		margin-left:10px;
		font-size:.9em}

/*********************************************/

html, body {height:100%; margin:0; padding:0;}
/*
#wrap {
    position:relative;
    min-height:100%;
}

* html #wrap {
    height:100%;
}
#content {
    padding-bottom: 50px;
    height:100%;
}
* html #content{padding-bottom: 50px;}


.footer {
    position:absolute;
   	bottom:0;
   	left:0;
    margin:0 auto;
    padding:0;
    height:50px;
    width:100%;
   
}*/
/*----------------FOOTER-----------------------------------------------------------------*/
.footer{
	border-top:1px solid #ccc;
	background:#eee;
	clear:both;
	width:100%;
	font-size:.7em;
	padding:2px 0 5px 0;
}
	.footer .copy{
		float:right;
		margin-right:10px;
	}
	.footer ul{
		list-style:none;
		margin-left:10px;
	}
	.footer .min-width{
		width:1000px;
		font-size:1px;
	}
/*--------------------------------PRINT--------------------------------------------------*/
.print {
	background:url("../images/icons/print.gif") no-repeat 0 3px;
	padding:0 10px 0 18px;
	font-size:.8em;
	color:#999;
	float:right;
}
