body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/application/background.png);
}

#doc2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 950px;
}

#hd {
  position: relative;
  height: 127px;
  background-image: url(../images/application/header.png);
}

#logo {
  display: block;
  position: absolute;
  top: 34px;
  left: 39px;
  width: 245px;
  height: 60px;
  text-indent: -9999px;
  background-image: url(../images/application/logo.png);
}

#logo:hover {
  background-image: url(../images/application/logo_hover.png);
}

#hd .navigation {
  position: absolute;
  bottom: 12px;
  right: 52px;
  left: 284px;
  list-style-type: none;
}

#hd .navigation li {
  float: right;
}

#hd .navigation a {
  display: block;
  padding: 5px 10px;
  color: white;
  font-size: 197%;
  text-decoration: none;
}

#hd .navigation a:hover {
  color: #E20B89;
}

#hd .navigation .selected {
  padding-left: 10px;
  background: url(../images/application/tab_tl.png) no-repeat top left;
  background-color: white;
}

#hd .navigation .selected a {
  margin-left: -10px;
  padding: 5px 10px 5px 10px;
  color: #E20B89;
  background: url(../images/application/tab_tr.png) no-repeat top right;
}

#hd .navigation .selected a:hover {
  color: #0BA2E2;
}

#login_or_register {
  padding: 15px 20px 0 0;
  text-align: right;
  color: #1EBD0B;
}

#login_or_register .link {
  color: white;
  text-decoration: none;
}

#login_or_register .link:hover {
  color: #0BA2E2;
  text-decoration: underline;
}

#bd {
  padding: 0 11px;
  background-image: url(../images/application/body.png);
}

#bd2 {
  padding: 10px 50px 0 50px;
  background-image: url(../images/application/body_top.png);
  background-repeat: no-repeat;
  zoom: 1;
}

#ft {
  padding-top: 61px;
  height: 61px;
  background-image: url(../images/application/footer.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #E5E5E5;
  font-size: 85%;
}

#ft a {
  color: #5BC9F7;
  font-weight: bold;
  text-decoration: none;
}

#ft a:hover {
  color: #A3E1FA;
  text-decoration: underline;
}

.yui-g, .yui-gb, .yui-gc, .yui-gd {
  margin-bottom: 20px;
}

#bd div.last {
  margin-bottom: 0;
}
.roundedcornr_box {
	background: url(../images/application/roundedcornr_tl.png) no-repeat top left;
	color: white;
}

.roundedcornr_top {
	background: url(../images/application/roundedcornr_tr.png) no-repeat top right;
}

.roundedcornr_bottom {
	background: url(../images/application/roundedcornr_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom div {
	background: url(../images/application/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_content {
	background: url(../images/application/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	overflow: hidden;
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.roundedcornr_content {
  padding: 0 10px;
}

.roundedcornr_content h1 {
  margin-bottom: 10px;
  font-size: 152%;
  color: #0BA2E2;
}

.roundedcornr_5px_box {
	background: url(../images/application/roundedcornr_5px_tl.png) no-repeat top left;
	color: white;
}

.roundedcornr_5px_top {
	background: url(../images/application/roundedcornr_5px_tr.png) no-repeat top right;
}

.roundedcornr_5px_bottom {
	background: url(../images/application/roundedcornr_5px_bl.png) no-repeat bottom left;
}

.roundedcornr_5px_bottom div {
	background: url(../images/application/roundedcornr_5px_br.png) no-repeat bottom right;
}

.roundedcornr_5px_content {
	background: url(../images/application/roundedcornr_5px_r.png) top right repeat-y;
}

.roundedcornr_5px_top div, .roundedcornr_5px_top,
.roundedcornr_5px_bottom div, .roundedcornr_5px_bottom {
	overflow: hidden;
	width: 100%;
	height: 5px;
	font-size: 1px;
}

.roundedcornr_5px_content {
  padding: 5px 10px 5px 10px;
}

.roundedcornr_5px_content h1 {
  margin-bottom: 10px;
  font-size: 152%;
  color: #0BA2E2;
}

.roundedcornr_5px_content a {
  color: #E20B89;
  text-decoration: none;
}

.roundedcornr_5px_content a:hover {
  text-decoration: underline;
}

.pagination {
	text-align: center;
	font-size: 114%;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	text-decoration: none;
	color: #0BA2E2;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #DDDDDD;
	text-decoration: none;
}

.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0BA2E2;
	font-weight: bold;
	color: #E20B89;
	background-color: #FFF;
}

.pagination span.disabled {
  display: none;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #CCC;
}
