body {
  background: #FFFFFF;
  font-family : Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
	vertical-align: middle;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form, p, ul, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
  margin-left: 18pt;
}

li {
  list-style : inside url(../files/list_type1.gif);
}

h1, h2, h3, h4, h5, ul, form {
	margin: 0;
	padding: 0;
	line-height: 1;
}


#plHeader {
	height: 92px;
	background : #A60F3E url(../files/head_bg.gif) repeat-x left;
}

#plFooter {
	background : url(../files/footer_line.gif) repeat-x top;
	padding-top: 15px;
	
}

#headerRight {
	background : url(../files/head_line.gif) no-repeat left;
	padding-left: 90px;
	width: 33%;
	height: 100%;
	float: right;
}




/* Окна */
.wndWindow {
	margin-top: 7px;
}
.wndContent {
	border: 1px solid #A60F3E;
	padding: 5px;
	font-size: 80%;
}
.wndHeader {
	padding: 0 5px;
	height: 20px;
	background: #A60F3E;
	font-size: 80%;
	color: #FFCC00;
	font-weight: bolder;
}
.wndHeader img {
	cursor: pointer;
	margin-top: 5px;
}


/* Сообщения */

#plShadow, #plShadowContent  {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #CCCC99;
	z-index: 1000;
}

#plShadow iframe {
	z-index: 1001;
}

#plShadowContent {
	z-index: 1002;
	background: transparent;
}

#plMsgCapt {
	background: #A60F3E;
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: bold;
}

#plMsgCnt {
	border-left: 1px solid #A60F3E;
	border-right: 1px solid #A60F3E;
	padding: 3px;
	background: #FFCC33;
	font-weight: bold;
}

#plMsgBtns {
	border: 1px solid #A60F3E;
	border-top: 0;
	padding: 3px;
	background: #FFCC33;
	text-align: center;
}

/* bb-коды */

.color_union {color: #A60F3E;}
.color_red {color: #FF3333;}
.color_blue {color: #3333CC;}
.color_yellow {color: #FFFF33;}
.color_green {color: #66FF99;}

.fs_70 {font-size: 70%;}
.fs_80 {font-size: 80%;}
.fs_90 {font-size: 90%;}
.fs_110 {font-size: 110%;}
.fs_120 {font-size: 120%;}
.fs_150 {font-size: 150%;}

.uline {text-decoration: underline;}

/* Hint */

#hintCnt {
	background: transparent;
}

#hintFrame {
	position: absolute;
	z-index: 300;
	background: Aqua;
	display: none;
}

#hintText {
	position: absolute;
	z-index: 301;
	background: #FFEEDD;
	color: #663333;
	font-weight: bolder;
	font-size: 80%;
	padding: 5px;
	display: none;
	border: 1px solid black;
}
