* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana;
	text-align: left;
}

body {
	background-color: #D6D6D6;
	background-image: url('/design/img/gy/body_background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

div#head {
	width: 980px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
}

div#foot {
	clear: both;
	width: 960px; 
	height: 140px; 
	margin: 0px auto 0px auto; 
	background-image: url('/design/img/gy/foot_background.gif');
	background-position: center top;
}

div#box_search {
	width: 330px;
	height: 25px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/design/img/box_search_background_<?=$_SESSION['siteID']?>.png');
	background-position: center top;
}

input.main_search {
	width: 200px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-left: 12px;
	font-size: 13px;
	font-weight: bold;
}

div#content_960 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#content_620_330 {
	width: 980px;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
}
div#left_620 {
	float: left;
	width: 620px;
	height: auto;
	margin-left: 10px;
}
div#right_330 {
	float: left;
	width: 330px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#box_ad_billboard {
	width: 330px; 
	height: 247px; 
	margin-top: 10px; 
	background-color: #FFFFFF;
	}

div#dev_div {
	clear: both;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid; 
	border-color: #FF00FF; 
	border-width: 2px; 
	background-color: #FFFFFF; 
}
div.people_line {
	clear: both;
	width: 140px;
	height: 3px;
	background-color: #c6030a;
	color: #EEEEEE;
}
div.people_photo_line {
	width: 295px; 
	height: 5px; 
	color: #c6030a; 
	background-color: #c6030a;
}

h1 {
	margin-left: 13px;
	color: <?=$site_font_color[$_SESSION['siteID']]?>;
	font-size: 17px;
	font-weight: bold;
}

td {
	font-size: 10px;
	}
table.download {
	width: 590px; 
	margin: 0px auto 0px auto; 
	padding: 2px; 
	border-width: 1px; 
	border-color: #FFFFFF; 
	border-style: solid; 
	background-color: #F6F6F6;
}
table.download:HOVER {
	width: 590px; 
	margin: 0px auto 0px auto;
	padding: 2px; 
	border-width: 1px; 
	border-color: #FFFFFF; 
	border-style: solid; 
	background-color: #EEEEEE;
}
td.people_result {
	padding: 5px;
	font-size: 10px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #F6F6F6;
}
td.calendarcell {
	padding: 5px;
	font-size: 10px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #F6F6F6;
}
td.calendarhead {
	height: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #c6030a;
}
td.resulttablecelleven {
	padding: 5px;
	font-size: 11px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #F6F6F6;
}
td.resulttablecellodd {
	padding: 5px;
	font-size: 11px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #EEEEEE;
}
td.resulttablehead {
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	background-color: #c6030a;
}
td.dlrcell {
	padding: 3px; 
	border-top: 1px; 
	border-style: solid; 
	border-color: #DDDDDD; 
	text-align: center;
}
td.dlrcat {
	padding: 3px 3px 3px 8px; 
	border-top: 1px; 
	border-style: solid; 
	border-color: #DDDDDD; 
	font-size: 11px;
} 
td.dlrhead {
	padding: 3px;  
	border-bottom: 2px; 
	border-style: solid; 
	border-color: #c6030a; 
	text-align: center;
}
p.calendar_data {
  margin: 25px 0px 0px 0px; 
  font-size: 14px; 
  font-weight: bold;
  color: #c6030a;
  }
p.result_data {
  padding: 15px 15px 1px 15px; 
  font-size: 14px; 
  font-weight: bold;
  color: #c6030a;
  }

a {
	color: #c6030a;
	text-decoration: none;
}
a:HOVER {
	color: #000000;
	text-decoration: none;
}
a.box_title {
	color: #000000;
	text-decoration: none;
}
a.box_title:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.fomenu {
	margin-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
}
a.fomenu:HOVER {
	margin-top: 6px;
	color: #c6030a;
	text-decoration: none;
}
a.inverz {
	color: #000000;
	text-decoration: none;
}
a.inverz:HOVER {
	color: #c6030a;
	text-decoration: none;
}
a.openfomenu {
	margin-top: 6px;
	color: #c6030a;
	text-decoration: none;
}
a.openfomenu:HOVER {
	margin-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
}
a.almenu {
	color: #FFFFFF;
	text-decoration: none;
}
a.almenu:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}
a.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:HOVER {
	color: #000000;
	text-decoration: none;
}
a.lapozas {
	color: #666666;
	text-decoration: none;
}
a.lapozas:HOVER {
	color: #c6030a;
	