*
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

option
{
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
}

blockquote
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input
{
	padding: 2px;
}

optgroup
{
	color: #3c5361;
	font-style: normal;
}

optgroup option
{
	margin-left: 10px;
	color: #000000;
}

p
{
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
}

a img
{
	border: none;
}

body
{
	background-color: #3c5361;
	color: #3c5361;
}

#page
{
	/* min-width: 960px; */
}

#header
{
	background-color: #cb1111;
	background-image: url(/images/logo_middle.jpg);
}

#bg
{

}

#left h2, #right h2
{
	color: #58707f;
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
}

#left, #right
{
	width: 200px;
	background-color: #ffffff;
	background-image: url(/images/bg_dark.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px;
	
	min-height: 500px;
}

#left
{
	float: left;
	border-right: 1px solid #cccabb;
}

#right
{
	position: absolute;
	right: 0px;
	
	border-left: 1px solid #cccabb;
	width: 250px;
}


#content
{
	background-color: #FFFFFF;
	
	padding-bottom: 20px;
}

#center
{
	padding: 10px;
	margin-left: 220px;
}

#center.home
{
	margin-right: 280px;
}

#center h2
{
	font-size: 16px;
	font-weight: normal;
	color: #cb1111;
}

#center ul, #center ol
{
	margin-left: 25px;
}

#center.full
{
	margin-right: 0px;
}

#center.full2
{
	margin-right: 0px;
	margin-left: 0px;
}

h1
{
	color: #58707f;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 10px;
	
	background-image: url(/images/pikoura.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 25px;
	padding-top: 3px;
	height: 30px;
}

#menu
{
	background-color: #3c5361;
	list-style-type: none;
	height: 25px;
	white-space: nowrap;
}

#menu ul, #menu ul ul
{
	width: 295px;
	background: none;
	background-image: url(/images/drop.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 1000;
}

#menu li
{
	float: left;
}

#menu li li
{
	float: none;
	width: 286px;
}

#menu li li a
{
	width: 260px;
	padding: 3px;
	padding-left: 14px;
	padding-right: 12px;
}

#menu a
{
	color: #d2e0e9;
	padding: 6px;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	text-transform: uppercase;
}

#menu .sub
{
	background-image: url(/images/menu_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu .top
{
	position: absolute;
	margin-left: -7px;
	margin-top: -12px;
}

#menu a:hover
{
	background-color: #58707f;
}

#menu li:hover ul
{	
	display: block;
}

#menu li:hover ul ul
{
	display: none;
}

#menu li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	margin-left: 279px;
	margin-top: -19px;
}

#menu ul
{
	position: absolute;
	display: none;
	list-style-type: none;
	padding-left: 7px;
	margin-left: -7px;
	padding-bottom: 12px;
}

#menu ul a
{
	padding-left: 18px;
	background-image: url(/images/menu_bullet.gif);
	background-position: 6px 8px;
	background-repeat: no-repeat;
}

#menu ul a:hover
{
	background-color: #647f90;
}

#footer
{
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
	text-align: center;
	color: #718897;
	padding: 10px;
	
	text-transform: uppercase;
}

#footer a
{
	color: #718897;
}

.form
{
	list-style-type: none;
}

.form li
{
	padding: 3px;
	height: auto;
	padding-top: 3px;
}

.form label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 3px;
	padding-right: 5px;
	color: #58707f;
	height: auto;
}

.login label
{
	width: 60px;
}

.login li
{
	list-style-type: none;
}

.form .indent
{
	text-align: left;
	float: none;
	width: auto;
	margin-left: 110px;
	padding: 0px;
}

.form .field
{
	border: 1px solid #58707f;
	background-color: #F6F6F6;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form li
{
	list-style-type: none;
}

.form .full
{
	width: 85%;
}

.search .field
{
	border: 1px solid #58707f;
	background-color: #F6F6F6;
	padding: 2px;
	width: 97%;
}

.search li
{
	padding: 3px;
	height: auto;
	margin-top: 3px;
	list-style-type: none;
}

.search select.field
{
	border: 1px solid #58707f;
	background-color: #F6F6F6;
	padding: 2px;
	width: inherit;
}

#region-map
{
	width: 340px;
}

#region-name
{
	position: absolute;
	margin-top: -350px;
	font-variant: normal;
	background-image: none;
	color: #cb1111;
}

#region-map-small #region-name
{
	position: absolute;
	margin-top: 60px;
	font-size: 14px;
	margin-left: 0px;
	width: 80px;
	text-align: left;
	font-variant: normal;
	background-image: none;
	color: #cb1111;
}

#region-map .region-marker
{
	white-space: nowrap;
}

#region-map .region-marker, #region-map-small .region-marker
{
	position: absolute;
	z-index: 0;
}

#region-map-small .region-marker
{
	text-align: right;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

#region-map-small
{
	margin-left: -7px;
}

#region-map-small a span
{
	width: 120px;
	color: #cb1111;
	position: absolute;
	margin-top: 70px;
	margin-left: 0px;
	display: none;
}

#region-map-small a:hover span
{
	display: block;
}

#tabs
{
	height: 30px;
	background-color: #b3b3b3;
	margin-left: 220px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #8d8d8d;
}

#tabs li
{
	float: left;
	list-style-type: none;
}

#tabs a
{
	display: block;
	background-image: url(/images/tab_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 9px;
	width: 85px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	color: #666666;
}

#tabs a.active:hover, #tabs a.active
{
	background-image: url(/images/tab_on.gif);
	color: #222222;
}

#tabs a:hover
{
	background-image: url(/images/tab_over.gif);
	color: #222222;
}

#members
{
	border-collapse: collapse;
}

#members tbody td img
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	margin: 3px;
}

#members thead td
{
	text-align: center;
	border-bottom: 1px solid #cb1111;
	line-height: 23px;
	color: #cb1111;
}

#members tbody td
{
	border-bottom: 1px solid #888888;
	line-height: 23px;
	color: #3c5361;
	padding-left: 5px;
}

#members .event li
{	
	line-height: 12px;
}

#members tbody td a
{
	color: #3c5361;
}

.notice
{
	margin-top: 10px;
	clear: right;
}

.notice h2
{
	color: #cb1111;
	font-weight: normal;
}

.notice a:hover h2, .notice h2 a:hover
{
	text-decoration: underline;
}

.notice .date, .date
{
	color: #666666;
	font-style: italic;
	font-size: 11px;
	padding-left: 10px;
}

.date
{
	padding-left: 0px;
}

.notice a, a
{
	color: #cb1111;
}

.notice h2 img
{
	margin-bottom: -3px;
}

.notice .date a, .date a
{
	font-size: 11px;
	color: #3c5361;
	font-weight: bold;
}

.notice .date a:hover, .date a:hover
{
	text-decoration: underline;
}

.front h2, .front a h2
{
	font-size: 17px !important;
	font-variant: small-caps !important;
}

.event h2
{
	font-size: 17px;
}

.front .date a
{
	font-size: 11px;
	color: #cb1111;
	font-weight: normal;
}

.image
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #3c5361;
	background-color: #EEEEEE;
	padding: 2px;
}

.notice p
{
	padding-left: 10px;
	padding-top: 5px;
	color: #142a38;
}

.page-options
{
	padding: 10px;
	background-color: #cdcdcd;
	border: 1px solid #666666;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page-options a
{
	padding: 5px;
	padding-left: 0px;
	color: #cb1111;
}

.page-options a img
{
	margin-bottom: -3px;
}

.options a
{
	display: block;
	padding: 5px;
	color: #cb1111;
}

.options li
{
	list-style-type: none;
}

.options a img
{
	margin-bottom: -3px;
}

.error-box
{
	padding: 10px;
	background-color: #cdcdcd;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.error-box ul
{
	margin-top: 5px;
}

.error-box li
{
	list-style-type: disc;
	line-height: 20px;
	margin-left: 20px;
}

.error-box h3
{
	margin-bottom: 10px;
}

.error-box h3 img
{
	margin-bottom: -3px;
}

.success
{
	border: 1px solid green;
}

.results
{

}

.pages
{
	padding: 20px;
}

.pages .n
{
	display: block;
	float: left;
	padding-top: 5px;
}

.pages .p
{
	float: left;
	padding-top: 5px;
}

.pages a.p, .pages span
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #cb1111;
	padding: 5px;
}

.pages span
{
	color: #666666;
	border-bottom: 1px solid #AAAAAA;
}

.button
{
	color: #cb1111;
	padding: 8px;
	border: 1px solid #FFFFFF;
}

.button:hover
{
	background-color: #cdcdcd;
	border: 1px solid #666666;
}

.button img
{
	margin-bottom: -3px;
}

.folders
{
	background-color: #FFFFFF;
	padding: 10px;
	width: 250px;
	height: 383px;
	overflow: auto;
	float: left;
	list-style-type: none;
}

.folders ul
{
	list-style-type: none;
}

.folders li, .contents li
{
	padding: 2px;
	background-image: url(/images/icons/folder.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	white-space: nowrap;
	padding-left: 20px;
}

#attachment-name
{
	display: block;
	margin-left: 110px;
	padding-left: 20px;
	padding-top: 3px;
	background-image: url(/images/icons/mime/text.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
}

.contents a, .folders a
{
	color: #3c5361;
}

#contents
{
	width: 508px;
	height: 383px;
	overflow: auto;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}

.contents
{
	list-style-type: none;
}

#preview-box
{
	float: left;
	background-color: #999999;
	margin-top: 2px;
	height: 120px;
	width: 260px;
	padding: 5px;
}

#preview-box h3
{
	color: #FFFFFF;
}

#preview-box #preview
{
	overflow: hidden;
	text-align: center;
}

#info-box
{
	float: right;
	background-color: #999999;
	margin-top: 2px;
	height: 120px;
	width: 518px;
	padding: 5px;
}

#info-box .button
{
	border: none;
	color: #3c5361;
	background-color: #AAAAAA;
}

#info-box .button:hover
{
	background-color: #BBBBBB;
}

#info-box h3
{
	color: #FFFFFF;
	padding-left: 0px;
	padding-bottom: 10px;
}

#bottom
{
	padding-top: 15px;
	padding-left: 5px;
	clear: both;
}

#bottom .button
{
	border: 1px solid #496170;
	background-color: #496170;
	color: #FFFFFF;
}

#bottom .button:hover
{
	background-color: #5d7584;
}

#info-box #move
{
	float: right;
	margin-left: 20px;
}

#info-box .form label
{
	color: #FFFFFF;
}

#file-options li
{
	height: 32px;
	list-style-type: none;
}

#file-options li .button
{
	display: block;
	width: 110px;
}

#folder-name
{
	margin-left: 268px;
	padding: 3px;
	color: #FFFFFF;
}

.calendar
{
	border-collapse: collapse;
}

.calendar tbody td
{
	padding: 2px;
}

.calendar tbody td.day
{
	width: 14%;
	height: 70px;
	border: 1px solid #3c5361;
	background-color: #F6F6F6;
	vertical-align: top;
}

.calendar tbody td.events
{
	width: 14%;
	height: 70px;
	background-color: #cfdeec;
	vertical-align: top;
	color: #3c5361;
}

.calendar tbody td.events .d, .calendar tbody td.events ul
{
	color: #3c5361;
}

.calendar tbody td.events .more
{
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}

.calendar tbody td.day:hover
{
	background-color: #cfdeec;
	cursor: pointer;
}

.calendar tbody td .d
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	float: right;
	color: #cb1111;
	margin-top: -5px;
}

.calendar tbody td div
{
	height: 70px;
	font-size: 9px;
	overflow: hidden;
	line-height: 15px;
}

.calendar tbody td ul
{
	font-size: 10px;
	color: #999999;
	padding-top: 25px;
}

.calendar thead td
{
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff8d3;
	border-bottom: none;
	color: #3c5361;
	padding: 3px;
}

.calendar tbody td:hover .d, .calendar tbody td:hover ul
{
	color: #3c5361;
}

.calendar tbody td span
{
	font-size: 12px;
	vertical-align: super;
}

.calendar tbody td div a
{
	position: absolute;
	display: none;
	text-align: center;
	clear: both;
	margin-top: 0px;
	font-size: 10px;
	background-image: url(/images/icons/star.png);
	background-color: #cfdeec;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 10px;
}

.calendar tbody td:hover a
{
	display: block;
}

.months
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.months td
{
	width: 8%;
	text-align: center;
	color: #666666;
	font-size: 9px;
}

.months td a
{
	display: block;
	color: #cb1111;
	font-size: 14px;
}

.months td.current
{
	font-weight: bold;
}

.event label
{
	display: block;
	float: left;
	width: 85px;
	text-align: right;
	padding: 0px;
	padding-right: 5px;
	color: #3c5361;
	font-weight: bold;
	height: auto;
}

.event
{
	list-style-type: none;
}

.event li
{
	padding: 3px;
	height: auto;
	padding-top: 3px;
}

.event a
{
	color: #cb1111;
}

.event a img
{
	margin-bottom: -3px;
}

.latest-updates a
{
	color: #cb1111;
}

.latest-updates span
{
	font-size: 10px;
	margin-left: 20px;
}

.latest-updates a img
{
	margin-bottom: -2px;
}

.latest-updates li
{
	padding: 3px;
	list-style-type: none;
}

.affil img
{
	margin-bottom: -3px;
}

.more
{
	display: block;
	text-align: right;
	
	background-color: #EEEEEE;
	padding: 3px;
	margin-top: 5px;

	border-top: 1px solid #CCCCCC;
	height: 18px;
	
	margin-bottom: 35px;
}

.more a img
{
	margin-bottom: -3px;
}

#event-list .dateItem
{
	background-image: url(/images/date.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	padding: 2px;
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#event-list .today
{
	background-image: url(/images/date_today.gif);
}

#event-list .past
{
	background-image: url(/images/date_past.gif);
}

#event-list .dateItem
{
	margin-left: 10px;
}

#event-list .dateItem span
{
	display: block;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#event-list .event-items
{
	margin-left: 55px;
	margin-bottom: 20px;
	min-height: 35px;
}

#event-list .event-items .item
{
	margin-bottom: 10px;
}

#calendar-mini
{

}

#calendar-mini td
{
	text-align: center;
	padding: 2px;
	background-color: #DDDDDD;
	height: 30px;
	border: 1px solid #999999;
}

#console
{
	width: 100%;
	
	height: 100px;
	
	position: absolute;
	top: -95px;
	
	background-color: #CCCCCC;
	
	color: #000000;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}

#console:hover
{
	top: 0px;
}

.links
{
	list-style-type: none;
	width: 70%;
}

.links li
{
	background-image: url(/images/icons/link.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.links .admin
{
	padding: 3px;
	margin-bottom: 10px;
}

.links .admin a img
{
	margin-bottom: -3px;
}

#conference-nav
{
	padding: 5px;
	margin-bottom: 10px;
}

.search select.field
{
	width: auto;
	padding: 2px;
}

.search select.field
{
	width: 95px;
	padding: 2px;
}

.search select.field option
{
	overflow: auto;
}

.gallery td
{
	padding: 5px;
	text-align: center;
}

.gallery img
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

.gallery a:hover img
{
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

#photo
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#searchbox
{
	width: 125px;	
}

.watermark
{
	background-image: url(../images/watermark.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.watermark .watermark
{
	background-position: top left;
}

.watermark .watermark .watermark
{
	background-position: top right;
}