body {
	background-repeat : repeat;
	font-family: Arial;
	font-size: 10pt;
	line-height : 14pt;
	color: #414141;
	background-image: url("back.png");
	
}

table {
	font-family: Arial;
	font-size: 10pt;
	line-height : 14pt;
	color: #414141;
}

/***** DIVS *****/
div#container {
	position: absolute;
	left: 50%;	
	width: 791px;
	margin-left: -395px;
	background-image: url(back_container.png); 
	text-align: justify;
}

div#header {
	margin-left: 13px;
	margin-right: 14px;
	
}

div.footer {
  margin-left: 216px; text-align: center;
  color: #888888;
  font-size: 8pt;
  line-height : 10pt;
}

/* MENU */
div#menu {
	position: absolute;
	top: 155px;
	left: 13px;
	width: 165px;
}

div.menuMain {
	color: #ffffff;
	font-weight: bold;	 
	background-color: #0099E6;
	padding: 3px;
	padding-left: 10px;
	margin-top: 1px;
	text-align: left;
}

div.menuMain a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

div.menuItem {
	color: #ffffff;
	font-weight: bold;	 
	background-color: #C4CC9E;
	padding: 3px;
	padding-left: 30px;
	margin-top: 1px; 
	text-align: left;
}

div.menuItem a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	 
	
}

/* top and bottom image */

div#top {
	width: 791px;	
	height: 12px;
	background-image: url(top.png);
	padding: 0px;
	
}

/* IE HACK */
 * html div#top {font-size: 0px; line-height: 0px;}

div#bottom {
	margin-top: 20px;
	width: 791px;	
	height: 12px;
	background-image: url(bottom.png);
	padding: 0px;
}

/* IE HACK */
 * html div#bottom {font-size: 0px; line-height: 0px;}

div#content {
	margin-top: 5px;
	margin-left: 216px;
	width: 525px;
	min-height: 800px;
	
}

/* IE HACK */
 * html div#content {height: 800px;}

/***** TEXT *****/

a {
	color:  #0099E6;
}

h1	 {
	font-size: 1.6em;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
	color:  #0099E6;
}

h2	 {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
	color:  #0099E6;
}

h3 {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
}

h3.underMenu {
  margin-top: 1em;
}

table.disp td {
	padding: 4px;
	
}

div.dipsUserData {
  border: #0163c6 1px solid;
  background-color: #F5F5F5;
}

span.error {
  color: #ff0000;
  margin-left: 20px;
}

cite {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  margin-bottom: 10px;
  
}

cite.author {
  text-align: right;
  margin-bottom: 30px;
  
  display: block;
}

/***** tables *****/

table.disp td {
	padding: 4px;
	
}

table.display {
  margin-left: auto;
  margin-right: auto;
  
}

table.display td {
  padding: 1px;
  padding-right: 30px;
  
}

table.schedule {
  margin-left: auto;
  margin-right: auto;
  
}

table.schedule td {
  padding: 2px;
  padding-right: 15px;
  border-top: #AAAAAA 1px solid;
  text-align: left;
  
}

table.schedule td.last {
  padding: 2px;
  padding-right: 15px;
  border-top: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 2px solid;
}

table.schedule td.header {
  padding: 2px;
  padding-top: 25px;
  font-size: 1em;
  font-weight: bold;
  border-top: #AAAAAA 2px solid;
  border-bottom: #AAAAAA 1px solid;
}

table.schedule td.first {
  padding: 2px;
  padding-top: 25px;
  font-size: 1em;
  font-weight: bold;
  border-top: none;
  border-bottom: #AAAAAA 1px solid;
}

/* FORMS 
input, textarea {
  background-color: #F5F5F5;
}

input.compulsary, textarea.compulsary {
  background-color: #F5F5F5;
}
*/

img.medailon {
	margin-right: 30px;
	margin-bottom: 30px;
	
}
