/* css main file: style.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

/* ========================================================= main styles */

html {
  font-size: small;
}

body {
  color: #cec5be;
  font-size: 90%;
  background: #aa8e78 url(images/bg_bar.jpg) 50% 0 repeat-y;
  line-height: 1.4em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

input,
textarea,
select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
}

.clrErr
{
    color: #f00;
}

.textInput {
  border: 1px solid #6c6;
}

textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

address {
	font-style: normal;
}

ol li ol {
	list-style-type: lower-alpha;
}

.btn {
  padding: 1px;
}

.clearBoth {
  clear: both;
}

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

a {
	
}

a:hover {

}

.back {
  margin: 1em 10px 0;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {
  margin: 2em 2em 1em;
  text-align: right;
}

.more a {
  text-transform: lowercase;
}

.more a:hover {
    
}

.clear {
  clear: both;
}

.pageNav {
  text-align: right;
}

.pageNav a,
.pageNav span {
  padding: 0.2em 0.5em;
}

.pageNav a {
  text-decoration: none;
}

.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}

/**************************************************** appConfirm */

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
    margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

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

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

.leftBox {
  float: left;
  width: 49%;
}

.rightBox {
  float: right;
  width: 49%;
}

/* ========================================================= project styles */

/* author: Radosław Szachtsznajder, rszachtsznajder@gmail.com 
 * */

#errmsg {
    width: 374px;
    margin: 1.3em auto;
    padding-left: 26px;
    background: transparent url(images/err_left.gif) 0 no-repeat;
}

#errmsg ul {
    padding-right: 26px;
    background: transparent url(images/err_right.gif) 100% no-repeat;
    list-style-type: none;
    color: #c68a06;
    text-align: center;
    padding-left: 0;
}

#errmsg ul li {
    border: 1px solid #906d09;
    padding: 0.5em 20px;
}

#top {
    background: transparent url(images/top.jpg) 50% 0 no-repeat;
    height: 316px;
}

.content {
    width: 820px;
    margin: 0 auto;
}

#top .content {
    position: relative;
}

#top .content #ammSite {
    position: absolute;
    left: 575px;
    top: 90px;
    width: 100px;
    height: 115px;
    display: block;
    text-indent: -5000em;
}

#top .content #mainSiteLink {
    position: absolute;
    left: 141px;
    top: 12px;
    display: block;
    padding-left: 100px;
    width: 345px;
    height: 290px;
}

#top .content #mainSiteLink em {
    width: 345px;
    height: 290px;
    display: block;
    text-indent: -5000em;
    background: transparent url(images/picture.png) 0 0 no-repeat;
}

#mainWrapper {
    background: transparent url(images/bg_bar.jpg) 50% 0 repeat-y;
}

#footer {
    color: #311700;
    text-align: right;
    margin-top: 15px;
    padding: 0.5em 10px 2em;
    width: 760px;
}

.mainMain #footer {
    width: 530px;
}

#footer span {
    background-color: #a98d77;
    padding: 0.2em 5px;
}

#footer a {
    color: #311700;
    font-weight: bold;
}

#footer a:hover {
    color: #4d453e;
}

#mainBox {
    width: 762px;
    padding-top: 11px;
    background: transparent url(images/main_top.png) 50% 0 no-repeat;
    margin: 0 auto;
}

.mainMain #mainBox {
    width: 528px;
    padding-top: 10px;
    background-image: url(images/main_wlc_top.png);
}

#mainBox2 {
    background: transparent url(images/main_bg.png) 50% 0 repeat;
}

.mainMain #mainBox2 {
    background-image: url(images/main_wlc_bg.png);
}

#mainBox3 {
    padding: 0 16px 15px;
    background: transparent url(images/main_bottom.png) 50% 100% no-repeat;
    position: relative;
    bottom: -6px;
}

.mainMain #mainBox3 {
    background-image: url(images/main_wlc_bottom.png);
}

#mbCrnTL {
    background: transparent url(images/cnt_crn_tl.png) 0 0 no-repeat;
}

#mbCrnTR {
    background: transparent url(images/cnt_crn_tr.png) 100% 0 no-repeat;
}

#mbCrnBR {
    background: transparent url(images/cnt_crn_br.png) 100% 100% no-repeat;
}

#mbCrnBL {
    background: transparent url(images/cnt_crn_bl.png) 0 100% no-repeat;
    padding: 10px 20px 40px;
    min-height: 370px;
}

.mainMain #mbCrnBL {
    min-height: 270px;
}

#mainBox h1 {
    font-variant: small-caps;
    font-size: 170%;
    color: #fff;
    font-family: "Times New Roman", serif;
    text-align: center;
    padding: 0.2em 45px 25px;
    background: transparent url(images/orn.png) 50% 100% no-repeat;
    margin-bottom: 0.8em;
}

#mainBox p {
    text-align: justify;
}

.mainMain #mainBox p {
    margin-left: 30px;
    margin-right: 30px;
}

#mainBox a {
    color: #ae8710;
}

#mainBox a:hover {
    text-decoration: underline;
}

#mainBox .noData {
    padding: 2em 10px;
    text-align: center;
}

#sketchList .btn {
    text-align: center;
    min-height: 0;
}

#sketchList .btn a {
    font-size: 150%;
    font-family: "Times New Roman", serif;
    font-variant: small-caps;
    color: #fff;
    padding: 10px 24px 14px 0;
    outline: none;
    background: transparent url(images/btn_right.png) 100% no-repeat; 
}

#sketchList .btn a:hover {
    text-decoration: none; 
}

#sketchList .btn a span {
    font-style: normal;
    width: auto;
    float: none;
    padding: 10px 0 14px 30px;
    background: transparent url(images/btn_left.png) 0 no-repeat; 
}

#sketchList div {
    min-height: 270px;
}

#sketchList span {
    float: left;
    width: 33%;
    margin-bottom: 5px;
}

#sketchList span a,
#sketchList span a img {
    vertical-align: middle;
}

#sketchList span input {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 45px;
}

#sketchList span label {
    display: block;
    padding-top: 2px;
    margin-left: 45px;
}

#sketchList span span {
    float: left;
    width: 45px;
}

#sketchList .clear {
    clear: both;
    float: none;
}

#personalInfo {
    padding-left: 70px;
}

#personalInfo .row {
    clear: both;
    padding-top: 5px;
}

#personalInfo .row label {
    float: left;
    width: 210px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    text-indent: -5000em;
}

#personalInfo .row.clrErr input {
    background: #E1BB4C;
}

#personalInfo .row div {
    margin-left: 230px;
    background: transparent url(images/input_bg.png) 0 0 repeat;
    width: 250px;
    margin-top: 12px;
}

#personalInfo .row #lblEmail {
    background-image: url(images/lbl_email.png);
    height: 38px;
}

#personalInfo .row #lblSex {
    background-image: url(images/lbl_sex.png);
    height: 41px;
}

#personalInfo .row #lblAge {
    background-image: url(images/lbl_age.png);
    height: 45px;
}

#personalInfo .row #lblCity {
    background-image: url(images/lbl_city.png);
    height: 40px;
}

#personalInfo .row #lblVoivodeship {
    background-image: url(images/lbl_voivodeship.png);
    height: 41px;
}

#personalInfo .row #lblCountry {
    background-image: url(images/lbl_country.png);
    height: 42px;
}

#personalInfo .row input {
    padding: 4px 2px;
    background-color: transparent;
    border-width: 0;
    width: 245px;
	border: 1px solid #fff;
}

#personalInfo .btn {
    clear: both;
    margin-top: 1.5em;
    text-align: center;
    min-height: 0;
}

#personalInfo .btn input {
    font-size: 150%;
    font-family: "Times New Roman", serif;
    font-variant: small-caps;
    color: #fff;
    font-weight: bold;
    padding: 10px 24px 14px 28px;
    border-width: 0;
    background: transparent url(images/btn_send.png) 50% no-repeat; 
}
#personalInfo select {
  background: #BAA986;
  border: 1px solid #fff;
  width: 249px;
  padding:4px 2px;
}
#personalInfo option {
  background: #BAA986;
}
.sketchYT {
    width: 425px;
    margin: 0 auto;
}
.sketch {
  text-align: center;
  padding-bottom: 10px;
}
#sketchList span.sketch .subtext {
  width: auto;
  display: inline;
  margin-left: 0;
}
#mainPageText .btn {
    text-align: center;
    min-height: 0;
}

#mainPageText .btn a {
    font-size: 150%;
    font-family: "Times New Roman", serif;
    font-variant: small-caps;
    color: #fff;
    padding: 10px 24px 14px 0;
    outline: none;
    background: transparent url(images/btn_right.png) 100% no-repeat; 
}

#mainPageText .btn a:hover {
    text-decoration: none; 
}

#mainPageText .btn a span {
    font-style: normal;
    width: auto;
    float: none;
    padding: 10px 0 14px 30px;
    background: transparent url(images/btn_left.png) 0 no-repeat; 
}

