  { /* Arranged in order of appearance */ }

  BODY {
    margin:              20px;
    margin-top:          0px;
    margin-bottom:       0px;
    background-color:    #B61596;  /* vivid purple */
    background-image:    url('../images/bg_page.gif');
    background-repeat:   repeat-x;
    background-position: top;
    font-family:         Arial, Helvetica, 'Sans-serif';
    font-size:           14px;
    color:               #6E6E6E;  /* flannel grey */
  }

a { color:#b347a7;}
a: visited { color:#b347a7;}
a:hover { color:#7e0a71;}

  .coord {
    position:          relative;
    // margin-top:    -4px;
    // margin-bottom: -4px;
  }

  .layer {
    position: absolute;
  }

  #model {
    top:  -135px;
    left:  50px;
  }

  #left_col {
    padding-left:  15px;
    padding-right: 20px;
    text-align:    justify;
  }

  H2 {
    font-size:     10pt;
    font-weight:   bold;
    color:         #B61596;  /* vivid purple */
    margin-bottom: 10px;
  }

  H2.decorated {
    width:             188px;
    height:            24px;
    padding-top:       21px;
    padding-left:      22px;
    padding-right:     15px;
    padding-bottom:    10px;
    background-image:  url('../images/h2_deco.gif');
    background-repeat: no-repeat;
    margin-bottom:     0px;
  }

    H2.decorated A {
      color:           #B61596;  /* vivid purple */
      text-decoration: none;
    }
    
    H2.decorated A:hover {
      color:           #49A616;  /* grass green */
      text-decoration: underline;
    }

  DIV.inset {
    font-size:     8pt;
    margin-top:    0px;
    padding-left:  22px;
    padding-right: 15px;
  }

  #look_at_me {
    padding-top:         10px;
    padding-left:        135px;
    padding-bottom:      20px;
    min-height:          75px;
    background-image:    url('../images/looker.gif');
    background-repeat:   no-repeat;
    background-position: bottom left;
  }

  #right_col {
    padding-right: 11px;
  }
  
  #menu {
    width:          160px;
    border-left:    1px solid #E6E6E6;  /* pale grey */
    border-right:   1px solid #E6E6E6;  /* pale grey */
    border-bottom:  1px solid #E6E6E6;  /* pale grey */
    padding-left:   17px;
    padding-bottom: 12px;
    line-height:    22px;
  }
  
    #menu A {
      color:           #6E6E6E;  /* flannel grey */
      font-weight:     bold;
      text-decoration: none;
    }
  
    #menu A:hover {
      color:           #49A616;  /* grass green */
      text-decoration: underline;
    }

  #footer {
    top:        -50px;
    left:        20px;
    width:       660px;
    color:       #FFFFFE;  /* almost white */
    font-size:   8pt;
    line-height: 13px;
  }
  
    #footer A {
      color:           #FFFFFE;  /* almost white */
      text-decoration: none;
    }

    #footer A:hover {
      color:           #B61596;  /* vivid purple */
      text-decoration: underline;
    }

#container {
	padding:2px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B61596;
	margin-top: 2px;
}
label {
	color:#6E6E6E;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:255px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:255px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;}
	
.title {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6c6c6c;
	text-align: center;
	font-weight: bold;
    }

.exe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #e7e7e7;
    text-align: center;
    }

.copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #e7e7e7;
    text-align: center;
    }

.copy:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #e7e7e7;
    text-align: center;
    text-decoration: none;
    }

.name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-align: center;
    }

.stopka {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e7e7e7;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

    }

.stopka:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787146;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

    }

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #551128;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	margin: 0px;
	font-weight: bold;
    }

.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    }

.stopka_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787146;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    }
/* additions */

.img_pad_left {
	padding-left: 6px;
}
.img_pad_right {
	padding-right: 6px;
}
.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #B61596;
	height: 55px;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.btm_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lt_border {
	border: thin solid #CCCCCC;
}
.float_left {
	float: left;
	width: 175px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
