/*

COLOR DEFINITIONS

	GEN DARK			color:#0C466B;
	APP DARK			color:#036200;
	FIRM DARK			color:#370b54;
	NETWORK DARK		color:#a13c05;
	
	GEN LIGHTEST		color:#e6f2fb;
	APP LIGHTEST		color:#ecf6eb;
	FIRM LIGHTEST		color:#f2eff4;
	NETWORK LIGHTEST	color:#fcf2e2;
	
	GEN LIGHT			color:#c3e0f5;
	APP LIGHT			color:#d2eacf;
	FIRM LIGHT			color:#e0d9e5;
	NETWORK LIGHT		color:#f8e0ba;

*/

/********** GLOBAL DEFAULT STYLES **********/

html { 
	height: 100%;
}

body {
	background: #efefef url(../images/bg_body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

form {
	margin: 0; 
	padding: 0;
}

form td {
	padding: 5px;
}

strong {
	font-weight: bold;
}



a {
	color: #044e8d;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #f26a0f;
}

a:visited {
	color: #660099;
}

th a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	/*position: relative;*/
	color:#044e8d;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	font-size:22px;
}

h3 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 3px 0;
}

h3 a {
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px 0;
}

td {
	vertical-align:top;
}


/********** UTILITY STYLES **********/

.devnote {
	border: 1px solid #eeeeaa;
	border-top-color:#ffffee;
	border-left-color:#ffffee;
	border-bottom-color:#cccc99;
	color: #990000;
	background-color:#ffffbb;
	padding: 6px;
	display: none;
}

.pane .container.in_progress {
	border: 1px solid #cccccc; /* 990000 */
}

.devnote a {
	font-weight:bold;
	color:#000;
}

.devnote a:hover {
	font-weight:bold;
	color:#ff0000;
}


/********** RECURRING GLOBAL ELEMENTS **********/

.noborder {
	border:0;
}

.label {
	font-weight:bold;
	text-align:right;
}

.clear { clear:both; }
.clear_left { clear:left; }
.clear_right { clear:right; }


.hr {
	background:url(../images/hr.gif) repeat-x;
	height:1px;
	width:100%;
	line-height: 1px;
	position:relative;
	text-align:left;
	margin: 20px 0 20px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}


#tooltip { /**/
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}

#tooltip, #tooltip div { margin: 0; font-size:12px; } /**/



.scrolling {
	overflow:auto;
	border:1px solid #ddd;
}


.read a {
	padding-left:20px;
	display: block;
}

.unread a {
	font-weight:bold;
	background: url(../images/icons/unread.png) top left no-repeat;
	display: block;
	padding-left:20px;
}

table.thread_post_metadata {
	width:220px;
}

table.records table.thread_post_metadata td {
	padding: 0 0 2px 0;
	border:none;
	width: 100%;
}

table.records table.thread_post_metadata td.userphoto {
	width: 70px;
}

.list_subtotal {
	font-size: 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e7e7e7;
}

table.data_table {

}

table.data_table tr {

}

table.data_table td {
	border-bottom: 1px solid #e7e7e7;
	padding: 7px;
	margin: 0;
}

table.data_table td.extra {
	font-size: 10px;
	color: #666;
	line-height: 12px;
}

table.calendar {
/*	width: 651px;*/
	border-left:10px solid #b4d1ea;
	border-right:10px solid #b4d1ea;
	border-bottom:10px solid #b4d1ea;
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: relative;
}

table.calendar th {
	color: #444;
	background-color: #b4d1ea;
	text-align: center;
	width: 93px;
	max-width: 93px;
	font-size:12px;
	padding:5px;
	margin: 0;
	border: 0;
}

table.calendar td {
	min-height: 80px;
	height: 80px;
	width: 93px;
	max-width: 93px;
	padding: 0;
	border-right:1px solid #b4d1ea;
	border-bottom:1px solid #b4d1ea;
	margin: 0;
}

table.calendar td.orphan_day {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}

.cur_date {
	position:relative;
	font-size:11px;
	text-align:right;
	color:#333333;
	background:#e6f2fb;
	padding:3px;
}

.off_date {
	position:relative;
	font-size:11px;
	text-align:right;
	color:#666666;
	background:#dddddd;
	padding:3px;
}

table.calendar a {
	display:block;
	background:#044e8d;
	color:#ffffff;
	padding:3px;
	margin:2px;
	text-decoration:none;
	font-weight: normal;
}


div.calendar {
	text-align: center;
}

.extra {
	font-size: 10px;
	color: #666;
	line-height: 12px;
}

.available {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	color: #f26a0f;
}

.unavailable {
	text-transform:uppercase;
	font-size:9px;
	color: #999;
}

.is_admin {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	color: #1E7E01;
}

.is_in_network {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	color: #1E7E01;
}

/********** SITE LOGO **********/

#logo {
	position: relative;
	top:10px;
	width: 350px;
	height: 70px;
	margin:0 0 27px 0;
}

#logo a {
	display: block;
	width: 350px;
	height: 70px;
	text-indent: -2000px;
	background: url(../images/logo.gif) no-repeat;
}

#logo a:hover {
	background-position: 0 -70px;
}

#cparc_logo {
	position: relative;
	width: 350px;
	height: 100px;
	margin:0 0 0 0;
}

#cparc_logo a {
	display: block;
	width: 350px;
	height: 100px;
	text-indent: -2000px;
	background: url(../images/logo.jpg) no-repeat;
}



/********** LOGIN / LOGOUT USER AREA **********/

#user_status {
	position: relative;
	float:right;
	width:265px;
	height: 63px;
	background-image: url(../images/user_status_bg.gif);
	background-repeat: no-repeat;
	font-size:11px;
	margin: 0 0 0 0;
	padding: 8px 15px 0 0;
	color: #fff;
}

#user_status .pic {
	float:right;
	background:url(../images/bg_thumb_top.gif) no-repeat;
	height:44px;
	width:44px;
	padding:4px 0 0 4px;
	margin-left:8px;
	
}

#user_status .pic img {
	width: 35px;
	height: 35px;
}

#user_status .controls {
	float:right;
	text-align: right;
}

#user_status .message {
	margin-top:2px;
}

#user_status .buttons {
	margin-top:8px;
}

.status_pane {
	background-image:url(../images/bg_status_pane.gif);
	width: 670px;
	height: 64px;
	margin: 10px 0 0 0;
}

input#txt_status {
	background-color: transparent;
	border: 0;
	
}

a.updateStatus {
	display:block;
	width: 98px;
	height: 25px;
	overflow: hidden;
	margin-bottom:5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color:#fff;
	text-decoration: none;
	background-image:url(../images/btn_update_status.gif);
}

a.updateStatus:hover {
	color: #c0e8bb;
}

a.updateStatus span {
	display: block;
	margin: 7px 0 0 0;
}

/********** TOP-LEVEL NAVIGATION **********/

#nav {
	 position: absolute;
	 height: 24px;
	 width: 350px;
	 left: 610px;
	 top: 106px;
	 z-index: 1000;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	height: 24px;
}

#nav a {
	display: block;
	height: 24px;
	/*text-indent: -2000px;*/
	background-repeat: no-repeat;
}

#nav #rightnav a {
	display: block;

	/*text-indent: -2000px;*/
	background-repeat: no-repeat;
}

#nav a:hover, #nav .on {
	background-position: 0 -24px;
}


#nav_top {
	 position: absolute;
	 height: 24px;
	 width: 670px;
	 left: 0;
	 top: 106px;
	 z-index: 5000;
}

#nav_top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_top li {
	float: left;
	position: relative;
	height: 24px;
}

#nav_top a {
	display: block;
	height: 24px;
	background-repeat: no-repeat;
}

#nav_top a:hover, #nav_top .on {
	background-position: 0 -24px;
}

#nav_top a#dashboard { width: 78px; background-image: url(../images/btn_dashboard.gif);text-indent: -5000px; }
#nav_top a#conversations { width: 97px; background-image: url(../images/btn_conversations.gif);text-indent: -5000px; }
#nav_top a#network { width: 66px; background-image: url(../images/btn_network.gif);text-indent: -5000px; }
#nav_top a#firm { width: 43px; background-image: url(../images/btn_firm.gif);text-indent: -5000px; }
#nav_top a#favorites { width: 63px; background-image: url(../images/btn_favorites.gif);text-indent: -5000px; }
#nav_top a#groups { width: 58px; background-image: url(../images/btn_groups.gif);text-indent: -5000px; }
#nav_top a#resources { width: 138px; background-image: url(../images/btn_resources.gif);text-indent: -5000px; }
#nav_top a#gateway { width: 97px; background-image: url(../images/btn_gateway.gif);text-indent: -5000px; }
#nav_top a#blogs { width: 51px; background-image: url(../images/btn_blogs.gif);text-indent: -5000px; }
#nav_top a#marketplace { width: 86px; background-image: url(../images/btn_marketplace.gif);text-indent: -5000px; }
#nav_top a#cpe { width: 53px; background-image: url(../images/btn_cpe.gif);text-indent: -5000px; }

#topnav {
	font-size: 11px;
}

#topnav li ul {
	padding: 0;
	margin: 1px 0 0 1px;
}

#topnav li li {
	height: auto;
}

#topnav li li a {
	height: auto;
}


#nav #rightnav a:hover, #nav #rightnav .on {
	background-position: 0 -24px;
}


#nav #rightnav a#onlineTraining { width: 112px; background-image: url(../images/btn_online_learning.gif);text-indent: -5000px; }
#nav #rightnav a#localTraining { width: 97px; background-image: url(../images/btn_local_training.gif);text-indent: -5000px; }


#rightnav {
	position: relative;
	top: 0;
	font-size: 11px;
}

#rightnav li ul {
	padding: 0;
	margin: 1px 0 0 0;
	height: auto;
}

#rightnav li li {
	height: auto;
}

#rightnav li li a {
	height: auto;
}


/********** SEARCH BAR **********/

#searchbar {
	position: absolute;
	height: 17px;
	width: 300px;
	top: 108px;
	left: 660px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#searchbar form {
	display: block;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

#searchbar form input {
	border: 1px solid #bbbbbb;
	font-size: 11px;
	height: 15px;
	width: 214px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#searchbar select {
	border: 1px solid #003460;
	font-size: 11px;
	height: 16px;
	margin: 0;
	padding: 0;
}

#searchbar option {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#breadcrumb {
	position: absolute;
	top: 139px;
	left: 0px;
	font-size: 10px;
	color: #666;
}

#breadcrumb a {
	font-weight: normal;
	text-decoration: none;
}


/********** LAYOUT AND COLUMN MANAGEMENT **********/

#wrapper {
	width: 960px;
	margin: auto;
	text-align: left;
	position: relative;
}

#main {
	position: relative;
	top: 60px;
}



.col_full, .col_primary, .col_secondary, .col_left_half, .col_right_half {
	position:relative;
	float:left;
}

.col_primary {
	margin-right:10px;
}

.col_full 		{ width: 960px; }
.col_primary	{ width: 670px; }
.col_secondary	{ width: 280px; }

.col_full .col_left_half		{ width: 470px; margin-right: 20px; }
.col_full .col_right_half		{ width: 470px; }

.col_primary .col_left_half		{ width: 325px; margin-right: 20px; }
.col_primary .col_right_half	{ width: 325px; }

.col_full .pane .col_full			{ margin-right: 20px; }
.col_full .pane .col_primary		{ width: 640px; margin-right: 20px; }
.col_full .pane .col_secondary		{ width: 258px; }
.col_full .pane .col_left_half		{ width: 449px; margin-right: 20px; }
.col_full .pane .col_right_half		{ width: 449px; }

.col_primary .pane .col_primary		{ width: 420px; margin-right: 20px; }
.col_primary .pane .col_secondary	{ width: 188px; }
.col_primary .pane .col_left_half	{ width: 364px; margin-right: 30px; }
.col_primary .pane .col_right_half	{ width: 234px;  overflow: hidden;}


.interior {
	margin: 10px;
}

/********** APPLICATION-LEVEL CONTENT-TYPE CLASSIFICATIONS **********/

/* These are applied to .pane elements so that child-elements can determine appropriate color values */
.app {}
.firm {}
.network {}


/********** CONTENT PANE HEADER STYLES **********/

/* These elements change size/color based on content-type classification and
   the size of the containing column... hence the complicated style permutations. */
   
.pane {
	margin-top:10px;
}

/* Pane Header Bar */
.pane .head {
	height:26px;
	position:relative;
	background-repeat: no-repeat;
}

	/* Color permutations */
.col_full		.pane			.head { color:#0C466B; background-image: url(../images/bg_gen_960.gif);}
.col_primary 	.pane 			.head { color:#0C466B; background-image: url(../images/bg_gen_670.gif);}
.col_secondary 	.pane 			.head { color:#0C466B; background-image: url(../images/bg_gen_280.gif);}
/*	.pane.app 		.head { color:#036200; background-image: url(../images/bg_app_rpt.gif);}
	.pane.firm 		.head { color:#370b54; background-image: url(../images/bg_firm_rpt.gif);}
	.pane.network 	.head { color:#a13c05; background-image: url(../images/bg_network_rpt.gif);} */


/* Pane Header Title */
.pane .head h2 {
	position: relative;
	color:#ffffff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	top: 2px;
	font-size:16px;
	height: 26px;
	overflow: hidden;
}

	/* Color permutations 
	.pane 			.head h2 {background-image:url(../images/bg_gen_long.gif);}
	.pane.app 		.head h2 {background-image:url(../images/bg_app_long.gif);}
	.pane.firm 		.head h2 {background-image:url(../images/bg_firm_long.gif);}
	.pane.network 	.head h2 {background-image:url(../images/bg_network_long.gif);}*/
	
.pane .head h2.multi.active {
	width:200px;
	font-size:22px;
	padding-top:4px;
}

.pane .head h2.multi {
	width:200px;
	font-size:20px;
	padding-top:7px;
}

	/* Color permutations */
	.pane 			.head h2.multi.active { color:#fff; background-image:url(../images/bg_gen_short.gif);}
/*	.pane.app 		.head h2.multi.active { color:#fff; background-image:url(../images/bg_app_short.gif);}
	.pane.firm 		.head h2.multi.active { color:#fff; background-image:url(../images/bg_firm_short.gif);}
	.pane.network 	.head h2.multi.active { color:#fff; background-image:url(../images/bg_network_short.gif);} */
	
	.pane 			.head h2.multi { color:#0C466B; background-image:url(../images/bg_gen_short_white.gif);}
/*	.pane.app 		.head h2.multi { color:#036200; background-image:url(../images/bg_app_short_white.gif);}
	.pane.firm 		.head h2.multi { color:#370b54; background-image:url(../images/bg_firm_short_white.gif);}
	.pane.network 	.head h2.multi { color:#a13c05; background-image:url(../images/bg_network_short_white.gif);} */

.pane .head h2.multi a {
	display: block;
	color: inherit;
	text-decoration: none;
}

/* Pane Header Title for col_secondary */
.col_secondary .pane .head h2,
.col_primary .col_left_half .pane .head h2,
.col_primary .col_right_half .pane .head h2 {
	width:200px;
	height:26px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #0c466b;
}

	/* Color permutations 
	.col_secondary .pane 			.head h2 {background-image:url(../images/bg_gen_short.gif);}
	.col_secondary .pane.app 		.head h2 {background-image:url(../images/bg_app_short.gif);}
	.col_secondary .pane.firm 		.head h2 {background-image:url(../images/bg_firm_short.gif);}
	.col_secondary .pane.network 	.head h2 {background-image:url(../images/bg_network_short.gif);}
	
	.col_primary .col_left_half .pane 			.head h2 {background-image:url(../images/bg_gen_short.gif);}
	.col_primary .col_left_half .pane.app 		.head h2 {background-image:url(../images/bg_app_short.gif);}
	.col_primary .col_left_half .pane.firm 		.head h2 {background-image:url(../images/bg_firm_short.gif);}
	.col_primary .col_left_half .pane.network 	.head h2 {background-image:url(../images/bg_network_short.gif);}
	
	.col_primary .col_right_half .pane 			.head h2 {background-image:url(../images/bg_gen_short.gif);}
	.col_primary .col_right_half .pane.app 		.head h2 {background-image:url(../images/bg_app_short.gif);}
	.col_primary .col_right_half .pane.firm 	.head h2 {background-image:url(../images/bg_firm_short.gif);}
	.col_primary .col_right_half .pane.network 	.head h2 {background-image:url(../images/bg_network_short.gif);}*/

/* Pane Settings Button */
.pane .btn_settings {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -5000px;
}
	/* Color permutations */
	.pane 			.btn_settings	{ background-image:url(../images/btn_settings_gen.gif);}
/*	.pane.app 		.btn_settings	{ background-image:url(../images/btn_settings_app.gif);}
	.pane.firm 		.btn_settings	{ background-image:url(../images/btn_settings_firm.gif);}
	.pane.network 	.btn_settings	{ background-image:url(../images/btn_settings_network.gif);} */


.view_all {
	width: 70px;
	padding: 0 10px 0 0;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image:url(../images/header_arrow.gif);
	text-align: right;
}

.view_all a {
	color: #fff;
	text-decoration: none;
}


/* Used for summary data in pane headers*/
.total {
	position:relative;
	top:12px;
	left:10px;
}

.manage {
	position: absolute;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
	top: 8px;
	right: 10px;
	height: 10px;
	z-index: 1000;
}

.manage a {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: center right;
	background-image:url(../images/header_gear.png);
	padding: 0 13px 0 0;
	margin: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.manage a.rss {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: center right;
	background-image:url(../images/rss_10.png);
	padding: 0 13px 0 0;
	margin: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
}

/********** PANE CONTROL AREA STYLES **********/

/* Pane Controls Area */
.pane .controls {
	/*margin: -15px -15px 20px -15px;*/
	margin:	0 0 10px 0;
	padding: 10px;
}

.pane .controls.solo {
	margin: -15px -15px -15px -15px;
}

	/* Color permutations */
	.pane 			.controls { background-color:#e6f2fb; }
/*	.pane.app 		.controls { background-color:#ecf6eb; }
	.pane.firm 		.controls { background-color:#f2eff4; }
	.pane.network 	.controls { background-color:#fcf2e2; } */

.col_secondary .pane .controls {
	background-color: transparent;
}

/* Pane Controls Title */
.pane .controls h2 {
	margin-top: -5px;
}

	/* Color permutations */
	.pane 			.controls h2 { color:#0C466B;}
/*	.pane.app 		.controls h2 { color:#036200;}
	.pane.firm 		.controls h2 { color:#370b54;}
	.pane.network 	.controls h2 { color:#a13c05;} */

.pane .controls table {
	width: 100%;
}

.pane .controls .control_group {
	margin-top: 10px;
	border-top: 1px solid #bbb;
}

.pane .controls .control_group td {
	padding-top: 15px;
}

.pane .controls p {
	margin: 6px 0;
}

.pane .controls table td {
	vertical-align:top;
}


/* Pane Control Table specific column types */

.pane .controls td.controls_thumbnail {
	width: 10px;
	padding-right: 10px;
}

.pane .controls td.summary {
	padding-left:20px;
}

.pane .controls td.buttons {
	width: 162px;
	padding-left: 20px;
}

.pane .controls td.buttons a {
	display:block;
	width: 162px;
	height: 25px;
	overflow: hidden;
	margin-bottom:5px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color:#333333;
	text-decoration: none;
	background-image:url(../images/btn_pane_controls_gen.gif);
}

.pane .controls td.buttons a:hover {
	background-position: 0 -25px;
}
	/* Color permutations */
/*	.pane .controls td.buttons a { background-image:url(../images/btn_pane_controls_gen.gif);}
	.buttons a { background-image:url(../images/btn_pane_controls_app.gif);}
	.buttons a { background-image:url(../images/btn_pane_controls_firm.gif);}
	.buttons a { background-image:url(../images/btn_pane_controls_network.gif);}*/

.pane .controls td.buttons a span {
	display: block;
	margin: 7px 10px 0 0;
}

.pane .controls td.buttons a.minor {
	width: 112px;
	height: 18px;
	font-size: 8px;
	background-image:url(../images/btn_pane_controls_minor.gif);
	float: right;
}

.pane .controls td.buttons a.minor:hover {
	background-position: 0 -18px;
}

.pane .controls td.buttons a.minor span {
	margin: 4px 10px 0 0;
}

/*********** PANE CONTAINER STYLES ***********/

.col_full .pane .container {
	border:1px solid #cdd6da;
	margin:0;
	padding: 10px;
	position:relative;
	background-color: #fff;
}

.col_primary .pane .container {
	border:1px solid #cdd6da;
	margin:0;
	padding: 10px;
	position:relative;
	background-color: #fff;
}

.col_secondary .pane .container {
	border:none;
	margin:0;
	padding: 10px 10px 20px 10px;
	position:relative;
	background-color: none;
}

.pane .container p {
	line-height: 17px;
	margin: 0 0 10px 0;
}

.pane .container li {
	line-height: 17px;
	background: url(../images/li_arrow.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-bottom:3px;
}

.pane .container .sort_head {
	height: 18px;
	border-bottom: 1px solid #ccc;
	font-size:9px;
	color: #777777;
	margin-bottom: 0px;
	padding: 0 0 3px 0;
	text-align: right;
}

.pane .container .sort_head select {
	font-size:9px;
	width: 120px;
}

.pane .container .sort_right {
	font-size:9px;
	color: #777777;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: right;
}

.pane .container .calendar_head {
	height: 18px;
	font-size:9px;
	color: #777777;
	margin-bottom: 0px;
	padding: 0 0 3px 0;
	text-align: right;
	position: relative;
}


/*********** RECORD LIST TABLE ***********/

table.records {
	width:100%;
	margin:0 0 20px 0;

}



table.records td {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding: 7px;
}

table.thread_replies {
	width:100%;
	margin:0 0 20px 10px;
}

table.thread_replies td {
	padding: 10px 0 10px 0;
}

/* Color Permutations */
	.pane			table.records td	{ border-color: #c3e0f5; }
/*	.pane.app 		table.records td	{ border-color: #d2eacf; }
	.pane.firm 		table.records td	{ border-color: #e0d9e5; }
	.pane.network 	table.records td	{ border-color: #f8e0ba; } */
	

tr.column_labels th {
	color:#ffffff;
	padding:6px 7px 6px 7px;
	border-style:none;
}

	/* Color Permutations */
	.pane			tr.column_labels th	{ background-color: #0C466B; }
/*	.pane.app 		tr.column_labels th	{ background-color: #036200; }
	.pane.firm 		tr.column_labels th	{ background-color: #370b54; }
	.pane.network 	tr.column_labels th	{ background-color: #a13c05; } */


table.records tr.section_head td {
	font-size:14px;
	font-weight:bold;
	padding:7px;
}

	/* Color Permutations */
	.pane			table.records tr.section_head td	{ background-color: #e6f2fb; color:#0C466B;}
/*	.pane.app 		table.records tr.section_head td	{ background-color: #ecf6eb; color:#036200;}
	.pane.firm 		table.records tr.section_head td	{ background-color: #f2eff4; color:#370b54;}
	.pane.network 	table.records tr.section_head td	{ background-color: #fcf2e2; color:#a13c05;} */

table.records tr.section_head td a {
	margin-left:5px;
	font-size:10px;
	text-transform: uppercase;
}

table.records td.last {
	text-align:right;
}

table.records td.icons {
	text-align:right;
	padding-bottom:0;
	white-space:nowrap;
}

table.records td.nowrap {
	white-space:nowrap;
}

table.records td.icons img {
	margin-left: 7px;
	vertical-align: middle;
}


/*********** FORM STANDARDS ***********/

.pane .container ul.radio_or_checkbox_group li {
	list-style:none;
	background: none;
	padding-left:0;
}


/*********** FOOTER STYLES ***********/

#footer {
	position: relative;
	top: 50px;
	border-top: 1px solid #ccc;
	padding: 20px 0 30px 0;
	font-size: 11px;
	color: #888;
	text-align: center;
	clear: both;
	margin: 20px 0 20px 0;
}


/*********** CONTENT-SPECIFIC STYLES ***********/


/**** PROFILE DETAILS ****/

.pane .controls td.controls_thumbnail .profile_thumb {
	background:url(../images/bg_thumb_lg.gif) no-repeat;
	height:100px;
	width:100px;
	padding:3px 4px 5px 4px;
}

#pane_publicProfileDetails .profile_thumb {
	background:url(../images/bg_thumb_lg.gif) no-repeat;
	height:100px;
	width:100px;
	padding:4px;
}



/**** RESOURCE DETAILS ****/

.resource_item {
	position: relative;
	margin-left:55px;
	overflow: visible;
}

.resource_item .file_icon {
	position:absolute;
	left: -55px;
}

.pane .container .resource_item h4 {
	margin-bottom: 2px;
}

.pane .container .resource_item p {
	font-size: 11px;
	margin:0;
}


/**** PENDING NETWORK INVITATIONS ****/

#pane_pendingNetworkInvitations td.pic {
	width:60px;
	padding: 2px 0;
}

#pane_pendingNetworkInvitations .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

#pane_pendingNetworkInvitations td.info {
	padding:4px 0 0 0;
}

#pane_pendingNetworkInvitations td.info p {
	margin: 0 0 0 0;
}

#pane_pendingNetworkInvitations .name {
	font-weight:bold;
	display:block;
}


/**** MY NETWORK LIST ****/

#pane_myNetwork .col_alpha_tabs {
	position:relative;
	float:left;
	margin-bottom: 8px;
	width:20px;
	background-color: #e6f3fb;
}

#pane_myNetwork .col_network_items {
	position:relative;
	float:left;
	margin-bottom: 10px;
	width:490px;
}

#pane_myNetwork .network_items {
	width:452px;
}

#pane_myNetwork td.pic {
	width:65px;
	padding: 2px 0;
}

#pane_myNetwork .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

#pane_myNetwork td.select_box {
	vertical-align: middle;
}

#pane_myNetwork td.select_box input {
	margin: 0 3px 5px 12px;
}

#pane_myNetwork td.info {
	padding:4px 0 0 0;
}

#pane_myNetwork td.info p {
	margin: 0 0 0 0;
}

#pane_myNetwork .name {
	font-weight:bold;
	display:block;
}

#pane_myNetwork .fav {
	background:url(../images/ast.gif) no-repeat center right;
}

#pane_myNetwork ul.alpha_tabs {
	margin-top: 5px;
	text-align: center;
}

#pane_myNetwork ul.alpha_tabs li {
	background: none;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1px;
	color: #95949a;
}

#pane_myNetwork ul.alpha_tabs li a {
	color: #fff;
	display: block;
	width: 100%;
	background-color: #95949a;
	text-decoration: none;
}

#pane_myNetwork ul.alpha_tabs li a:hover {
	background-color: #044e8d;
}


/**** FIRM OFFICE STATUS ****/

#div_officeListing table { 
	margin: 0 0 0 0;
}

#div_officeListing table td {

}

#div_officeListing table td.pic_col { 
	width: 60px;
	padding: 7px 0 7px 7px;
}

#div_officeListing .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
	margin: 0;
}


/**** SEARCH RESULTS - PEOPLE ****/

#pane_peopleSearchResults .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

#pane_peopleSearchResults .search_result_person_row_top td {
	border-bottom-style:none;
	padding-bottom:0;
}

#pane_peopleSearchResults td.pic {
	border-bottom-style:solid;
	padding: 2px 0;
	width: 65px;
}

#pane_peopleSearchResults td.name {
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

#pane_peopleSearchResults .search_result_person_row_bottom td {
	padding-top:0;
}

#pane_peopleSearchResults td.online_status {
	text-align:right;
}

/**** SEARCH RESULTS - FIRMS ****/

#pane_firmSearchResults .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

#pane_firmSearchResults .search_result_firm_row_top td {
	border-bottom-style:none;
	padding-bottom:0;
}

#pane_firmSearchResults td.pic {
	border-bottom-style:solid;
	padding: 2px 0;
	width: 65px;
}

#pane_firmSearchResults td.name {
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

#pane_firmSearchResults .search_result__firm_row_bottom td {
	padding-top:0;
}

/**** SEARCH RESULTS - GROUP ****/

#pane_groupSearchResults .thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

#pane_groupSearchResults .search_result_person_row_top td {
	border-bottom-style:none;
	padding-bottom:0;
}

#pane_groupSearchResults td.pic {
	border-bottom-style:solid;
	padding: 2px 0;
	width: 65px;
}

#pane_groupSearchResults td.name {
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

#pane_groupSearchResults .search_result_person_row_bottom td {
	padding-top:0;
}

#pane_groupSearchResults td.online_status {
	text-align:right;
}

/**** INBOX MESSAGE LIST ****/

#pane_inbox td.select_box {
	padding: 8px 0 0 5px;
	width: 20px;
}

/**** COURSE DETAILS ****/

table.course_metadata {
	width:220px;
}

table.course_metadata td {
	padding: 0 0 10px 0;
	border:none;
}

table.course_metadata td.label {
	text-align: left;
	width: 75px;
}

/********** UNCLASSIFIED ***********/

h2.reg_step { /**/
	color:#095a00;
	font-family: Arial, Verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
}

.thumb_lg { 
	background:url(../images/bg_thumb_lg.gif) no-repeat;
	height:63px;
	width:63px;
	padding:6px;
}

.thumb_sm {
	background:url(../images/bg_thumb_sm.gif) no-repeat;
	height:20px;
	width:20px;
	padding:3px;
}

.thumb { 
	background:url(../images/bg_thumb.gif) no-repeat;
	height:50px;
	width:50px;
	padding:5px;
}

.network_table {
	position:relative;
	width:630px;
	margin:0 0 20px 0;
}

.network_table td {
	padding:5px;
}

.new_mem {
	height:20px;
	background:url(../images/people.jpg) no-repeat bottom left;
	padding:2px 0 0 18px;
}

.new {
	background:url(../images/star.jpg) no-repeat bottom left;
	padding-left:17px;
}

#search_filter {
	background:#ffffeb;
	border:1px solid #cccccc;
	padding:20px;
	width:920px;
	margin:0 0 20px 0;
}

.info_table {
	width:100%;
	margin:0 0 20px 0;
}

.info_table th {
	color:#999999;
	border-bottom:1px solid #999999;
	font-size:9px;
}

.info_table td {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding: 7px 7px 7px 0;
}

/* Color Permutations */
	.pane			.info_table td	{ border-color: #c3e0f5; }
/*	.pane.app 		.info_table td	{ border-color: #d2eacf; }
	.pane.firm 		.info_table td	{ border-color: #e0d9e5; }
	.pane.network 	.info_table td	{ border-color: #f8e0ba; } */
 
#result a {
	background:url(../images/expand.gif) no-repeat center left;
	padding-left: 15px;
}

#result a.trig {
	background:url(../images/collapse.gif) no-repeat center left;
	padding-left: 15px;
}

.resource_cat {
	font-size: 10px;
	font-style: normal;
}

.status {
	width:100%;
	margin:0;
}

.status td {
	padding-bottom:8px;
}

a.watch_off {
	display:block;
	background:url(../images/watch_off.gif) no-repeat;
	height:15px;
	width:15px;
	text-indent:-3000px;
	float:left;
	margin:0 10px 0 0;
}

a.watch_on {
	display:block;
	background:url(../images/watch.gif) no-repeat;
	height:15px;
	width:15px;
	text-indent:-3000px;
	float:left;
	margin:0 10px 0 0;
}

.new_post {
	background:url(../images/star.jpg) no-repeat bottom right;
	padding-right:22px;
}

.attach {
	background:url(../images/attachment.gif) no-repeat 98% center;
}



a.reg {
	color:#ff6600;
	text-transform:uppercase;
	font-size:9px;
}

#group_info {
	background:#e6f2fb;
	border:1px solid #cccccc;
	padding:20px;
	width:920px;
	margin:0 0 20px 0;
}

#group_info h2 {
	color:#003a6b;
	margin:0 0 5px 0;
}

#join_info {
	background:#e4f7e2;
	border:1px solid #cccccc;
	padding:20px;
	width:920px;
	margin:0 0 20px 0;
}

#join_info h2 {
	color:#095a00;
	margin:0 0 5px 0;
}

a.btn_step1 {
	display:block;
	float:left;
	height:43px;
	width:60px;
	text-indent:-2000px;
	background: url(../images/btn_step1.gif) no-repeat;
}

a.btn_step2 {
	display:block;
	float:left;
	height:43px;
	width:60px;
	text-indent:-2000px;
	background: url(../images/btn_step2.gif) no-repeat;
}

a.btn_step3 {
	display:block;
	float:left;
	height:43px;
	width:60px;
	text-indent:-2000px;
	background: url(../images/btn_step3.gif) no-repeat;
}

a.btn_step4 {
	display:block;
	float:left;
	height:43px;
	width:43px;
	text-indent:-2000px;
	background: url(../images/btn_step4.gif) no-repeat;
}

a.btn_step1:hover, a.btn_step2:hover, a.btn_step3:hover, a.btn_step4:hover, a.current {
	background-position:0 -43px;
}

.register_header {
	/*background:#f9e4c2;*/
	background-color:#c3e0f5;
	font-weight:bold;
	font-size:14px;
}

.advertisement {
	font-size: 9px;
	color: #999;
}

.advertisement a {
	display: block;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	width: 254px;
}


/* ******* CONTENT TABS ********* */

.content_tabs {
	height: 18px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	margin: 0 0 20px 0;
	background: none;
}

.content_tabs a.content_tab {
	display: block;
	float: left;
	height: 18px;
	background-color: #e4e4e4;
	background-image: url(../images/tab_sm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;
	margin: 0 1px 0 0;
	color: #666;
	text-decoration: none;
}

.content_tabs a.content_tab div {
	height: 14px;
	background-image: url(../images/tab_sm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 10px 0 0;
	cursor: pointer;
}

.content_tabs a.content_tab:hover {
	background-color: #ccc;
	background-image: url(../images/tab_sm_left_on.gif);
	color: #333;
}

.content_tabs a.content_tab:hover div {
	background-image: url(../images/tab_sm_right_on.gif);
}

.content_tabs a.on {
	background-color: #ccc;
	background-image: url(../images/tab_sm_left_on.gif);
	color: #333;
}

.content_tabs a.on div {
	background-image: url(../images/tab_sm_right_on.gif);
}

.tab_div {
	display: none;
}

img.rating {
	height: 10px;
	width: 10px;
	margin: 0 1px 0 0;
	position: relative;
}

.poll_qr {
	margin: 0 0 3px 0;
	height: 30px;
	vertical-align: middle;
	font-size: 10px;
	clear: both;
	padding: 0;
}

.poll_qr .total {
	width: 150px;
	height: 28px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	overflow: hidden;
}

.poll_qr .total .pulse_1 {
  background-color:#f6bfb1;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_qr .total .pulse_2 {
  background-color:#c7dfde;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_qr .total .pulse_3 {
  background-color:#d3edba;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_qr .total .pulse_4 {
  background-color:#d8baed;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_qr .total .pulse_5 {
  background-color:#f6d2b1;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_qr .total .pulse_6 {
  background-color:#bae2ed;margin: 0; padding: 8px 0 0 0; height:100%;
}

.poll_fr {
	margin: 0 0 3px 0;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	clear: both;
	padding: 0;
}

.poll_fr .total {
	width: 400px;
	height: 28px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	overflow: hidden;
}

.poll_fr .total .pulse_1 {
  background-color:#f6bfb1;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_fr .total .pulse_2 {
  background-color:#c7dfde;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_fr .total .pulse_3 {
  background-color:#d3edba;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_fr .total .pulse_4 {
  background-color:#d8baed;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_fr .total .pulse_5 {
  background-color:#f6d2b1;margin: 0; padding: 8px 0 0 0; height:100%;
}
.poll_fr .total .pulse_6 {
  background-color:#bae2ed;margin: 0; padding: 8px 0 0 0; height:100%;
}

.blog_banner {
	position: relative;
	top: -6px;
	left: -6px;
}

.blog_date {
	float: right;
	vertical-align: middle;
	font-size: 10px;
	color: #666;
	padding: 0 0 0 15px;
	margin: 4px 0 0 0;
	background-image: url(../images/icon_clock.gif);
	background-repeat: no-repeat;
	font-weight: normal;
}

.blog_comments {
	vertical-align: middle;
	font-size: 10px;
	color: #8fb459;
	padding: 0 0 0 15px;
	margin: 12px 0 0 0;
	background-image: url(../images/icon_comments.gif);
	background-repeat: no-repeat;
	font-weight: normal;
}

.blog_comments a {
	color: #8fb459;
	text-decoration: none;
}

.list_short_desc {
	font-size: 10px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 12px;
}

#headlines {
	width: 670px;
	height: 26px;
	background-image: url(../images/headlines_rss.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#headlines p {
	margin: 5px 60px 0 110px;
}

#pager {
	text-align:center;
	color: #999;
}

#pager ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	position: relative;
}

#pager ul li {
	margin: 0 2px 0 0;
	padding: 0;
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background-image: url(../images/pager_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#pager ul li span {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 24px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#pager ul li a {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 24px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#pager ul li a:hover {
	background-image: url(../images/pager_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#pager_calendar {
	color: #999;
	float: right;
	position: relative;
}

#pager_calendar ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	position: relative;
}

#pager_calendar ul li {
	text-align:center;
	margin: 0 2px 0 0;
	padding: 0;
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background-image: url(../images/pager_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#pager_calendar ul li span {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 24px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#pager_calendar ul li a {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 24px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#pager_calendar ul li a:hover {
	background-image: url(../images/pager_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#pager_calendar ul li.current_month {
	width: 90px;
	background-image: url(../images/pager_btn_current_month.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
 
#pager_calendar ul li.current_month a {
	width: 90px;
}
 
 #pager_calendar ul li.current_month a:hover {
	background-image: url(../images/pager_btn_current_month_on.gif);
}

/* ******* SUPERHEADERS ********* */

.superheader_firm {
	position: relative;
	height: 33px;
	background-image: url(../images/superheader_firm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
}

.superheader_firm h2 {
	position: relative;
	color:#ffffff;
	padding: 0;
	top: 2px;
	overflow: hidden;
}

.superheader_firm .manage {
	top: 12px;
}

.superheader_firm .manage a {
	background-image:url(../images/header_gear_firm.gif);
}