@charset "UTF-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url("../irudiak/bg_html.gif");
	background-repeat: repeat-x;
	background-color: #2d3335;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #000;
}

img {
	border-width: 0px;
}

form,input,label,textarea {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",
		sans-serif;
	font-size: 16px;
}

form select,form input,form textarea {
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	min-width: 80px;
	margin: 1px 1px 1px 15px;
}

fieldset {
	border: 0 solid;
}


legend {
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
}

/* Custom styles */
.zast #container {
	position: relative;
	/* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	border-right-style: none;
	border-left-style: none;
	border-right-color: #333;
	border-left-color: #333;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.zast #menu {
	height: 45px;
	background-image: url("../irudiak/zasthiru.png");
	background-repeat: no-repeat;
}

.zast #menu h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.zast #header {
	height: 80px;
	background-image: url("../irudiak/zastbi.png");
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-position: 0px 0px;
}

.zast #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F0F0F0;
}

.zast #fotonagusi {
	/*height: 280px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0e0e0e;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.zast #fotonagusi h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.zast #sidebar1 {
	left: 0;
	width: 168px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
}

div .homeLink {
	width: 160px;
	height: 130px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

div .homeLink a {
	display: block;
	width: 160px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: left top;
}

div .homeLink a:hover {
	background-position: bottom left;
}

div .publia {
	float: left;
	width: 99px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-color: #000;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background: #2d3335;
}

div .publi {
	margin-left: 160px;
	background-image: url(../irudiak/babesleak.png);
	background-repeat: no-repeat;
	background-position: 15px 18px;
	padding: 15px 0px 0px 190px;
}

div .publia a {
	display: block;
	width: 99px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}

div .publia a:hover {
	background-position: left bottom;
}

.zast #sidebar2 {
	right: 0;
	width: 252px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}

.zast #sidebar21 {
	width: 246px;
	background-color: #e9e4e5;
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 0px;
}

.zast #sidebar22 {
	width: 241px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url("../irudiak/flechita_dcha.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.foroentestuabold {
	font-weight: bold;
}

.foroentestua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #000;
}

.zast #mainContent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #FFF;
	color: #000;
}

.zast #mainContent2 {
	margin-right: 286px;
	margin-bottom: 0px;
	margin-left: 194px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.azalatitu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	letter-spacing: -1px;
	font-variant: normal;
	line-height: 26px;
	margin-bottom: 4px;
}

.azalaeguna {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #C00;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.ezkerrekoak {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-width: 0px;
}

.zast #footer {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #2d3335;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: left;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 80px;

	margin: 0px;
}

.foroenlinkak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.zast #footer p {
	margin: 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.logina {
	color: #666;
	font-size: 12px !important;
	text-align: right;
	clip: rect(0px, 0px, 0px, 0px);
	font-weight: lighter;
	float: none;
	width: 0px;
	top: 0px;
	margin: 0px;
	height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.loginabi {
	font-size: 12px ! imporant;
	font-weight: lighter;
	color: #FFF;
	padding-left: 3px;
}

.loginabi strong {
	font-weight: bold;
}

.loginabi a:link,.loginabi a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.kutxatestua {
	font-size: 10px;
	color: #C00;
	background-color: #000;
	text-align: center;
	border: 1px solid #666;
	float: none;
	vertical-align: middle;
	clear: none;
	height: 20px;
	width: 70px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}

.Formularioak {
	float: none;
	clear: none;
	line-height: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}

.Formularioak,.Formularioak input,.Formularioak label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.kutxatestubi {
	background-color: #333;
	border: 1px solid #999;
	color: #FFF;
	height: 16px;
	width: 150px;
	padding: 0px;
	margin-right: 4px;
	margin-left: 4px;
}

.azalatestua {
	color: #333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -6px;
	margin-top: 0px;
}

.zast #sidebar211 {
	width: 246px;
	background-color: #e9e4e5;
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 20px;
}

.azalairuzkin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url("../irudiak/flechita_dcha3.gif");
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 11px;
}

.iruzkinzenbat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
	text-transform: uppercase;
}

/* Julenek gehituta */
.right {
	line-height: inherit !important;
	padding-left: 770px;
}

#logo {
	border: 0 none;
	position: absolute;
	height: 80px;
	width: 200px;
}

/* TODO: gainbegiratu hau */
	/* Aupa Julen, hau nik jarri diat gero hik borratuko dek, eske idatzitakua ez huan ikuste
 bestela */ /*hemendik*/
#content {
	color: #000000;
	padding: 20px;
}

#log {
	font-size: 11px;
	border-width: 0px;
	border-spacing: 0px;
	width: 900px;
	margin-left: 38px;
	margin-bottom: 10px;
}

#log th {
	text-align: center;
}

#log tr,#log td {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#log .logError {
	background: #faa;
}

#log .logError:hover {
	background: #f00;
}

#log .logInfo {
	background: #aaf;
}

#log .logInfo:hover {
	background: #00f;
	color: #fff;
}

#log .logAlert {
	background: #ffa;
}

#log .logAlert:hover {
	background: #ff0;
}

/* Entrebisten diseinua */
.zast #meetingTop {
	padding: 0px;
	margin: 0px;
}

.zast #meetingTop .meetingFoto {
	float: left;
	width: 300px;
	margin-left: 10px;
}

.zast #meetingTop #shortQuestions {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 0px;
}

.zast #questions {
	width: 960px;
	padding: 10px;
}

.zast #questions p {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.zast #questions .quest {
	font-size: 14px;
	font-weight: bolder;
	padding: 10px 0px 0px 8px;
}

.zast #meetingTop #shortQuestions h4,.zast #meetingTop #personalData h4,.zast #questions h4
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #000;
	border-bottom: 1px dashed #000;
	background-color: #e9e4e5;
	margin: 0px 0px 0px 0px;
}

.zast #meetingTop #shortQuestions p,.zast #meetingTop #personalData p {
	padding: 3px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zast #meetingTop #personalData {
	margin-left: 330px;
	margin-right: 330px;
}

.zast #meetingTop .cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Administratzaileen atala */
.zast #content h3 {
	font-size: 18px;
	padding: 5px 0px 4px 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.zast #content .adminTable {
	width: 960px;
	border-spacing: 0px;
	margin: 10px 0px 10px 0px;
}

.zast #content .adminTable thead tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #000;
	background-color: #e9e4e5;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.zast #content .adminTable tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 1px dashed #000;
	padding: 3px 3px 3px 3px;
}

.zast #content .adminForm {
	font-size: 13px;
	width: 960px;
	padding: 5px 10px 10px 10px;
}

/* Kudeaketa -> Galeriarako */
.miniFoto {
	width: 200px;
}

/* Ekintzetarako */
.zast #calendar {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
}
.zast #calendar table {
	width: 960px;
	border-spacing: 0px;
	margin: 10px 10px 10px 0px;
}

.zast #calendar table thead th,.zast #calendar table thead td {
	font-size: 25px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-color: #e9e4e5;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.zast #calendar table thead .top th {
	border-top: 1px solid #000;
}

.zast #calendar table thead td {
	vertical-align: middle;
}

.zast #calendar table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	width: 50px;
	height: 80px;
	border-top: 1px dashed #000;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.zast #calendar table tbody tr td a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 0px 18px 0px;
	color: blue;
}

.zast #calendar table tbody tr td a:hover {
	text-decoration: underline;
	background: #fff;
}

/*Ekintzetarako -> ekintza bakoitza */
.zast .eventIndex {
	width: 360px;
	float: right;
	margin: 10px 80px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000;
	background-color: #e9e4e5;
}

.zast .eventIndex b {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.zast .eventIndex a {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.zast .eventInfo {
	width: 469px;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
}

.zast .eventContents h5 {
	font-size: 16px;
	padding: 10px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
}

.zast .eventContents p {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

.zast .eventContents form,.zast .foto form {
	width: 960px;
	padding: 5px 10px 10px 10px;
}

.zast .blogNew form {
	width: 700px;
	padding: 5px 10px 10px 10px;
}

.zast .eventContents form .descript {
	padding: 2px 20px 2px 0px;
	width: 270px;
	display: block;
	float: left;
}

/*Erabiliko diren taulak orokorrean */
.zast #content .webTable {
	width: 940px;
	border-spacing: 0px;
	margin: 10px 10px 10px 0px;
}

.zast #content .webTable thead tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #000;
	background-color: #e9e4e5;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.zast #content .webTable tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 1px dashed #000;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

/* Home-eko kudeaketarako babesleen atala */
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.zast .adminForm .miniBanner {
	float: left;
}

/* Errore eta info mezuentzat */
.zast .error,.zast .info {
	width: 680px;
	min-height: 35px;
	margin: 40px 80px 40px 80px;
	padding: 30px 30px 30px 90px;
	text-align: center;
	border: 1px solid #000;
}

.zast .error {
	background: url("../images/error.png") no-repeat 10px 10px #f88;
}

.zast .error p.subInfo {
	font-size: 12px;
}

.zast .info {
	background: url("../images/info.png") no-repeat 10px 10px #88f;
}

/* Foroak */
.zast .forums h4 {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	color: #333;
	font-size: 16px;
}

.zast #content .forumTable {
	border-spacing: 0px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
}

.zast #content .forumTable thead tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	min-width: 80px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	margin: 0px;
	background-color: #E5E5E5;
}

.zast #content .forumTable tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	color: #333;
}

.zast #content .forumTable tbody tr td.forumTitle {
	text-align: left;
	color: #333;
	padding: 10px;
}

.zast #content .forumTable tbody tr td.postContent {
	text-align: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

.zast #content .forumTable tbody tr td.forumTitle p {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

.zast #content .forumTable tbody tr td.forumLastPost {
	font-size: 12px;
}

.zast #content .forumTable tbody tr td.forumTitle a {
	font-weight: bold;
}

.zast .forumTable a {
	color: #000;
}

.zast .forumTable a:hover {
	color: #666;
}

/*Paginazioak */
.pagination {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.pagination .current,.pagination .paginate {
	border: 0px solid #000;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.pagination .paginate {
	background: #e9e4e5;
	color: #FFF;
}

.pagination .current {
	background-color: #C00;
	text-align: center;
}

.pagination .paginate:hover,.pagination .current:hover {
	text-decoration: none;
	color: #999;
	background-color: #333;
}

/* Blogak */
.zast .blogLeft {
	width: 240px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 21px;
	color: #000;
	padding: 0px;
}

.zast .blogLeft ul.blogIndex {
	margin: 0px;
	list-style: none;
	font-weight: normal;
	color: #000;
	border-top-width: 1px;
	border-top-style: 1;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 26px;
}

.zast .blogLeft ul.blogIndex ul {
	list-style: none;
	font-weight: bold;
	font-style: normal;
	color: #C00;
	line-height: 17px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-variant: normal;
	text-transform: none;
}

.zast .blogLeft ul.blogIndex ul a {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 16px;
	background-image: url(../irudiak/flechita_dcha.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-left: 0px;
	padding-left: 7px;
}

.zast .blogNews {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}

.zast h1.blogTitle {
	color: #000;
	font-size: 50px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 129px;
	width: 980px;
	padding-top: 0px;
	padding-left: 0px;
}

.zast h1.blogTitle:hover {
	color: #666;
	border-top-color: #666;
	border-bottom-color: #666;
}

.zast .blogNews .blogNewText {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: -6px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.zast .blogNews .blogNewTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	letter-spacing: -1px;
	font-variant: normal;
	line-height: 26px;
	margin-bottom: 4px;
}

.zast .blogNews .blogNewData {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #C00;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.zast .blogNews .blogNewComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url("../irudiak/flechita_dcha3.gif");
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 11px;
}

.zast .blogNewAdmin {
	float: right;
	width: 50px;
}

.zast .blogNew {
	margin-left: 280px;
	padding-top: 20px;
}

.zast .blogNew .blogNewData {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #C00;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.zast .blogNew .blogNewTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	letter-spacing: -1px;
	font-variant: normal;
	line-height: 26px;
	margin-bottom: 4px;
}

.zast .blogNew .blogNewText {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: -6px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.zast .blogNew p.blogNewSubTitle,.zast .foto p.fotoNewSubTitle,.zast .new p.newSubTitle,.zast .journey p.journeySubtitle,.zast p.subTitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
	text-transform: none;
	letter-spacing: 0px;
	font-variant: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-bottom-color: #666;
	border-top-color: #CCC;
}

.zast p.subTitle {
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

.zast p.subTitle a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
}

.zast .foto p.fotoNewSubTitle,.zast .new p.newSubTitle,.zast .journey p.journeySubtitle,.zast p.subTitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C00;
}

.zast .blogNew .blogCommentTitle,.zast .foto .fotoCommentTitle,.zast .new .newCommentTitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0px;
	background-color: #EDEDED;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.zast .blogNew .blogCommentUsername,.zast .foto .fotoCommentUsername,.zast .new .newCommentUsername
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(http://www.zast.es/style/templates/default/irudiak/flechita_dcha.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

.zast .blogNew .blogCommentText,.zast .foto .fotoCommentText,.zast .new .newCommentText
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 10px;
	margin: 0px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}

.zast .blogNew .blogCommentText p,.zast .foto .fotoCommentText p,.zast .new .newCommentText p
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

form .descript,form .descript {
	padding: 2px 20px 2px 0px;
	width: 220px;
	display: block;
	float: left;
}

.zast .tagCloud .tag0,.zast .tagCloud .tag1,.zast .tagCloud .tag2,.zast .tagCloud .tag3,.zast .tagCloud .tag4,.zast .tagCloud .tag5,.zast .tagCloud .tag6,.zast .tagCloud .tag7,.zast .tagCloud .tag8,.zast .tagCloud .tag9,.zast .tagCloud .tag10,.zast .tagCloud .tag11,.zast .tagCloud .tag12,.zast .tagCloud .tag13,.zast .tagCloud .tag14,.zast .tagCloud .tag15
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.zast .tagCloud .tag0 {
	font-size: 8px;
}

.zast .tagCloud .tag1 {
	font-size: 10px;
}

.zast .tagCloud .tag2 {
	font-size: 12px;
}

.zast .tagCloud .tag3 {
	font-size: 14px;
}

.zast .tagCloud .tag4 {
	font-size: 16px;
}

.zast .tagCloud .tag5 {
	font-size: 18px;
}

.zast .tagCloud .tag6 {
	font-size: 20px;
}

.zast .tagCloud .tag7 {
	font-size: 22px;
}

.zast .tagCloud .tag8 {
	font-size: 24px;
}

.zast .tagCloud .tag9 {
	font-size: 26px;
}

.zast .tagCloud .tag10 {
	font-size: 28px;
}

.zast .tagCloud .tag11 {
	font-size: 30px;
}

.zast .tagCloud .tag12 {
	font-size: 32px;
}

.zast .tagCloud .tag13 {
	font-size: 34px;
}

.zast .tagCloud .tag14 {
	font-size: 36px;
}

.zast .tagCloud .tag15 {
	font-size: 38px;
}

/* Galeriak */
.zast .gallerys {
	width: 960px;
}

.zast .gallerys .galleryBikoiti,.zast .gallerys .galleryBakoiti {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #000;
}

.zast .gallerys .galleryBikoiti {
	background: #e9e4e5;
}

.zast .gallerys .miniFotoContent {
	width: 200px;
	float: left;
	vertical-align: middle;
}

.zast .gallerys .galleryDescription .galleryName {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.zast .gallerys .galleryDescription {
	margin-left: 200px;
	padding: 10px 10px 10px 10px;
	width: 540px;
	font-size: 14px;
}

.zast .gallerys .galleryDescription p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.zast .gallery .galleryMiniFoto {
	float: left;
	width: 156px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.zast .gallery .gallerySubtitle {
	font-weight: bold;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zast .gallery .galleryMiniFoto .miniFoto {
	width: 155px;
}

.zast .foto .bigFoto {
	text-align: center;
	width: 960px;
	padding: 30px 0px 10px 0px;
}

.zast .foto .bigFoto img {
	max-width: 550px;
}

.zast .shortMeeting {
	width: 960px;
	heigth: 300px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000;
}

.zast .shortMeeting:hover {
	border-top: 2px solid #666;
}

.zast .shortMeeting .smallFoto {
	width: 300px;
	max-height: 300px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zast .shortMeeting .shortMeetingPersonalData {
	width: 560px;
	margin: 0px 0px 0px 400px;
}

.zast .shortMeeting .shortMeetingPersonalData .pKey {
	padding: 0px 20px 0px 5px;
}

.zast .news {
}

.zast .new {
	width: 940px;
}

.zast .news .newData,.zast .new .newData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #C00;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

.zast .news .newTitle,.zast .new .newTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	letter-spacing: -1px;
	font-variant: normal;
	line-height: 26px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.zast .news .newText,.zast .new .newText {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: -6px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.zast .news .newComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url("../irudiak/flechita_dcha3.gif");
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 11px;
	border-bottom: 1px solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 32px;
	margin-bottom: 5px;
}

.zast .new form.survey .question {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.zast .new form.survey request {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.zast .new form.survey .requestQuestion {
	width: 400px;
	float: left;
	padding: 2px 0px 2px 0px;
}

.zast .new form.survey img.surveyBar {
	margin: 0px 0px 0px 0px;
}

/* Jardunaldiak */
.zast .journeys a {
	display: block;
	background: #666;
	color: #fff;
	font-size: 35px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.zast .journeys a:hover {
	text-decoration: none;
	background: #999;
}

.zast .documents {
	margin: 20px 10px 20px 10px;
}

.zast .documents a.document,.zast .documents span.document {
	text-align: center;
	width: 80px;
	float: left;
	margin: 10px 10px 0px 0px;
}
/*honeaino nere gauzak*/
/* Oso tenporala */
.hidden {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: black;
	filter: alpha(opacity=80);
	opacity: .8;
}
.hidden .register {
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	color: white;
	width: 800px;
	height: 250px;
	border: 1px solid #fff;
	opacity: 1;
}
.hidden .register .closeRegister {
	float: right;
}
.hidden .register a {
	color: white;
}
.hidden .register a:hover {
	text-decoration: none;
}
/*honeaino nere gauzak*/
div .publib {
	float: left;
	width: 100px;
	height: 100px;
	border-left-color: #666;
	border-right-color: #666;
	border-bottom-color: #000;
	border-top-color: #000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 15px 0px 10px 0px;
	border-right-width: 1px;
	border-right-style: solid;
}
div .publib a {
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
}
div .publib a:hover {
	background-position: left bottom;
}

