@charset "UTF-8";
/* CSS Document */

#content p {
	margin: 0px 0px 10px;
}



/* ================
 *     CLASSES
 * ================
 */
 
 img.tab {
 	margin: 0px 5px -4px 0px;
	border: 0px none;
	padding: 0px;
 }
 

/* Style Overrides */

h1 {
	font-weight: bold;
	font-size: inherit;
	color: #333;
}

h2 {
	font-style: italic;
	font-size: inherit;
	color: #333;
}


.leadin,
.caption,
.photocredit,
.photoCredit {
	color: #698c69;
	text-transform: none;
}


.hrule {
	margin: 1em auto;
	border: 0px none;
}

p.footer {
	margin-bottom: 10px;
	font-style: italic;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active
{
font-size: 12px;
font-weight: normal;
}

#content a:link.pagenavtext,
#content a:visited.pagenavtext,
#content a:hover.pagenavtext,
#content a:active.pagenavtext
{
	font-size: 10px;
	font-weight: bold;
}

.imageBox a:link,
.imageBox a:visited,
.imageBox a:hover,
.imageBox a:active
{
font-size: inherit !important;
font-weight: inherit !important;
text-decoration: underline;
}

.sagePhotoBorder {
border: #c5d0c2 solid 1px;
}


/* ================
 *     OBJECTS
 * ================
 */
 
/* Logos */
 
#logo,
#breadcrumb
{
	margin: 0px auto 10px 0px;
}

/* Bread crumb trail */

#breadcrumb {
	font-size: 14px;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active
{
	color: #698c69;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

/* Question list */

#questionlist {
	border: 1px solid #b3c6b3;
	padding: 0px;
}

#questionlist h2 {
	display: block;
	margin: 0px;
	padding: 15px 25px;
	background-color: #698c69;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

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

#questionlist li {
	display: block;
	padding: 15px 25px;
}

#questionlist li p {
	margin: 0px;
}

#questionlist li.zebra {
	background-color: #ddf6dd;
}

#content #questionlist a:link,
#content #questionlist a:visited,
#content #questionlist a:hover,
#content #questionlist a:active
{
	color: #698c69;
	font-size: 14px;
}

#questionlist .submitter {
	color: #687068;
	font-size: 11px;
	margin-top: 5px;
}

/* question form */

#submission {
	display: block;
	border: 1px solid #aab4aa;
	background-color: #eef7ee;
	padding: 15px 20px;
}

#submission h2 {
	color: #6c796c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#submission table, 
#submission th, 
#submission tr, 
#submission td {
	margin: 0px;
	padding: 0px;
	width: auto;
}


#submission label {
	display: block;
	text-align: left;
	color: #2c2628;
	font-size: 11px;
	white-space:nowrap;
}

#submission input,
#submission textarea,
#submission select 
{
	border: 1px solid #aab4aa;
	padding: 2px;
	margin: 5px 10px 10px 0px;
}

#subject {width: 320px;}
#questn {width: 505px;}

#submit {
	margin: 10px auto -5px 0px;
}

/*  questions */
#question, 
#answer 
{
	color: #333;
	border: 1px solid #C5D0C2;
	padding: 10px 15px;
	margin: 0px 0px 15px;
}

#question p {
	font-size: 14px;
	bottom-margin: 0px;
}

#question .dropcap {
	display: block;
	float: left;
	padding: 0px;
	margin: -10px 10px 0px 0px;
	font-size: 48px;
	color: #adbdad;
}

#question .submitter {
	text-align: right;
	color: #687068;
	font-size: 12px;
	margin-top: 5px;
	padding: 0px;
	margin: 0px;
}

/* answers */

#answer {
	padding: 15px;
	background: url(/news/magazine/sage/images/answer-bg.gif) top left repeat-x;
}

#answer a:link,
#answer a:visited,
#answer a:hover,
#answer a:active,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active
{
	font-size: 13px;
	color: #557F54;
}

.callout {
	border: 1px dotted #687068;
	background-color: #eef7ee;
}

.callout h2 {
	font-style: normal;
	text-transform:none;
	font-weight: bold;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-width: 0;
	background-color: #eef7ee;
	color: #698c69;
}

