/* CSS Document */
@charset "windows-1251";
/* Таблица с самыми верхними навигационными ссылками и названием приложения */
    table.loginsys {
		width: 250px;
		border-collapse: collapse;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
	}
    table.loginsys th {
		
	}          
	table.loginsys td {
		
	}          
	table.loginsys tr td.header {
		background-image: url(../images/design03/search-tittle.png);
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		color: #ffcc00;
	}          
    table.loginsys a {
		color: #5C7792
	}
	/* заголовочній класс для иконки и названия*/
	table.inf_tittle {
		border-collapse: collapse;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		width: 100%;
	}
	table.inf_tittle tr td.inf_text {
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	background-position: 5px 2px;
	vertical-align: middle;
	/*background-image: url(../images/autorized_img.gif);
	background-repeat: no-repeat;*/
	text-align:center;
	}
	table.inf_tittle tr td.inf_data {
	background-image: url(../images/design03/search_bg.png);
	background-repeat: repeat-x;
	vertical-align:top;
	}
	/**/
	table.innertable {
		width: 100%;
		border-collapse: collapse;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
	}
	table.innertable tr td.leftcol {
		width:20%;
	}
	table.innertable tr td.rightcol {
		width:80%;
	}
	table.innertable tr td.rightcol_bg {
		width:80%;
		border: solid #cccccc 1px;
		background-color: #FFFFFF;	
		font-weight: bold;
		text-align:center;
	}
	table.innertable tr td.underlinecol{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666666;		
	}
	table.innertable tr td.underlinecol_err
	{
		color: #FF0000;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666666;
		font-weight: bold;
		vertical-align:top;		
	}
	/**/
	input.editText {
		border: solid #cccccc 1px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
	}
	input.butSub {
		border: solid #cccccc 1px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFF00;
		background-color: #006600;
	}
	input.butReg {
		border: solid #cccccc 1px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFF00;
		background-color: #993300;
	}
	input.butSub, input.butReg {
	width:65px;
	} 
	span.mailedText {
	border: solid #cccccc 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width:300px;
	background-color: #FFFFFF;
	}
	/**/
	span.success {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #330066;
		text-align: center;
		font-weight: bold;
	}