body {
	margin: 0;
	background-color:#696969;
    color: #000;
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
	font: 90% "Trebuchet MS", sans-serif;
}

img {border: 0;}

a         { text-decoration: none;}
a:link    { color: #676c9c;}
a:visited { color: #676c9c;}
a:hover   { color: #676c9c; text-decoration: underline;}

table {	border-collapse: collapse;}

.C { text-align: center; }
.R { text-align: right; }
.B { font-weight: bold; }

h3 {
	font-weight: bold;
	font-size: 110%;
	color: #696969;
}

#content {
	width: 760px;
	overflow: auto;
	background-color: #F1F2F3;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	padding: 7px;
}
.logo a {
	text-decoration: none;
	color: #214F81;
	font-size: 190%;
	font-weight: bold;
}
.logo a sub {
	color: #000;
	font-weight: normal;
}

.topMenu {
	list-style: none;
	margin-top: 3px;
	padding: 0;
	margin-bottom: 7px;
	height: 49px;
	overflow: hidden;
	text-align: center;
}
.topMenu li {
	display: inline;
}
.topMenu a {
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}
.topMenu a:hover {
	color: #000;
}
#mainPage {
	padding: 7px 7px 17px 7px;
}
.modTitle {
	color: #676C9C;
	padding: 10px 0 5px 0;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 7px;
}
.problems {
	background-color: #FFF;
    width: 99%;
}
.problems td {
	border: 1px solid #CCC;
	padding: 4px 7px 4px 7px;
}
.problems thead td {
	font-weight: bold;
	color: #888888;
	font-size: 110%;
}
.problemsItem {
	border: 1px solid #CCC;
	padding: 9px;
	margin: 5px;
	background-color: #FFF;
    width: 640px;
    overflow: auto;
}
.problemsItem a {
    text-decoration: underline;
}
.problemsItem a:hover {
    text-decoration: none;
}

.pageBar {
	margin: 17px 0 17px 0;
}
.pageBar a {
	font-weight: bold;
}
.pageBar a.active {
	color: #000;
}
.msgError {
	padding: 7px;
	border-left: 3px solid #FF0000;
	color: #FF0000;
}
#bottomPage {
	border-top: 3px solid #696969;
	font-size: 80%;
	text-align: right;
	padding: 5px;
}


table.p236, table.p236 th, table.p236 td {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  text-align:right;
  -moz-border-radius: 0px 0px 0px 0px;
}
table.p236 {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: rgb(224,237,252);
}
table.p236 th, table.p236 td {
  padding: 1px 6px 1px 6px;
}
table.p236 th { background-color: rgb(193,218,249); }
table.p236 td { background-color: rgb(255,255,255); }

table.p238 td { padding: 0px 3px 0px 3px; }