/************************************************************
 * Reset
 ***********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

td {
	vertical-align: top;
}

body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.clearfix
{
	clear: both;
}

/************************************************************
 * Layout
 ***********************************************************/
p
{
	margin: 10px 0;
}

body
{
	font-size: 12px;
	background: #493d2c url('images/bgtile.jpg');
	color: #34281a;
	font-family: 'Arial','Helvetica', sans-serif;
}

textarea
{
	font-size: 100%;
}

a
{
    color: #FF1E00;
	cursor: pointer;
	text-decoration: none;
}

a.readmore
{
	display:block;
	text-align:right;
}

a:hover
{
	text-decoration: underline;
}

.hand
{
	cursor: pointer;
}

div#primary
{
	width: 990px;
	margin: 0 auto;
}

div#footer
{
	background-color: #fff;
	padding-top: 40px;
	clear: both;
}

	div#footer #footer_content
	{
		text-align: center;
		background-color: #34281A;
		padding: 10px;
		color: #fff;
	}

div#main_header
{
	margin: 0px;
	overflow: hidden;
	border-top: 3px solid #FF1E00;
}

div#main_logo
{
	height: 164px;
	position: relative;
	background: #34281a url('images/proscen-topp.png') 0 0 no-repeat;
	padding-left: 20px;
}
	div#main_logo div.header_text
	{
		color: #FF1E00;
		width: 540px;
		padding: 40px 0 16px 0;
		line-height: 26px;
		font-size: 14px;
	}
	div#main_logo a
	{
		display: block;
		width: 74px;
		font-size: 14px;
		padding: 10px;
		text-transform: none;
		background: #FF1E00 url('images/bg_button.png') left top repeat-x;
	}

div#framework
{
	padding: 2px;
	background: #fff;
}



/* generic box design */

div#content
{
	padding-bottom: 0px;
	float: left;
	width: 742px;
	margin-top: 0px;
	overflow: hidden;
}

div#sidebar
{
	width: 242px;
	float: right;
	overflow: hidden;
	color: #fff;
}
	div#sidebar h2
	{
		border-bottom: 2px solid #fff;
		background-color: #FF1E00;;
		padding: 5px 10px 5px 10px;
		font-size: 12px;
		text-transform: uppercase;
		color: #34281a;
		font-weight: normal;
		height: 16px;
	}

	div#sidebar div.portlet
	{
		margin: 0px 0px 2px 0px;
	}

	div#sidebar div.portlet div.content
	{
		background: #34281a;
		padding: 10px;
	}

	div#sidebar div.portlet div.content div
	{
		clear: both;
	}

	div#sidebar div.portlet input.text
	{
		width: 100%;
	}

	div#sidebar div.portlet .actions
	{
		padding-top: 10px;
	}

		div#sidebar div.portlet input.button
		{
			width: auto;
			float: right;
		}

		div#sidebar div.portlet .actions p
		{
			text-align: left;
			margin: 0;
		}


	div#sidebar h2.account
	{
		background: none;
		background-color: #EFEFEF;
		color: #34281A;
		text-transform: none;
		padding-bottom: 5px;
	}
	div#sidebar #home_logins
	{
		
		padding: 0;
	}

		div.accountlist div.account
		{
			position: relative;
			clear: both;
			border-bottom: 2px solid #817b73;
			height: 56px;background: #34281A;
		}

		div.accountlist div.account a
		{
			display: block;
			vertical-align: middle;
			padding: 22px 0 2px 0;
			margin: 0 0 0 65px;
			color: #fff;
		}

		div.accountlist div.account a.avatar
		{
			margin: 0;
			padding: 0;
			width: 56px;
			float: left;
		}

		div.accountlist div.account span.job_title
		{
			margin: 0 0 0 65px;
			display: block;
			font-size: 9px;
			color: #fff;
		}

		div.accountlist div.account span.remove_account
		{
			display: block;
			position: absolute;
			right: 10px;
			top: 2px;
			color: #fff;
		}

	div#sidebar div.portlet ul.menu
	{
		background: #34281A;
		padding:10px;
	}

		div#sidebar div.portlet ul.menu li
		{
			line-height: 20px;
		}

		div#sidebar div.loginportlet ul.menu li
		{
			border: none;
		}

		div#sidebar div.portlet ul.menu li a
		{
			display: block;
			text-decoration: none;
		}

		div#sidebar div.portlet ul.menu li a:hover
		{
			text-decoration: underline;
		}

	div#sidebar div#feeds p
	{
		margin-top: 0;
	}

	div#sidebar div#feeds h3
	{
		font-weight: normal;
		font-size: 12px;
	}

	div#sidebar div#feeds h3.feeds_rss
	{
		padding-left: 20px;
		background: transparent url('icons/rss.png') 0 50% no-repeat;
	}

	div#sidebar div#feeds h3.feeds_ics
	{
		padding-left: 20px;
		background: transparent url('icons/calendar.png') 0 50% no-repeat;
	}

/************************************************************
 * Portlets
 ***********************************************************/

/* MainMenuPortlet */
div#mainmenu_portlet ul.menu li
{
	display: inline;
	float: left;
}

div#mainmenu_portlet
{
	height: 72px;
}
div#mainmenu_portlet ul.menu
{
	list-style: none;
	height: 46px;
	overflow: hidden;
	padding: 26px 26px 0 26px;
}

div#mainmenu_portlet ul.menu li
{
	height: 46px;
	line-height: 33px;
	text-align: center;
	background: transparent;
	padding: 0 13px 0;
}

div#mainmenu_portlet ul.menu li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

div#mainmenu_portlet ul.menu li.active
{
	background: #FF1E00 url('images/bg_button.png') left top repeat-x;
}

div#mainmenu_portlet ul.menu li.active a
{
	color: #fff;
}

div#submenu_portlet
{
	background-color: #FF1E00;
	line-height: 28px;
	padding: 0 28px;
	min-height: 28px;
}

div#submenu_portlet ul.menu
{
	list-style-type: disc;
	list-style-position: inside;
}

div#submenu_portlet ul.menu > li:first-child
{
	list-style: none;
}

div#submenu_portlet ul.menu li
{
	float: left;
	color: #34281a;
	margin-right: 8px;
}

div#submenu_portlet a
{
	color: #fff;
	font-size: 11px;
}

/************************************************************
 * Components
 ***********************************************************/

/* components.CAdminBar */
div#adminbar
{
	border-top:1px solid #ddd;
	background-color: #fff;
	left:0px;
	position:fixed;
	right:0px;
	bottom: 0px;
	z-index:1000;
	height: 17px;
	padding: 4px;
	line-height: 17px;
}
	div#adminbar h3
	{
		float: left;
		font-weight: normal;
		font-size: 12px;
	}
		div#adminbar h3 a
		{
			margin-left: 10px;
		}

	div#adminbar ul
	{
		list-style: none;
		float: right;
	}
		div#adminbar ul li
		{
			float: left;
			padding: 1px 0px 0px 10px;
			font-size: 12px;
		}

div#quickmenu
{
	position: absolute;
	width: 200px;
	bottom: 25px;
	left: 7px;
	background-color: #EFEFEF;
	border:2px solid #ccc9c5;
	border-bottom: none;
}
	div#quickmenu ul
	{
	   width: 100%;
	}
	div#quickmenu ul li
	{
		border-bottom: 1px solid #ccc9c5;
		padding: 0px;
		float: none;
		display: block;
	}
		div#quickmenu ul li a
		{
			text-decoration: none;
			display: block;
			padding: 4px;
		}

		div#quickmenu ul li a:hover
		{
			background-color: #ccc9c5;
		}
a.quicklink
{
	margin-right: 10px;
}

.button, input[type="submit"], input[type="button"]
{
	background-color:#FF1E00;
	color:  #fff;
	border: none;
	text-decoration: none;
	padding: 1px 5px;
	text-transform: lowercase;
}

input[type="text"], input[type="password"], textarea
{
	border: 1px solid #ccc;
	text-indent: 5px;
}

div.autocomplete
{
	background-color:#EFEFEF;
	border: 1px solid #ccc9c5;
	padding: 0 !important;
}

div.autocomplete ul li
{
	list-style: none;
	text-indent: 4px;
	border-bottom: 1px solid #ccc9c5;
	text-indent: 10px;
	line-height: 20px;
	margin: 0;
}

div.autocomplete ul li.selected
{
	background-color: #ccc9c5;
}

/* flash message */

div.flashmessage
{
	margin: 0px 0px 2px 0px;
	font-size: 1.2em;

}

div.flashmessage.tip, div.flashmessage.info, div.flashmessage.note
{
	border:1px solid #0cf;
	padding:14px;
	border-color: #32CD32;
	background-color: #EBFFCE;
	font-family: serif;
	font-size: 13pt;
	font-style: italic;
}

div.flashmessage.info
{
	background-color: #feffce;
	border: 1px solid #cdcb32;
}
div.flashmessage.note
{
	background-color: #ffcece;
	border: 1px solid #cd3232;
}

/* statement */
.statement
{
	display: block;
	font-family: serif;
	font-size: 13pt;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
