/* Dummy class as some browsers do not always read first item */
.dummy {
color: #000000;
}

table2 {
	border-width: 2px;
	border-spacing: 1px ;
	border-style: solid;
	border-color: #296142;
	border-collapse: collapse;
}

td2 {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: #296142;
}

table.clean {
border-width: 0px;
border-spacing: 0px;
border-style: none;
}

/* Left menu hyperlinks (buttons)*/
a.skolnos { 
display: block;
font-size: 20px;
}

/* Set margin and padding for for <body> and <div> to 0 so that all <div>'s align correctly. Any div requiring a margin or padding can be set separately */
body { margin:0; padding:0;background-color:#c0e0c0; 
background-image: url("http://jip.jelgava.lv/images/stripes.gif");
  border: 0
}
div { margin:0; padding:0;}

/* Left Menu Heading */
.menuhead { 
color: #F7E333;
text-align: left;
font-family: verdana, sans-serif;
font-weight: bold;
font-size: 12px;
}

/* Left menu hyperlinks (buttons)*/
a.menuitems { 
display: block;
width: 110px;
text-align: center;
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFD700;
text-decoration: none;
border-left: 1px solid #488C7D;
border-top: 1px solid #488C7D;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 4px;
margin-top: 1px;
margin-bottom: 1px;
}
a:hover.menuitems { 
display: block;
width: 110px;
color: yellow;
text-decoration: none;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #488C7D;
border-bottom: 1px solid #488C7D;
padding-left: 5px;
padding-right: 3px;
padding-top: 5px;
padding-bottom: 3px;
margin-top: 1px;
margin-bottom: 1px;
}




/* To ensure text in table cells ( <td> </td> ) is the same font and size as the rest of content on page */
td {
color: #333300;
font-family: verdana, sans-serif;
font-size: 12px;
}
td p{
 margin:0px; 
}


/* All hyperlinks, other than menus and footer */
a { 
font-weight: bold;
color: #444444;
 
}
a:hover { 
color: #606060;
text-decoration : none;
}


/* Font size and color for headings */
h1 { 
font-size: 22px;
color: #333300;
}
h2 { 
font-size: 18px;
color: #333300;
}
h3 { 
font-size: 14px;
color: #333300;
}


/* Horizontal Rule. */
hr {
color: #488C7D;
height: 1px;
}


/* Small text - use for any text you require in a smaller font. Example <span style="smalltext">Some text you want in a small font here.</span> */
.smalltext {
color: #000000;
font-size: 10px;
font-family: verdana, sans-serif;
}