html, body {
	font-family:'Arial' sans-serif;
	font-size:90%;
}

body {
	padding:0 10px;
}

a:link, a:visited {
	color:#1a7fc6;
}

.b {
	font-weight:bold;
}

.white {
	color:#fff;
}

.blue {
	color:#8888ff;
}

.green {
	color:green;
}

input.text {
	border:1px solid #7f9db9;
}

input.imageInput {
	margin-bottom:-3px;
}

.leftOffset {
	padding-left:2em !important;
}

/* Зеленое меню с попапами вверху */

div#topMenu {
	position:relative;
	left:142px;
	padding:0;
	float:left;
	color:#fff;
	font-family:'Verdana' sans-serif;
	font-size:110%;
	z-index:1000;
}

	div#topMenu .first {
		border-left:0 !important;
	}
	
	div#topMenu div.link {
		padding:7px 8px;
		float:left;
		background:#539923;
		border-left:1px solid #427a1c;
		cursor:pointer;
	}
	
	
	
	div#topMenu .rollover {
		position:absolute;
		border:none;
		clear:both;
		display:none;
		padding:0 !important;
		background:#62bb29;
		z-index:1000;
	}
	
		div#topMenu .rollover .pad {
			border:0;
			background:#62bb29;
			font-size:90%;
			font-family:'Arial' sans-serif;
			padding:8px;
		}
		
		div#topMenu .rollover .hr {
			height:1px;
			overflow:hidden;
			background:#57a224;
			border:none;
			margin-bottom:.7em;
		}
		
		div#topMenu .rollover a, div#topMenu .rollover a:visited {
			color:#fff;
		}
	
/* Меню пользователя */

div#userMenu {
	list-style:none;
	margin:0 0 0 0;
	position:relative;
	padding:0;
	float:right;
	color:#000;
	font-family:'Verdana' sans-serif;
	font-size:110%;
}

	div#userMenu div {
		margin:0;
		padding:8px;
		float:left;
		background:#ececec;
		border-left:1px solid #c8c8c8;
	}
	
	div#userMenu .first {
		border-left:0;
	}
	
	div#userMenu img {
		margin:-3px 0 -6px 0;
	}
	
	div#userMenu .red, div#userMenu .red:visited {
		color:#f55f4f;
	}
	
	div#userMenu .red span {
		text-decoration:none;
	}
	
	div#userMenu .uDashed {
		color:#1a7fc6;
		border-bottom:1px dashed #1a7fc6;
		cursor:pointer;
	}
	

    div#userMenu #loginRollover {
        position:absolute;
        border:none;
        clear:both;
        left:0;
        display:none;
        padding:0 !important;
        background:#7E7E7E;
        z-index:1000;
        font-size:85%;
        color:#fff;
    }
	
		div#userMenu #loginRollover a, div#userMenu #loginRollover a:visited {
			color:#fff;
		}
	
		div#userMenu #loginRollover table {
			width:100%;
		}
		
		div#userMenu #loginRollover table .t-l-col {
			padding:10px 7px;
			width:33%;
		}
		
		div#userMenu #loginRollover table .t-r-col {
			padding:10px 7px;
		}
		
		div#userMenu #loginRollover table .t-l-col p {
			padding-top:.3em;
		}
		
		div#userMenu #loginRollover table .text {
			width:100px;
			margin:0 .75em -.5em 0;
		}
	
		div#userMenu #loginRollover table p {
			margin:.2em 0 .5em 0;
		}

div.langSelector {
    width:80px;
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:center;
    cursor:pointer;
}

    div.langSelector img, #langRollover img {
        margin:0 0 0 0 !important;
        position:relative;
        top:1px;
    }

#langRollover {
    position:absolute;
    left:0;
    width:80px;
    padding-left:0 !important;
    padding-right:0 !important;
    padding-top:0 !important;
    clear:both;
    display:none;
    border:none !important;
    background:#dcdcdc !important;
    line-height:1.4em;
}

div.langSelector .pad, div#langRollover .pad {
    padding:0 0 0 15px !important;
    border:none !important;
    background:transparent !important;
}

.langSelector .arr {
    position:relative;
    top:-2px;
}

.screenshot table {
    width:150px;
}

.screenshot table td {
    padding:5px;
}

.screenshot table td.desc {
    background:#fff;
    font-style:normal;
}
	


/* Название сцайта */

div#title {
	color:#999;
	font-size:250%;
	padding:3px 0 0 0;
	float:left;
	width:110px;
	text-align:right;
}

	div#title img {
		position:relative;
		top:-5px;
	}

/* Глагне меню */

div#mainMenu {
	padding:10px 0 0 32px;
	float:left;
}

	div#mainMenu ul.firstString {
		list-style:none;
		margin:0 0 .5em 0;
		padding:0 0 0 0;
		font-size:180%;
	}
	
		div#mainMenu ul.firstString li {
			display:inline;
			padding:0 1em 0 0;
		}
		
		div#mainMenu ul.firstString li.act {
			font-weight:bold;
		}
		
		div#mainMenu ul.firstString a {
			/* text-decoration:none;
			border-bottom:2px dashed #1a7fc6; */
		}
		
	div#mainMenu ul.secondString {
		list-style:none;
		margin:0 0 1.3em 0;
		padding:0 0 0 0;
		font-size:110%;
	}
	
		div#mainMenu ul.secondString li {
			display:inline;
			padding:0 1em 0 0;
		}
		
		div#mainMenu ul.secondString li.act {
			font-weight:bold;
		}

/* Хедер */

#header {
	margin:0 0 0 0;
	position:relative;
	z-index:1000;
}

	#header .pad:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	#header .pad{zoom:1;}

/* Тельце */

div#body {
	clear:both;
	position:relative;
}

/* Контейнер таблички с прокруткой */

#tableScroll {
	overflow-y:scroll;
	overflow-x:hidden;
	margin:0 0 0 0;
	position:relative;
}


table#tableHeaders {
	background:#cfcfcf;
	font-size:85%;
}
	
	table#tableHeaders td span {
		border-bottom:1px dashed #000;
	}
	
	table#tableHeaders td span.full {
		display:none;
	}

	table#tableHeaders .brd {
		border-left:1px solid #b5b5b5;
	}

	table#tableHeaders div  {
		overflow:hidden;
		z-index:100;
	}
	
	table#tableHeaders .pad {
		padding:5px 8px;
		
	}
	
	table#tableHeaders .selected {
		background:#3e711a;
		color:#fff;
	}
	
		table#tableHeaders .selected span {
			border-color:#fff;
		}
	
table#tableSummaries {
	background:#cfcfcf;
	font-size:110%;
	font-size:85%;
}

	table#tableSummaries .brd {
		border-left:1px solid #b5b5b5;
	}

	table#tableSummaries div  {
		overflow:hidden;
	}
	
	table#tableSummaries .pad {
		padding:5px 8px;
	}
	
/* Ну и, собственно, сама главнейшая таблица */

table#mainTable {
	/*width:100%;
	*width:98%;*/
	background:#fff;
	font-size:85%;
}
	
	table#mainTable .brd {
		border-left:1px solid #b5b5b5;
	}
	
	table#mainTable .pad {
		padding:5px 8px;
	}
	
	table#mainTable div {
		overflow:hidden;
	}
	
/* Подсказка */

div#hint {
	background:#fff472;
	position:relative;
}

	div#hint .pad {
		padding:5px 8px;
	}

div#hintReplacer {
	position:relative;
	display:none;
	padding:5px 8px;
}

/* Постраничная навигация */

div.greenBlock {
	background:#3e711a;
	color:#ccc;
	position:relative;
}

	div.greenBlock .cn-1 {
		background:url('../img/cn.gif') no-repeat left top;
		position:relative;
	}
	
	div.greenBlock .cn-2 {
		background:url('../img/cn.gif') no-repeat right top;
		position:relative;
	}

	div.greenBlock .cn-3 {
		background:url('../img/cn.gif') no-repeat right bottom;
		position:relative;
	}
	
	div.greenBlock .cn-4 {
		background:url('../img/cn.gif') no-repeat left bottom;
		position:relative;
	}
	
	div.greenBlock .pad {
		padding:5px 8px;
		position:relative;
		zoom:1;
	}
	
	div.greenBlock a:link, div.greenBlock a:visited {
		color:#fff;
	}
	
	div.greenBlock span {
		padding:0 .25em;
	}
	
	div.greenBlock .right {
		float:right;
	}
	
	div.greenBlock select {
		font-size:80%;
		padding:0;
		margin-top:-4px;
	}
	
/* Футер */

div#footer {
	clear:both;
	position:absolute;
	/*height:100px;
	overflow:hidden;*/
	width:95%;
}

div#footer .pad {
	padding:10px 0 10px 143px;
	position:relative;
}

div#footer .fTitle {
	margin:0 2em 0 0;
}

#bottomMenu {
	display:inline;
	padding:0 0 0 0;
}

#footer p {
	margin:0 0 .25em 0;
}

#bottomMenu span {
	padding:0 2em 0 0;
}

#bottomMenu .red, div#footer .bottomMenu .red:visited {
	color:#f55f4f;
}

#footer .signature {
	color:#666;
	float:right;
}

.bodyPad {
	padding:2em 15% 0 143px;
}

/* Блок с уголками */

div.cornered {
	position:relative;
}

	div.cornered .cn-1 {
		background:url('../img/cn.gif') no-repeat left top;
		position:relative;
		z-index:100;
	}
	
	div.cornered .cn-2 {
		background:url('../img/cn.gif') no-repeat right top;
		position:relative;
		z-index:100;
	}

	div.cornered .cn-3 {
		background:url('../img/cn.gif') no-repeat right bottom;
		position:relative;
		z-index:100;
	}
	
	div.cornered .cn-4 {
		background:url('../img/cn.gif') no-repeat left bottom;
		position:relative;
		z-index:100;
	}
	
	div.cornered .pad {
		position:relative;
	}
	
div.regTitle {
	background:#cfcfcf;
	font-weight:bold;
}

	div.regTitle .pad {
		padding:10px 8px 0 8px;
		position:relative;
		top:-5px;
	}
	
table.regForm {
	margin:0 0 1.5em 0;
	width:100%;
}

	table.regForm td {
		padding:10px 16px;
	}
	
	table.regForm .dark {
		background:#e7e7e7;
	}
	
	table.regForm .light {
		background:#f3f3f3;
	}
	
	table.regForm .lCol {
		width:100px;
	}
	
	table.regForm .text {
		width:200px;
	}
	
	table.regForm .narrow {
		width:50px;
	}
		
td.darkEnd {
	background:#e7e7e7 url('../img/cn.gif') no-repeat right bottom;
	height:1px;
	overflow:hidden;
	padding:0 !important;
}

td.darkEnd img {
	display:block;
}

td.lightEnd {
	background:#f3f3f3 url('../img/cn.gif') no-repeat right bottom;
	height:1px;
	overflow:hidden;
	padding:0 !important;
}

td.lightEnd img {
	display:block;
}

.screenshot {
	background:#fff472;
	float:left;
	margin:10px 10px 10px 0;
	color:#666;
	font-style:italic;
}

.screenshot .pad {
	padding:5px;
}

.screenshot p {
	width:187px;
	margin-bottom:.25em;
}

#mainTable .hl {
	/*background:#ffe094 !important;*/
	background:#fad77f !important;
}

#mainTable .hl2 {
	/*background:#fffcd4;*/
	background:#fcf8b3;
}

#mainTable .selTr td {
	background:#fcf8b3;
}

#tablePaginator {
	font-size:90%;
}

/* Красный блок со скругленными уголками */

div.rounded {
	float:left;
	position:relative;
	left:-4px;
	top:-3px;
	color:#fff;
}

div.rounded .corners-1 {
	background:#c32525;
}

div.rounded .corners-2 {
	background:#c32525;
	margin:0 1px;
	position:relative;
	top:-1px;
}

div.rounded .corners-3 {
	background:#c32525;
	position:relative;
	top:2px;
	padding:0 0 0 0;
}

div.rounded .cont {
	padding:2px 4px 4px 4px;
	*padding:1px 4px 3px 4px;
}

/* Блок с предупреждением об ошибке */

div.errors {
	margin:0 0 1em 0;
	position:relative;
}

	div.errors .rounded {
		float:none;
		left:0;
		top:0;
		width:100%;
	}
	
/* Таблички в контенте */

table.commonTable {
	margin:.7em 0 1em 0;
}

	table.commonTable td {
		padding:.4em 1em;
		border:1px solid #ccc;
	}

.screenshot table {
    width:150px;
}

.screenshot table td {
    padding:5px;
}

.screenshot table td.desc {
    background:#fff;
    font-style:normal;
}


