/*
Blog Style Overrides
*/

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-image: url(../images/blogs.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 70px;
	min-height: 46px;
}

.BlogPostArea.External
{
    background-image: url(../images/external.png);
}

.BlogPostArea.None
{
    background-image: none;
    padding-left: 0;
}

.BlogPostHeader
{
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

.BlogRating
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0 0;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	background-image: url(../images/Common/blog_comment_background.gif);
	line-height: 20px;
	color: #666666;
}

.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover
{
	color: #666666;
	text-decoration: none;
}

.BlogPostContent
{
	font-size: 100%;
}

.BlogPostFooter
{
	margin: 8px 0 0 0;
	color: #000;
	font-size: 80%;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogLastPostColumn
{
	width: 25%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}

/* Links */

UL.BlogLinkCategoryLinkList
{
	padding: 0;
	margin: 0 0 0 24px;
	list-style-type: square;
}

UL.BlogLinkCategoryLinkList li
{
	padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a
{
	font-weight: bold;
}

.BlogLinkCategoryArea
{
	padding: 4px;
}

.BlogSubscriptionItem
{
	margin-bottom: 3px;
}

/* 
Futurecom Blog additions
*/

body, html {
  margin:0px;
  padding:0px;
  background-color:#e5f5e5;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  font-size:11px;
  line-height:16px;
  color:#333333;
}

table {
  background-color:#e5f5e5;
}

td {
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  font-size:11px;
  color:#333333;
}

#fbWrapper {
  width:789px;
  height:100%;
  background-image:url(/themes/futurecom/images/futurecom/bg_content.jpg);
  background-repeat:repeat-y;
  text-align:left;
}

a {
  color:#333333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

div.spacer {
  font-size:0px;
  margin:0px;
  padding:0px;
}

hr {
  height: 1px;
  color: #CCCCCC;
  background-color: #CCCCCC;
  border: none;
  padding:0px;
  margin: 5px 0px 5px 0px;
}

div.dotLine {
  height:1px;
  background-image:url(/themes/futurecom/images/futurecom/bg_dotline.gif);
  background-repeat:repeat-x;
  font-size:0px;
  /* margin-bottom:-1px; */
}

html>body div.dotLine {
  margin-bottom:0px;
}

dd {
  margin: 0px;
  padding:0px;} 
  
h3 {
  font-size:13px;
  color:#006600;
}

#mainNoSideBar {
  padding: 2em;
}

/*************************
buttonStyles */
.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED, .CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

/*************************
headerStyles */

#header {
  width:761px;
  margin: 0px 14px 0px 14px;
}

#fbHeader {
  width:761px;
  margin: 0px 14px 0px 14px;
}

.fbHeadVisual {
  padding:0px;
  margin:25px 0px 15px 0px;
  /*margin-top:25px;
  margin-bottom:15px; */
}

.CommonTitle {
  font-size: 240%;
  padding: 5px 0px 0px 0px;
  margin: 4px 0px 16px 15px;
}

.CommonDescription {
  margin: 0px 0px 16px 15px;
}

.CommonPagingArea {
  margin: 0px 0px 0px 15px;	
}

/*************************
sideContentStyles */

#CommonSidebarRight .CommonSidebar {
  float: right;
  width:233px;
  vertical-align:top;
  /* overflow: hidden; */
  background-color: white;
  margin-right: 14px;
  padding-left: 10px;
}

#CommonSidebarLeft .CommonSidebar {
  width:200px;
  overflow: hidden;
  margin-left: 25px;
}

.CommonSidebarArea {
  width: 219px;
  padding-bottom:0px;
  overflow: hidden;
}

.CommonSidebarHeader {
  color: #333333;
  font-size:11px;
  padding: 5px 8px 4px 8px;
  margin: 0px;
  background-color:#ccebcc;	
  background-image: url(/themes/futurecom/images/futurecom/sidebar-header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom-width:0px;
}

.CommonSidebarContent{
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccebcc;
  background-color: #ffffff;
  overflow: hidden;
  margin-top:0px;
  margin-bottom:12px;
}

.CommonSidebarContent table {
  background-color: #ffffff;
}

.CommonSidebarList, .CommonSidebarTagCloud {
	margin: 0px;
	padding: 0px;
}

.CommonSidebarList li, .CommonSidebarTagCloud li, ul.CommonSidebarList li 
{
	margin-bottom: 5px;
	list-style-type: none;	
	margin-left: 0px;
	color: #698d73;
}

.FCCommonSidebarTagCloud {
  margin: 0px;
  padding: 0px;
}

.FCCommonTag {
  background-color: white;
  padding-bottom: 2px;
}

.FCCommonTag1, .FCCommonTag2, .FCCommonTag3, .FCCommonTag3, .FCCommonTag4, .FCCommonTag5, .FCCommonTag6 {
  margin: 0;
  padding: 0;
  display: inline;
}

/* inline Elemente liegen alle auf derselben Linie, sprich der hoechste Text gibt die Hoehe vor */
.FCCommonTag1 a:link, .FCCommonTag1 a:visited, .FCCommonTag1 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #000;
	font-size: 225%;
	line-height: 170%;
	font-weight: 900;
}

.FCCommonTag2 a:link, .FCCommonTag2 a:visited, .FCCommonTag2 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #111;
	font-size: 160%;
	font-weight: 800;
}

.FCCommonTag3 a:link, .FCCommonTag3 a:visited, .FCCommonTag3 a:active{
	margin-right: 6px;
	text-decoration: none;
	color: #222;
	font-size: 150%;	
	font-weight: 600;
}

.FCCommonTag4 a:link, .FCCommonTag4 a:visited, .FCCommonTag4 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #333;
	font-size: 120%;	
	font-weight: 500;
}

.FCCommonTag5 a:link, .FCCommonTag5 a:visited, .FCCommonTag5 a:active{
	margin-right: 6px;
	text-decoration: none;
	color: #444;
	font-size: 100%;	
	font-weight: 300;
}

.FCCommonTag6 a:link, .FCCommonTag6 a:visited, .FCCommonTag6 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #555;
	font-size: 90%;	
	font-weight: 200;
}

.FCCommonTag1 a:hover, .FCCommonTag2 a:hover, .FCCommonTag3 a:hover, .FCCommonTag4 a:hover, .FCCommonTag5 a:hover, .FCCommonTag6 a:hover{
	text-decoration: underline;
}

/*************************
calenderStyles*/

table.BlogCalendar
{ 
  color:#333333;
  font-size: 11px;
  width: 200px;
  text-align: center;
  background-color: white;
}

.BlogCalendar A:LINK, .BlogCalendar A:ACTIVE, .BlogCalendar A:VISITED {
  color:#595959;
  font-weight:bold;
  text-decoration: none;
}

.BlogCalendar A:VISITED {
  color:#595959;
  font-weight:bold;
  text-decoration: none;
}

/*************************
mainContentStyles */

.Common {
  width:789px;
  height:100%;
  margin:0px;
  padding: 0px;
  background-color: white;  
  background-image:url(/themes/futurecom/images/futurecom/bg_content.jpg);
  background-repeat:repeat-y;  
}

#CommonContent {
  width:501px;
  float: left;
  /*background-color: blue; */
  padding: 0px 0px 0px 0px;
  overflow: hidden;  
  margin: 0px 0px 0px 7px;    
}

.CommonContent {
  margin:0px;
  padding:0px;
}

.CommonContentArea {
  margin:0px;
  padding:0px;
}

html>body #CommonContent {
  margin: 0px 0px 0px 14px;
  background-color: white;
}

#maintitle {
  font-size: 2em;
  font-weight: bold;
}

#maintitle a {
  color: blue;
}

.CommonSubTitle {
  font-size:13px;
  color:#006600;
}

.BlogPostList {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
}

ul.BlogPostList {
  margin-top: 0px;
}

.BlogPostArea {
  list-style-type:none;
  padding: 15px 0px 0px 58px;
  margin: 0px 0px 30px 0px;
  background-image:url(/themes/futurecom/images/futurecom/bg_blogEntry.jpg);
  background-repeat:no-repeat;
  background-position: 0px 0px; 
  border:none;
}

.BlogPostArea.None {
  padding: 15px 0px 0px 58px;
  margin: 0px 0px 30px 0px;	
  background-color: white;
  background-image:url(/themes/futurecom/images/futurecom/bg_blogEntry.jpg);
  border:none;	
}

/* sonst erscheint der grüne TD-Hintergrund zwichen Textpassagen */
.BlogPostArea.None table, .BlogPostArea.None tr, .BlogPostArea.None td {
  background-color: white;
}

.BlogPostContent {
  width:444px;
  background-color: white;
}

.BlogPostHeader {
  font-size:13px;
  font-weight:bold;
  color:#006600;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.BlogPostHeader a {
  text-decoration:none;
  color:#006600;
}

.CommonRateControlReadOnly {
  border:none;
  margin-top:2px;
  margin-left:5px;
}

.BlogPostFooter {
  font-size:10px;
  margin: 0px;
  padding: 15px 0px 0px 0px;
  background-color: white;
}

#postToolbar {
  margin: 15px 0px 30px 58px;
  padding:  0px 10px 10px 10px;
  border:1px solid #cccccc;
  background-color:#f8f8f8;
}

#comments {
  margin: 0px 0px 0px 58px;
  padding:0px;
}

em {
  margin: 0px 0px 0px 0px;
  padding:0px;
}

#CommonCommentForm {
  margin: 15px 0px 30px 58px;
  padding:  0px 10px 10px 10px;
  border:1px solid #cccccc;
  background-color:#f8f8f8;
}

.CommonFormArea {
  /* 58 wird fuer die Detailansicht der Blogeintraege gebraucht */
  padding: 15px 0px 0px 58px; 
  margin: 0px 0px 30px 0px;	
}

.CommonFormAreaUser {
  padding: 15px 0px 0px 14px; 
  margin: 0px 0px 30px 0px;	
}

.CommentTitle {
  color:#000000;
  width:425px;
  font-size:11px;
  padding-bottom:0px;
}
.CommentText {
  width:425px;
  font-size:11px;
  padding-bottom:0px;
  margin-bottom:10px;
}

td.CommentContent {
  background-color:white;
  border:none;
}

/*************************
contactFormStyles */

#CommonContactForm dd textarea {
  width: 400px;
}

#frmHeader {
  text-indent: 14px;
  background-color:#ccebcc;
  background-image:url(/themes/futurecom/images/futurecom/bg_topRoundCorner.gif);
  background-repeat:no-repeat;
  background-position:top left;
  padding: 14px 0px 0px 0px;
}

#frmFooter {
  height:48px;
  padding-left:80px;
  background-color:#ccebcc;
  background-image:url(/themes/futurecom/images/futurecom/bg_bottomRoundCorner.gif);
  background-repeat:no-repeat;
  background-position:bottom left;
}

.frmTxt {
  vertical-align:top;
  text-indent: 14px;
  padding-top:5px;
}

.smallbox {
  width:297px;
  margin:2px 0px 2px 0px;
  padding:1px 0px 1px 0px;
  /*border:1px solid green; */
  border:1px solid #AAAAAA;
}

#frmHeaderLarge {
  text-indent: 14px;
  background-color:#ffffff;
  background-image:url(/themes/futurecom/images/futurecom/bg_topRoundCornerWide.gif);
  background-repeat:no-repeat;
  background-position:top left;
  padding: 14px 0px 0px 0px;
}

#frmFooterLarge {
  height:35px;
  background-color:#ffffff;
  background-image:url(/themes/futurecom/images/futurecom/bg_bottomRoundCornerWide.gif);
  background-repeat:no-repeat;
  background-position:bottom left;
}

.CommonFormFieldName span {
  color:#000000;
  font-weight:normal;
}

/*************************
search */

.CommonSearchButtonOuter {
  margin-left: 15px;	
}

.CommonSearchResultArea {
  padding: 15px 0px 0px 58px;
  border:none;
}

.CommonSearchResultArea.Weblog {
  padding: 15px 0px 0px 58px;
  margin: 0px 0px 30px 0px;
  background-image:url(/themes/futurecom/images/futurecom/bg_blogEntry.jpg);
  background-repeat:no-repeat;
  background-position: 0px 0px;   
}

.CommonSearchInputbutton {
  font-size:11px;
  line-height:16px;
  color:#333333;
  background-color: white;
  border: none;
  padding: 3px 1px 2px 5px;
  text-decoration:underline;  
}

.CommonSearchInputbutton:HOVER {
  text-decoration:none;
}

.CommonSearchInputtext {
  font-size:11px;
  line-height:16px;
  color:#333333;
  border: solid 1px #AAAAAA;
  padding: 2px 1px 2px 1px;
}

.CommonSearchResultName a {
  font-size:13px;
  color:#006600;
  font-weight:bold;
  text-decoration:none;
}

/*************************
utilityStyles */

#subscriptions {
  font-size: 0.8em;
  text-align: right;
  margin-top: 1em;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

#subscriptions a {
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #999;
}

/*************************
messagesStyles */
#commentmessage{
  margin: 20px 0px 15px 58px;
}

.CommonMessageArea {
  margin-top: 15px;
  width:80%;
}

.CommonInlineMessageArea {
  margin-right: 14px;
}

.CommonMessageAreaLogin {
  margin: 20px 0px 30px 14px;
  background-color: white;	
}

.CommonMessageAreaForgottenPassword {
  margin: 20px 0px 30px 14px;
  background-color: white;	
}

.CommonMessageContent table {
  background-color:white;
}

.CommonMessageTitle {
  font-size:130%;	
}



.CommonMessageSuccess
{
  padding: 8px;
  color: #334433;
  font-weight: bold;
  border: solid;
  border-width: 1px;
  border-color: #999999;
  background-color: #cfe7c0;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left:58px;	
  width:443px;
}
html>body .CommonMessageSuccess {
  width:425px;
}

.CommonMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	color: #443333;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EBD9D9;
  width:443px;
}
html>body .CommonMessageError {
  width:425px;
}

.CommonSinglePager {
  margin: 10px 0px 10px 15px;
}
  
