@import "cdfe-old.css";

/* Common */
H1,H2,H3,H4,H5,H6,H7 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

/* Begin */
.top-header {
	text-align : center;
	vertical-align : middle;
	font-size : xx-small;
	font-family : verdana,arial,sans-serif;
	text-transform : uppercase;
	padding-top : 1px;
	padding-bottom : 2px;
	background-color : white;
}
.top-header A { color: black; text-decoration: none; }
.top-header A:visited { color: #2f4f4f }
.top-header A:hover { color: black; text-decoration: underline; }
.top-menu {
	text-align : center;
	color : white;
	font-weight : bold;
	font-family : arial,sans-serif;
	font-size: 11px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	/* debug */
/*
	background: lightgreen;
*/
}
.top-menu A { color : white }
.top-menu A:hover { color : gray }
.top-menu A.online { color : yellow }
.top-menu A.online:hover { color : gray }
.top-menu A.lang:hover { color : gray }
.bottom-menu {
	text-align : center;
	font-family : arial,sans-serif;
	font-size: 11px;
}
.bottom-menu A { color : red }
.bottom-menu A:visited { color : #dc143c }
.bottom-menu A:hover { color : #ff4500 }
.bottom-menu A.lang { color: blue }
.bottom-menu HR {
	color : red;
	background-color: red;
	border: none;
	height : 1px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

.page-path {
	font-family : arial,sans-serif;
	font-size : 10px;
	text-align : right;
	padding : 0;
	margin: 0 6px 6px 6px;
}
.page-path A {
	color : black;
	text-decoration : none;
}
.page-path A:hover {
	text-decoration : underline;
}
.help-str {
	font-family : verdana,arial,sans-serif;
	font-size : 12px;
}
.last-modified {
	font-size : 9px;
	font-style : italic;
	text-align : right;
	font-family : Verdana,sans-serif;
	padding: 2px;
	margin-bottom: 0;
	margin-left: 1ex;
	margin-right: 1ex;
}
.copyright {
	font-size : 9px;
	text-align : left;
/*	font-family : Times,serif;*/
	font-family : Verdana,sans-serif;
	font-style : italic;
	padding: 2px;
	margin-bottom: 0;
	margin-left: 1ex;
	margin-right: 1ex;
	float: left;
}
.contacts {
	text-align : center;
	font-size : 11px;
	font-family : Times,serif;
	margin: 1em;
}
.submit-area {
	background-color : black;
	text-align : center;
}
.select-all-none {
	text-align : center;
	font-family : verdana,arial,sans-serif;
	font-size : 13px;
	padding : 2px;
}

.partners-list-marker {
	font-size: 15px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: yellow;
	background: red;
}

.main-menu TD {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: arial,sans-serif;
/*	text-transform : capitalize;*/
	padding-top: 8px;
	padding-bottom: 8px;
}
.main-menu A { color: white; }
.main-menu A:hover  { color: black; }
.main-menu .lang A:hover { color: black; }
.main-menu A.online { color: yellow; }
.main-menu A.online:hover { color: black; }
A.lang { color: #0000CD; }
.top-menu A.lang { /* temporary */
	color: #0000CD;
}

.header {
	background-color: red;
	vertical-align: middle;
}
DIV.header { /* для замены table на div в формах */
	border: 1px solid Black;
	border-left: none;
	border-right: none;
}
.header H1, .header H2 {
	text-align : center;
	font-weight : bold;
	color : white;
	text-transform : uppercase;
	font-family : Times,serif;
}
.header H1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
.header H2 {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
.header A {
	color : white;
	text-decoration : none;
}
.header HR {
	color : #A90000;
	background-color: #A90000;
	border: none;
	height : 1px;
/* в IE6 невозможно изменить padding для HR, для Mozilla выставляем такой же*/	
/*	padding-top: 8px;
	padding-bottom: 8px;*/
/*	padding: 0;*/
/*	margin-top: 0;
	margin-bottom: 0;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	/* debug */
/*
	border: 1px dotted #8A2BE2;
	background-color: Olive;
	color : yellow;
*/
}
.pages .header HR { width: 20%; }
.form .header HR { width: 80%; }

.header H2 A {
	color: red;
	background: white;
	text-decoration : none;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
}
.footer {
	padding-bottom: 2px;
}

.body {
	background-color: White;
}
.pages .body H1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

BODY.pages {
	background-color : gray;
	text-align : center;
}
BODY.form {
	background-color : gray;
	text-align : center;
}

.main-table {
	width: 740px;
	background-color: white;
	text-align : center;
	border: 1px solid Black;
	border-color: Black;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}


/* Forms */

TABLE.fields {
	margin-top: 1em;
}
TABLE.fields THEAD TD {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 4px;
}
TABLE.fields TBODY TD {
	font-family: times, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}
TABLE.fields TBODY TD INPUT {
	margin-right: 1ex;
}
TABLE.fields TFOOT TD {
	text-align : center;
	font-family : verdana,arial,sans-serif;
	font-size : 13px;
	padding-top : 2px;
	padding-bottom : 2px;
}
TABLE.form THEAD TD {
	font-family : arial,sans-serif;
	font-size : 18px;
	font-weight : bold;
	padding: 4px;
}
TABLE.form TBODY TD.field {
/*	font-weight : bold;*/
	font-family : serif;
	font-size : 14px;
	text-align: right;
	padding: 0 0 0 8px;
	margin: 0;
}
TABLE.form TBODY TD.field B {
	font-weight : bold;
	font-family : serif;
	font-size : 14px;
	text-align: left;
	float: left;
}
TABLE.form TBODY TD.field INPUT {
	margin: 0;
	padding: 0;
/*	float: right;
	clear: none;*/
}
TABLE.form TBODY TD.exam {
	font-family : courier,monospace;
	font-size : 11px;
	font-weight: normal;
	text-align : center;
	padding-left : 4px;
	padding-right : 4px;
}

BODY.form .body H1 {
	font-size: 18px;
	text-align: center;
}

