/* taulukkojen määrittelyt */
.table {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* taulukoissa käytettävä pienempi teksti (esim. arvostelujen lukumäärät) */
.table_small_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}

/* article */
.article {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	padding: 20px; /* solun leveys = 524 = 10*2 + 514 */
	width: 500px;
	text-align: left;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

/* navigation links */
a.navi:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.navi:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.navi:active
{
	background: #FFFFFF;
	color: #9933CC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.navi:hover
{
	background: #FFFFFF;
	color: #9933CC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* web arcticle links */
a.article:link
{
	color: #1C0026;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.article:visited
{
	color: #630E82;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.staffparam {
	font-size: small;
	padding: 1px;
	text-align: right;
	font-weight: bold;
}

.staffvalue {
	font-size: small;
	padding: 1px;
	text-align: left;
}
.ingress {
	font-size: x-small;
	font-style: italic;
}
.authorlabel {
	font-weight: bold;
}
.authorname {
	font-style: italic;
}
.pictureby {
	font-size: xx-small;
	font-style: italic;
}
.picturecaption {
	font-style: italic;
}
.date {
	font-style: italic;
}
.addmateriallabel {
	font-weight: bold;
}
.addmaterial {
	font-size: x-small;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-type: upper-roman;
}
.copyright {
	font-size: xx-small;
	font-weight: bold;
}
.articleheader {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.magazines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	padding: 8px;
	align: center;
}


.mainheading {
	font-weight: bold;
	background-color: #9933cc;
	color: #FFFFFF;
	text-align: left;
}


 /* logout link */
 a.logout:link
 {
 	font-size: x-small;
 	color: #F9FA8C;
 	text-decoration: none;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

 a.logout:visited
 {
 	font-size: x-small;
 	color: #F9FA8C;
 	text-decoration: none;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

 a.logout:active
 {
 	font-size: x-small;
 	background: #F9FA8C;
 	color: #9933CC;
 	text-decoration: none;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }

 a.logout:hover
 {
 	font-size: x-small;
 	background: #F9FA8C;
 	color: #9933CC;
 	text-decoration: none;
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
.weeklypollheader {
	font-weight: bold;
	background-color: #9933cc;
	color: #FFFFFF;
	text-align: left;
}
.weeklypollquestion {
	text-align: left;
	font-size: x-small;
	padding-left: 20px;
	background: #CCCCCC;

}
.weeklypollanswerbutton {
	text-align: left;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.weeklypollanswer {
	font-size: x-small;
	padding-left: 30px;
}
.weeklypoll {
	background-color: #FBFCDA;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
.weeklypollpercentstable {
	/*border: inset;*/
	padding: 0px;
}
.weeklypollpercentsfull {
	background-color: #990000;
}
.weeklypollpercentsempty {
	background-color: #FBFCDA;
}
.weeklypollpercentstextual {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-weight: bold;
}

.weeklypolltotalanswersnum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
}

.contact {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #DDDDDD;
	text-align: left;
	left-padding: 15px;
}

.webartikkelikuvaus {
  font-size: xx-small;
}

.webartikkeliotsikko {
  font-size: small;
  font-weight: bold;
}
