html{
	height: 100%;
	padding:0px;
	margin:0px;	
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: white;
	color: #414441;
	color: black;
}

table.page {
	width:100%;
	height: 100%;
	position: absolute;
}

table.container {
	width:100%;
	height:100%;
	vertical-align: top;
	text-align: left;
}

table.page td.header {
	padding:10px;
	color: white;
	background-image: url(../images/green_head1.png);
	background-repeat: repeat-x;
	/*background-color: #014E00;*/
}

td.logo, td.logo h1 a, td.logo, td.logo h1 a:hover, td.logo, td.logo h1 a:visited {
	color: white;
	/*background-image: url("/images/green_head.png");*/
}

td.logo h1 {
	font-family: serif;
	font-size: 150%;
	padding:0px;
	margin:0px;
	display: inline;
}


td.form td, td.form td a, td.form td a:hover, td.form td a:visited {
	font-size: 12px;
	color: white;
}

td.form input{
	font-size: 10px;
	width:75px;
	border: 1px solid #CCCCCC;
}

table.page td.body {
	height:100%;
	vertical-align: top;
}

table.page td.footer {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	height: 50px;
	background-color: #e7e7e7;
}

table.smallsize {
	font-size: 90%;
}

#page {
	background-color: #E6E2E6;
	margin-left: 50px;
	margin-right: 50px;
	height: 100%;
}

#Cpage {
	background-color: white;
	color: #414441;
	border-left: 1px solid #AEB6AE;
	border-bottom: 1px solid #AEB6AE;
	border-right: 1px solid #AEB6AE;
}

h1, h2, h3, h4, h5, h6 {
	color: #014E00;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

a {
	text-decoration:none;
	color: #014E00;
}

a:hover {
	text-decoration: underline;
	color: #014E00;
}

a img {
	border: none;
}

.ads	{
	font-size: 80%;
	color: #014E00;
	vertical-align: top;
	}

td.mainpageleft {
	width:60%;
	font-size:14px;
	color:#666666;
	text-align: left;
	
}

td.mainpageleft a {
	color:#515128;
}


td.mainpageleft h1 {
	color: #003300;
	font-weight: normal;
	text-align: center;
}


td.mainpageright {
	font-size:12px;
	font-family: Times New Roman;
	color:#061459;
	background-color:#e5f6f9;
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:100px;
}

td.mainpageright a, td.mainpageright h1 {
	color:#061459;
}

.mainpage_block {
	margin-bottom: 10px;
}

.mainpage_block_header {
	font-weight: normal;
	/*text-decoration: underline;*/
	color: #494949;
	font-size: 16px;
	padding-left: 40px;
}

.mainpage_module {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #AAD5FF;
	border: thin solid #333300;
}

.gdzstep {
	font-family: Times New Roman;
	font-size: 20px;
}

.gdzcomment {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

.salelinks {
	font-size:10px;
	color: #99CC66;
	letter-spacing: 0px;
}
.salelinks a {
	font-size:10px;
	color: #99CC66;
	letter-spacing: 0px;
}

.error {
	color:red;
}

.submenucontainer {
	color: #666633;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #339966;
	width: 200px;
}

.submenucontainernone a {
	display:none;
}

.submenucontainer a {
	font-size: 12px;
	color: #515128;
	background-image: url("images/book_close.png");
	background-repeat: no-repeat;
	padding-left:20px;
}

.messlist, .messlist td, .messlist a {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	width:100%;
	padding-left:0px;
}

.messlist a {
	background-image: none;
	padding-left:0px;
}

.submenucontainer a.selectedsubmenu {
	background-image: url("images/book_open.png");
	background-repeat: no-repeat;
	padding-left:20px;
	text-decoration: underline;
}

.subsubmenucontainer a {
	font-size: 11px;
	color: #515128;
	background-image: url("images/page_close.png");
	background-repeat: no-repeat;
	padding-left:20px;
}

.subsubmenucontainer a.selectedsubmenu {
	color: #666633;
	background-image: url("images/page_open.png");
	background-repeat: no-repeat;
	padding-left:20px;
	font-weight: bold;
	text-decoration: none;
}

.submenucontainer h1, .submenucontainer h2 {
	color: #339966;
}

.subcontent {
	font-size: 14px;
	padding-left: 10px;
	color: #666666;
	vertical-align: top;
}

.math_redactor {
	
}

.label {
	vertical-align: text-top;
	padding-right: 5px;
	color: #666666;
	font-size:14px;
}

.abdefinition {/*???????????*/
	color: #666699;
	border-left-width: thick;
	border-left-color: #666699;
	border-left-style: double;
	padding-left: 50px;
}
.abdefinition strong {
	font-weight: normal;
	text-decoration: underline;
	font-size: 120%;
}

.abnotice {/*????????*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.abtext {
	font-family: "Times New Roman", Times, serif;
}
.abnotice strong {
	font-style: italic;
	letter-spacing: 0.3em;
}
.abmain {
	width: 700px;
}
.abcomment {/*?????????*/
	color: #666666;
	margin-left: 20px;
}
.abteorema {/*???????????*/
	color: #336633;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.subcontent h2 {
	color: #003300;
	font-weight: normal;
	text-align: center;
}
.mainpage_module_header {
	background-color: #663366;
	color: #FFFF99;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.module_content, table.module_content {
	color: #333333;
	font-size: 12px;
}
img.mainpage {
	background-position: left;
	vertical-align: baseline;
	margin-right: 3px;
}
.block_content {
	margin-left: 10px;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.block_content a {
	color: #515128;
	font-size: 12px;
}

.img100 {
	width: 100%;
	z-index:200;
	cursor: pointer
}
