/*** General *****************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10pt;
	font-family: "Arial CE", Arial;
}

a {
	color: #2587ad;
}

a img {
	border-style: none;
}

input, textarea {
	border: 1px solid #b2b2b2;
	padding: 2px;
}

input[type="hidden"] {
	border-style: none;
	padding: 0px;
}

input:focus, textarea:focus {
	background-color: #fbfbfb;
	border-color: #000000;
}

form p, .Form p {
	clear: both;
	margin-top: 5px;
	line-height: 21px;
	overflow: hidden;
	text-align: justify;
}

.Label 
{
	clear: both; 
	float: left;
	width: 180px;
	display: block;
	line-height: 21px;
}

input[type="text"] {
	width: 231px;
}

input[type="radio"] + label {
	padding: 0px 10px 0px 2px;
}

span.Label + input[type="radio"] {
	display: block;
	margin: 0px 20px;
	width: 21px;
	height: 21px;
}

span.Label {
	display: block;
	float: right;
	clear: both;
	width: 85%;
	margin-bottom: 5px;
}

span.Label label {
	font-style: normal;
}

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

.Center {
    text-align: center !important;
}

.Smaller {
	font-size: 0.8em;
}

.Clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	float: none;
}

.InputForm label {
	width: 43%;
	text-align: right;
	display: block;
	float: left;
	padding-right: 2%;
}

.InputForm input {
	margin-left: 45%;
	display: block;
}

.InputForm input[type="text"], .InputForm input[type="password"], .InputForm select {
	width: 50%;
}

.InputForm input[type="checkbox"], .InputForm input[type="radio"] {
	height: 13px;
	margin: 5px 0px;
	float: left;
}

.InputForm span.InputComment {
    clear: both;
    display: block;    
    font-size: 8pt;
    padding-top: 1em;
    text-align: center;
}

.InputForm .Buttons {
	padding: 5px 15px;
}

.InputForm .Buttons input {
	margin-left: 0px;
}

.InputForm .Buttons .Button {
	float: right;
}

.InputForm hr {
	background-image: none !important;
	margin: 10px auto;
}

.InputForm #trOdk {
	display: none;
}

.InputForm .MandatoryEmpty {
	background-color: #ffbbbb;
	border: 1px solid #ff0000;
}

.InputForm .MandatoryEmpty:focus {
	background-color: #ff9999;
	border: 1px solid #aa0000;
}

#Body .Errors {
	background-color: #ff0000;
	color: #ffffff;
	padding: 10px;
}

#RegistrationConfirmed p {
	margin: 15px 0px;
	text-align: justify;
}
/*****************************************************************************/

/*** Page Elements ***********************************************************/
.ViewPort {
	width: 960px;
	margin: 0px auto; 
}

#Header {
	background-color: #000000;
	font-size: 0.8em;
}

#Header .ViewPort {
	padding: 5px 8px;
}

#Logo {
	float: left;
	width: 200px;
}

#Header a, #Header a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*****************************************************************************/

/*** Menus *******************************************************************/
#Header #Menu {
	margin-left: 200px;
	text-align: right;
}

#Menu ul + ul {
	margin-top: 5px;
}

#Menu ul li {
	display: inline;
	border-left: solid 1px #ffffff;
	padding: 0px 2px 0px 5px;
}

#Menu ul li:first-child {
	border-left-style: none;
}

#Menu a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

/*** Dances ******************************************************************/
#Dances {
	clear: both;
	text-align: center;
	margin: 10px 0px 5px;
}

#Dances h2 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
}

#Dances ul li {
	display: inline;
	border-bottom: 5px solid #ffffff;
	padding: 2px 6px;
	margin: 0px -2px;
}
/*****************************************************************************/

/*** Body ********************************************************************/
#Body {
	/*background: url('/Tanec/Images/New/BodyBackground.png') repeat-x 0px 0px transparent;*/
	margin-top: 2px;
	/*border-top: 2px solid #000000;*/
	height: 200px;
}

#BodyHeader {
	height: 38px;
	line-height: 38px;
}

#BodyHeader h3 {
	color: #9d0b10;
	text-transform: uppercase;
	font-size: 1.05em;
	background: url('/Tanec/Images/New/BodyHeaderBullet.png') no-repeat left center;
	padding-left: 30px;
	display: inline;
}

#BodyHeader h3:after {
	content: ':';
}

#BodyHeader span {
	font-size: 1.05em;
	color: #949494;
}

#BodyHeader span.Sub {
	color: #9d0b10;
	font-weight: bold;
}

#Body .Column {
	float: left;
	padding: 0px 5px 5px;	
}

#LeftColumn {
	width: 430px;	
	padding-left: 0px !important;
}

#LeftDoubleColumn {
    width: 685px;
}

Body #MiddleColumn {
	width: 255px;
}

Body #RightColumn {
	width: 255px;
	padding-right: 0px !important;
}

#Content.NoMiddle #LeftColumn {
	margin-left: 120px;
}

#Content.NoMiddle #MiddleColumn {
	display: none;
}

#Body .Container, #Body .Box {
	clear: both;
}

#Body .Container {
	margin-top: 20px;
}

#Body .Container:first-child {
	margin-top: 10px;
}

#Body .Box {
	border: 1px solid #e4e4e4;
	padding: 3px;
}

.Container h4 {
	font-style: italic;
	color: #555555;
	font-size: 1.05em;
	line-height: 1.5em;
	padding-left: 30px;
	margin-bottom: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.Information h4 {
	background-image: url('/Tanec/Images/New/Information.png');
}

.Form h4 {
	background-image: url('/Tanec/Images/New/Form.png');
}

.Contact h4 {
	background-image: url('/Tanec/Images/New/Contact.png');
}

.Container hr {
	height: 2px;
	border-style: none;
}

.Information hr {
	background: url('/Tanec/Images/New/InformationHeadingLine.png') no-repeat left top #d7d7d7;
}

.Form hr {
	background: url('/Tanec/Images/New/FormHeadingLine.png') no-repeat left top #d7d7d7;
}

.Contact hr {
	background: url('/Tanec/Images/New/ContactHeadingLine.png') no-repeat left top #d7d7d7;
}

.Container a {
	color: #636363;
}

.Container table {
	border-collapse: collapse;
}

.Container th, .Container td {
	padding: 2px 0px;
	color: #636363;
	border-bottom: 1px dotted #c2c2c2;
	font-size: 0.9em;
}

.Container th {
	text-align: left;
	padding-right: 10px;
	width: 40%;
}

.Container tr:last-child th, .Container tr:last-child td {
	border-bottom-style: none;
}

.Container table strong {
	color: #9f0b10;
	font-weight: normal;
}

.Container table em {
	font-weight: bold;
	font-style: normal;
}

.Container table em a {
	color: #636363;
}

.Container .Body, .Box .Body {
	padding: 10px;
}

.Banner .Body {
    padding: 10px 0px;
}

.Box .Body {
	background-color: #f4f4f4;
}

#LeftDoubleColumn .Body p {
    margin: 3px 0px;
}

#LeftDoubleColumn .Body ul {
    list-style-position: inside;
    margin: 10px 0px 10px 1em;
}

#LeftDoubleColumn .Body p.BackLink {
    margin-top: 10px;
    text-align: right;
}

.Body #CourseImage {
	padding: 2px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	margin: 0px 20px 10px 0px;
	float: left;
}

.Body #CourseAbout {
	text-align: justify;
}

.Container #CourseAdvisor {
	background: url('/Tanec/Images/New/BubblePoint.png') no-repeat 26px top;
	height: 86px;
	width: 58px;
	float: left;
}

.Container #CourseAdvisorFrame {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#CourseAdvisorFrame img {
	border: 1px solid #acacac;
	width: 50px;
}

.Container #CourseAdvice {
	margin-left: 57px;
}

#CourseAdvice #CATop {
	background: url('/Tanec/Images/New/BubbleTop.png') no-repeat left top;
	height: 5px;
}

#CourseAdvice #CAMiddle {
	background: url('/Tanec/Images/New/BubbleMiddle.png') repeat-y left top;
	padding: 5px 10px;
}

#CAMiddle h5 {
	color: #9f0b10;
	padding-left: 34px;
	background: url('/Tanec/Images/New/Lightbulb.png') no-repeat left top;
	line-height: 34px;
	height: 34px;
	font-size: 0.90em;
}

#CAMiddle div {
	margin-top: 10px;
	text-align: justify;
}

#CourseAdvice #CABottom {
	background: url('/Tanec/Images/New/BubbleBottom.png') no-repeat left top;
	height: 5px;
}

.Body #Contacts {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px 10px;
}

#Contacts li {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0px;
}

#Contacts li:first-child {
	padding-top: 0px;
}

#Contacts li:last-child {
	border-bottom-style: none;
}

#Contacts h5 {
	color: #9f0b10;
	font-size: 1em;
}

#Contacts .PhoneNumbers {
	margin-left: 15px;
	margin-bottom: 2px;
}

#CourseSignupForm {
	color: #4a4a4a;
}

#CourseSignupForm a {
	color: #9f0b10;
}

.Body #LicenceTermsLink {
	margin: 10px 0px 15px;
}

.Body #LicenceTermsLink a {
	color: #588528;
	padding-left: 22px;
	background: url('/Tanec/Images/New/QuestionMark.png') no-repeat left center;	
}

.Body input[type="checkbox"] {
	margin-right: 10px;
	vertical-align: baseline;
}

.Body #SignupNote {
	margin-top: 10px;
}

#SignupNote textarea {
	margin: 5px 0px;
}

#SignupNote #SignupCaution {
	background: url('/Tanec/Images/New/Exclamation.png') no-repeat left top;
	padding-left: 25px;
	font-size: 0.9em;
}

.Body #SignupButtons {
	text-align: right;
	margin-top: 10px;
}

#SignupButtons .Button {
	float: right;
	padding-left: 5px;
}

.Button *{
	height: 31px;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

.Button .ButtonLeft, .Button .ButtonRight {
	width: 8px;
	display: block;
}

.Button input {
	border-style: none;
	padding: 0px 5px;
	outline-style: none;
}

.Button:active input {
	color: #e8e8e8;
}

.Button input::-moz-focus-inner {
	border-style: none;
}

.Submit .ButtonLeft {
	background: url('/Tanec/Images/New/SubmitButtonLeft.png') no-repeat left top;
}

.Submit:active .ButtonLeft {
	background: url('/Tanec/Images/New/SubmitButtonActiveLeft.png') no-repeat left top;
}

.Submit input {
	background: url('/Tanec/Images/New/SubmitButtonCenter.png') repeat-x left top;
}

.Submit:active input {
	background: url('/Tanec/Images/New/SubmitButtonActiveCenter.png') repeat-x left top;
}

.Submit .ButtonRight {
	background: url('/Tanec/Images/New/SubmitButtonRight.png') no-repeat left top;
}

.Submit:active .ButtonRight {
	background: url('/Tanec/Images/New/SubmitButtonActiveRight.png') no-repeat left top;
}

.Cancel .ButtonLeft {
	background: url('/Tanec/Images/New/CancelButtonLeft.png') no-repeat left top;
}

.Cancel:active .ButtonLeft {
	background: url('/Tanec/Images/New/CancelButtonActiveLeft.png') no-repeat left top;
}

.Cancel input {
	background: url('/Tanec/Images/New/CancelButtonCenter.png') repeat-x left top;
}

.Cancel:active input {
	background: url('/Tanec/Images/New/CancelButtonActiveCenter.png') repeat-x left top;
}

.Cancel .ButtonRight {
	background: url('/Tanec/Images/New/CancelButtonRight.png') no-repeat left top;
}

.Cancel:active .ButtonRight {
	background: url('/Tanec/Images/New/CancelButtonActiveRight.png') no-repeat left top;
}

span.OldPrice {
	margin-right: 10px;
	text-decoration: line-through;
}

.symboly {
	margin-top: 10px;
}

.symboly span {
	display: block;
	float: left;
	margin: 2px 5px 2px 0px;
	line-height: 15px;
}

.symboly span#Friend {
	float: none;
	clear: both;
}

.sym {
	clear: both;
	border: 1px solid #000000;
	font-size: 1px;
	height: 15px;
	width: 15px;
}

.symJa {
	background-color: #efced8;
}

.symEx {
	background-color: #ead9bd;
}

.symX {
	background-color: #bababa;
	color: #5d5d5d;
}

#SingleLessons table {
	margin: 10px 0px;
}

#SingleLessons table th, #SingleLessons table td {
	text-align: center;
	padding: 1px 5px;
}

#SingleLessons table input {
	margin: 0px;
}

#SingleLessons p {
	margin-bottom: 10px;
}

label.Mandatory {
    background: transparent url("/tanec/images/New/Mandatory.gif") no-repeat scroll center right;
    padding-right: 12px;
}

ul.Social li {
    list-style-type: none;
}

ul.Social li.Facebook {
    padding: 3px 0px;
}
ul.Social li.Facebook a {
    background: transparent url("/images/icons/facebook.png") no-repeat scroll center left;
    padding: 1px 1px 1px 20px;
    display: inline;
}

/*****************************************************************************/

/*** Passes ******************************************************************/
ul#Passes {
    list-style-type: none;
    margin-top: 30px;
}
ul#Passes li {
    margin-bottom: 40px;
}
ul#Passes li.Invalid {
    color: #cccccc;
}
ul#Passes h5 {
    float: left;
    font-size: 1.3em;
    width: 85%;
}
ul#Passes div.Price, ul#Passes div.NumberOfLessons {
    float: left;
    text-align: right;
    width: 15%;
}
ul#Passes div.NumberOfLessons input {
    text-align: right;
    width: 20px;
}
ul#Passes div.Description {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 85%;
}
ul#Passes div.Validity {
    clear: both;
    font-size: 0.8em;
    color: #ff0000;
    font-weight: bold;
}
ul#PassesBrief {        
    list-style-type: none;    
    margin: 10px 0px;
}
ul#PassesBrief ul {    
    font-size: 0.8em;
    list-style-position: inside;
    list-style-type: square;
    margin-left: 15px;
}
ul#PassesBrief > li + li {
    margin-top: 5px;
}
/*****************************************************************************/
table#PermanentkyLekce th, table#PermanentkyLekce td {
    padding: 2px 5px;
}

ol#PermanentkyLekceFiltr {
    margin: 10px auto; 
    width: 75%;
}

ol#PermanentkyLekceFiltr li {
    padding: 2px 1px;
}

p#PermanentkyLekceControls {
    margin: 2px auto !important; 
    width: 75%;
}

input.DateField {
    width: 5em;
}

input.TimeField {
    width: 2.6em;
}

div.Pagination {
    text-align: center;
}

div.Pagination a {
    text-decoration: none;
}
/*** Rezervace lekcí *********************************************************/
table.RezervaceLekci  tr.Highlight td
{
	background-color: #efefef;
}
td.RezervaceLekci 
{
	padding: 3px 5px 3px 10px; 
	text-align: right;
}
td.RezervaceLekci > div 
{
	position: relative;
}
td.RezervaceLekci > div > span 
{
	background-color: #ececec; 
	border: 1px solid #c2c2c2; 
	cursor: pointer; 
	display: block; 
	height: 9px; 
	line-height: 9px; 
	padding: 0px; 
	position: absolute; 
	right: 0px; 
	text-align: center; 
	width: 20px;	
}
td.RezervaceLekci > div > input 
{
	margin-right: 22px;
	text-align: center;
	width: 15px;
}
td.RezervaceLekci > div > span.More 
{
	top: 0px; 
}
td.RezervaceLekci > div > span.Less 
{
	bottom: 0px;
}
/*** Footer ******************************************************************/
#Footer {
	background-color: #000000;
	color: #ffffff;
	padding: 10px 0px;
	clear: both;
}

#Footer .ViewPort {
	text-align: center;
}

#Footer a, #Footer a:visited {
	color: #ffffff;
}
/*****************************************************************************/
