/**
 * ViperFish Framework
 *
 * @author fish <fish@archa.cz>
 * @package viper
 * @version 0.1
 *
 * @author fish <fish@archa.cz>
 * @css for profiles
 * @version 0.1
 *
 */

div.profiles {
}

div.profiles h1 {
  margin-bottom:30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  color: #008DCE;
}
#main_content_inner {
  text-align: center;
}
div.profiles {
  text-align: center;
	margin: 0 auto;
	display: inline-block;
}
table.autoform {
  padding:3px;
}

table.autoform tr {
  vertical-align:top;
  font-size: 11px;
}

table.autoform th {
  text-align:right;
  padding:3px;
}

table.autoform td {
  text-align:left;
  padding:4px;
}

table.autoform td input{
  border: 1px solid #aaaaaa;
}
table.autoform td #_SEND_NEWS_CS_id,
table.autoform td #__licence_id {
  margin-right:5px;
}

tr.autoform_required th {
  text-decoration:underline;
}

label.autoform_required {
  text-decoration:underline;
}

td.autoform_invalid input {
  background-color:#a00000;
  color:white;
}

td.autoform_invalid check {
  background-color:#a00000;
  color:white;
}

div.profiles div.povinne input {
  /*margin-left:114px;*/
  margin-left:0;
	padding: 5px 10px;
}
td.badinput b {
  font-size:.9em;
  color:#a00000;
}

td.autoform_comment {
  color:grey;
  font-style:italic;
}

div.profiles table td {
  /*background-color:#def0f9;*/
}
div.profiles table td.autoform_comment {
  padding-left: 5px;
  padding-right: 5px;
}
div.profiles table th {
  /*background-color:#94d0ed;*/
  width:100px;
}
div.profiles table .label td {
  background:#0095E0;
  font-weight:bold;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
}
