@import url(Design.css);
@import url(PostFacade.css);
@import url(CommentFacade.css);

/* <Print> */

body.Print
{
	background-color: #FFFFFF;
	margin: 10px;
}

body.Print table.RightSidebar, body.Print #RightSidebar, body.Print #Avatar
{
	display: none;
}

/* </Print */

ul.DropDownMenu
{
	display: none;
}

#MainContentArea
{
/* commented backslash hack \*/
	height: 350px;
	padding: 10px;
}
/* end hack */
html>body #MainContentArea {
	height:auto;
	min-height: 350px;
	padding: 10px;
}

#MainContentArea div.Brick
{
	padding-bottom: 10px;
}

#HomePageContentArea
{
}

#HomePageContentArea div.Title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-bottom: 10px;
}

#HomePageContentArea strong
{
	border-bottom: 1px solid #737373;
	padding-bottom: 5px;
	padding-right: 10px;
	white-space: nowrap;
}

#HomePageContentArea div.Brick
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 18px;
	padding-bottom: 10px;
}

#RightSidebar
{
	padding-top: 35px;
}

#Avatar
{
	position: absolute; 
	width: 200px; 
	z-index: 2;
	left: 401px; 
	top: 38px;
 }

#GlobalNavigationBar
{
	position: absolute;
	width: 262px; 
	height: 18px;
	z-index:1;
	left: 0px;
	top: 0px
}

#Breadcrumbs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 400px;
}

#Breadcrumbs a
{
	color: #000099;
	text-decoration: underline;
}

#Breadcrumbs a:hover
{
	text-decoration: underline
}



#Comments
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.Content
{
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

div.Content a
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

div.Content a:hover
{
	text-decoration: underline;
}

/* HOME PAGE : BEGIN */


.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

a.QuestionsAndAnswers
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

/* HOME PAGE : END */

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 12pt;
}

.textsml
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 11pt;
	color: #000000;
}

.textsml div.LongName
{
	font-weight: bold;
}

.textsml a
{
	color: #000000;
}

.textsml a:hover
{
	color: #000099;
}

.copy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
	width: 640px;
	text-align: center;
	margin-top: 4px;
	margin-left: 10px;
}

.copy a
{
	font-weight: normal;
    text-decoration: none;
	color: #000099
}

.copy a:hover
{
    font-weight: normal;
	text-decoration: underline;
	color: #000099
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.menu:hover
{
	color: #000099;
}

.sidebar
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 25px;
}

.sidebar li.SectionHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px #BFD3F6 solid;
	border-top: 1px #BFD3F6 solid;
	text-transform: lowercase;
	list-style-type: none;
}

.sidebar a
{
	font-weight: normal;
    text-decoration: none;
	color: #000000
}

.sidebar a:hover
{
    font-weight: normal;
	text-decoration: underline;
	color: #000099
}

/* CrewJournals: Begin */

div.CrewJournals a
{
	color: #000000;
	font-weight: bold;
}

div.CrewJournals a:hover
{
	color: #000099;
}

div.CrewJournals td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 90px;
}

div.CrewJournals div.LongName
{
	font-style: italic;
}

div.CrewJournals div.MostRecentArticle
{
	margin-left: 20px;
}


/* CrewJournals: End */