/* Layout */
#container {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	background: #fff url('../img/bg_repeater.jpg') repeat-y;
}

#flashMessage {
    text-align: center;
}

#top-edge {
    background: #fff url('../img/spiral.jpg') no-repeat top;
    width: 850px;
    height: 63px;
}

#user-bar {
    font-size: 75%;
    text-align: right;
    margin: 0 35px;
    padding: 0 2px;
    color: #000;
}

#user-bar img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#header {
    color: #000;
    padding: 2px 35px 10px;
}

#header-logo {
    padding: 0 15px;
    background-color: #e8f6f8;
    border: 1px solid #1c4d8b;
}

#header-logo #logo-img {
    float: left;
    margin: 10px 0;
}

#header-intro {
    margin: 10px;
    width: 400px;
}

#header-logo #header-intro {
    margin: 0;
    width: 315px;
    font-size: 85%;
    padding-top: 8px;
}

#header-intro h1 {
    font-size: 150%;
    font-weight: bold;
    color: #0c4a7c;
}

#header-logo #header-intro h1 {
    background-color: #e8f6f8;
}

#more-modal, #help-modal {
    padding: 10px;
    background-color: #fff;
    width: 583px;
/*    height: 401px;*/
    border: 7px solid #1C4D8B;
}

#more-modal h3 {
    padding-top: 0px;
}

#loginbox {
    width: 300px;
    margin: 10px 0px;
    padding: 22px 0px 5px;
    background-color: #e8f6f8;
    border: 1px solid #ccc;
    text-align: center;
}

.button {
    font-size: 125%;
    color: #fff;
    background-color: #184d8a;
    padding: 5px 15px;
    margin: 15px;
    text-decoration: none;
}

.red-button {
    font-size: 125%;
    color: #fff;
    background-color: #a00;
    padding: 5px 15px;
    margin: 15px;
    text-decoration: none;
}

#post-its {
    width: 100%;
/*    height: 200px;*/
    padding: 20px 0px;
    text-align: center;
}

#post-its img {
    display: inline;
    vertical-align: middle;
}

#search-bar {
    padding: 7px 0px;
/*    .padding: 7px 15px 7px;*/
    height: 40px;
    background-color: #e2f4c2;
    border: 1px solid #b5cd8b;
    text-align: center;
}

#search-bar table, .advanced-search table {
    background: transparent;
    border-color: none;
    border-style: none;
    border-width: 0px;
    clear: none;
    color: #000;
    margin-bottom: 0px;
    width: auto;
}

#search-bar table tr td, .advanced-search table tr td {
    background: transparent;
    border-right: 0px;
    padding: 0px;
    vertical-align: middle;
}

#search-bar #search-label {
/*    position: absolute;*/
/*    margin-right: 5px;*/
/*    padding-top: 10px;*/
    font-weight: bold;
    color: #436c01;
}

/*#search-bar form {*/
/*    float: right;*/
/*    margin:0;*/
/*    padding:0;*/
/*    clear:none;*/
/*}*/

#search-bar select {
/*    position: absolute;*/
/*    margin: 2px 2px 0;*/
    font-size: 100%;
}

#search-bar input {
/*    position: absolute;*/
/*    margin: 2px 2px 0;*/
    font-size: 100%;
    width: 215px;
    color: #ccc;
}

.search-button {
/*    position: absolute;*/
/*    margin: 0 2px;*/
    padding: 5px 15px;
    font-size: 100%;
    color: #fff;
    background-color: #5e9a00;
    text-decoration: none;
}

#advanced-search {
/*    margin:-4px 90px 0 0;*/
/*    position:relative;*/
    text-align:right;
}

#advanced-search a {
    font-size:70%;
    margin-top: -3px;
    display: block;
}

/*#search-bar #category {*/
/*    background: #fff url('../img/drop_down.jpg') no-repeat top right;*/
/*    border: 0;*/
/*}*/

/*#search-bar #search {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    margin: 5px;*/
/*}*/

#content {
/*	background: #fff;*/
	clear: both;
	color: #333;
	padding: 10px 35px 20px 35px;
	overflow: auto;
}

#footer {
	clear: both;
	padding: 15px 10px;
	text-align: center;
	color: #888;
	font-size: 75%;
	font-weight: bold;
	background: #fff url('../img/footer.jpg') no-repeat top center;
}

/* global styles */
fieldset {
    margin-top: 30px;
    padding: 16px 20px;
    background-color: #f6f6f6;
    border: 1px solid #D1D5D8;
}



/* global classes */
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

.hr {
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px dotted #4d4d4d;
}

.green-line {
    margin: 10px;
    width: 475px;
    height: 3px;
    background: transparent url('../img/green_line.jpg') no-repeat top center;
}

.list, .profile-tabs, .create-topic {
    width: 495px;
    float: left;
    background-color: #f3fae7;
    border: 1px solid #ccc;
    margin: 20px 0 10px 10px;
}

.advanced-search {
    width: 748px;
    padding: 15px;
    margin: -10px 0 0 0;
}

.advanced-search h1 {
    color:#0C4A7C;
    font-size:150%;
    font-weight:bold;
    background-color: #F3FAE7;
}

.advanced-search input {
    font-size: 80%;
    color: #CCCCCC;
}

.advanced-search select {
    font-size: 80%;
}

.highlight {
    background-color: #fff;
}

.result a .highlight {
    text-decoration: underline;
}

.create-topic, .create-need {
    width: 465px;
    float: left;
    margin: 20px 0 20px 10px;
    background-color: #e2f4c2;
    border: 1px solid #D1D5D8;
    padding: 15px;
}

.add-form {
    width: 465px;
    float: left;
    margin: 20px 0 20px 10px;
    background-color: #e2f4c2;
    border: 1px solid #D1D5D8;
    padding: 15px;
}

.add-form h3, .create-topic h3, .create-need h3 {
    color:#184D8A;
    font-size:175%;
    font-weight:bold;
    padding: 10px 10px 10px 40px;
    background: transparent url('../img/connect_icon_small.jpg') no-repeat scroll center left;
}

.add-form h4 {
    color:#555;
    font-size:125%;
    font-weight:bold;
    padding: 10px;
}

.add-form textarea {
    color: #000;
    width: 100%;
}

.add-form .button {
    margin: 0px 0px 0px 2px;
}

.add-form input {
    color: #ccc;
    width: 100%;
}

.list h2, #recent h2 {
    width: 495px;
    font-size: 125%;
    font-weight: bold;
    color: #588e03;
    position: absolute;
/*    margin-left: 282px;*/
    margin-top: -25px;
}

.advanced-search h2 {
    margin: 0;
    position: relative;
}

#search-list h2 {
    font-size: 115%;
}

.list h3, #recent h3 {
    padding: 10px 0 0 10px;
    color: #4d4d4d;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    border: 0;
}

.list h3 img {
/*    padding: 5px;*/
}

.list h3 a, #recent h3 a {
/*    display: inline;*/
    font-size: 75%;
/*    margin-left: 240px;*/
    margin-left: 436px;
    position: absolute;
}

.profile-tabs h3 {
    clear: left;
    color: #0a4f88;
    padding: 10px 2px 2px 2px;
    margin: 10px;
    font-weight: bold;
    border-bottom: 3px solid #355403;
}

.not-found {
    padding: 15px;
}

.admin ul, .admin li {
	margin: 0 12px;
}

.index-sort {
    padding: 5px 0 0 13px;
}

/* containers */
#spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    z-index:9998;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#throbber {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    z-index: 9999;
    background: transparent url(../img/throbber.gif) center no-repeat;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#alert {
    background-color: #ffffff;
    padding: 25px 50px;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}

#profile-top, #profile-edit-top {
    padding: 5px;
    border: 1px solid #D1D5D8;
/*    background-color: #fbf7d7;*/
    background-color: #eff7fa;
}

#profile-top h3, #profile-edit-top h3 {
    clear: both;
    color: #0a4f88;
    padding: 2px 0px 0px 5px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 150%;
    width: 250px;
}

#profile-top .left {
    margin-left: 3px;
}

#profile-top #profile-pic, #profile-edit-top #profile-pic {
    margin-left: 5px;
}

#profile-top #expertise {
    font-size: 80%;
    width: 125px;
}

#profile-top #expertise strong {
    padding: 6px 0 4px 0;
    display: block;
}

#profile-top .small-postits, #profile-edit-top .small-postits {
    float: left;
    color: #0a4f88;
    font-size: 90%;
    font-weight: bold;
    margin-left: 10px;
}

#profile-top .small-postit, #profile-edit-top .small-postit {
    clear: left;
    float: left;
    width: 34px;
    height: 26px;
    background: transparent url(../img/medium_postit_blue.jpg) top right no-repeat;
    padding-top: 6px;
    margin: 0px 10px 0px 15px;
    text-align: center;
/*    overflow: hidden;*/
}

.small-postits .left {
/*    height: 26px;*/
    padding-top: 7px;
}

#profile-top .medium-postits {
    float: left;
    color: #0a4f88;
    font-size: 150%;
    font-weight: bold;
}

#profile-top .medium-postit {
    clear: left;
    float: left;
    width: 56px;
    height: 44px;
    background: transparent url(../img/postit_medium_yel.jpg) top center no-repeat;
    margin: 5px 10px 0px 15px;
    text-align: center;
    padding-top: 12px;
/*    overflow: hidden;*/
}

.medium-postits .left {
/*    height: 52px;*/
    padding-top: 17px;
}

#profile-edit-top form div {
    margin: 0;
    padding: 0;
    clear: none;
}

#profile-edit-top select {
    clear: none;
    font-size: 100%;
}

#profile-top .info-box, #profile-edit-top .info-box {
    float: right;
    width: 425px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 70%;
    font-weight: bold;
    font-color: #484848;
    margin: -25px 5px 10px 0;
    padding: 5px;
}

#profile-edit-top .info-box {
    width: 500px;
}

.info-box .gray, .info-box .gray a {
    color: #8d8d8d;
}

#profile-edit-top .info-box .clear {
    clear: both;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 8px;
}

#profile-edit-top .info-box .left {
    width: 167px;
    float: left;
    padding-left: 8px;
}

#profile-edit-top .info-box .right {
    width: 290px;
    float: right;
    padding: 0 10px 0 25px;
}

.need, .topic, .contribution, .response, .connection, .feedback, .following, .result {
    clear: both;
    padding: 10px;
}

.need-info #following, .topic-info #following {
    float: left;
    border: 1px solid #D1D5D8;
    padding: 6px 7px;
    text-align: center;
/*    width: 150px;*/
    height: 18px;
    background-color: #f6f9f1;
    margin: 10px 0 5px 0;
/*    font-size: 120%;*/
}

.need-info #following a, .topic-info #following a {
    text-decoration: none;
}

.needs-view, .topics-view, .needs-contributions, .topics-responses {
    width: 491px;
    float: right;
    background-color: #f3fae7;
    border: 1px solid #ccc;
    margin: 20px 0 0 10px;
    padding: 2px;
}

.needs-contributions, .topics-responses {
    margin-top: 35px;
}

.needs-contributions h2, .topics-responses h2 {
    font-size: 125%;
    font-weight: bold;
    color: #588e03;
    position: absolute;
/*    margin-left: 282px;*/
    margin-top: -25px;
}

.need .icon, .topic .icon, .result .icon {
    float: left;
    padding-right: 5px;
}

.needs-view .icon, .contribution .icon, .topics-view .icon, .response .icon, .connection .icon, .feedback .icon, .following .icon {
    position: absolute;
}

.icon img {
    width: 35px;
    height: 35px;
    padding: 5px;
}

.icon .favicon, .icon .favicon {
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    margin: -8px 0 0 14px;
}

.needs-view .icon img, .topics-view .icon img {
    width: 50px;
    height: 50px;
    .position: absolute;
    .margin-left: -65px;
    .z-index: 99;
}

.need-info, .topic-info, .contribution-info, .response-info, .connection-info, .feedback-info, .following-info, .result-info {
    margin-left: 50px;
}

.needs-view .need-info, .topics-view .topic-info {
    margin-left: 65px;
}

.need-info .title, .topic-info .title, .following-info .title, .contribution-info .title, .response-info .title, .result-info .title {
    font-weight: bold;
    font-size: 100%;
    margin-top: -4px;
    padding: 6px 0px 4px 0px;
}

.needs-view .need-info .title, .topics-view .topic-info .title {
    font-size: 110%;
}

.contribution-info .title, .response-info .title {
    font-size: 120%;
}

.need a, .topic a, .contribution a, .response a, .following a, .feedback a {
    color: #003D4C;
    text-decoration: none;
    padding-top: 2px;
}

.title a {
    color: #1098af;
}

.need-info .date, .topic-info .date, .need-info .category, .topic-info .category, .need-info .tags, .topic-info .tags, .need-info .info, .topic-info .info, .following-info .date, .connection-info, .feedback-info, .contribution-info, .response-info {
    font-size: 75%;
    color: #545454;
    padding-top: 2px;
}

#user-results .result-info .info {
    font-size: 75%;
}

.need-info .body, .topic-info .body, .contribution .body, .response .body {
    padding: 3px 0px;
    margin-bottom: 5px;
}

/*.needs-view .need-info .body, .topics-view .topic-info .body {*/
/*    font-size: 85%;*/
/*}*/

.needs-contributions .body, .topics-responses .body {
    padding-top: 2px;
    font-size: 120%;
}

.need-info .contribute a, .topic-info .respond a {
    float: left;
    font-size: 125%;
    color: #fff;
    background-color: #242424;
    padding: 5px 15px;
    margin: 20px 0 10px 0;
    text-decoration: none;
}

.need-info .tags a, .topic-info .tags a {
    padding: 0 10px;
}

.need-info .actions, .topic-info .actions {
    text-align: center;
    padding: 10px 0;
}

.need-info .actions a, .topic-info .actions a {
    padding: 0 10px;
}

#contributions, #responses {
/*    width: 75%;*/
}

/*.following, .connection, .need, .topic, .contribution, .response {*/
/*    padding: 10px;*/
/*}*/

.altrow {
/*    background-color: #f4f4f4;*/
}

#contributions #favorite, #responses #favorite,
#contributions .favorite, #responses .favorite {
    background-color: #E2F4C2;
    border:5px solid #d1e1b4;
    margin: 2px 0;
    width: 465px;
}

.contribution .hr, .response .hr {
    padding: 5px 0;
}

.contribution .widgets, .response .widgets {
/*    border: 1px solid #D1D5D8;*/
/*    background-color: #fff;*/
/*    width: auto;*/
/*    height: auto;*/
    margin: 15px 0;
    font-weight: bold;
}

.widgets .rate-widget {
    float: left;
    border: 1px solid #D1D5D8;
    padding: 6px 7px;
    text-align: center;
/*    width: 55px;*/
    height: 18px;
    background-color: #f6f9f1;
    font-size: 125%;
}

.widgets .rate-widget img {
    padding-left: 3px;
}

.contribution-info #favicon, .response-info #favicon {
    position: absolute;
    margin-left: -44px;
    margin-top: 40px;
    padding: 5px;
}

.widgets .favorite-widget {
    float: left;
    border: 1px solid #D1D5D8;
    padding: 6px 7px;
    text-align: center;
/*    width: 150px;*/
    height: 18px;
    background-color: #f6f9f1;
    font-size: 120%;
}

#control_overlay {
    background-color:#000;
}

#favorite-form {
    width: 500px;
    height: 280px;
    background-color:#FFFFFF;
    border:1px solid #333333;
    padding:10px;
    text-align: center;
}

#favorite-form h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
}

#favorite-form textarea {
    width: 490px;
    height: 95px;
}

#favorite-form .submit {
    margin-left: auto;
    margin-top: auto;
}

#favorite-form #textbox-counter {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.profile-tabs {
    margin-top: 44px;
    position: relative;
    z-index: 2;
}

#profile-tabs {
    position: absolute;
    margin-top: 24px;
    margin-left: 282px;
    .margin-left: 10px;
}

#profile-tabs li {
    list-style: none;
    float: left;
}

#profile-tabs a {
    color: #242424;
    font-size: 12px;
    text-decoration: none;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 5px 5px;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 1;
}

#profile-tabs a:hover {
    background-color: #eee;
}

#profile-tabs a.active {
    background-color: #F3FAE7;
    position: relative;
    z-index: 3;
}

#categories {
    padding: 10px;
/*    margin: 10px 10px 0 0;*/
    margin-top: 20px;
    background-color: #ccf0f5;
    border: 1px solid #D1D5D8;
    width: 250px;
}

#categories h2 {
    color: #184d8a;
    font-size: 150%;
    font-weight: bold;
}

#categories a {
    background: transparent url(../img/categories_arrow.png) center left no-repeat;
    display: block;
    color: #0f4e81;
    font-size: 13px;
    padding: 0 0 4px 15px;
    text-decoration: none;
}

#tag-cloud {
    padding: 10px;
/*    margin: 10px 10px 0 0;*/
    margin-top: 20px;
    background-color: #e2f4c2;
    border: 1px solid #D1D5D8;
    width: 250px;
    text-align: center;
}

#tag-cloud h2 {
    color: #393939;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
}

#tag-cloud a {
    margin: 2px;
    color: #393939;
    font-weight: normal;
    text-decoration: none;
}

#tag-cloud a:hover {
    text-decoration: underline;
}

.actions {
    clear: both;
}

#pagination-counter {
    clear: both;
    font-size: 75%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #545454;
}

div.paging {
    clear: both;
    font-size: 80%;
	margin-bottom: 2em;
    text-align: center;
}
