<link rel="stylesheet" href="../0-css/ctv01.css" type="text/css" media="screen" />

html { height: 101%; }
body { background-color: #ffffff; }

:link:hover { color: #000000; text-decoration: underline;  }
:visited {  color: #000000; text-decoration: underline; }
:link {  color: #000000; text-decoration: underline; }
:active { color: #000000; }


.SiteName td { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: none; padding:1px; margin:0px;} 
.MainText td { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
.AboutText td { font-family: Arial; font-size: 13pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
.WorkTitle td { font-family: Arial; font-size: 9pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
.Dates td { font-family: Arial; font-size: 9pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
.About td { font-family: Arial; font-size: 10pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}

A.SubSectionListLink { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; padding:1px; margin:0px;}
A.SubSectionListLink:visited { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; padding:1px; margin:0px;}
A.SubSectionListLink:hover { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; padding:1px; margin:0px;}

A.naviMain 	{ font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; margin:0px; }
A.naviMain:visited  { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; margin:0px; }
A.naviMain:hover	{ font-family: Arial; font-size: 12pt; color: #000000; text-decoration: underline; margin:0px; }

A.naviSection	{ font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; margin:0px; }
A.naviSectionn:visited  { font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; margin:0px; }
A.naviSectionn:hover	{ font-family: Arial; font-size: 12pt; color: #000000; text-decoration: undeline; margin:0px; }


A.WebMain { font-family: Arial; font-size: 24pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
A.WebMain:visited  { font-family: Arial; font-size: 24pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
A.WebMain:hover { font-family: Arial; font-size: 24pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}

.NaviNoLink td { font-family: Arial; font-size: 9pt; } 
.IndexPageCounter td { font-family: Arial; font-size: 12pt; } 

<!----------------------------------- Index Thumbnail Pages - START ------------------------------------------>

.IndexHeadline { font-family:  Arial; font-size: 12px; color: #000000; font-weight:bold; }
.IndexFieldname { font-family:  Arial; font-size: 9pt; color: #000000; text-decoration: none; padding:0px; margin:0px; }

<!----------------------------------- Media Pages - START ------------------------------------------>

.CaptionTitle td { font-family: Arial; font-size: 10pt; color: #000000; text-decoration: none; padding:1px; margin:0px;}
.Caption { font-family:  Arial; font-size: 10pt; color: #000000; text-decoration: none; padding:0px; margin:0px; }

<!----------------------------------- About ------------------------------------------>



<!--------------------- Default medie Pro - START --------------------------->

.pola_upmid { background: url(assets/pola_upmid.jpg) bottom center repeat-x }
.pola_midlft { background: url(assets/pola_midlft.jpg) top center repeat-y }
.pola_midrt { background: url(assets/pola_midrt.jpg) right center repeat-y }
.pola_btmmid { background: url(assets/pola_btmmid.jpg) right center repeat-x }

<!--------------------- Default Medie Pro - END ------------------------------>

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2 px; 
	font-size: 9pt
	font-family: Arial;
    text-decoration: underline;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

<!----------------------------------- Index Thumbnail Pages  -END ------------------------------------------>
