@import url(custom_common.css);


/* ---------- Base styles ---------- */

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-page.jpg) repeat-x #4A6C93;
	margin:0;
}
body.cke_show_borders,
body.preview {
	background-image:none!important;
	background:#fff;
}

a {
	color: #2b668b;
	text-decoration: underline;
}

a:hover {
	color: #1c5271;
	text-decoration: none;
}

hr, .separator {
	border-color: #BFBFBF transparent #FFF;
	border-style: solid;
	border-width: 1px 0;
}
#page {	
	background:url(../images/bg-top.jpg) center 156px no-repeat;
}

#shadow {
	background:url(../images/bg-content.png) 0px 156px no-repeat;
	margin: 0 auto;
	width: 950px;
	position: relative;
	padding:0 20px;
	z-index:20;
}

#wrapper {
	background: none;
	margin: 0 auto;
	width: 950px;
	position: relative;
}

.ie6 #wrapper {
	width: 90%;
}

#banner {
	background: none;
	height: auto;
}

#banner .company-title {
	float: none;
	margin: 15px 0 0;
	position: static;
	float:left;
}

body #banner .logo a {
	float: left;
}

.current-community {
	display: none;
}

.logo .current-community {
	background: #A6AFBE url(../images/dock/my_places_public.png) no-repeat 15px 50%;
	color: #FFF;
	display: block;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0 0 20px;
	padding: 7px 17px 7px 40px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#skip-to-content:focus {
	clip: auto;
	right: 0;
	z-index: 200;
}

#sign-in {
	background: url(../images/common/key.png) no-repeat 3px 50%;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	position: absolute;
	right: 0;
	top: 1.4em;
}

.guest-community .logo .current-community {
	display: none;
}

.private-page .logo .current-community {
	background-image: url(../images/dock/my_places_private.png);
}

.ie6 #banner {
	height: 1%;
}

.ie6 #banner h1.logo {
	height: 1%;
}

/* ---------- Main navigation ---------- */

#banner h1.company-title {
   margin:6px 0 16px;
   padding:0;
   border-bottom:none;
}
.logo {
    background-image: url("../images/logo.png");
    display: block;
    height: 110px;
    margin-bottom: 1px;
    width: 396px;
}
header {
    /*width:950px;*/
	margin:0 auto;
}

header ul#istitutional_menu {
    float: right;
    list-style: none outside none;
    margin: 10px 0 0;
    text-align: right;
}
header ul#istitutional_menu li:first-child {
    border-left: medium none;
}
header ul#istitutional_menu li {
    border-left: 1px solid #afd1e9;
    margin-left: 2px;
    padding-left: 4px;
}
header ul#istitutional_menu li {
    display: inline;	
}
header ul#istitutional_menu li a {
    color:#FFF;
	text-decoration:none;
}
header ul#istitutional_menu li a {
    color:#FFF;
	text-decoration:none;
}
header ul#istitutional_menu li a.reserved-area {
		background:url(../images/common/key.png) left no-repeat;
		padding-left:20px;
}


#navigation {
	background: #D70000;
	clear: both;
	margin: 15px -1px 0px -2px;
	min-height: 2.2em;
	padding: 0 5px;
	position: relative;
	z-index: 50;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 3px;
}

.ie7 #navigation ul {
	padding: 2px;
}

#navigation li, #navigation a {
	display: inline-block;
}

.ie6 #navigation li, .ie7 #navigation li, .ie6 #navigation a, .ie7 #navigation a {
	display: inline;
	zoom: 1;
	z-index: 200;
}

#navigation li {
	position: relative;
	vertical-align: top;
	border-left:1px dotted #CC6600;
}
#navigation li:first-child {
    border-left: none;
}

#navigation a {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 1px;
	padding: 6px 30px;
	text-decoration: none;
}


.ie7 #navigation a {
	padding: 4px 15px;
}

#navigation .aui-dd-drop a {
	cursor: move;
}

#navigation .selected a, #navigation a:hover, #navigation a:focus, #navigation .child-menu li a, #navigation .aui-dd-dragging, .lfr-navigation-proxy {
	background: #0a4469;
	color: #FFF;
	outline: 0;
}

#navigation li:hover .child-menu {
	background: #E7E8ED;
	display: block;
	position: absolute;
	z-index: 200;
	width: 100px;

}

.ie6 #navigation li.hover .child-menu {
	background: #E7E8ED;
	display: block;
	position: absolute;
	width: 100px;
	z-index: 200;
}

.ie6 #navigation li.hover .child-menu, .ie7 #navigation li:hover ul.child-menu {
	left: 0;
	top: 25px;
}

#navigation .child-menu {
	display: none;
	background: #E7E8ED;
	width:100px;
}

#navigation .child-menu li {
	border-width: 0 0 1px;
	display: block;
	float: none;
	margin: 0;
	background: #D70000;
	width: 100px;
}

#navigation .child-menu li a {
	cursor: pointer !important;
	background: #D70000;
	width: 100px;
}

.ie7 #navigation .child-menu li a {
	zoom: 1;
}

#navigation .child-menu li a:hover {
	background: #0A4469;
}

#navigation .child-menu li .selected {
	background: #D70000;
	color:#0A4469;
	width: 100px;
}
#navigation .child-menu .selected a {
	background: #0a4469 url(../images/navigation/bullet_selected.png) no-repeat 5px 50% ;
	color:0A4469;
}

/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	background-color: #EEF0F2;
	border: 1px solid #C8C9CA;
	margin: 0 0 10px;
	padding: 3px;
	text-align: left;
}

.portlet-topper {
	background: #D4D4D4 url(../images/portlet/header_bg.png) repeat-x 0 0;
	border: 1px solid;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	font-size: 1.1em;
}

.portlet-title {
	color: #222;
	float: none;
	font-weight: bold;
	min-width: 50%;
	padding: 5px;
	text-shadow: 1px 1px #FFF;
}

.lfr-portlet-title-editable {
	margin-top: -4px;
	z-index: 9999;
}

.ie .lfr-portlet-title-editable {
	margin-top: -6px;
}

.lfr-portlet-title-editable-content {
	padding: 0;
}

.ie .lfr-portlet-title-editable-content {
	margin-top: 4px;
}

.portlet-icons {
	float: none;
}

.portlet-icons .portlet-close-icon {
	border-width: 0;
}

.page-maximized .portlet-icons {
	font-size: 11px;
}

.portlet-icon-back {
}

.ie .portlet-title {
	padding-bottom: 5px;
}

.ie6 .portlet-topper {
	zoom: 1;
}

/* ---------- Footer ---------- */
 
footer {
   	background:url(../images/bg-footer.png) repeat-x;
	color:#f8f7f3;
	height:54px;
	margin-top: -190px;
    position: relative;
	z-index:10;
	padding-top:180px;
}
.footer-content {
    margin: 0 auto;
	width: 950px;
	padding:10px 20px;
        text-align: center;
}
#footer a {
    color: #FFF;
}

/* ---------- Hudcrumbs ---------- */

.lfr-hudcrumbs {
	position: fixed;
	top: 0;
	z-index: 200;
}

.lfr-hudcrumbs ul {
	background: #414445;
	background: rgba(0, 0, 0, 0.8);
}

.lfr-hudcrumbs .breadcrumbs li a, .lfr-hudcrumbs .breadcrumbs li span {
	color: #FFF;
}

.lfr-hudcrumbs li span {
	background-image: url(../images/common/breadcrumbs_hud.png);
}

/* ---------- Misc. ---------- */

.lfr-panel-container {
	background-color: transparent;
}

.aui-combobox .aui-field-input {
	padding: 4px 3px 3px;
	font-size: 11px;
	height: 15px;
}

.aui-combobox .aui-field {
	float: left;
	line-height: 0;
}

.lfr-portlet-title-editable-content .aui-field {
	float: none;
	display: inline;
}

/* ---------- Extras ---------- */

.portlet-borderless-bar {
	-moz-border-radius: 20px;
	-moz-box-shadow: inset 0 1px 3px #000;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 3px #000;
	border-radius: 20px;
	box-shadow: inset 0 1px 3px #000;
}

.portlet-topper {
	-moz-box-shadow: 1px 1px 0 #FFF;
	-webkit-box-shadow: 1px 1px 0 #FFF;
	box-shadow: 1px 1px 0 #FFF;
}

.logo .current-community {
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #FFF;
}

#navigation li.selected a {
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
}

.aui-combobox .aui-toolbar-first {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* ---------- Page Elements ---------- */

#picture {
	width: 950px;
	height:368px;
	margin-bottom: 20px;
	
}
#picture img { 
	border-bottom:17px solid #573505;
}
#content {
	z-index:30;
	position:relative;
	background:#e7e8ed;
	line-height:normal;
	zoom: 1;
	padding:10px 20px 20px;

}
#main-content {
	line-height:normal;
	zoom: 1;

}
#content .portlet-column-content {
    padding: 0px!important;
}
#content #column-2 {
	padding:0 20px 20px;
}
#conten-close {
	z-index:20;
	position:relative;
	width:990px;
	margin:0 auto;
	clear:both;
}
h1 {
	display:block;
	line-height:40px;
	padding-left:10px;
	padding-bottom:15px;
	color:#02578c;
	border-bottom:1px solid #a1b3bd;
	font-size:180%;
}
h2 {
	color:#192f4d;
	font-size:140%;
	margin-top:30px;
}
h3 {
	color:#cccbc6;
	font-size:120%;
}
.divider {
	border-bottom:1px solid #bdb5a1;
	clear:both;
	padding-top:10px;
	margin-bottom:9px;
}
.button {
	background:url(../images/bg-button.png) left repeat-x;
	height:23px;
	width:auto;
	line-height:23px;
	float:right;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:7px 8px 0;
}
.button:hover {
	color:#eedfb6;
}
.sidebar-box {
	background-color:#f8f7f3;
	padding:10px 20px;
	overflow:auto;
	margin: 20px 0px 20px;
}
.sidebar-box ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar-box ul li {
	background:url(../images/li-divider.gif) bottom repeat-x;
	
}
.sidebar-box ul li a {
	text-decoration:none;
	background:url(../images/arrow.gif) 0px 0px no-repeat;
	padding-left:10px;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
}


.col1form {
	float:left;
	width:50%;
       margin-bottom: -15px;
}
.col2form {
        float:left;
}
.clear {
	clear:both;
}

.paging-bar {
	text-align: right;
        padding-bottom:2px;
}

.bottom-align {
	vertical-align: bottom;
}
.showallIcon {
	text-align: left;
	background:url(../images/common/undo.png)  no-repeat;
	padding-left:25px;
}
