/* kaskadni styly pro cely MARWIN web */

/* dokument */
BODY {
   background-color: white;
   background-image: url("../images/pozadi.jpg");
   color: black;
   text-align: left;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
}

TABLE {
   color: black;
   text-align: left;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
}

/* odstavce */
P {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   color: black;
}

/* odkazy */
A:active {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   color: rgb(0,0,204);
}
A:link {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   color: rgb(0,0,204);
}
A:visited {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   color: rgb(0,0,204);
}
A:hover {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
}

.admin_link:active {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: red;
}
.admin_link:link {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: red;
}
.admin_link:visited {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: red;
}
.admin_link:hover {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: red;
   background-color: silver;
}

.photoFrame {
   margin: 0px;
   padding: 0px;
   background-color: gray;
   border: 1px solid black;
}

.photoTitle {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 8pt;
   color: black;
}

.admin_form {
   color: black;
   border: 1px solid gray;
}

.admin_form_header {
   color: black;
   background-color: rgb(209,230,209);
   border: 1px solid #007152;
   padding: 1px 3px 1px 3px;
}
.admin_form_error {
   color: red;
}

.admin_form_button {
   width: 80px;
   border: 1px solid gray;
}

.admin_form_legend {
   font-weight: normal;
   border-left: 1px solid black;
   border-top: 1px solid black;
   border-right: 1px solid gray;
   border-bottom: 1px solid gray;
   background-color: silver;
   color: black;
}

.horses_breed {
   font-size: 20pt;
   color: rgb(42,127,0);
}

.horses_table {
   border: 1px solid rgb(42,127,0);
   color: black;
   text-align: left;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
}

.horses_table_header {
   background-color: rgb(209,230,209);
}

.horses_table_breed {
   font-size: 14pt;
}

.horses_table_data {
   background-color: white;
}

.horses_table_price {
   background-color: rgb(255,255,200);
}

.horses_table_photo {
   background-color: rgb(240,240,240);
   color: gray;
}

.horses_table_comment {
   background-color: rgb(209,230,209);
}

.horses_table_photo_frame {
   margin: 0px;
   padding: 0px;
   background-color: gray;
   border: none;
}



.news_table {
   border: 1px solid rgb(42,127,0);
   color: black;
   text-align: left;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
   font-size: 9pt;
   width: 100%;
}

.news_table_header {
   background-color: rgb(209,230,209);
   padding: .1em .1em .1em .1em;
}

.news_table_data {
   background-color: white;
   padding: .1em .1em .5em .1em;
}

.calendar_table {
   border: 1px solid gray;
   background: rgb(209,230,209);
   width: 137px;
}

.calendar_table_header {
   background-color: silver;
   border: 1px solid gray;
}

.calendar_table_header_text {
   font-weight: bold;
   font-size:8pt;
}

.calendar_table_day {
   font-weight: normal;
   font-size:6pt;
   border: 1px solid gray;
   background: white;
   color: black;
   padding:2px;
}

.calendar_table_day_now {
   font-weight: bold;
   font-size:6pt;
   border: 1px solid gray;
   background: black;
   color: white;
}

.success_year {
   background-color: white; 
   border: 1px solid rgb(42,127,0);
   font-size: 12pt;
   font-weight: bold;
   text-decoration: none;
   color: rgb(130,70,30);
   padding: 5px;
}

.success_years {
   background-color: white; 
   border: 1px solid rgb(42,127,0);
   border: 1px solid rgb(42,127,0);
   border: 1px solid rgb(42,127,0);
   border-top: none;
   padding: 3px;
}

.success_photo_frame {
   margin: 0px;
   padding: 0px;
   background-color: gray;
   border: 1px solid black;
}


/* ostatni */
.Caption { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; font-style: italic;}
.Footnotes { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small;}
.Code { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace, monospace; color: rgb(0,0,0);}
.Credits { font-family: 'Times New Roman', Times, Serif, serif; font-size: x-small; font-weight: bold; text-align: center;}
.Subheads { font-family: 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif, sans-serif; font-size: x-small;}
.Quotes { font-family: 'Times New Roman', Times, Serif, serif; font-size: medium; font-style: italic;}

/* styly pro kontakty */
DIV#n1LYR { position:relative; visibility:inherit; background-color: #D1E6D1;  top:0; left:0; width:610; height:272; z-index:1; }
DIV#Text37LYR { position:absolute; visibility:inherit; top:34; left:4; width:88; height:14; z-index:1 }
DIV#Text38LYR { position:absolute; visibility:inherit; top:113; left:29; width:63; height:14; z-index:2 }
DIV#Text39LYR { position:absolute; visibility:inherit; top:34; left:322; width:68; height:14; z-index:3 }
DIV#Text40LYR { position:absolute; visibility:inherit; top:60; left:4; width:88; height:14; z-index:4 }
DIV#Text41LYR { position:absolute; visibility:inherit; top:87; left:326; width:60; height:14; z-index:5 }
DIV#Text42LYR { position:absolute; visibility:inherit; top:87; left:4; width:88; height:14; z-index:6 }
DIV#FormsEditField15LYR { position:absolute; visibility:inherit; top:31; left:100; width:200; height:22; z-index:7 }
DIV#FormsEditField16LYR { position:absolute; visibility:inherit; top:31; left:397; width:200; height:22; z-index:8 }
DIV#FormsEditField17LYR { position:absolute; visibility:inherit; top:57; left:100; width:200; height:22; z-index:9 }
DIV#FormsEditField18LYR { position:absolute; visibility:inherit; top:82; left:397; width:200; height:22; z-index:10 }
DIV#FormsEditField19LYR { position:absolute; visibility:inherit; top:84; left:100; width:48; height:22; z-index:11 }
DIV#FormsEditField20LYR { position:absolute; visibility:inherit; top:110; left:100; width:200; height:22; z-index:12 }
DIV#Text30LYR { position:absolute; visibility:inherit; top:165; left:4; width:88; height:14; z-index:13 }
DIV#FormsMultiLine3LYR { position:absolute; visibility:inherit; top:163; left:100; width:288; height:86; z-index:14 }
DIV#FormsButton2LYR { position:absolute; visibility:inherit; top:225; left:409; width:87; height:24; z-index:15 }
DIV#FormsButton1LYR { position:absolute; visibility:inherit; top:226; left:518; width:79; height:24; z-index:16 }
DIV#FormsEditField21LYR { position:absolute; visibility:inherit; top:108; left:397; width:200; height:22; z-index:17 }
DIV#Text31LYR { position:absolute; visibility:inherit; top:113; left:326; width:60; height:14; z-index:18 }
DIV#Text43LYR { position:absolute; visibility:inherit; top:0; left:0; width:610; height:22; z-index:19 }