/* main menu bar custom style */
.navigation {
	padding: 0px 0;
	border-top: 0px solid rgba(0,0,0,0.075);
	border-bottom: 0px solid rgba(0,0,0,0.075);
	margin-bottom: 9px;
    border-radius: 0px;
}

.navigation .nav-child {
	margin: 0px 0 0;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.nav-header {
  	padding: 3px 15px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #888888;
    background-color: #eeeeee;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.nav-pills {
  background-color: #dddddd;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

.nav-pills > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
}

/* menu item (log in) custom style */
.item-114, .item-114 > a, .item-114 > a.hover {
    color: #ffffff !important;
	font-weight:bold;
    background-color: #191970 !important;
    float: right !important;
    margin-right: 9px;
	text-transform: capitalize !important;
}

/* menu item (log out) custom style */
.item-115, .item-115 > a, .item-115 > a.hover {
    color: #ffffff !important;
	font-weight:bold;
    background-color: #191970 !important;
    float: right !important;
    margin-right: 9px;
	text-transform: capitalize !important;
}

/* menu item (client) custom style */
.item-159, .item-159 > a, .item-159 > a.hover {
    color: #ffffff !important;
	font-weight:bold;
    background-color: #cc9900 !important;
    margin-right: 9px;
	text-transform: capitalize !important;
}

/* menu item (partner) custom style */
.item-155, .item-155 > a, .item-155 > a.hover {
    color: #ffffff !important;
	font-weight:bold;
    background-color: #008080 !important;
    margin-right: 9px;
	text-transform: capitalize !important;
}

/* search box custom style */
input.search-query {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* remove gray borders, shadow and padding of page */
.body .container {
	background-color: #ffffff;
	padding: 0px;
	border: 0px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
}

/* remove top colored band */
body.site {
	border-top: none !important;
	padding-top: 10px;
}

/* website content style */
body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
}

/* module class suffix styling */
.mysemodule > div {
    margin-bottom: -18px;
}
.mysemodule .table {
    margin-bottom: 3px;
}
