﻿@import url("a_reset.css");
@import url("a_global.css");
@import url("a_intro.css");
@import url("a_boxes.css");
@import url("a_forum.css");
@import url("a_my_page.css");
@import url("a_post.css");
@import url("a_post_list.css");
@import url("a_modal.css");
@import url("a_profile.css");

/* ---------------------------------- HEADER --------------------------- */
#header
{
	width:100%; 
	height:100%; /* FF display fix */
   	background-color: #393D44;
}

body 
{ 
	min-width:100em;
}

#header-login-area
{
	padding: 6px 0px 0px 12px;
	color: #FFFFFF;
	text-align: right;
}

/* Community Logo Image */
#header img
{
    padding-top: .5em;
}

#header-login-area .red 
{
    color:Red !important;
}

#header-login-area a
{
    font: bold 1.2em Arial, sans-serif;
    color:white;
}

#header-login-area .sub a
{
    font-weight: normal;
}

#meta-logo
{
    width:85px;
    height:45px;
    margin:.6em 0;
    background-image: url(../images/common/meta_logo_header.gif);
}

#navigation-bar 
{
    padding-top: 0.5em;
    margin: 0;
    float:left;
}

#navigation-bar a 
{
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  padding: 7px 10px;
  background-color:#778092;
  color:white;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

.search-area
{
	width: 18.2em;
	overflow: hidden;
	position: relative;
	float: left;
   	font-size: 1.2em;
}

 .search-area-mac
 {
     font-size: 1.2em;
 }
 
 .search-area-mac #mac_search_field_global
 {
     width:15em;
 }
 

.search-content
{
	padding: 0 0.8em;
	border-left: solid 1px;
	border-right: solid 1px;
	white-space: nowrap;
    background:white;
	position: relative;
}

.search-round-top, .search-round-bottom
{
	height: 5px;
}

.search-round-top .r1, .search-round-top .r2, .search-round-top .r3, .search-round-top .r4,
.search-round-bottom .r1, .search-round-bottom .r2, .search-round-bottom .r3, .search-round-bottom .r4
{
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
      	background:white;
}

.search-round-top .r1, .search-round-bottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.search-round-top .r2, .search-round-bottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.search-round-top .r3, .search-round-bottom .r2 { margin: 0 2px; }
.search-round-top .r4, .search-round-bottom .r1 { margin: 0 1px; height: 2px; }

.search-round-top .r1, .search-round-top .r2, .search-round-top .r3, .search-round-top .r4,
.search-round-bottom .r1, .search-round-bottom .r2, .search-round-bottom .r3, .search-round-bottom .r4,
.search-content
{
	border-color: #555;
}

.search-content-inner
{
	width: 1.66em;
}

.search-content input
{
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 15em;
}

.search-content input.search-button
{
	background-color: transparent;
	background-image: url('../images/common/search-button.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 1em;
    margin: auto 0;
	overflow: hidden;
	cursor: pointer;
}

/* ---------------------------------- BODY --------------------------- */
* html  #body { height:100%;} /*IE treats height as min-height anyway*/

#ie6-body 
{
   	width:expression(document.body.clientWidth < 995? "985px": "auto" );
}

#body
{
	margin-top:2em;    
}

#body-main 
{
    width:100%;
    margin-bottom:2em;
}

#body-main-right
{
    margin-left:25.5em;
    width:auto;
}

#body-main-inner
{   
    margin-bottom:2em;
}

#body-sidebar
{
	position:absolute;
	left:2em;
    width: 23.5em;
}

#body-sidebar-inner
{    

}

.input-field
{
    margin:1.5em 2em 1.5em 2em;
    font: 1.2em Arial, sans-serif;
}

.input-field input
{
    margin-top: 0.5em;
}

#rss-breadcrumb
{
    font: Normal 1.2em Arial, sans-serif;
    margin-top: .3em;
    margin-bottom:.3em;
    padding-bottom:1em;
}

#name-description h1
{
    padding-bottom:0em;
}

#name-description h2
{
    padding-bottom:1.3em;
    font-size:1.4em;
}	

.comment-message-success
{
	padding: 0.5em 3em 0.5em 3em;
	color: #030;
	border: solid 1px #030;
	background-color: #88dd88;
	margin: 16px 0;
}

.signin-message
{
	padding: 0.5em 2em 0.5em 3em;
	color: #F00;
    font-size:1.5em;
	margin: 16px 0;
}

#dialog-box-logout
{
    width: 30%; 
    margin: 100px auto;
}

#dialog-box
{
    width: 40%; 
    overflow:hidden;
    margin: 100px auto;
}

#dialog-box-inner
{
    padding: 1em 2em;
    background: #e6e6e6;
}

#dialog-box-inner h2
{
    border-bottom:1px dotted #acacac;
    margin-bottom:.5em;
}

.tag-editor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
    font: 1.2em Arial, sans-serif;
}

/*------------------------------------ BUTTONS -----------------------------*/

.link-button
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	cursor: pointer;
	color: #4e64a9;
}

.link-button:link, .link-button:visited
{
	text-decoration: none;
}

.link-button:active
{
	text-decoration: none;
}

.link-button:hover
{
	text-decoration: underline;
}

.text-button-highlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #bbb;
	white-space: nowrap;
	cursor: pointer;
	color: #353744;
}

.text-button-highlight:link, .text-button-highlight:visited, .text-button-highlight:active, .text-button-highlight:hover
{
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}

.image-text-button
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 5px;
	line-height: normal;
	white-space: nowrap;
}

.image-text-button:link, .image-text-button:visited
{
	text-decoration: none;
	margin: 1px;
}

.image-text-button:active
{
	text-decoration: none;
}

.image-text-button:hover
{
	text-decoration: underline;
}

.button-big, .text-button
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial, Helvetica;
	white-space: nowrap;
}

.text-button
{
	font-size: 1.2em;
	padding: 0.2em 0.5em;
}

.button-big
{
	font-size: 1.3em;
	padding: 0.6em;
}

.button-big:link, .text-button:link
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.button-big:visited, .text-button:visited
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.button-big:active, .text-button:active
{
	text-decoration: none;
	color: #333333;
}

.button-big:hover, .text-button:hover
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.disabled-text-button
{
	color: #777;
}

.disabled-text-button:hover
{
	color: #777;
	text-decoration: none;
	background-color: #eeeeee;
}

/* ---------------------------------- MENU ----------------------------- */
.context-menu-group
{
	background-color:#fff;
	border: solid 1px #ddd; 
}

.context-menu-item, .context-menu-item-hover, .context-menu-item-expanded
{
	font-size: 1.2em; 
	padding: 3px;
	cursor: pointer;
	border: solid 1px; 
}

.context-menu-item
{
	background-color: #fff; 
	border-color: #fff; 
}

.context-menu-item-hover
{
	background-color: #f4f4f4; 
	color: #353744; 
	border-color: #E1E1E1; 
}

.context-menu-item-expanded
{
	background-color: #E1E1E1; 
	color: #353744; 
	border-color: #999; 
}

/* ---------------------------- TAB PANES -------------------------------- */

.pane
{
	border: solid 1px #8C8D93;
	border-top-width: 0;
	background-color: #fff;
	padding: 8px;
}

.pane-tab-set
{
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-weight: bold;
    	position:relative;
}

.pane-tab
{
	color: #666;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
    	position:relative;
}

.pane-tab-selected
{
	color: #333;
	border: solid 1px #8C8D93;
	border-bottom-width: 0;
	border-top: solid 3px #8C8D93;
	margin: 0 0 0 0;
	padding: 6px 10px 8px 10px;
	background-color: #fff;
	cursor: pointer;
	white-space: nowrap;
}

.pane-tab-hover
{
	color: #353744;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
}

/* ---------------------------------- FOOTER --------------------------- */

#common-footer
{
    clear: both;
    padding: 1em 0 1em 0;
    background-color: #cecece;
    color: white;
    position:relative;
}

#common-footer a
{
    color: white;
}

/* ---------------------------------- GENERAL --------------------------- */

.favoritecolor
{
    display:none;
}

.imhandle
{
    position: absolute;
    left: -5000px;
    top: -3000px;
}

.website
{
    display:none;
}

.birthdate
{
    position: absolute;
    left: -10000px;
    top: -10000px;
}

.documentation-item-image
{
    width:100%;
    height:70px;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(../images/documentation.png);
}

/* ---------------------------------- Wiki Diff --------------------------- */

.DiffAdded 
{
    background: SpringGreen;     
}

.DiffDeleted
{
    text-decoration: line-through; 
    color: red;
}

.DiffAdded img, .DiffDeleted img
{
    padding: 5px;
}

.DiffDeleted img 
{
    background: red;
}

/* ---------------------------------- Context Menu Styles --------------------------- */


.common-context-menu-group
{
	width: 14em;
	font: normal 12px Arial;
	z-index: 100;
	cursor: pointer;
	background-color: #778092;
	border: 1px solid #555d6d;
	line-height: 2.5em;
	position:relative;
}

.common-context-menu-item
{
	padding-left:.75em;
	text-align: left;
	text-decoration: none;
	color: white;
}

.common-context-menu-selected
{
	width: 14em;
	padding-left:.75em; 
    background-color: #e6e6e6; 
	color: #555d6d;
}

/*
TabPane Styles
*/

.CommonPane
{
	font-size: 10pt;
	border: solid 1px #999;
	border-top-width: 0;
	background-color: #fff;
	padding: 8px;
}

.CommonPaneTabSet
{
	font-size: 90%;
	padding: 0;
	margin: 0;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-weight: bold;
}

.CommonPaneTab
{
	color: #666;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.7em;
}

.CommonPaneTabSelected
{
	color: #333;
	border: solid 1px #999;
	border-bottom-width: 0;
	border-top: solid 3px #999;
	margin: 0 0 -1px 0;
	padding: 6px 10px 8px 10px;
	background-color: #fff;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.7em;
}

.CommonPaneTabHover
{
	color: #333;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.7em;
}

/*========================================

Promotions on blog articles container

=========================================*/


.promotions-narrow {
    position:relative; /*ie6 peekaboo bug fix*/
    list-style:none;
}

.promotions-narrow h3
{
    font: 1.2em , sans-serif; /*h3*/
    font-weight:bold;
    border-bottom: 1px solid gray;
    margin-bottom: .33em;
    line-height: 1.75em;
}

.promotions-narrow ul {	
	list-style-type:none;
	padding-left:0px;
	padding-bottom: 0em;
	margin-left:0px;
}

.promotions-narrow ul li a {	
	display:block;
	width:100%;
	height:67px;
	margin:8px 0;
}

.promotions-narrow ul li#save_narrow a
{
	background-image:url('../images/save_blog.png'); 
	background-repeat:no-repeat;
}

.promotions-narrow ul li#save_narrow a:hover 
{
	background-image:url('../images/save_blog-up.png'); 
	background-repeat:no-repeat;
}

.promotions-narrow ul li#capex_narrow a
{
	background-image:url('../images/capex_blog.png'); 
	background-repeat:no-repeat;
}

.promotions-narrow ul li#capex_narrow a:hover 
{
	background-image:url('../images/capex_blog-up.png'); 
	background-repeat:no-repeat;
}
