/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* Page Sections */

#container {
	width: 100%;
}
.content {
	border: solid 1px #CCC;
	border-top: 0;
	padding: 10px;
	font-size: 85%;
	clear: both;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .content {
	height: 1%; /* for IE/win */
}
/* End hide from IE-mac */
#main {
	width: 100%;
}
#maincol {
	width: 65%;
	float: left;
}
#sidecol {
	width: 33%;
	float: right;
	color: #888;
}
#copyright {
	font-size: 85%;
	color: #BCCADE;
	text-align: center;
	clear: both;
	padding: .5em 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #527DE2;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.external {
	background: url(/__images/external.gif) center right no-repeat;
    padding-right: 13px;
    margin-right: .5em;
}

/* Other */

.error {
	background: #FDD url(/__images/icons/silk/gif/exclamation.gif) 4px 4px no-repeat;
	border: solid 1px #CCC;
	padding: 4px 4px 4px 24px;
	font-weight: bold;
	color: #F00;
}
.warning {
	background: #FFC url(/__images/icons/silk/gif/error.gif) 4px 4px no-repeat;
	border: solid 1px #CCC;
	padding: 4px 4px 4px 24px;
	font-weight: bold;
	color: #000;
}
.flderror {
	background-color: #F00;
}
.formnote {
	color: #839CC2;
}
.grayed {
	color: #999;
}
.required {
	color: #F00;
}
.highlight {
	background-color: #FF9;
}
.privacy {
	font-weight: bold;
}
th {
	text-align: left;
}
.sidenotes {
	width: 33%;
	padding-left: 20px;
	color: #888;
	vertical-align: top;
}
.hide {
	display: none;
}
.spellcorrect {
	font-weight: bold;
	font-style: italic;
}
.scopeborder_on {
	border: dashed 1px #F00;
}
.scopeborder_off {
	border: solid 1px #FFF;
}
.scopeborder_off_header {
	border: solid 1px #EEE;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* H* */

h1 {
	font-size: 160%;
	margin-top: 0;
}
h2 {
	font-size: 140%;
	margin-top: 0;
}
h3 {
	font-size: 115%;
	color: #46A;
	font-weight: bold;
	margin: 0;
}

/* Forms */

form {
	margin: 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	white-space: pre;
}
.disabled {
	background-color: #EBEBE4;
	color: #999;
}
input .disabled {
	background-color: #EBEBE4;
	color: #999;
}

/* Top Nav */

#topnav {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: solid 1px #CCC;
	font-size: 85%;
}
#topnav ul {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
#topnav ul li {
	float: left;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	list-style-type: none;
	font-weight: bold;
	margin-top: 1px;
}
#topnav ul li.first {
	border-left: 1px solid #CCC;
}
#topnav ul li.selected {
	background: #FFF;
	border-bottom: 0;
	bottom: -1px;
	margin-top: 0;
	padding-bottom: 1px;
	position: relative;
	
}
#topnav ul li a {
	display: block;
	padding: .5em 1em;
	color: #666;
	text-decoration: none;
	background: #EEE;
}
#topnav ul a:hover {
	background: #FFF;
}
#topnav ul li.selected a {
	color: #000;
	background: #FFF;
}
#topnav #logo {
	float: left;
	padding: 10px 0;
}
#topnav #loggedin {
	display: inline;
	float: right;
	padding: .5em 0;
	padding-left: 20px;
	color: #666;
	text-align: right;
}

/* Sub Nav */

#subnav {
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	height: 1%;
}
#subnav .content {
	padding: 0;
}
#subnav #statusmsg {
	float: right;
	margin: 0 0 0 10px;
	padding: .5em 1em .5em 20px;
	background: url(/__images/icons/silk/gif/information.gif) left center no-repeat;
}
#subnav ul {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#subnav ul li {
	float: left;
	padding: .5em 0;
	list-style-type: none;
	font-weight: bold;
	display: inline;
}
#subnav ul li a {
	display: block;
	float: left;
	padding: 0 1em;
	border-left: dotted 1px #999;
	white-space: nowrap;
}
#subnav ul li.first a { border: none; }

#subnav ul li a.external {
	background: url(/__images/external.gif) center right no-repeat;
    padding-right: 13px;
    margin-right: 1em;
}

/* Invite Button */
#invitenav {
	float: right;
	clear: right;
}
#invitenav a {
	display: block;
	padding: .5em 1em;
	color: #69A766;
	text-decoration: none;
	background-color: #C8E7C3;
	border-left: 1px solid #CCC;
	font-weight: normal;
}
#invitenav a:hover {
	color: #FFF;
	background: #8BC286;
}

/* Tab Nav */

.tabnav {
	float: left;
	clear: left;
	width: 100%;
	border-bottom: solid 1px #CCC;
	padding: 0;
	margin: 0;
}
.tabnav ul {
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}
.tabnav ul li {
	float: left;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	list-style-type: none;
	font-weight: bold;
	margin-top: 1px;
}
.tabnav ul li.first {
border-left: 1px solid #CCC;
}
.tabnav ul li.selected {
	background: #FFF;
	border-bottom: 0;
	bottom:-1px;
	margin-top: 0;
	padding-bottom: 1px;
	position: relative;	
}
.tabnav ul a {
	display: block;
	padding: .5em 1em;
	color: #666;
	text-decoration: none;
	background: #EEE;
}
.tabnav ul a:hover {
	background: #FFF;
	text-decoration: none;
}
.tabnav ul li.selected a {
	color: #000;
	background: #FFF;
}

/* Selector Bar */

.selectorbar {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
	overflow: hidden;
	float: left;
}
.selectorbar li {
	float: left;
	border: 1px solid #CCC;
	border-left: 0;
	list-style-type: none;
	font-weight: bold;
}
.selectorbar li.first {
	border-left: 1px solid #CCC;
}
.selectorbar li.selected {
	background: #FFF;
}
.selectorbar li a {
	display: block;
	padding: .5em 1em;
	color: #666;
	text-decoration: none;
	background: #EEE;
}
.selectorbar li a:hover {
	background: #FFF;
	text-decoration: none;
}
.selectorbar li.selected a  {
	color: #FFF;
	background: #527DE2;
}
.selectorbar li.selected a:hover {
	color: #FFF;
	background: #527DE2;
}


/* Search Box */

.searchbar {
	clear: both;
	background-color: #E5ECF9;
	border: 1px solid #839CC2;
	padding: 5px;
	margin: 0 0 10px 0;
}

/* Results */

.resultsectionbar {
	background: #A0BAE9;
	border: solid 1px #CCC;
	padding: 2px;
	color: #FFF;
	clear: both;
}
.resultsectionbar h3 {
	color: #FFF;
}
.resultcritbar {
	background: #EEE;
	border: solid 1px #CCC;
	border-top: 0;
	padding: 2px;
}
.resultnavbar {
	background: #EEE;
	border: solid 1px #CCC;
	padding: 2px;
	margin-bottom: 1em;
}
.result {
	padding-bottom: 0.7em;
	
}
.result .path {
	color:#CCC;
	font-weight:normal;
}
.result .path a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.ident {
	color: #008000;
}
.result.group {
	background:url(/__images/icons/silk/gif/group.gif) 4px 2px no-repeat;
}
.result.ghost {
	background: url(/__images/user_ghost.gif) 4px 2px no-repeat;
}
.result.user {
	background: url(/__images/icons/silk/gif/user.gif) 4px 2px no-repeat;
}
.result.pm {
	background: url(/__images/icons/silk/gif/page_white_text.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.pm_assoc {
	background: url(/__images/page_white_text_user.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web {
	background: url(/__images/icons/silk/gif/page_white_world.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web_bookmarked {
	background: url(/__images/icons/silk/gif/page_world.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web_doc {
	background: url(/__images/icons/silk/gif/page_white_word.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web_xls {
	background: url(/__images/icons/silk/gif/page_white_excel.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web_ppt {
	background: url(/__images/icons/silk/gif/page_white_powerpoint.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.web_pdf {
	background: url(/__images/icons/silk/gif/page_white_acrobat.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.news {
	background: url(/__images/icons/silk/gif/newspaper.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.post {
	background: url(/__images/icons/silk/gif/note.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.discuss {
	background: url(/__images/icons/silk/gif/comments.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.sep {
	border-bottom: solid 1px #EEE;
	margin-bottom: 0.7em;
}
.result.location {
	background: url(/__images/icons/silk/gif/building.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.link {
	background: url(/__images/icons/silk/gif/link.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.faq {
	background: url(/__images/icons/silk/gif/help.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.folder {
	background: url(/__images/icons/silk/gif/folder.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.folder_group {
	background: url(/__images/icons/silk/gif/folder_user.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}
.result.opportunity {
	background: url(/__images/icons/silk/gif/money.gif) 4px top no-repeat;
	padding-left: 30px;
	margin-top: 0.7em;
}


/* Messages */

.unreadmsg {
	font-weight: bold;
}
.readmsg {
	font-weight: normal;
}

/* List Table */

.listtable {
	border: solid 1px #CCC;
}
.listtable th {
	border-bottom: solid 1px #CCC;
}

/* Discuss Table */

.discusstable {
	border: 0;
}
.discusstable th.th, .discusstable td.td {
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	background-color: #e5ecf9;
	padding: 5px;
}
.discusstable td.sectionbar {
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	background-color: #A0BAE9;
	padding: 2px;
	color: #FFF;
}
.discusstable td.sectionbar h3 {
	color: #FFF;
}

/* Tree Expand/Collapse */

.expand {
	background: url(/__images/icons/silk/gif/bullet_toggle_minus.gif) left 8px no-repeat;
	padding-left: 10px;
}
.collapse {
	background: url(/__images/icons/silk/gif/bullet_toggle_plus.gif) left 8px no-repeat;
	padding-left: 10px;
}

/* Status Alert */

.statusAlert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #FDD url(/__images/icons/silk/gif/exclamation.gif) 4px 4px no-repeat;
	border: solid 1px #CCC;
	border-top: 0;
	padding: 4px 4px 4px 24px;
}

/* New User Checklist */

.newusersectionbar {
	background: #69A766;
	border: solid 1px #CCC;
	padding: 2px;
	color: #FFF;
	clear: both;
}
.newusersectionbar h3 {
	color: #FFF;
}

/* Settings */

.settingscontent {
	padding: 10px;
}
.instructions {
	color: #839CC2;
	margin-top: 0;
}
.fldexplain {
	color: #839CC2;
	font-style: italic;
}

.actioncol {
	width: 100px;
	border-right: solid 1px #CCC;
}
.detailscol {
	padding-left: 10px;
}
a.action {
	display: block;
	float: left;
	padding: 0 0 2px 20px;
	height: auto;
	background: left top no-repeat;
}
a.action.inline {
	margin-right: 2em;
}
a.action.add {
	background-image: url(/__images/icons/silk/gif/add.gif);
}
a.action.edit {
	background-image: url(/__images/icons/silk/gif/pencil.gif);
}
a.action.remove {
	background-image: url(/__images/icons/silk/gif/cross.gif);
}
a.action.makeprimary {
	background-image: url(/__images/icons/silk/gif/arrow_up.gif);
}
a.action.changepw {
	background-image: url(/__images/icons/silk/gif/key.gif);
}
a.action.block {
	background-image: url(/__images/icons/silk/gif/stop.gif);
}