/* This style sheet is used to apply the Community Server styles to FrontPage web pages
   using FrontPage's top and bottom borders. The body contents needs to be inside a div:
   <body>
		<div class="CommonContentArea">
		This is the body of the page
		</div>
   </body>
*/


<STYLE TYPE="text/css" MEDIA="screen">
<!--
@import url(Common.css);
@import url(Blog.css);
@import url(Home.css);





/* 
Simple Tab Strip Styles 
*/

.CommonSimpleTabStripTabSmall
{
/*	color: white; */
	font-family: Arial,Helvetica,sans-serif,Tahoma; 
	cursor:pointer;
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	font-size:10px; 
	height: 25px;
}
.CommonSimpleTabStripTab A:LINK, .CommonSimpleTabStripTab A:VISITED, .CommonSimpleTabStripTab A:ACTIVE,
.CommonSimpleTabStripTabSmall A:LINK, .CommonSimpleTabStripTabSmall A:VISITED, .CommonSimpleTabStripTabSmall A:ACTIVE
{
/*	color: white;*/
	text-decoration: none;
}

.CommonSimpleTabStripTab a:hover, .CommonSimpleTabStripTabSmall a:hover 
{
	color: white;
	text-decoration: underline;
}

.CommonSimpleTabStripTabHoverSmall
{
	font-family: Arial,Helvetica,sans-serif,Tahoma; 
	color: #FFFFFF;
	cursor:default;
/*	background-color: #386182;*/
	background-color:#9CBED9;
	border-color: #ffffff;
	cursor:pointer;
	background-repeat:repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	font-size:10px; 
	height: 25px;
}

.CommonSimpleTabStripSelectedTabSmall
{
	font-family: Arial,Helvetica,sans-serif,Tahoma; 
	font-size:10px; 
	font-weight: bold;
	color: #FFFFFF;
	cursor:default;
/*	background-color: #D0E0EF;*/
/*	background-color: #40698A;*/
/*	background-color:#8CAEC9;*/
	background-color:#9CBED9;
	border-color: #ffffff;
	cursor:pointer;
	background-repeat:repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
}

/* 
Tab Strip Styles 
*/

.CommonLevel2Group
{
	background-color:silver; 
}

.CommonLevel2Tab 
{
  font-family: Arial,Helvetica,sans-serif,Tahoma; 
  font-size:11px; 
  cursor:default;
}

.CommonLevel2TabHover 
{
  font-family: Arial,Helvetica,sans-serif,Tahoma; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.CommonSelectedLevel2Tab 
{
  background-color:#8CAEC9;
  font-family: Arial,Helvetica,sans-serif,Tahoma; 
  font-size:11px; 
  border: 1px solid #AAAAAA;
  border-right-color: #F6F6F6;
  border-bottom-color: #F6F6F6;  
  cursor:pointer;
}







.CommonContentArea
{
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
.CommonTitleBar
{
	padding-bottom: 0px;
}
body, p, td, th, li, dt, dd	{font-family: Arial, Helvetica, sans-serif; font-size: 12px}
pre				{font-family: Courier New, Courier, Lucida Console; font-size: 11px}
.caption		{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px }
.codeprop	 	{font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin-left: 20px;
				padding: 5 px; padding-left: 8px; background-color: #F0F5F9 }
.codefixed		{font-family: Courier New, Courier, fixed; font-size: 11px; margin-left: 20px;
				padding: 5 px; padding-left: 8px; background-color: #F0F5F9 }
.subhead		{font-family: Arial, Helvetica, sans-serif; font-size: 16px}
ul.list_space li, ol.list_space li	{margin-bottom: 9pt}
.tiny			{font-size: 9px}
.small			{font-size: 10px}
-->
</STYLE>

/* For some reason this gets used regardless of MEDIA type so I disabled it
<STYLE TYPE="text/css" MEDIA="print">
<!--
	BODY
-->
</STYLE>
*/
