body
{
	background-color: #770032;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 15px 0px 0px 0px;
}
input, textarea
{
	font-family: Verdana,Arial;
	font-size: 11px;
}
img
{
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -- HEADINGS -------------------------------------------------- */

h1
{
	color: #770032;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}

/* -- LINKS -------------------------------------------------- */
a:link, a:visited, a:active
{
	color: #770032;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.error
{
	color: Red;
	font-weight: bold;
}

/* -- Site -------------------------------------------------- */
#site
{
	width: 900px;
	position: relative;
	margin: 0px auto 0px auto;
	background-color: White;
}

/* -- Header -------------------------------------------------- */
#header
{
	font-variant: small-caps;
	background-image: url(Images/header.jpg);
	height: 200px;
}
#header a:link, #header a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover
{
	color: #000000;
}
#header a:active
{
	color: #FFFFFF;
}
#menu
{
	height: 24px;
	background-repeat: repeat-x;
	padding: 177px 0px 0px 10px;
}

/* -- Menu -------------------------------------------------- */
ul.AspNet-Menu
{
	position: relative;
}
ul.AspNet-Menu, ul.AspNet-Menu ul
{
	margin: 0;
	padding: 0;
	display: block;
}
ul.AspNet-Menu li
{
	position: relative;
	list-style: none;
	float: left;
	padding-left: 18px;
}
ul.AspNet-Menu li a, ul.AspNet-Menu li span
{
	display: block;
	text-decoration: none;
}
ul.AspNet-Menu ul
{
	position: absolute;
	visibility: hidden;
}

/* -- Content -------------------------------------------------- */
#content
{
	padding: 5px 30px 10px 30px;
	min-height: 400px;
}
#content .button
{
	color: Black;
	border: solid 1px #710a51;
	padding: 2px 2px 2px 2px;
}
#content .pagetitle
{
	color: #304F78;
	font-size: 12pt;
	font-weight: bold;
}
#content .title
{
	font-weight: bold;
}
#content a.title:link, #content a.title:visited, #content a.title:active
{
	text-decoration: none;
}

/* -- Footer -------------------------------------------------- */
#footer
{
	padding: 8px 0px 8px 0px;
	margin: 0px 30px 0px 30px;
	color: Black;
	font-size: .8em;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active
{
	color: Black;
	text-decoration: underline;
}
#footer a:hover
{
	color: #710a51;
	text-decoration: none;
}

/* -- FOOTER-SUB -------------------------------------------------- */
#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}
#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}
#footer-sub a:hover
{
	color: White;
	text-decoration: none;
}

/* -- FOTO ALBUM -------------------------------------------------- */
#thumbnails_pagination
{
	font-size: 85%;
	padding-bottom: 2em;
	margin: 2em 0 1em 0;
	_margin: .25em 0 1em 0;
	text-align: center;
}
#thumbnails_pagination li
{
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: .3em .5em .3em .5em;
	margin: .25em .25em;
	text-align: center;
	cursor: pointer;
}
#thumbnails_pagination li
{
	display: inline;
}
body.ar #thumbnails_pagination li, body.he #thumbnails_pagination li
{ *padding:.3em.6em.3em.5em;a:0;/* for safari - can't end a block with a style that has a "*" */
}
#thumbnails_pagination li.prevPage, #thumbnails_pagination li.nextPage
{
	font-weight: bold;
	border-color: #aaa;
	padding-right: .5em;
}
#thumbnails_pagination li.prevPage
{
	margin-right: 1.5em;
}
body.ar #thumbnails_pagination li.prevPage, body.he #thumbnails_pagination li.prevPage
{
	margin-right: .4em;
}
#thumbnails_pagination li.nextPage
{
	margin-left: 1.2em; *margin-left:1.5em;a:0;/* for safari - can't end a block with a style that has a "*" */
}
body.ar #thumbnails_pagination li.nextPage, body.he #thumbnails_pagination li.nextPage
{ *margin-left:.2em;a:0;/* for safari - can't end a block with a style that has a "*" */
}
#thumbnails_pagination li.rest
{
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
#thumbnails_pagination li.hover
{
	background-color: #d2eaf6;
	border: 1px solid #b7d8ee;
}
#thumbnails_pagination li.selected
{
	color: White;
	background-color: #770032;
	border: 1px solid #b7d8ee;
	font-weight: bold;
}
#thumbnails_pagination a
{
	color: #770032;
	text-decoration: none;
}
