html, body, div, span, p, img, a
{
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

html,body {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.notFilled {
	border: 2px solid red;
}


/* =============== LAYOUT ============= */

body {
  background: #f4edc2;
}

.webbody {
  width: 900px;
  background-image: url("../gr/body_bg.png");
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 900px;
  height: 100px;
  background-image: url("../gr/header.png");
}

.logo {
  height: 100px;
  width: 556px;
  float: left;
  margin: 0;
  padding: 0;
}

.subheader {
  width: 900px;
  height: 25px;
}
.subheader .middle {
  width: 860px;
  height: 25px;
  float: left;
}
.subheader .middle .middleTop {
  width: 860px;
  height: 24px;
  background-color: #f6cc38;
}
.subheader .middle .middleBottom {
  width: 860px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  background-color: #b18b29;
}
.subheader .leftBlock {
  float: left;
  width: 20px;
  height: 25px;
  background-color: #b18b29;
}
.subheader .rightBlock {
  float: right;
  width: 20px;
  height: 25px;
  background-color: #b18b29;
}


.maincontent {
  width: 900px;
  background-image: url('gr/vertical_bg.png') repeat-y;
}


.leftColumn {
  width: 180px;
  height: auto;
  float: left;
}


.verticalMenu, .login {
  background-color: #f6cc38;
  width: 180px;
  height: auto;
  background-image: url("../gr/vertical_bg.png");
  background-repeat: repeat-y;
  float: left;
}
.login .menuBlock {
  padding: 5px;
}


.middleColumn {
  width: 700px;
  float: left;
  background-color: #FFF;
  overflow: hidden;
}


.rightColumn {
  width: 20px;
  float: left;
  height: 100%;
  background-color: #f6cc38;
}


.bottom {
  clear: both;
  width: 860px;
  display: block;
  margin: auto;
}
.bottom .menu {
  width: 380px;
  height: 34px;
  float: left;
}
.bottom .menu .menuContent {
  width: auto;
  height: 34px;
  line-height: 34px;
  padding-left: 5px;
  background-color: #cfcab6;
}
.bottom .menu .menutop {
  width: 100%;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  background-color: #b1a991;
}
.bottom .rightSlice {
  width: 39px;
  height: 36px;
  background-image: url("../gr/slice_right_bottom.png");
  background-repeat: no-repeat;
  float: left;
}


.bottomBorder {
  clear: both;
  width: 900px;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  background-color: #f6cc38;  
}


/************************* MENU ****************/
.horizontalMenu {
  width: 900px;
  height: 37px;
  background-color: #FFF;
}
.horizontalMenu .leftBlock {
  width: 20px;
  height: 37px;
  float: left;
  background-color: #f6cc38;
}
.horizontalMenu .rightBlock {
  width: 20px;
  height: 37px;
  float: right;
  background-color: #f6cc38;
}
.horizontalMenu .menuBlock {
  height: 37px;
  float: right;
}
.horizontalMenu .menuBlock .menuSlice {
  width: 39px;
  height: 37px;
  background-image: url("../gr/slice_left_top.png");
  float: left;
}
.horizontalMenu .menuBlock .menu {
  width: auto;
  height: 37px;
  float: right;
}
.horizontalMenu .menuBlock .menu .menuContent {
  width: auto;
  height: 35px;
  background-color: #cfcab6;
}
.horizontalMenu .menuBlock .menu .menuBottom {
  width: 100%;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  background-color: #b1a991;
}

.horizontalMenuItem {
  float: left;
  border-left: 1px #FFF dotted;
  height: 35px;
  line-height: 35px;
  display: block;
}
.horizontalMenuItem a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  height: 35px;
  display: block;
  float: left;
}
.horizontalMenuItem a:hover,
#horizontalMenuSelected {
  color: #FFF;
  background-color: #bab39b;
}

.verticalMenu .menuBlock {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}


.verticalMenuItem {
  border-bottom: 2px #FFF dotted;
  width: 157px;
  margin-right: 0px;
  clear: both;
  text-align: left;
  background-color: #f6cc38;
  margin-left: 20px;
}
.verticalMenuItem a {
  color: #FFFFFF;
  width: 137px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 12px;  
  line-height: 28px;
  text-decoration: none;
  text-align: left;
}

.verticalMenuItem a:hover {
  text-decoration: none;
}

#verticalMenuSelected {
  background-color: #c8a330;
  border-bottom: 0px;
}

.verticalMenuSubitem {
  border-bottom: 2px #c8a330 dotted;
  width: 147px;
  margin-right: 0px;
  clear: both;
  text-align: left;
  background-color: #edb249;
  margin-left: 30px;
}
.verticalMenuSubitem a {
  color: #FFFFFF;
  width: 127px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 12px;  
  line-height: 28px;
  text-decoration: none;
  text-align: left;
}


/* ============= STRINGS =============*/

p {
  text-align: justify;
  font-family: Verdana;
  font-size: 11px;
  color: #000;
  text-indent: 2em;
  margin-bottom: 5px;
}

td {
  text-align: left;
  font-family: Verdana;
  font-size: 11px;
  color: #000;
}

img {
  border: 0px;
}

.list {
  margin-left: 20px;
  text-align: left;
}
.list li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


.error {
  font-family: Verdana;
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
  text-align: left;
  background-image: url("../gr/icons/failed_32x32.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 36px;
  line-height: 32px;
  width: 200px;
  margin: auto;
}

.success {
  font-family: Verdana;
  font-size: 11px;
  color: #00BB00;
  font-weight: bold;
  text-align: left;
  background-image: url("../gr/icons/ok_32x32.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 36px;
  line-height: 32px;
  width: 200px;
  margin: auto;
}

.limitorBox {
  background-color: #f6cc38;
  border: 1px solid #c8a330;
  border-top: none;
  padding: 5px;
}

.textBtn {
  font-size: 20px;
  float: left;
  color: green;
  cursor: pointer;
  margin-left: 20px;
}

#contactCoinAuthorBtn {
  text-align: left;
  font-weight: bold;
  cursor: hand;
  border: 1px solid #c8a330;
  background-color: #f6cc38;
  padding: 5px;
}

/* ============= ARTICLES ============== */
.articleItem {
  width: 650px;
  border: 1px solid silver;
  padding: 5px;
  margin-bottom: 8px;
}
.articleItemHead {
  width: 650px;
}
.articleItemHeadTitle {
  float: left;
}
.articleItemHeadTitle,
.articleItemHeadTitle a {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  margin-left: 5px;
}
.articleItemHeadAuthor,
.articleItemHeadCreateDate {
  float: right;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin-right: 8px;
}
.articleItemPerex {
  clear: both;
  font-family: Verdana;
  text-align: left;
  margin-left: 5px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.articleItemText {
  clear: both;
  text-align: justify;
}
.articleItemBottom {
  clear: both;
  text-align: right;
  padding-top: 10px;
}

/* ============== COINS =============== */
.coinItem {
  width: 650px;
  border: 1px solid silver;
  padding: 5px;
  margin-bottom: 8px;
}
.coinImages {
  float: left;
  width: 280px;
  margin-right: 10px;
}
.coinItem p {
  text-indent: 0px;
  border-left: 1px dotted black;
  padding-left: 5px;
  padding-bottom: 2px;
}

.coinBottom {
  clear: both;
  text-align: right;
  padding-top: 10px;
}

/* ============== PAGING ============== */
.paging {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid silver;
  padding-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.paging .currentPage {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  padding-left: 2px;
  padding-right: 2px;
}

.paging a {
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
}
.paging a:hover {
  text-decoration: none;
}

/* ============= USERPANEL ============== */
.userPanel {
  float: right;
  line-height: 39px;
  height: 39px;
  margin-top: 62px;
  border-right: 3px solid #b1a991;
  display: block;
  margin-bottom: -5px;
}
.userPanelLeft {
  float: right;
  width: 50px;
  height: 39px;
  background: url('../gr/panel_left.gif') no-repeat;
}
.userPanelContent {
  float: right;
  height: 39px;
  width: 280px;
  background: url('../gr/panel_bg.png') repeat-x;
}

.userPanelIcon {
  float:right;
  text-align: center;
  margin-top: 3px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-left: 1px dotted #FFF;
}

.userPanelIcon p {
  padding-left: 10px;
  padding-right: 10px;
  text-indent: 0;
}

.userPanelIcon a {
  height: 35px;
  display: block;
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.userPanelIcon img {
  display: block;
  margin-top: 8px;
}

.userPanel a:hover {
  background: #bab39b;
}
/*.userPanelIcon img {
  padding-top: 10px;
}*/


/* =============== ADMINPANEL ================== */
.adminPanel {
  float: right;
  background: #cfcab6;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 4px;
  padding-bottom: 2px;
}
.adminPanelItem {
  float: left;
  margin-left: 4px;
}

/* =============== USER SETTINGS MENU =============== */
.userSettingsSubmenu {
  border: 2px solid #b1a991;
  width: 130px;
  display: block;
}
.userSettingsItemLight,
.userSettingsItemLight a,
.userSettingsItemDark,
.userSettingsItemDark a {
  width: 130px;
  line-height: 20px;
  height: 20px;
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  margin: 0px;
  font-weight: bold;
  display: block;
  padding: 0px;
  left: 0px;
}
.userSettingsItemDark,
.userSettingsItemDark a  {
  background: #c8a330;
  color: #000;
}
.userSettingsItemLight,
.userSettingsItemLight a {
  background: #f6cc38;
  color: #000;
}

.userSettingsItemDark a:hover,
.userSettingsItemLight a:hover {
  color: #000;
  background: #bab39b;
}
  

/* =================== STRIPE TABLE =============== */
.stripeTable {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
}

.stripeTable tr {
  width: 100%;
  text-align: left;
}

.stripeTable th {
  text-align: center;
  border: 1px solid silver;
}

.stripeTable td {
  text-align: left;
  border: 1px solid silver;
}

.stripeTable tr.altbg td {
  background: #CDCED4;
}
.stripeTable tr.over td {
  background: orange;
}

.stripeTable td.actionsColumn {
  text-align: center;
}

.stripeTable img {
  padding-left: 5px;
}

/* =============== POPUP ================== */
#popupBackground{  
  display: none;  
  position: fixed;  
  _position: absolute; /* hack for internet explorer 6*/  
  height: 100%;  
  width: 100%;  
  top: 0;  
  left: 0;  
  background: #000000;  
  border: 1px solid #cecece;  
  z-index: 1;  
}  
#popupWin{  
  display: none;  
  position: fixed;  
  _position: absolute; /* hack for internet explorer 6*/  
  min-height: 250px;  
  min-width: 250px;  
  _width: 250px;
  _height: 250px;
  background: #FFFFFF;  
  border: 2px solid #cecece;  
  z-index: 2;  
  padding: 12px;  
  font-size: 13px;  
}  

.lettersPopup, .obrazyPopup {
  display: none;
  background-color: #f6cc38;
  border: 1px solid #c8a330;
}

/*================== SEARCH ==================*/
.searchToggleButton {
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-collapse: collapse;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  heigt: 30px;
  line-height: 30px;
  background-color: #f6cc38;
  font-weight: bold;
  text-align: center;
}
.searchForm {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
  border: 1px solid silver;
  padding: 5px;
  display: block;
  clear: both;
}
.searchInfo {
  float: right;
  border: 1px solid silver;
  margin-right: 25px;
  padding: 5px;
}
.searchResults {
  clear: both;
  display: block;
  margin: 0px;
  padding: 0;
}
