/* Body */
body
{
	margin: 0;
	padding: 0;
	overflow: auto;
	background-image: url(../images/layout/back.gif);
}

/* Layout */
table.portal_layout
{
	margin: 0;
	width: 776px;
	height: 100%;
	background-color: #FFFFFF;
	border: none;
	border-right: solid 1px #5E5E8B;
	border-left: solid 1px #5E5E8B;
	table-layout: fixed;
}
table.portal_layout td.inner { padding: 0; }
table.portal_layout table.inner { table-layout: fixed; width: 100%; height: 100%; margin: 0; }
table.portal_layout td { vertical-align: top; }
table.portal_layout td.header { height: 123px; border-bottom: solid 1px #5E5E8B; padding: 0; }
table.portal_layout td.header div.ctrl { width: 100%; height: 100%; }
table.portal_layout td.panel { background-color: #E6E6EE; padding: 0; }
table.portal_layout td.panel.left { width: 180px; border-right: solid 1px #5E5E8B; }
table.portal_layout td.panel.right { width: 150px; border-left: solid 1px #5E5E8B; }
table.portal_layout td.panel.right div.box_ctrl h1 { text-align: right; }
table.portal_layout td.panel.top { height: 70px; }
table.portal_layout td.panel.top { 	padding: 2px; background-color: #F0F0F0; }
table.portal_layout td.content { padding: 5px; }


/* Header control */
div.portal_header_ctrl { margin: 0px; }
div.portal_header_ctrl td { padding: 0; font-size: 11px; font-weight: bold; color: #5E5E8B; vertical-align: bottom; line-height: 12px; }
div.portal_header_ctrl td.language { text-align: left; }
div.portal_header_ctrl td.add_title { text-align: right; }
div.portal_header_ctrl td.number { text-align: center; font-size: 9px; }


/* Info panel */
table.portal_layout td.info div.html_ctrl { padding: 2px 10px 0px 10px; background-color: darkBlue; color: white; }
table.portal_layout td.info div.html_ctrl a, table.portal_layout td.info div.html_ctrl a:visited { color: white; }
table.portal_layout td.info div.html_ctrl a:hover, table.portal_layout td.info div.html_ctrl a:active { color: yellow; }


/* Guestbook */
table.guestbook { width: 95%; }
table.guestbook th { padding: 0px 10px 0px 10px; text-align: left; }
table.guestbook td { padding: 0px; }
table.guestbook th { background-color: #F0F0F0; border: solid 1px #5E5E8B; }
table.guestbook div.content { font-family: 'Verdana', 'Tahoma', 'MS Sans Serif', sans-serif; font-weight: normal; margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px; }
table.guestbook span.author, table.guestbook span.date { font-style: italic; }
table.guestbook input.field, table.guestbook textarea.field { width: 100%; border: solid 1px #5E5E8B; overflow: auto; }
table.guestbook textarea.field { height: 80px; }
table.guestbook td.label { padding-top: 5px; }
table.guestbook td.commandbar { text-align: right; padding-top: 5px; }
table.guestbook input.button { width: 100px; border: solid 1px #5E5E8B; background-color: #F0F0F0; }

a.admin, a.admin:visited { font-weight: bold; color: blue; text-decoration: none; }


/* Polls */
ul.polls a { color: #3E3E77; font-weight: bold; text-decoration: none; }
pre.poll_text { font-family: 'Verdana', 'Tahoma', 'MS Sans Serif', sans-serif; font-weight: normal; margin: 10px 0px 10px 0px; background-color: #E6E6EE; padding: 5px; }
table.voting td { vertical-align: middle; }
table.voting div.bar { background-color: #E6E6EE; border: solid 1px #3E3E77; overflow: hidden; height: 5px; }
div.poll_commandbar { text-align: center; font-size: xx-small; }
div.poll_commandbar a { color: #3E3E77; font-weight: bold; text-decoration: none; }
