@charset "utf-8";

/* -- DOCUMENT -------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
	background-image: url(images/layout/bkg.gif);
	background-repeat: repeat-x;
	background-color: #fafafa;
	
	margin-bottom: 20px;
	font-size: 11px;
	color: #EEEEEE;
}
input[type="button"], input[type="submit"], input[type="reset"]
{
	padding: 1px;
}
option
{
	padding: 0px 5px 0px 0px;
}
h1, h2, h3, h4
{
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
p
{
	padding: 5px 0px 5px 0px;
}
table
{
	border-collapse: separate;
	border-spacing: 1px;
}
hr
{
	height: 1px;
	width: 100%;
	
	border: none;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #555555;
	
	margin: 5px 0px 5px 0px;
}
img
{
	border: none;
}
ul
{
	padding-left: 25px;
}
/* -------------------------------------------------------------------------- */

/* -- LINKS ----------------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #EEEEEE;
}
a:visited
{
	text-decoration: none;
	color: #EEEEEE;
}
a:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}
a:active
{
	text-decoration: none;
	color: #EEEEEE;
}
/* -------------------------------------------------------------------------- */

/* -- MENU ------------------------------------------------------------------ */
#menu
{
	position: absolute;
	z-index: 3;
	top: 115px;
	left: 25px;
}
#menu a
{
	display: block;
}
#menuAlt
{
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 35px;
}
#menuAlt a
{
	color: #65a88b;
	font-weight: bold;
	font-size: 12px;
	padding-right: 8px;
	text-transform: uppercase;
}
/* -------------------------------------------------------------------------- */

/* -- CALENDAR -------------------------------------------------------------- */
#calendar
{
	position: absolute;
	z-index: 3;
	
	top: 320px;
	left: 25px;
}
#calendarBody
{
	position: relative;
}
#calendarBKG
{
	position: absolute;
	z-index: 1;
	
	width: 100%;
	height: 100%;
}
#calendarContent
{
	position: relative;
	z-index: 2;
	width: 268px;
}
#tblCalendar
{
	position: relative;
	margin: 0px auto 0px auto;
	border-spacing: 1px;
}
#tblCalendar th
{
	width: 35px;
	font-weight: normal;
}
#tblCalendar td
{
	height: 20px;
	background-color: #515151;
}
#tblCalendar .headingMonth
{
	
}
#tblCalendar .headingDays
{
	
}
#tblCalendar .activeMonth
{	
	background-color: #666666;
}
#tblCalendar .calendarDay
{
	position: relative;
	width: 100%;
	height: 100%;
}
#tblCalendar .calendarDate
{
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 9px;
}

#tblCalendar .eventDay
{
	background-color: #e14c44;
}

#tblContent
{
	border-spacing: 1px;
	border: none;
	width: 100%;
}
#tblContent td
{
	vertical-align: top;
}
#tblContent .left
{

}
#tblContent .right
{
	width: 200px;
}
.menuRight
{
	width: 200px;
	float: right;
	margin: 0px 0px 20px 20px;
}
#tblForm
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
#tblForm th
{
	width: 100px;
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
}
#tblEvents
{
	border-spacing: 1px;
	border: none;
	width: 100%;
}
#tblEvents .dates
{
	width: 100px;
	vertical-align: top;
}
#tblEvents .info
{
	vertical-align: top;
}
#tblEvents .info h1,h2,h3,h4
{
	margin: 0px;
}
/* -------------------------------------------------------------------------- */

/* -- LAYOUT ---------------------------------------------------------------- */
#container
{
	position: relative;
	width: 805px;
	margin: 0px auto 0px auto;
}
#containerBKG
{
	position: absolute;
	z-index: 1;
	
	width: 100%;
	height: 100%;
}
#containerBody
{
	position: relative;
	z-index: 2;
	width: 797px;
	left: 4px;
	
	/* background-color: #312f2d; */
	background-color: #252220;
}
#logo
{
	position: absolute;
	z-index: 3;
	top: 22px;
	left: 28px;
}
#content
{
	position: relative;
	padding: 25px;
	
	background-image: url(images/layout/bkg_content.jpg);
	background-repeat: no-repeat;
}
#footer
{
	position: relative;
	width: 805px;
	margin: 0px auto 0px auto;
}
#footerMember
{
	position: relative;
	width: 793px;
	margin: 10px auto 0px auto;
}
#edit
{
	position: absolute;
	left: -77px;
	top: 0px;
}
#submenu
{

}
#submenu .sTitle
{
	font-size: 16px
}
#submenu .sItem
{
	border-style: solid;
	border-width: 1px;
	border-color: #e14c44;
	background-color: #e14c44;
	
	padding: 6px;	
	margin-top: 1px;
	
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
#submenu .sItem:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #1d1c1b;
	border-top-color: #e14c44;
	background-color: #1d1c1b;
}
#submenu .sItemSelected
{
	border-style: solid;
	border-width: 1px;
	border-color: #1d1c1b;
	border-top-color: #e14c44;
	background-color: #1d1c1b;
}
/* -------------------------------------------------------------------------- */


.publication
{
	position: relative;
	padding: 5px; 
	
	border-style: solid;
	border-width: 1px;
	border-color: #222222;
	
	margin-bottom: 5px;
}
.pic{
border-color:#FFFFFF;
border-style:Solid;
border-width: medium;
}

#dark2{
background-color: #222222;
padding: 15px;
}
#dark{
background-color: #222222;
padding: 15px 10px 15px 35px;
}