﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	background: #fff;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #D89700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0 none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

#header-panel {
	position: relative;
	min-width: 960px;
	height: 110px;
	background: #111 url(../Images/header-left-photo.jpg) no-repeat;
}

#header-left-logo {
	position: absolute;
	top: 29px;
	left: 23px;
}

#header-left-logo a {
	display: block;
	width: 165px;
	height: 57px;
	background: url(../Images/header-left-logo.gif) no-repeat;
}

#header-right-image {
	position: absolute;
	top: 0;
	right: 0;
}

#header-right-image a {
	display: block;
	width: 427px;
	height: 110px;
	background: url(../Images/header-right.gif) no-repeat;
}

/* User Options */
#user-options {
	position: absolute;
	color: #fff;
	top: 86px;
	right: 10px;
	font-weight: bold;
}

#logout {
	position: absolute;
	top: 116px;
	right: 5px;
	width: 65px;
	height: 20px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

/* Section Menu */
#section-menu {
	height: 22px;
	margin: 0;
	padding: 0 0 0 20px;
	background: #4c4c4c;
}

#section-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#section-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#section-menu ul li a {
	display: block;
	padding: 3px 20px 4px 0;
	text-decoration: none;
	color: #fff;
}

#section-menu ul li.selected a {
	font-weight: bold;
}

#section-menu ul li a:hover {
	text-decoration: underline;
}

/* Custom Menu */
div.custom-menu {
	height: 22px;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	background: #F9EED4;
	border: 1px solid #F2D8A0;
}

div.custom-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.custom-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

div.custom-menu ul li a {
	display: block;
	padding: 4px 20px 4px 0;
	text-decoration: none;
	color: #4C4C4C;
}

div.custom-menu ul li.selected a {
	font-weight: bold;
}

div.custom-menu ul li a:hover {
	text-decoration: underline;
}

/* Breadcrumbs */
#breadcrumbs {
	margin: 20px 0 0 20px;
	clear: both;
	height: 15px;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs ul li {
	margin: 0;
	float: left;
}

#breadcrumbs ul li a, #breadcrumbs ul li span {
	display: block;
	padding: 0 0 0 20px;
	background: url('../Images/bullet.gif') no-repeat 9px 5px;
}

#breadcrumbs ul li a {
	text-decoration: none;
}

#breadcrumbs ul li a:hover {
	text-decoration: underline;
}

#breadcrumbs ul li.first a, #breadcrumbs ul li.first a {
	padding: 0;
	background: none;
}

#center-panel {
	min-width: 920px;
	padding: 20px;
}

#footer-panel {
	background: url(../Images/footer-bg.gif) repeat-x scroll left bottom #343434;
	border-top: 1px solid #666666;
	color: #FFFFFF;
	font-size: 9px;
	height: 32px;
	min-width: 960px;
	position: relative;
	z-index: -100;
}

#footer-logo {
	position: absolute;
	left: 19px;
	top: 9px;
	width: 88px;
	height: 15px;
	background: url(../Images/footer-logo.gif) no-repeat;
}

#footer-panel span#footer-text-left {
	position: absolute;
	top: 0;
	left: 112px;
	line-height: 31px;
}

#footer-panel span#footer-text-right {
	position: absolute;
	top: 0;
	right: 19px;
	line-height: 31px;
}

/* Layout */

table.layout {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.layout td {
	padding: 0;
	vertical-align: top;
}

/* Table Grid */

table.grid {
	width: 100%;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	background: #FFF;
}

table.grid th {
	padding: 2px 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	background: #eee url(../Images/grid-th.gif) no-repeat right bottom;
}

table.grid th a {
	text-decoration: underline;
}

table.grid th a:hover {
	text-decoration: none;
}

table.grid th a img {
	margin-right: 4px;
	vertical-align: -4px;
}

table.grid td {
	padding: 2px 3px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

table.grid td img {
	vertical-align: -3px;
}

table.grid tr.selected td {
	background: #eee;
}

/* Table Form */

table.form {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

table.form th {
	padding: 2px 0;
	text-align: left;
	vertical-align: middle;
}

table.form td {
	padding: 2px 6px 2px 0;
	vertical-align: middle;
}

table.form td td {
	padding: 0;
}

table.form td img {
	vertical-align: -3px;
}

table.form td.label {
	color: #555;
}

/* Fieldset */
div.fieldset div.legend {
	position: relative;
	margin: 0 0 5px 0;
	background: #FCB815 url(../Images/legend-left-bg.png) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

div.fieldset div.legend-inner {
	padding: 5px 5px 6px 5px;
	background: url(../Images/legend-right-bg.png) no-repeat right top;
}

div.fieldset div.legend a {
	color: #346B2E;
	text-decoration: none;
}

div.fieldset div.legend a img {
	vertical-align: -5px;
}

div.fieldset div.legend div.legend-options {
	position: absolute;
	top: 4px;
	right: 8px;
	font-weight: normal;
	font-size: 10px;
}

div.fieldset div.legend div.legend-options a {
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div.fieldset div.legend div.legend-options a:hover {
	color: #fff;
}

div.fieldset div.legend div.legend-options a img {
	padding: 0 5px 0 0;
	vertical-align: -5px;
}

div.fieldset div.options {
	margin: 0;
	padding: 5px 0;
}

/* Tabbed Fieldset */
div.tabbed-fieldset {
	height: 22px;
	border-bottom: 2px solid #F8D9E8;
}

div.tabbed-fieldset div.tabs ul {
	height: 21px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #CD0067;
}

div.tabbed-fieldset div.tabs ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

div.tabbed-fieldset div.tabs ul li a {
	display: block;
	padding: 3px 12px 3px 12px;
	color: #CD0067;
	text-decoration: none;
}

div.tabbed-fieldset div.tabs ul li a.selected {
	border-top: 1px solid #CD0067;
	border-left: 1px solid #CD0067;
	border-right: 1px solid #CD0067;
	background: #F8D9E8;
	font-weight: bold;
}

div.tabbed-fieldset div.tabs ul li a:hover {
	text-decoration: underline;
}

div.tabbed-fieldset div.content {
	clear: both;
	padding: 7px 0 0 0;
}

div.tabbed-fieldset div.options {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
}

div.tabbed-fieldset div.empty {
	margin: 0;
}

div.options {
	margin: 10px 0 0 0;
}

div.options a {
	margin: 0 5px 0 0;
	color: #E67FB3;
}

div.options a:hover {
	text-decoration: none;
	color: #CD0067;
}

div.options a img {
	padding: 0 4px 0 4px;
	vertical-align: -4px;
}

div.options input.button {
	margin-right: 5px;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
	line-height: 120%;
}

input.text {
	width: 240px;
}

textarea.text {
	width: 240px;
	height: 60px;
	vertical-align: top;
}

table.check label, span.check label, table.radio label, span.radio label {
	padding-left: 4px;
}

table.check input, span.check input, table.radio input, span.radio input {
	margin: 0;
	padding: 0;
	vertical-align: -2px;
}

/* UI Messages */

#messages {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
}

#messages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#messages ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 22px;
	line-height: 15px;
	background: url(../Images/info.gif) no-repeat 0 0;
}

div.validation {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	color: black !important;
	font-weight: bold;
}

div.validation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

div.validation ul li {
	margin: 0;
	padding: 0 0 0 22px;
	line-height: 15px;
}

.validate {
	margin: 0 0 0 4px;
	font-size: 14px;
	color: #f00;
	cursor: help;
}

.empty {
	margin: 4px 0;
}

/* Date Picker Styles */

.ajax__calendar_container {
	z-index: 9999;
}

.ajax__calendar table td {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 none !important;
}

.ajax__calendar_title {
	margin: 0 16px;
}

/* Dialog */

#dialog {
	display: none;
	z-index: 1002;
	position: fixed;
	width: 300px;
	background: White url(../Images/comment.png) no-repeat 20px 40px;
	border: 1px solid #888;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 1px;
}

#dialog div.title {
	padding: 3px 6px;
	font-weight: bold;
	background: #CBD3E2;
	border-bottom: 1px solid #87BD82;
	color: #346B2E;
}

#dialog div.content {
	min-height: 35px;
	padding: 10px 10px 30px 70px;
}

#dialog div.ok {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Wait */

#wait {
	z-index: 1005;
	position: fixed;
	right: 5px;
	bottom: 5px;
	background: #F9EED4;
	border: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 1px;
}

#wait div.title {
	padding: 3px 6px;
	font-weight: bold;
	background: #333;
	color: #fff;
}

#wait div.content {
	padding: 8px 10px 8px 35px;
	background: url(../Images/wait.gif) no-repeat 10px center;
	white-space: nowrap;
}

/* Hover Panel */

div.hover-panel {
	position: fixed;
	z-index: 1000;
	width: 500px;
	border: 1px solid #888;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	background: #fff;
}

div.hover-panel div.fieldset div.legend {
	position: relative;
	margin: 0;
	padding: 4px 5px;
	background: #333;
}

div.hover-panel div.fieldset div.legend div.legend-options {
	position: absolute;
	top: 2px;
	right: 8px;
	font-weight: normal;
}

div.hover-panel div.fieldset div.fieldset div.legend div.legend-options {
	top: 3px;
}

div.hover-panel div.fieldset div.content {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
}

div.hover-panel div.fieldset div.content div.content {
	height: auto;
	padding: 5px 0 0 0;
}

div.hover-panel div.fieldset div.options {
	padding: 0 5px 5px 5px;
	background: #fff url(../Images/options-bg.png) repeat-x left bottom;
}

div.hover-panel div.fieldset div.fieldset div.options {
	background: #fff;
}

/* Pager */

div.pager {
	clear: both;
}

div.pager a, div.pager span {
	display: block;
	float: left;
	width: 15px;
	height: 11px;
	margin: 15px 5px 0 0;
	padding: 5px 5px 7px 5px;
	border: solid 1px #ddd;
	text-align: center;
	font-size: 10px;
}

div.pager a {
	color: #000;
	text-decoration: none;
}

div.pager span {
	color: #78797E;
}

div.pager span.page-input {
	margin: 15px 5px 0 10px;
	padding: 4px 5px 8px 5px;
}

div.pager span.page-input input {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #78797E;
	border-style: none;
	border-width: 0px;
	border-color: #FFFFFF;
}

div.pager span.current-page {
	width: auto;
	border: solid 1px #FFFFFF;
	font-size: 11px;
	padding-left: 0;
}

div.pager a:hover {
	background: #ddd;
	text-decoration: none;
}

/* File Picker */
div.file-picker {
	padding: 3px 0;
}

div.file-picker a {
	padding: 0 0 0 8px;
}

div.file-picker span.file {
	padding: 4px;
	border: 1px solid #ccc;
	line-height: 20px;
	white-space: nowrap;
}

div.file-picker span.file a {
	padding: 0;
}

/* UI Templates */
.sys-template {
	display: none;
}

img.icon {
	margin: 0 3px 0 0;
}

img.icon-right {
	margin: 0px 0px 0px 3px;
}

.highlight {
	font-weight: bold;
}

.clear {
	clear: both;
}

table tr.middle td {
	vertical-align: middle;
}

table td.right {
	text-align: right;
}

table tr.top th, table tr.top td, table th.top, table td.top {
	vertical-align: top;
}

table tr.bottom th, table th.bottom, table tr.bottom td, table td.bottom {
	vertical-align: bottom;
}

table th.right, table td.right {
	text-align: right;
}

table th.center, table td.center {
	text-align: center;
}

tr .searchTypeHeader {
	padding-bottom: 5px;
	font-weight: bold;
}

iframe.hidden-frame {
	display: none;
}

/* Useful Links */

div#useful-link-intro {
	margin-bottom: 20px;
}

div.useful-link {
	margin-bottom: 20px;
}

div.useful-link-title {
	font-weight: bold;
	margin-bottom: 10px;
}

div.useful-link div.image-right {
	margin-left: 20px;
	float: right;
}

div.useful-link div.image-left {
	margin-right: 20px;
	float: left;
}

/* Homepage */

#homepage-content {
	position: relative;
	z-index: 10;
}

table#homepage-content-box-grid {
	border-collapse: collapse;
}

table#homepage-content-box-grid td.content-box {
	background-image: url(../Images/homepage-text-background.png);
	background-repeat: repeat;
	border-top: solid 1px #FED46F;
	border-left: solid 1px #FED46F;
	border-right: solid 1px #E3A822;
	border-bottom: solid 1px #E3A822;
	padding: 10px;
	color: #555555;
}

table#homepage-content-box-grid td.content-box .title {
	font-size: 15px;
	line-height: 125%;
	color: #222222;
	font-weight: bold;
}

table#homepage-content-box-grid td.content-box a {
	color: #555555;
	text-decoration: underline;
}

table#homepage-content-box-grid td.content-box a:hover {
	color: #000000;
	text-decoration: underline;
}

table#homepage-content-box-grid td.content-box-arrow {
	background-image: url(../Images/homepage-content-box-arrow.png);
	background-position: right top;
	background-repeat: no-repeat;
}

ul.links-list {
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

ul.links-list li {
	margin: 0;
}

/* Top Menu */

#top-menu {
	min-width: 960px;
	height: 32px;
	border-top: solid 1px #697076;
	border-bottom: solid 1px #666;
	background: #343434 url(../Images/menu-background.gif) repeat-x left bottom;
}

#top-menu-inner {
	margin: 0 0 0 13px;
}

#top-menu-inner .top-menu-item {
	float: left;
	margin: 0 5px 0 0;
	z-index: 20;
}

#top-menu-inner .top-menu-item a.top-menu-item-link {
	display: block;
	padding: 0 7px 0 7px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#top-menu-inner .top-menu-item a.top-menu-item-link:hover {
	text-decoration: underline;
}

#top-menu-inner div.selected {
	background: url(../Images/menu-item-left.png) no-repeat 0 4px;
}

#top-menu-inner div.selected a.top-menu-item-link {
	background: url(../Images/menu-item-right.png) no-repeat right 4px;
}

/* Homepage Side Menu */
#side-menu {
	width: 100%;
	visibility: hidden;
}

#side-menu .side-menu-item {
	position: relative;
	z-index: 15;
}

a.side-menu-item-link {
	display: block;
	background: url(../Images/right-button-off.gif) left top no-repeat;
	text-decoration: none;
	color: #EEE;
	cursor: pointer;
	height: 69px;
}

#side-menu .side-menu-item a.side-menu-item-link span {
	display: block;
	background: url(../Images/right-button-off-edge.gif) right top no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 145%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#side-menu .side-menu-item a.side-menu-item-link span.two-lines-of-text {
	padding-top: 13px;
}

#side-menu .side-menu-item a.side-menu-item-link span.three-lines-of-text {
	font-size: 12px;
}

#side-menu .side-menu-item a.side-menu-item-link:hover {
	background: url(../Images/right-button-on.gif) left top no-repeat;
	text-decoration: none;
}

#side-menu .side-menu-item a.side-menu-item-link:hover span {
	color: #FFF;
	background: url(../Images/right-button-on-edge.gif) right top no-repeat;
}

/* Popup */

.popup {
	position: absolute;
	z-index: 50;
	display: none;
	width: 408px;
	height: 140px;
	padding: 20px;
	background: url(../images/popup-background.gif) no-repeat;
}

.popup .popup-close {
	position: absolute;
	right: 16px;
	top: 16px;
}

.popup .popup-heading {
	font-weight: bold;
	margin-bottom: 7px;
}

.popup .popup-text {
	height: 144px;
	color: #555;
	line-height: 150%;
	overflow: auto;
}

/* Calendar */
table.calendar {
	background: #888;
	color: #fff;
}

table.calendar th, table.calendar td {
	padding: 5px;
	vertical-align: top;
}

table.calendar td.day {
	background: #fff;
	color: #444;
	border: 1px dotted #ccc;
}

table.calendar td.day a {
	display: block;
	padding: 4px;
	border: 1px solid #fff;
	font-weight: bold;
	text-decoration: none;
}

table.calendar td.day a:hover {
	background: #FCB815;
	border: 1px outset #000;
	text-decoration: none;
}

table.calendar td.other-day {
	background: #eee;
}

table.calendar td.other-day a {
	border: 1px solid #eee;
}

table.calendar td.day a:hover {
	border: 1px outset #000;
}

table.calendar-title td {
	font-weight: bold;
}

table.calendar div.workshop-item {
	padding: 7px 4px 0 4px;
}

table.calendar div.requested div.title {
	font-weight: bold;
}

table.calendar div.requested div.venue {
	font-style: italic;
}

/* Member's Area */

a.area-link {
	display: block;
	margin: 0;
	padding: 7px 5px 0 60px;
	height: 46px;
	border: 1px solid #DDD;
	color: #000;
	font-weight: bold;
}

a.profile {
	margin-right: 5px;
	padding-top: 13px;
	height: 40px;
	background: #eee url(../Images/profile.png) no-repeat 8px 5px;
}

a.finder {
	background: #eee url(../Images/finder.png) no-repeat 10px 9px;
}

a.calendar {
	margin-left: 5px;
	padding-top: 20px;
	height: 33px;
	background: #eee url(../Images/calendar.png) no-repeat 10px 8px;
}

/* Your Company */

#colleagues-list p {
	margin-bottom: 5px;
}

#colleagues-list div.item {
	margin: 0 5px 5px 0;
	float: left;
	border: solid 1px #DDD;
	background: #FFFFFF url(../Images/options-bg.png) repeat-x scroll left bottom;
}

#colleagues-list div.item-inner {
	padding: 5px 5px 5px 42px;
	width: 270px;
	min-height: 82px;
	background: url(../Images/contact-card.gif) no-repeat 7px 7px;
}

#colleagues-list div.item p {
	margin: 0;
}

#your-company-looking-for {
	padding-top: 5px;
	position: relative;
}

div.your-company-certified-no {
	cursor: help;
}
