@charset "utf-8";
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd{margin:0;padding:0;line-height:1.2em}
a img,:link img,:visited img{border:none}
address{font-style:normal}
dl{margin:0 0 0 .8em}
dl dt{margin:0 0 .5em 0}
dl dd+dt{margin-top:1.5em}
dl dd,ul li{margin:0 0 1em 1em}
ol{list-style:decimal}
ol li{margin:0 0 1em 2.5em}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 1em 1em}
p{margin-bottom:1em}
ul{list-style:disc}
ul li ul{list-style:circle}
ul li ul li ul{list-style:square}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #333;
  background: #fff;
  min-width: 998px;
  width:expression((document.documentElement.clientWidth)<998?"998px":"auto");
}
.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}
.left{float:left}
.right{float:right}
.nobr{white-space:nowrap}
div{_height:1%}
a{
  color: #cc0000;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:active {
  color: #ee0000;
}
img.photo, a:hover img.photo {
  background-color: #EBEBEB;
  padding: 5px;
}
a:hover img.photo {
  background-color: #ba1616;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 0 0 0.4em 0;
  font-weight: normal;
}
h1 {
  color: #cc0000;
  font-size: 1.7em;
}
h2 {
  color: #cc0000;
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}

table {
  border-collapse: collapse;
  border: #c0c0c0;
}
th, td {
  border: 1px solid #c0c0c0;
  padding: 5px;
}
th {
  background: #EEEEEE;
}
img {
  vertical-align: middle;
}

p{
  line-height: 130%;
}


.container {
  margin: 0 auto;
  width: 898px;
}

/* top */
#top {
  background: #d7d7d7 url('../i/top_bg.png') repeat-x;
  border-bottom: 1px #e6e6e6 solid;
  height: 123px;
  padding-top: 45px;
}

#top strong {
  color: #666;
}

#logo { 
  background: transparent url('../i/logo.png') no-repeat;
  height: 45px;
  width: 183px;
  padding-bottom: 14px;
}

#alfa {
  background: transparent url('../i/alfa.gif') no-repeat;
  width: 38px;
  height: 27px;
  margin: -15px 0 0 192px;
  position: relative;
}
/* bgggg :-) */

#alfa {
  background: transparent url('../i/beta.gif') no-repeat;
  width: 38px;
  height: 27px;
  margin: -15px 0 0 192px;
  position: relative;
}

#logo a {
  display: block;
  height: 45px;
  width: 183px;
}

#logo h1 span {
  display: none;
}

/* content */
#main {
  border-top: 1px #fff solid;
  background: #fff url('../i/main_bg.png') repeat-x top;
  padding-bottom: 50px;
}

/* menu */
#menu {
  background: #464646 url('../i/menu_bg.gif') repeat-x;
  margin-bottom: 27px;
  position: relative;
  width: 898px;
  z-index: 13;
  margin-top: -20px;
}

#menu1 {
  background: transparent url('../i/menu_left.gif') no-repeat left top;
}

#menu2 {
  background: transparent url('../i/menu_right.gif') no-repeat right top;
  height: 40px;
  padding-left: 10px;
}

#menu ul {
  list-style: none;
  margin: 0;
}

#menu li {
  float: left;
  padding: 6px 5px 0 0;
  margin: 0;
}

#menu a {
  display: block;
  height: 22px;
  width: 132px;
  padding-top: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: Tahoma;
  font-weight: bold;
}

#menu a:hover {
  background: transparent url('../i/menu_hover.png') no-repeat;
}

/* steps */
#steps {
  padding-left: 20px;
  position: absolute;
  z-index: 56;
  margin-top: -26px;
}

#steps ul {
  list-style: none;
}

#steps li {
  float: left;
  margin: 0;
  color: #cecece;
  width: 118px;
  height: 20px;
  padding: 5px 0 0 16px;
  cursor: default;
  font-weight: bold;
}

#steps li a{
  color: #CECECE;
  text-decoration: none;
}

#steps li.active {
  background: url('../i/step_bg.png') no-repeat;
  color: #666666;
}

/* center */
#center {
  background: #f7f7f7 url('../i/content_top_bg.png') repeat-x top;
  border: 1px #f3f3f3 solid;
  margin: 50px 0 27px;
}

#center1 {
  background: transparent url('../i/content_bottom_bg.png') repeat-x bottom;
  border: 1px #ddd solid;
}

/* news */
#col-right {
  float: right;
  width: 214px;
  padding: 40px 25px 40px 40px;
}

#news ul {
  list-style: none;
}

#news li {
  padding-bottom: 20px;
  margin: 0;
}

#news h2 {}

#news a {
  color: #333;
}
#news a:hover {
  color: #cc0000;
}

/* form */
#content {
  margin-right: 274px;
  border-right: 1px #fff solid;
}

#content1 {
  border-right: 1px #ddd solid;
  padding: 40px 0 40px 40px;
}

label {
  width: 100px;
  float: left;
  text-align: right;
  padding: 0 20px 0 0;
}
form .fitem {
  clear: left;
  padding: 6px 0 0;
}

.fitem img{
  border: 1px #999 solid;
  margin-right: 10px;
}

form .check {
  font-weight: bold;
}

input {
  vertical-align: middle;
}
input.text, input.vkey, textarea {
  padding: 4px 9px;
  border: 1px #999 solid;
  color: #333;
  width: 350px;
}

input.vkey {
  width: 100px;
  text-align: center;
  font-weight: bold;
}

input.checkbox {
  margin: 0 15px 0 0;
}

form .required {
  border-width: 2px;
  border-color: #333;
}
form .invalid {
  border-color: #cc0000;
}

form .prim, form .buttons {
  margin-left: 120px;
}
form .buttons {
  padding: 30px 0 0;
}

.buttons input{
  padding: 1px 12px;
}

form .prim {
  font-size: 0.85em;
  padding: 2px 0;
}

/* attention */
#attention {
  height: 140px;
  background: #f0f0f0 url('../i/attention_bg.png') repeat-x;
  border: 1px #ededed solid;
}

#attentionL {
  padding: 40px 0 0;
  height: 100px;
  width: 213px;
  float: left;
  border-right: 1px #dbdbdb solid;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
}

#attentionR {
  float: left;
  border-left: 1px #fff solid;
  padding: 25px 100px 0 25px;
  height: 115px;
  width: 555px;
}

#attention strong, #attention big {
  color: #cc0000;
}

/* footer */
#footer {
  height: 85px;
  border-top: 1px #e6e6e6 solid;
  padding: 31px 100px 0;
}

#footer .left {
  font-weight: bold;
}

/*  */

.furrghtd td {
	border:none;
}

.addthis_toolbox {
	margin: 0 0 0 -10px;
}

.errors{
  padding: 10px;
  background: #FAFAD2;
  margin: 10px 20px 10px 0;
}

.ok{
  padding: 10px;
  background: #DFF5B9;
  margin: 10px 20px 10px 0;
}

.important {
  color: #cc0000;
  font-weight: bold;
}

/* Comments */

.jot-form{
   margin-bottom: 2em;
}

.jot-row{
  margin: 0 10px 10px 0;
}

.jot-comment{
  padding: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1em;
}

.jot-num{
  display: block;
  float: right;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 2em;
  color: #D3D3D3;
  width: 50px;
  height: 23px;
  text-align: center;
}

.jot-poster{
  color: #999999;
  font-size: 10px;
}

.jot-user, .jot-subject{
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  color: #999999;
  
}
.jot-subject{
color: #333333;
font-weight: normal;
}

.jot-content{
  float: none;
}

.jot-message{
  padding: 1em 0;
  line-height: 130%;
}

.jot-row-alt{
background-color: #EDEDED;
}
/* end comments */


#content1 ul li{
  list-style: none;
  background-image: url(../i/li.gif);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-left: 16px;
}

li.done{
  background-image: url(../i/liy.gif) !important;
  color:#999999; 
}

li.notdone{
  background-image: url(../i/lin.gif) !important;
  color:#999999; 
}

/* Statusbar */

#statusbar{
 width: 364px;
 background: White url('../i/progress.gif') no-repeat left;
 padding: 1px;
 margin: 0 auto;
 margin-bottom: 1em;
}

#status{
  background: #197b30 url('../i/progressredy.png') no-repeat left;
  height: 23px;
}

#result{
  text-align: center;
  font-weight: bold;
}


/*  */
.question{
  margin: 1.3em 0;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia", "Times New Roman", Times, serif;
}


