@charset "utf-8";
/* CSS Document */


/* RESETS
*************************************************/
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}


/* STYLE
*************************************************/
body {
	text-align:center;
	font-family:Arial,Verdana,sans-serif;
	font-size:8pt;
	/*
	background:#D5DDE6;
	*/
	background:url('../images/bg.jpg') repeat;
	color:#222222;
	margin:0 auto;
	padding:0;
}
h1, h2, h3, h4, h5, h6, td, th {
	font-family:Arial,Helvetica,sans-serif;
}
h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom:0pt none;
	color:#456D89;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:10px;
	color:#000000;
}
p {
	line-height: 1.3em;
	margin-bottom:10px;
}

ol,ul {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	}

ul.circle {
	list-style-type:circle;
	list-style-image:inherit;
	}

ul.disc {
	list-style-type:disc;
	list-style-image:none;
	margin: 20px;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	font-weight:bold;
	text-decoration:none;
}
a:link,
a:visited {
	color:#D05D1E;
	text-decoration:none;
}
a:hover {
	color:#D05D1E;
	text-decoration:underline;
}


hr {
	margin:20px auto;
	width:60%;
	height:1px;
	border:thin solid #efefef;
}


.hr-dots {
	width:100%;
	height:20px;
	margin-top:20px;
	background:url('../images/hr-300.gif') center no-repeat;
}



/* HOMEPAGE
*************************************************/
#explanations {
	width:464px;
	padding:12px;
	background-color:#EEEEEE;
}
#explanation_links {
	margin-bottom:10px;
}
.explanation_link {
	float:left;
	width:100px;
	height:90px;
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #999999;
	margin-right:8px;
	cursor:arrow;
}
.last {
	margin-right:0;
}
.hot {
	background-color:#FFCC33;
}
.explanation {
	background-color:#FFFFFF;
	padding:10px;
}



/* GENERAL FORM SETTINGS
*************************************************/
label {
	display:block;
	float:left;
	width:130px;
	text-align:right;
	vertical-align:text-bottom;
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-right:10px;
	margin-top:3px;
}
div.label-right {
	display:block;
	float:left;
	vertical-align:text-bottom;
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight:normal;
	margin-right:10px;
	margin-top:3px;
}


input {
	display:block;
	float:left;
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	width:200px;
	margin-bottom:10px;
	border-width:thin;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;
}
input[type='hidden'] {
	display:none;
}
select {
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	width:200px;
	margin-bottom:10px;
	border-width:thin solid #cccccc;
	padding:1px;
}
input.check_box {
	width:auto;
	margin-right:4px;
}
input.submit_btn {
	width:auto;
	borde-style:auto;
	border-width:auto;
	border-color:auto;
	padding:5px 10px;
}
input.newsl {
	width:170px;
}
input.wide {
	width:400px;
}
textarea {
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	width:300px;
	border:thin solid #cccccc;
	margin-bottom:10px;
	padding:3px;
}
textarea.wide {
	width:400px;
}

.field-desc {
	color:#999999;
	font-size:10px;
	font-weight:normal;
}
.field-detail {
	clear:both;
	color:#999999;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 10px 140px;
}
.error-message {
	clear:both;
	color:red;
	font-size:13px;
	font-weight:bold;
	margin:0 0 2px 140px;
}
.error_msg {
	clear:both;
	color:red;
	font-size:13px;
	font-weight:bold;
	margin:0 0 2px 140px;
}


/* COMPANY, TIP LIST VIEWS
*************************************************/
.entry { margin-top:25px; }
.entry h2 { margin:0; }
.entry p.author { color:#AAAAAA; margin:0; }
.entry p.summary { font-size:9pt; margin-bottom:4px; }
.entry p.links { margin:0 30px 3px 20px; }
.first { margin-top:0; }

p.important { font-size:9pt; margin-bottom:4px; }
p.important strong { font-size:9pt; margin:5px 0; }

.dp-icon {
	width:100px;
	height:16px;
	float:right;
	margin-right:3px;
}
.lc-icon {
	width:95px;
	height:16px;
	float:right;
	margin-right:3px;
}
.cat-icon {
	width:16px;
	height:16px;
	vertical-align:text-bottom;
}

.pagination-links {
	text-align:right;
	color:#999999;
}

/* NEWSLETTER SUBSCRIPTION
*************************************************/
/*

form.newsletter {  
 background-color: #CCCCCC;  
 color: #000000;  
 border: 1px solid #999999;  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 10px;  
 text-align: right;  
}

input.newsl {
	display:block;
	float:left;
	font-family:Verdana,Arial,Verdana,sans-serif;
	font-size: 12px;
	width:150px;
	margin-bottom:10px;
	border-width:thin;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;
}


/* LOGIN, REGISTRATION FORMS
*************************************************/
/*
#login_form label, 
#login_form input,
#reg_form label,
#reg_form input {
	width:120px;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
	vertical-align:middle;
}
#login_form label,
#reg_form label {
	font-size:auto;
	font-weight:bold;
	text-align:right;
	width:120px;
	padding-right:5px;
}
#login_form input.check_box,
#reg_form input.check_box {
	width:auto;
	margin-right:4px;
}
*/


/* LOGIN, REGISTRATION FORMS
*************************************************/
#login_form, 
#reg_form  {
	background:#FFFFFF none repeat scroll 0%;
	border:10px solid #CCCCCC;
	padding:15px 20px 10px;
	text-align:left;
}
#login_form input#password,
#reg_form input#password,
#reg_form input#passconf {
	margin-right:5px;
	width:100px;
}
.below_login {
	padding-top:5px;
	font-size:10px;
	text-align:right;
}
 

/* COMMENTS
*************************************************/
.comment {
	background:#F5F8FA;
	margin-bottom:5px;
}
.comment .text {
	float:left;
	width:320px;
	padding:10px;
	overflow:hidden;
}
.comment .details {
	float:left;
	width:120px;
	padding:10px;
	text-align:right;
}
.comment .details .author {
	font-weight:bold;
}
.comment .details .date {
	color:#999999;
	font-size:90%;
	line-height:0.9em;
}

.add_comment_max {
	text-align:right;
	margin-bottom:0;
	margin-right:100px;
	color:#CCCCCC;
}
   

/* COMPANY FORM
*************************************************/
.section_bar {
	padding:5px 10px;
	cursor:pointer;
	position:relative;
	background:#EEEEEE;
	border:thin solid #CCCCCC;
}
#col2 #add_form h2 {
	margin-top:0;
	color:#888888;
}
/** allow regular lists in cold2 **/
#col2 ul { margin: 20px; list-style: disc;}

.section {
	padding:10px;
	border-right:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	border-bottom:thin solid #CCCCCC;
}
.section-clear {
	clear:both;
	margin-bottom:2px;
}
.toggle-closed {
}
.toggle-open {
}



/* STRUCTURE
*************************************************/
#header {
	text-align:left;
	width:970px;
	margin:0 auto;
}
	#header .top {
		width:970px;
		height:20px;
		background:url('../images/header-bg-top.gif') no-repeat;
	}
	#header .middle {
		width:970px;
		height:80px;
		background:url('../images/header-bg.gif') repeat-y;
	}
		#header .middle .logo {
			float:left;
			margin-left:28px;
			margin-top:7px;
		}
		#header .middle .auth {
			float:right;
			text-align:right;
			margin-top:15px;
			margin-right:25px;
		}
	#header .navbar {
		width:970px;
		height:40px;
		/**background:url('../images/header-bg-nav.gif') no-repeat;**/
		background:url('../images/nav/bar.png') no-repeat;
	}
		#header .navbar .sections {
			float:left;
			margin-top:10px;
			margin-left:25px;
		}
			#header .navbar .sections img {
				padding-right:10px;
			}
		#header .navbar .search {
			float:right;
			text-align:right;
			width:300px;
			margin-top:10px;
			margin-right:21px;
		}
			#header .navbar .search form {
				 float:right;
			}

#header2 {
	text-align:left;
	width:970px;
	margin:0 auto;
}
	#header2 .top {
		width:970px;
		height:20px;
		background:url('../images/header-bg-top.gif') no-repeat;
	}
	#header2 .middle {
		width:970px;
		height:80px;
		background:url('../images/header-bg.gif') repeat-y;
	}
		#header2 .middle .logo {
			float:left;
			margin-left:28px;
			margin-top:7px;
		}
		#header2 .middle .auth {
			float:right;
			text-align:right;
			margin-top:15px;
			margin-right:25px;
		}
	#header2 .navbar {
		width:966px;
		height:40px;
		margin-left:2px;
		/**background:url('../images/header-bg-nav.gif') no-repeat;**/
		background:url('../images/bkgd_blue.jpg')  repeat-x;
	}
		#header2 .navbar .sections {
			float:left;
			margin-top:10px;
			margin-left:25px;
		}
			#header2 .navbar .sections img {
				padding-right:10px;
			}
		#header2 .navbar .search {
			float:right;
			text-align:right;
			width:300px;
			margin-top:5px;
			margin-right:0px;
		}
			#header2 .navbar .search form {
				 float:right;
			}

#content-top {
	margin:0 auto;
	width:970px;
	height:19px;
	background:url('../images/content-bg-top.gif') no-repeat;
}

#content {
	margin:0 auto;
	text-align:left;
	width:970px;
	background:url('../images/content-bg.gif') repeat-y;
}

#footer {
	margin:0 auto;
	text-align:left;
	width:970px;
	height:65px;
	background:url('../images/content-bg-bottom.gif') no-repeat;
	color:#dddddd;
}
	#footer p {
		padding:15px 25px;
	}
	#footer a {
		color:#FFFFFF;
	}
	#footer a:hover {
		color:#FFFFFF;
		text-decoration:none;
	}



#col1 {
	float:left;
	width:210px;	
	margin-left:15px;
	min-height:600px;
	overflow:hidden;
}
	#col1 .col210 h1 { margin-top:0; margin-bottom:0; }
	#col1 .col210 h2 { margin-top:0; margin-bottom:5px; }
	#col1 .col210 p { margin-bottom:5px; line-height:1.05em; }
	
	#col1 ul.alpha-nav li {
		float:left;
		font-size:1.6em;
		font-weight:bold;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;	
	}
	#col1 ul.alpha-nav li a {
		display:block;
		padding:0.15em 0.3em 0.15em 0;
	}
	
	#col1 .logo {
		margin:10px 0;
		text-align:center;
	}
	
	.cat-left { float:left;	width:20px; margin-bottom:5px;}
	.cat-right { float:left; width:160px; margin-bottom:5px;}
	.cat-right h3 {margin-top:0; margin-bottom:3px;}

/*
	#col1 .section {
		background:url('../images/col1-section-bg.jpg');
		background-repeat:no-repeat;
		padding:10px;
		min-height:190px;
	}
	#col1 h1 {
		margin-top:0;
	}
	#col1 h1 .right {
		font-size:0.8em;
		font-weight:bold;
		position:absolute;
		right:1em;
		top:0.8em;
	}
	#col1 h3 {
		color:#666666;
		margin-top:3px;
	}
	#col1 p { margin-bottom:2px; }
	#col1 ul.col1_alpha_nav li {
		float:left;
		font-size:1.6em;
		font-weight:bold;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;	
	}
	#col1 ul.col1_alpha_nav li a {
		display:block;
		padding:0.15em 0.3em 0.15em 0;
	}
*/

#col2 {
	float:left;
	width:480px;	
	margin-left:20px;
	overflow:hidden;
}
	#col2 h1 { font-size:22px; }
	#col2 h2 { margin-top:15px; }
	#col2 p.larger { font-size:13px; line-height:18px; }
	
#col3 {
	float:left;
	width:210px;	
	margin-left:20px;
	overflow:hidden;
}
	#col3 .col210 h1 { margin-top:0; margin-bottom:0; }
	#col3 .col210 h3 { margin-top:0; margin-bottom:5px; }
	#col3 .col210 p { margin-bottom:5px; line-height:1.05em; }




.col210-top {
	width:210px;
	height:7px;
	background:url('../images/col210-bg-top.gif');
}
.col210 {
	width:180px;
	padding:3px 15px;
	background:url('../images/col210-bg.gif') repeat-y;
}
.col210-bottom {
	width:210px;
	height:7px;
	background:url('../images/col210-bg-bottom.gif');
	margin-bottom:10px;
}




/* GENERAL
*************************************************/
.clear {
	clear:both;
}
.right {
	float:right;
	padding:0 0 10px 20px;
}
.left {
	float:left;
	padding:0 20px 10px 0;
}
.hide {
	display:none;
}


/* TIPS
*************************************************/
.tips_category_col {
	float:left;
	width:190px;
	padding:15px;
	margin-right:15px;
	background:url('../images/tips_green_col_bg.gif');
	background-repeat:no-repeat;
}
.tips_category_col h3 {
	margin-top:0;
	margin-bottom:10px;
}
.tips_category_col hr {
	background-color:#91CA7B;
	margin-bottom:15px;
}


/* ???
*************************************************/
.alert {
	border: 1px solid #e7dc2b;
	background: #fff888;
}
.success {
	border: 1px solid #669966;
	background: #88ff88;
}
.error {
	border: 1px solid #ff0000;
	background: #ffaaaa;
}
#verify-form {
	border: 1px solid #777777;
	background: #dddddd;
	margin-top: 1em;
	padding-bottom: 0em;
}




/* HOMEPAGE
*************************************************/
.stats_table { width:100%; }
.stats_table_l { text-align:left; }
.stats_table_r { text-align:right; }



/* COMPANIES
*************************************************/
p.subtitle {
	font-size:14px;
	font-style:italic;
	color:#888888;
	margin-bottom:0;
}

/* TAG CLOUD
*************************************************/
.tag { line-height:2em; }
.tag-s { margin:0 0.5em; }
.tag-m { font-size:1.4em; margin:0 0.5em; }
.tag-l { font-size:1.6em; margin:0 0.5em; }
.tag-xl { font-size:1.8em; font-weight:bold; margin:0 0.5em; }


/* BANNER ADS
*************************************************/
.ads-rsidebar { text-align:center; }
.ads-rsidebar img { margin-top:30px; }


/* ADMIN BUTTON HIGHLIGHT
*************************************************/
.admin {
	border:1px solid red;
	padding:0 5px;
	margin-top:5px;
}
a.admin {
	background-color:white;
	color:red;
}
a:hover.admin {
	background-color:red;
	color:white;
}


#col2-wide {
	float:left;
	width:1024px;	
	margin-left:15px;
	min-height:600px;
	overflow:hidden;
}

#col2_3 {
	float:left;
	width:700px;	
	margin-left:15px;
	min-height:600px;
	overflow:hidden;
}


#col2 .col490 h1 { margin-top:0; margin-bottom:0; }
#col2 .col490 h2 { margin-top:0; margin-bottom:5px; }
#col2 .col490 p { margin-bottom:5px; line-height:1.05em; }


.col490-top {
	width:490px;
	height:7px;
	background:url('../images/col490-bg-top.gif');
}
.col490 {
	width:460px;
	padding:3px 15px;
	background:url('../images/col490-bg.gif') repeat-y;
}
.col490-bottom {
	width:490px;
	height:7px;
	background:url('../images/col490-bg-bottom.gif');
	margin-bottom:10px;
}



.col490-spacing-top {
	width:490px;
	height:7px;
}
.col490-spacing {
	width:490px;
	padding:3px 0px;
}
.col490-spacing-bottom {
	width:490px;
	height:7px;
	margin-bottom:10px;
}

tr.data_row1 td { background: #f6f6f6; padding: 7px 6px 7px 4px;}
tr.data_row0 td { background: #fff; padding: 7px 6px 7px 4px;}

.orange { color: #D05D1E; }

#event-details { font-size: 14px; }
#event-details div.label { 	
	display:block;
	float:left;
	width:160px;
	text-align:left;
	vertical-align:text-bottom;
	font-weight:normal;
	margin: 3px 10px 3px auto;
    color: #D05D1E;
}
#event-details div.data { 	
	display:block;
	float:left;
	text-align:left;
	vertical-align:text-bottom;
	font-weight:normal;
	margin: 3px 10px 3px auto;
}

/* NAVIGATION BAR
*************************************************/

#page-wrap					{ width: 966px; float:left;color:#FFF;} 
a									{ text-decoration: none; }
ul									{ list-style: none; }


/* LEVEL ONE */
ul.dropdown { position: absolute; background-image:url(../images/bkgd_blue.jpg); background-repeat:repeat-x; width: 740px;}
ul.dropdown li  { font-weight: normal; float: left; font-family:Arial,Verdana,sans-serif; font-size:11px;}
ul.dropdown a:hover { color: #FFF; text-decoration: none;}
ul.dropdown a:active { color: #ffa500; }
ul.dropdown li a { display: block; padding: 8px 25px 8px 25px; border-right: 1px solid #F7F7F7; color: #FFF; }
ul.dropdown li:last-child a  { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover  { background: #ff8a00; color: black; position: relative;}
ul.dropdown li.hover a { color: black; }


/* LEVEL TWO */
ul.dropdown ul { width: 190px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none; font-size:11px;}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; font-size:11px;}


/**** member module styles
*************************************************/
div.tableBorderFrame {
background:#FFFFFF none repeat scroll 0 50%;
border:10px solid #CCCCCC;
padding:15px 20px 10px;
text-align:left;
	
}
.tableborder .tableHeading
{
	border-bottom: 0pt none;
	color: rgb(69, 109, 137);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tableborder select
{
	float: none;
	width: 225px;
}
.tableborder input.input
{
	border: thin solid #CCCCCC;
	display: block;
	font-family: Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 3px;
	width: 225px;
}
div.itempad
{
	clear: both;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px;
}
.tableborder input.checkbox
{
	display: inline;
	width: auto;
}
.tableCellTwo .defaultBold, .tableCellOne .defaultBold
{
	font-family: Verdana,Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.tableCellTwo
{
	padding-right: 10px;
	text-align: right;
	width: 150px;
}

.tableCellOne{
		width: 225px;
}

table#memberlist td.memberlistRowTwo {
	padding: 10px;
	background-color: #CCCCCC;
}
table#memberlist td.memberlistRowOne {
	padding: 10px;
	margin:12px;
}



/** more profiles **/
/* PROFILE */
/*  Member Templates */
/* 22.MEMBERS
---------------------------------------------------------------------- */

/* CONTROL PANEL 
div#navigation_sec.member_cp { 
width:270px; padding:10px; float:left; background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/green_40.png); margin:35px 30px 30px 10px; font-size:11px; line-height:16px; }*/
/*div#content_pri.member_cp  { width:610px; margin:0 0 0 10px; }*/


div#navigation_sec.member_cp {
float:left;
margin-left:15px;
min-height:600px;
overflow:hidden;
width:210px;
}


#col1a {
	float:left;
	width:210px;	
	margin: 0 15px;
	min-height:600px;
	overflow:hidden;
}
	#col1a .col210 h1 { margin-top:0; margin-bottom:0; }
	#col1a .col210 h2 { margin-top:0; margin-bottom:5px; }
	#col1a .col210 p { margin-bottom:5px; line-height:1.05em; }



div#page_header.member_cp  a.viewprofile { display:block; width:182px; height:22px; background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/member_viewprofile.jpg) no-repeat left top; text-indent:-9999em; position:absolute; right:10px; top:25px; }
.member_cp div#page_header a.viewprofile:hover,
.member_cp div#page_header a.viewprofile:focus { background-position:left bottom; }

div#navigation_sec.member_cp h4 { color:#fff; border-bottom:1px solid #b1b1a9; font-size:12px; padding-bottom:5px; position:relative; }
div#navigation_sec.member_cp h4 a.expand { position:absolute; right:0; top:0; display:block; height:14px; width:14px; background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/controlpanel_expand.jpg) no-repeat bottom left; text-indent:-9999em; }
div#navigation_sec.member_cp h4 a.expand.open { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/controlpanel_expand.jpg) no-repeat top left; }
/**
div#navigation_sec.member_cp a:link,
div#navigation_sec.member_cp a:visited { color:#ddd; }
div#navigation_sec.member_cp a:hover,
div#navigation_sec.member_cp a:focus { color:#fff; }
**/
div#content_pri table { width:610px; background:none;}
div#content_pri table th { background:none; }
div#content_pri table tr { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_60.png); }
div#content_pri table tr.alt { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_40.png); }

/* PROFILE */
div#content_pri.member_profile, div#content_pri.member_cp  { width:450px; float:left; margin:0 30px 30px 10px; }
div#content_sec.member_profile, div#content_sec.member_cp  { width:450px; float:left; margin:0 0 30px 0; }

h3.statistics {height:11px; font-family:'Cooper Black',miso,'Georgia',serif; color:#f47424; font-size:18px; }
h3.personalinfo {height:11px; color:#47472C; font-family:'Cooper Black',miso,'Georgia',serif; font-size:18px;}
h3.biography {height:11px; color:#47472C; font-family:'Cooper Black',miso,'Georgia',serif; font-size:18px; margin-top:20px;}

div#memberprofile_main { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/green_20.png); width:300px; padding:10px; margin:40px 0 0 10px; float:left; }
div#memberprofile_main img { float:left; margin:0 10px 10px 0; }
div#memberprofile_main h3 { margin:5px 0 10px 0; }
div#memberprofile_main ul { clear:both; margin:0; padding:10px 0; font-size:12px; }
div#memberprofile_main ul a { color:#666; }

div#memberprofile_photo { float:left; width:250px; height:220px; background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/memberprofile_photo_bg.png) no-repeat center center; position:relative; left:-20px; }
div#memberprofile_photo img { width:206px; height:176px; border:3px solid #6b5f57; position:absolute; top:20px; left:20px; }

div#memberprofile_communicate { width:270px; padding:10px; margin:20px 10px 0 0; float:right; background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/green_40.png); }
div#memberprofile_communicate h3.communicate { width:83px; height:12px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color:#EBEBEB; text-transform: uppercase; margin-bottom:10px; }
div#memberprofile_communicate table { width:270px; font-size:10px; background:none; }
div#memberprofile_communicate table tr { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_40.png); }
div#memberprofile_communicate table tr.alt { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_20.png); }
div#memberprofile_communicate table th { font-weight:normal; font-size:10px; background:none; padding:4px; }
div#feature div#memberprofile_communicate table td { padding:4px; color:#444;}

div#content_pri.member_cp table,
div#content_sec.member_cp table { width:100%; background:none; margin-bottom:30px; }
div#content_pri.member_cp table th,
div#content_sec.member_cp table th { background:none; }
div#content_pri.member_cp table tr,
div#content_sec.member_cp table tr { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_60.png); }
div#content_pri.member_cp table tr.alt,
div#content_sec.member_cp table tr.alt  { background:url(http://ee.wipwiki.com/themes/site_themes/agile_records/images/white_40.png); }

/* Private Messages: Move and Copy pop-up menu control */
#movemenu {position: absolute !important; top: 410px !important; left: 390px !important; border: 0 !important;}
#copymenu {position: absolute !important; top: 410px !important; left: 332px !important; border: 0 !important;}

table.calendar td { padding: 4px; border: 1px solid #ccc; }
table.calendar th { text-align: center;}
.highlight_data { background-color: #7b93ab; }
.highlight_data a {color: black; }

.event_mapmarker { width: 220px; }

.event_mapmarker h2 { color: #456D89;}

/* MARKETPLACE
*************************************************/
#postbox {
		border-color: #cccccc;
		background-color: transparent;
		border-style: solid;
		border-width: 2px;
		padding: 10px;
		width: 135px;
		margin-right:10px;
		display: inline-block;
		}

#featuredpost {
		background-color: #cccccc;
		border-style: none;
		width: 460px;
		padding: 10px;
		display: inline-block;
		vertical-align:top;
		}
#featuredpost h2 {
		margin-top:0px;
		}
#mktadblock {
		border-color:#000000;
		border-style: solid;
		border-width: 1px;
		width: 125px;
		height: 125px;
		margin-left:15px;
		margin-right:15px;
		display: inline-block;
		}
#postlisting {
		font-family: Arial, Helvetica, sans-serif;
		width:100%;
		border-collapse:collapse;
}
#postlisting td, #postlisting th {
		font-size:11px;
		padding:3px 7px 2px 7px;
}
#postlisting tr {
		font-size:11px;
		text-align:left;
		padding-top:5px;
		padding-bottom:4px;
		background-color:#456d89;
		color:#ffffff;
}
#postlisting tr.postrow1 td {
		color:#000000;
		background-color:#ffffff;
}
#postlisting tr.postrow2 td {
		color:#000000;
		background-color:#cccccc;
}
img.featuredimage {
		display:inline;	
		float:left;
		margin-right: 6px;
		height: 100px;
		width: auto;
}



/* Formatting Buttons ------------------------------------------------------ */ .buttonMode { background-color: transparent; color: #73769D; font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; font-size: 10px; white-space: nowrap; } .htmlButtonOutter, .htmlButtonOutterL { background-color: #f6f6f6; border-bottom: #333 1px solid; border-right: #333 1px solid; border-top: #333 1px solid; padding: 0; } .htmlButtonOutterL { border-left: #333 1px solid; } .htmlButtonInner { background-color: transparent; border-bottom: #ccc 1px solid; border-left: #fff 1px solid; border-right: #ccc 1px solid; border-top: #fff 1px solid; padding: 0 3px 0 3px; text-align: center; } .htmlButtonOff { font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif; font-size: 11px; font-weight: bold; padding: 1px 2px 2px 2px; white-space: nowrap; } .htmlButtonOff a:link { color: #000; text-decoration: none; white-space: nowrap; } .htmlButtonOff a:visited { text-decoration: none; } .htmlButtonOff a:active { color: #999; text-decoration: none; } .htmlButtonOff a:hover { color: #999; text-decoration: none; } .htmlButtonOn { background: #f6f6f6; font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif; font-size: 11px; font-weight: bold; padding: 1px 2px 2px 2px; white-space: nowrap; } .htmlButtonOn a:link { color: #990000; text-decoration: none; white-space: nowrap; } .htmlButtonOn a:visited { text-decoration: none; } .htmlButtonOn a:active { color: #999; text-decoration: none; } .htmlButtonOn a:hover { color: #999; text-decoration: none; } .htmlButtonA { font-family: Lucida Grande, Verdana, Geneva, Sans-serif; font-size: 11px; font-weight: bold; padding: 2px 3px 3px 3px; white-space: nowrap; } .htmlButtonB { background: #E1E3EC; font-family: Lucida Grande, Verdana, Geneva, Sans-serif; font-size: 11px; font-weight: bold; padding: 2px 3px 3px 3px; white-space: nowrap; } .htmlButtonA a:link { color: #000; font-weight: bold; text-decoration: none; white-space: nowrap; } .htmlButtonA a:visited { text-decoration: none; } .htmlButtonA a:active { color: #999; text-decoration: none; } .htmlButtonA a:hover { color: #999; text-decoration: none; } .htmlButtonB a:link { color: #990000; font-weight: bold; text-decoration: none; white-space: nowrap; } .htmlButtonB a:visited { text-decoration: none; } .htmlButtonB a:active { color: #999; text-decoration: none; } .htmlButtonB a:hover { color: #999; text-decoration: none; } 

.tweetblock {
	float:right;
}

#sharespace {margin: 10px 0; padding: 8px 10px; overflow: hidden; background: #fff; border: 1px solid #eee;
}

.sharebox-twit {width: 90px;
	padding-top: 10px;
	text-align: center;
	float: left;
	background-color: #FFF;
}

.sharebox-fb {
	padding-top: 10px;
	text-align: center;
	margin-right: 20px;
	float: left;
	background-color: #FFF;
}

.sharebox-goog {width: 90px;
	padding-top: 10px;
	text-align: center;
	margin-right: 10px;
	float: left;
	background-color: #FFF;
}

.sharebox-stum {
	width: 70px;
	padding-top: 10px;
	text-align: center;
	margin-right: 25px;
	float: left;
	background-color: #FFF;
}

/* API CATALOG
*************************************************/
#apilisting {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#apilisting td {
	font-size:11px;
	padding:3px 7px 2px 7px;
}

#apilisting tr {
	font-size:11px;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
}

#apilisting tr.apirow1 td {
	color:#000000;
	background-color:#ffffff;
}

#apilisting tr.apirow2 td {
	color:#000000;
	background-color:#cccccc;
}
