/* body / generic start */
body {
    background: url("/images/body_bg.png") repeat-x scroll left top #EAEAEA;
    color: #333333;
    font-size: 12px;
    position: relative;
}

input, textarea, body {
    font-family: Arial;
    font-size: 12px;
}

#container {
	border: none 0;
	background-color: transparent;
}

#content {
	padding-bottom: 66px;
	min-height: 400px;
}
/* body / generic end */


/* header start */
#header {
	padding: 0;
}
#site_name {
	padding-top: 81px;
	padding-bottom: 13px;
	border-bottom: 3px solid #911C51;
}
#site_name #logo {
	float:left;
	display:block;
	margin:0 20px 0 0;
}
#site_name #logo img {
	float:left;
}
#site_name h1 {
	font-size:3em;
	font-weight:normal;
	padding: 60px 0 8px;
}
#top_menu {
	top: 0;
	left: 0;
	width: 100%;
	background-color: #185661;
	color: #FFFFFF;
	font-size: 0.909em;
	height: 17px;
	padding: 6px 0;
}
#top_menu ul, #top_menu menu {
	float: right;
}
#top_menu li.login a, #top_menu li.logout a, #top_menu li.register a,
#top_menu li.login a:hover, #top_menu li.logout a:hover, #top_menu li.register a:hover {
	background-color: #185661;
}
#main_menu {
	position: absolute;
	top: 29px;
	width: 100%;
	background-color: #28808F;
	color: #FFFFFF;
	height: 36px;
}
#main_menu ul li {
	background-color: transparent;
	padding-top: 13px;
	line-height: normal;
	font-size: 1.167em;
}
#main_menu ul li:hover {
	background-color: #EEEEEE;
	margin-left: -1px;
	padding-left: 1px;
}
#main_menu ul li a, #main_menu ul li a.active {
	background-color: transparent;
	color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
	height: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
#main_menu ul li a:hover,
#main_menu ul li:hover a,
#main_menu ul li a.active:hover,
#main_menu ul li:hover a.active {
	background-color: #EEEEEE;
	color: #333333;
	border-right: solid 1px #EEEEEE;
	font-weight: normal;
}
.search {
	margin: 8px 8px 0 10px;
}
/* header end */

/* widgets start */
.pi_widget {
	background-color: #FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 2px 3px rgba(127, 127, 127, 0.50);
	-moz-box-shadow: 0px 2px 3px rgba(127, 127, 127, 0.50);
	-webkit-box-shadow: 0px 2px 3px rgba(127, 127, 127, 0.50);
}
.pi_widget .pi_widget_title {
	background-color: transparent;
	background-image: none;
}
.pi_widget .pi_widget_title .functions {
	display: none;
}
.pi_widget .pi_widget_title h2,
.pi_widget.pi_widget_type_3 .pi_widget_title h2,
.pi_widget.pi_widget_type_16 .pi_widget_title h2 {
	background-color: transparent;
	background-image: none;
	color: #911C51;
	padding: 0 0 10px;
	margin: 10px 20px 0;
	border-bottom: 3px solid #C8C3D3;
}
.pi_widget .pi_widget_subtitle,
.pi_widget .pi_widget_sectionheading,
.pi_widget .pi_widget_body {
	background-color: transparent;
	margin-left: 20px;
	margin-right: 20px;
}
.pi_widget .pi_widget_body {
	border: none 0;
}
.pi_widget .pi_widget_footer {
	background-color: transparent;
	margin-left: 7px;
	margin-right: 7px;
}
.pi_widget .pi_widget_footer .call .graphic,
.pi_tbl_footer .call .graphic,
.pi_widget .pi_widget_footer .call:hover .graphic,
.pi_tbl_footer .call:hover .graphic {
	background-color: #317F8D;
}
/* widgets end */

/* footer start */
#footer {
	background-color: #185661;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer .powered_by, #footer #powered_by {
	display: none;
}
/* footer end */