/* http://spritegen.website-performance.org */
/* Grid debugging styles */
/*
.yui-ge, .yui-g {

	border: solid 1px red;
}
.yui-u {

	border: solid 1px yellow;
}
*/


/* confluence counter reset */
body, p, td, table, tr, .bodytext, .stepfield  {
	
	color:#727272;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	line-height:15px;	
}
#bd em{
	font-style:italic;
}

#bd blockquote {
	background:url("images/body/quote.gif") no-repeat scroll 0 0 transparent;
	border:none;
	margin-left:10px;
}
#bd blockquote p{
	font-style:italic;
	line-height:20px;
	text-indent:15px;
	padding-bottom:5px
}

#navigation {
	/* get them to stay horizontal with #header */ 
	/*border: solid 1px red;*/ 
	z-index: 1;
	display:inline;
	float:right;
}
#header {	
	/* get them to stay horizontal with #navigation */ 
	z-index: 1;
	display:inline;
	float:right;
}	

#header-menu-bar {
	margin:10px 0 0 1em;
}
#header .ajs-menu-item .trigger span {
	/*background-image:url("images/nav/menu_indicator.gif");*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: 42px -235px;	
	color:#535353;	
	/*
  background-image: url("http://metova.com/s/1810/18/2/_/download/resources/com.metova.confluence.metova-confluence-theme-3:theme/r/images/nav/menu_indicator.gif")
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: 42px -235px;

  background-image: url("http://metova.com/s/1810/18/2/_/download/resources/com.metova.confluence.metova-confluence-theme-3:theme/r/images/nav/menu_indicator.gif")
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: 25px -235px;
*/	
}
#header .opened .trigger span {
	background-image:url("images/nav/white_menu_indicator.gif");
	color:#F7F7F7;
}

/* smaller icons */
#navigation .ajs-menu-bar li.ajs-menu-item a.action span span {
	/*background-image:url("images/nav/tools_14.png");*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: -10px -206px;	
}
#navigation .ajs-menu-bar li.ajs-menu-item a.add span span {
	/* background-image:url("images/nav/add_14.png"); */
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: -10px -172px;	
}
#navigation .ajs-menu-bar .ajs-button a.edit span {
	/* background-image:url("images/nav/edit_14.png"); */
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: -10px -113px;
}



#header a, 
#header .ajs-menu-bar li.ajs-menu-item a.trigger,
#header .ajs-menu-bar li.ajs-menu-item a.trigger {
	color:#535353;
}
#navigation ul.ajs-menu-bar .ajs-menu-item a,
#navigation .ajs-menu-bar li.ajs-button a   {
	/* fix difference in underline */
	text-decoration: none;
}

/* space admin */
#yui-main ul.navmenu li {
	padding-left: 0;
}
#yui-main ul.navmenu li.menu-section ul.menu-section-list li.active{
	padding-left: 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;		
}
div.space table {

	margin-left: 5px;	
}

.menu-section-list li.active a, 
.menu-section-list li.active a:hover, 
#navigation .ajs-menu-bar .ajs-button a:hover, 
.ajs-menu-bar .ajs-menu-item li.active a, 
.aui-dd-parent .aui-dropdown li.active, 
.aui-dd-parent .aui-dropdown li:hover span, 
.aui-dd-parent .aui-dropdown a:focus span, 
.ajs-menu-bar .ajs-menu-item.opened .ajs-drop-down li.active a, 
#navigation .ajs-menu-bar li.ajs-button a.active, 
#header .ajs-menu-bar li.ajs-menu-item.opened .ajs-drop-down li.active a, 
.ajs-content-hover .popup-follow a:hover{
	
	/* rounds out the bottom corners in the dropdown menu */
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;   
}

#header .ajs-menu-bar .ajs-drop-down {
	/* fixes to be like the navigation */
	margin-left: 0px;
	top:1.6em;
	
	/* standard below, from the #navigation */
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;    
    background: #fff; /* system colour - not derived from colour scheme */
    border: solid 1px #c1c1c1;
    font-weight: normal;
    min-width: 12em;
    padding: 0;
    position: absolute;
    left: 0;
    white-space: nowrap;
    z-index: 1000;
}
/*
.ajs-menu-item .trigger {
	color:#535353;
	font-size:.75em;
	line-height:20px;	
}
 
.ajs-menu-bar li.ajs-button a {	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    
	color:#535353;
	font-size:.75em;
	line-height:20px;
	padding:0.35em 0.5em;		
}
*/


.ajs-menu-bar li.ajs-menu-item .ajs-menu-title, 
.ajs-menu-bar li.ajs-menu-item a.trigger,
.ajs-menu-bar li.ajs-menu-item a,

.ajs-menu-bar .ajs-menu-item .section-secondary li a, .ajs-menu-bar .ajs-menu-item .section-modify li a

 {
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	-moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    
	color:#535353;
	font-size:.75em;
}

#navigation .ajs-menu-bar li.ajs-menu-item .ajs-menu-title, #navigation .ajs-menu-bar li.ajs-button a {
	color:#535353;
	font-size:.75em;
	line-height:14px;
}

#header .ajs-menu-bar li.ajs-menu-item .ajs-menu-title,
#header .ajs-menu-bar li.ajs-menu-item a,
#header .ajs-menu-bar li.ajs-menu-item a.trigger{
	line-height:14px;
	padding:0.35em 0.5em;		
}

#header .ajs-menu-item a {
	text-decoration: none;
}

.quick-search-submit {
	display:none;
}
.quick-search-query{
}


#yui-main .yui-b .yui-g .yui-ge {
	width:100%;
}
html, body {
	background:#FFF;
}
body {
	color:#727272;
}
body.home{
	/*background: url(home-bg.png) no-repeat scroll 0px 0px;*/
}
a {
	color:#779137;
	text-decoration:underline;
}
#hd a:hover {
	text-decoration:underline;
}
#doc3 {
	margin:0;
	min-width:1px;
}
#hd {
	padding:5px 40px 0px 40px;
	position:relative;
	/*border:solid 1px red;*/
}

#hd #search{
	float:right;
	padding:15px 15px 0 0;
	height:42px;
	/*background:url(images/nav/nav-search-right-bg.png) right no-repeat;*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: 162px -341px;	
}
#hd #searchbox{
	float:right;
	border:1px solid #898989;
	background-color:#FFFFFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}

/*
#hd form {
	position:absolute;
	top:35px;
	right:20px;
	z-index:100;
	*margin-right:20px;
}
*/
#bd {
	padding:0px 40px 20px 55px;
	height:100%;
}
#nav {
	/*border:1px solid #898989;*/
	margin:0;
	/*background:url(images/nav/nav-bg.png) repeat-x;*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme2.png");
  background-position: 0px -10px;	
	/*white-space:nowrap;*/
	min-width:900px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	height: 57px;
	padding: 0px;
}
#nav li {
	float:left;
}
#nav li.left-main a ,
#nav #nav-main li a {
	display:block;
	margin: 5px 0px 2px 0px;
	padding:15px 16px 11px 16px;
	/*border-left:1px dotted #898989;*/
	border-left:1px dotted #CCC;
	font-size:14px;
	font-weight:bold;
	color:#2B2D25;
	text-decoration:none;
}
#nav li#logo  a{
	margin:0;
	/*background:url(images/nav/nav-logo-left-bg.png) no-repeat;*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: -10px -264px;	
	padding:5px 0 0 7px;
	border:none;
	
	height:57px;
}
#nav-main li:first-child a {	
	border:none;
}
#nav-main li:last-child a {	
	border-right:1px dotted #CCC;
}
#nav-main li.selected a {
	color:#9dbc2b;
	background:url(images/nav/nav-selected-bg.png) repeat-x;
	font-size:14px;
	font-weight:bold;
}
#nav-breadcrumbs  {
	background:url(images/nav/nav-breadcrumbs-bg.png) repeat-x;
	/*background-attachment:fixed;*/
	margin:20px 0 0 0;
}
#nav-breadcrumbs ol#breadcrumbs{
	list-style:  none outside none;
	padding: 0;
	overflow: visible;	
	background:url(images/nav/nav-breadcrumbs-right-bg.png) right top no-repeat;
	height:34px;
}
#nav-breadcrumbs ol#breadcrumbs li{
	float: left;
	height:35px;			
	padding:3px 0 0 0;
	margin: 0;
}
#nav-breadcrumbs ol#breadcrumbs li span a, 
#nav-breadcrumbs ol#breadcrumbs li span {
	padding:5px 8px;
	font-size:9px;
	font-weight:bold;
	color:#2B2D25;
	text-decoration:none;
	text-transform:uppercase;
	display:inline;
}
#nav-breadcrumbs ol#breadcrumbs li:first-child  {	
	background:url(images/nav/nav-breadcrumbs-left-bg.png) left no-repeat;
	padding-left:10px;
}
#nav-breadcrumbs ol#breadcrumbs li:before {
	
	color:#2B2D25;
	content: "//";
}
#nav-breadcrumbs ol#breadcrumbs li:first-child:before {	
	content: " ";
}
#nav-breadcrumbs h2 {
	display:none;
}
#navigation .ajs-menu-bar .ajs-button a span {
	height:16px;
}
#nav .aui-dropdown li {
	float:none;
}
/*
.results-container li {
	background:url(images/body/body-main-bg.png) scroll right repeat-y;
	padding:0 10px 0 0;
}


#bd .yui-u .first {
	background:url(images/body/body-main-bg.png) scroll right repeat-y;
	padding:0 10px 0 0;
}

#main-content h1{
	color:#2b2d25;
}
*/
.mod-item{
	background:#F5F5F5;
	min-height:130px;
	width:90%;
	margin:0 0 20px 10px;
}
.mod2-item{
	/*min-height:130px;*/
	width:90%;
	margin:0 0 20px 10px;
}
.mod2-item h2{
	color:#F7F7F7;
	width:40%;
	font-size:100%;
	background-color:#2B2D25;
	padding:4px;
	text-align:left;
	text-transform:uppercase;	
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.feature-divider{
	background:url(images/body/feature-divider-bg.png) scroll repeat-x;
	height:12px;
	border:solid 1px #FFF;
	margin:10px 0 10px 0;
}
#ft {
	background-color:#000;
	padding:20px 60px 20px 60px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#779137;
}
#ft li{
	list-style-type: square;	
}
#ft ul {
	/*width: 120px;*/
	padding-left:1em;
}
#ft p, #ft ul {
	color: #7F7F7F;
	margin:0 0 8px 0;
}
#ft h5 {
	font-weight:bold;
	margin-bottom:4px;
	color: #779137;
}
#ft .link-list a {
	text-decoration:none;
	border-bottom: 1px dotted;
	width:155px;
	display:block;
}

#ft #svc.link-list a {
	width:205px;
}

#ft .link-list a:hover {
	/*text-decoration:underline;*/
	background:#1E1E1E;
	color:#DEDEDE;
}
#ft #trough {
	margin-bottom:32px;
}
#ft .link-list a {
	color:#7F7F7F;
	text-decoration:none;
}

/** h*




*/
h1, .wiki-content h1, 
h2, .wiki-content h2, 
h3, .wiki-content h3,
h4, .wiki-content h4,
h5, .wiki-content h5,
h6, .wiki-content h6{

	font-family:helvetica,arial,sans-serif;
	font-weight:normal;
	margin:0;
	text-transform:none;
	letter-spacing:-1px;
	padding:0;
	border: none;
	color:#727272;
}
h1, .wiki-content h1{
	font-size:28px;
	line-height:40px;
	font-weight:bold;
	color:#779137;
}
h2, .wiki-content h2,
h2.search-results-count {		
	font-size:22px;
	line-height:24px;	
	font-weight:bold;
	margin:22px 0 5px;
	color:#2B2D25;
}	
h3, .wiki-content h3{
	font-size:20px;
	line-height:22px;
	margin:20px 0 4px;
}
h4, .wiki-content h4{
	font-size:18px;
	line-height:20px;
	margin:18px 0 3px;
}
h5, .wiki-content h5{
	font-size:16px;
	line-height:18px;
	margin:16px 0 2px;
}
h6, .wiki-content h6{
	font-size:14px;
	line-height:16px;
	margin:14px 0 1px;
}


/* recently update, just like an h2 */
h4.sub-heading,
.recently-updated-concise h4.sub-heading {
	
	font-size:22px;
	line-height:24px;	
	font-weight:bold;
	margin:22px 0 5px;
	color:#2B2D25;
		
	/*
	color:#F7F7F7;
	font-size:100%;
	background-color:#2B2D25;
	padding:4px;
	text-align:left;
	text-transform:uppercase;	
	
	border-bottom:none;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	*/
}






.comment-header h4.author a{
	font-weight:bold;
	letter-spacing:normal;
}


.blogpost div.post_header h1 {
	position:relative;
	margin: 0;
	padding: 0;
}
.blogpost div.post_header h1 span.nobreak {
	white-space:nowrap;
}

.blogpost div.post_header h1 span.author, 
.blogpost div.post_header h1 span.date {
	font-size:24px;
	text-transform:none;
}
.blogpost div.post_header h1 span.author,
.blogpost div.post_header h1 span.author a {
	color:#727272;
}
.blogpost div.post_header h1 span.date {
	color:#CCCCCC;
	font-weight:normal;
}
.blogpost div.post_header h1 span.edited{
	color:#CCCCCC;
	font-weight:normal;	
}
.blogpost div.post_header h1 span.author, 
.blogpost div.post_header h1 span.date,
.blogpost div.post_header h1 span.edited {
	font-size:24px;
	text-transform:none;
}
.blogpost div.post_header h3 {
	background:url("images/comment.gif") no-repeat scroll 0 50% transparent;
	color:#AAAAAA;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	line-height:30px;
	margin:0 0 5px;
	padding:0 0 0 29px;
	vertical-align:middle;
	white-space:nowrap;
}/*

 edit link 
*/.blogpost div.post_header h3 span.comment_activity a:link, 
.blogpost div.post_header h3 span.comment_activity a:visited,
.blogpost h3 a,
.blogpost .blog-excerpt-readmore,
.blogpost-list .blogpost-list-more a
{
	border-bottom:1px dotted #CCCCCC;
	color:#727272;
	font-size:12px;
	font-weight:bold;
	/*margin-right:3px;*/
	text-decoration:none;
	/*letter-spacing:-1px;*/
}


/*
h1, .wiki-content h1, .blogpost h1, 
h2, .wiki-content h2, .blogpost h2, 
h3, .wiki-content h3, .blogpost h3 {
	margin:0 0 16px 0;
}


h2, .wiki-content h2, .blogpost h2, 
h2.search-results-count {
	color:#F7F7F7;
	font-size:100%;
	background-color:#2B2D25;
	padding:4px;
	text-align:left;
	text-transform:uppercase;	
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}
h3, 
.wiki-content h3 {
	color:#2B2D25;
	font-size:93%;
	font-weight:bold;
	text-transform:uppercase;
}*/



/** h* end

*/


























.button{
	display:block;
	text-align:center;
	/*background: url(images/body/button-x.png) repeat-x scroll 0px 0px;*/
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme2.png");
  background-position: 0px -87px;
	
	height: 44px;
	border:solid #2B2D25 1px;

	/*width:115px;	
	padding: 15px 0px 0px 30px;
	margin-top:15px;*/
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.button#workwithus-button {
	
	margin-top: 20px;
}
.button a, 
#ft .button a {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#F5F5F5;
	border:none;
	text-decoration: none;
	margin:15px;
}

#ft .button a {
	color:#000;
	font-size:16px;
}
.button a:hover {
	color:#000;
}
#ft .button a:hover {
	color:#F5F5F5;
}
#ft .button {
	max-width: 280px;
}

/* list styles */
.wiki-content ul{
	margin-left:25px;
}
.wiki-content ul li {
	padding-left:16px;
	list-style-image:url("images/bullet.png");
	padding-left:0;
}
.wiki-content ol  {
	margin-left:25px;
}
/* restores confluence's nested numbered list styling */
.wiki-content ol, .wiki-content ol ol ol ol, .wiki-content ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol ,
.wiki-content ol li, .wiki-content ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol ol ol ol li{
	list-style-type:decimal;
}
.wiki-content ol ol, .wiki-content ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol ol,
.wiki-content ol ol li, .wiki-content ol ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol ol ol ol ol li {
	list-style-type:lower-alpha;
}
.wiki-content ol ol ol, .wiki-content ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol, .wiki-content ol ol ol ol ol ol ol ol ol ol ol ol ,
.wiki-content ol ol ol li, .wiki-content ol ol ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol ol ol li, .wiki-content ol ol ol ol ol ol ol ol ol ol ol ol li{
	list-style-type:lower-roman;
}


.wiki-content ul li.more-link-container { list-style: none outside none; }

.cleaner {
	clear:both;
	font-size: 1px;
	height: 1px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix {
	zoom:1;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
    font-size: 0;
}


#content .panelMacro, .panel{
    margin: 0 0 10px 0;
}
#content .panelMacro table{
    padding:10px;
    border-collapse: separate;
}

#content .infoMacro, 
#content .tipMacro, 
#content .warningMacro, 
#content .noteMacro, 
#content .panel {
    border-width: 1px;
    border-style: solid;
	
	 -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari */
    border-radius: 5px; /* CSS3 (Opera?) */
}
#content .panel{
    background-color: #F0F0F0;
    border-color: #BBB;
}
.panel .panelHeader {
    border-bottom-color:#F0F0F0;
    color: #333;
    text-align: left;
    line-height: 1em;
    padding:10px 10px 5px;
    margin-bottom:0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px; 
}
#content .panel .panelContent{
    padding: 0 10px;
}
#content .panelMacro td, .panelMacro p {
    padding:0;
}
.infoMacro{
    background-color: #E0EFFF;
    border-color: #9EB6D4;
}
.tipMacro{
    background-color: #DDFADE;
    border-color: #9EC49F;
}
.warningMacro{
    background-color: #FFE7E7;
    border-color: #DF9898;
}
.noteMacro{
    background-color: #FFFFDD;
    border-color: #F7DF92;
}
.preformatted{
    background-color: #FFF;    
}
#content .code{
    border-style:dashed;
    background-color: #FFF;
}
#sidebar, .sidebar {
	clear:right;
	float:right;
	margin-left:10px;
	width:16em;
}

#yui-main .plugin_pagetree ul,
#yui-main .plugin_pagetree ul li {
	
	margin:0 0 5px;
	padding-left: 2px;
}

#yui-main .page-metadata ul li{
	padding-left: 2px;
}
#yui-main .page-metadata,
#yui-main .page-metadata a,
#yui-main .page-metadata-modification-info,
#yui-main .page-metadata-modification-info a{
	text-decoration: none;
	font-size:12px;
	letter-spacing:-0.8px;
}
ul#editor-tabs{
	margin-bottom: 0;	
}
ul#editor-tabs li.notab, #yui-main ol li.comment-thread {
	list-style-type: none;
}
#comments-section .comment.focused, #comments-section .comment.edit {
	background:none repeat scroll 0 0 #EBEFE0;
}

#yui-main #comments-section ol li {
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
	padding-left:0;
}
#yui-main #comments-section ul li {
	margin-bottom:0;
	padding-left:16px;
}
#yui-main #comments-section .global-comment-actions li, 
#yui-main #comments-section .comment-actions li {
	margin:0;
	padding:0 5px;
	font-size: 10px;
	letter-spacing:-0.3px;
	border-left:1px solid #CCCCCC;
}
#yui-main #comments-section .global-comment-actions li.first, 
#yui-main #comments-section .global-comment-actions li#comment-show-hide,
#yui-main #comments-section .comment-actions li.first {
	border-left:none;
}
#yui-main #comments-section .global-comment-actions li a, 
#yui-main #comments-section .comment-actions li a{
	color:#CCCCCC;
}
#comments-section.pageSection #page-comments {
	padding-left: 5px;
}
/*
.recently-updated-sidebar li.more-link-container .more-link,
.recently-updated-sidebar li.more-link-container .more-link:hover  {
	border:none;
	background:none;
}*/
.recently-updated-sidebar li.more-link-container .more-link,
.recently-updated-sidebar li.more-link-container .more-link:hover  {
	border: 1px dotted #CCCCCC;
}

#yui-main .wiki-content ul.blogpost-list li.blogpost-list-more{
	list-style-image: none;
}



/* h2#comments-section-title { */
h2.section-title {
	background:none;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom:5px;
}
#comments-section .section-header {
	margin-bottom: 5px;
}
/*
#add-comment-bottom {
	display:none;
}
*/
/* disable the personal-sidebar in the space bloglists */
/*
.space-blogposts #personal-sidebar {
	display:none;
}
*/
#personal-sidebar .more-edit {
	display:none;
}
#personal-sidebar .sidebar-section {
	margin: 10px 0 0 0;
}
h3.underlined, #helpheading, .sidebar-heading {
	border-bottom:1px dotted #CCCCCC;
}
.recentlyUpdatedItem .authorAndDate {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;		
	border-collapse: collapse;
	border-bottom:none;
	padding:5px 10px;
	background-color:#F9F9F9;
}

.recentlyUpdatedItem {
	border:none;
}
.recentlyUpdatedItem td,
.tabletitle, .pageSectionHeader
{
	border-bottom:1px dotted #F0F0F0;
	padding:0px;
	vertical-align:middle;
}
.recentlyUpdatedItem tr:hover,
table.spaceList tr.spaceList:hover {
	background-color:#F9F9F9;
}
/* This is the style used for small metadata like dates in lists of posts */
.comment-header h4.author,
.comment .date,
.recently-updated-sidebar .update-item-changes, 
.recently-updated-sidebar .update-item-desc-and-date,
.recently-updated-sidebar .update-item-changes a:link, .recently-updated-sidebar .update-item-changes a:hover, .recently-updated-sidebar .update-item-changes a:visited, .recently-updated-sidebar .update-item-changes a:active,
.recently-updated-sidebar li.more-link-container .more-link,
.recentlyUpdatedItem .date,
.blogpost-list .blogpost-list-entry .blogpost-list-metadata,
.results-container .update-item-date,
.page-metadata-modification-info,
.page-metadata-modification-info a,
.recently-updated-concise .update-item-desc, 
.recently-updated-concise .update-item-changes
 {
	color:#CCCCCC;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:12px;
}
h2.section-title a,
#personal-sidebar h3.sidebar-heading,
.tabletitle, .heading-text-color {
	color:#CCCCCC;
	font-size:24px;
	line-height:26px;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:none;
	margin:5px 0 5px 0;
	padding:0;	
}
tr.spaceList td {
	border-bottom:1px dotted #F0F0F0;
}
#personal-sidebar h3.sidebar-heading,
.tabletitle, .heading-text-color {
	font-weight:normal;
	color:#727272;
}
#yui-main .wiki-content div.plugin_pagetree ul div.plugin_pagetree_children ul li ul  {
	padding-left:10px;
}
#yui-main .wiki-content .plugin_pagetree ul li {
	list-style-image:none;
}
#yui-main .wiki-content div.plugin_pagetree ul.plugin_pagetree_children_list_noleftspace,
#yui-main .wiki-content div.plugin_pagetree ul div.plugin_pagetree_children ul {
	padding-left:1px;
}
/*
.blogpost-list .blogpost-list-entry .blogpost-list-metadata,
.results-container {
	font-size:12px;
}*/
.blogpost-list .blogpost-list-entry .blogpost-list-metadata .author a,
.recently-updated-concise .update-item-desc a, 
.recently-updated-concise .update-item-changes a{
	color:#727272;
	text-decoration: none;
	font-size:12px;
}
.recently-updated-concise .update-item-desc, 
.recently-updated-concise .update-item-changes,
.recently-updated-concise .update-item-desc aoeu,
.recently-updated-concise .update-item-changes a {
	color:#CCCCCC;
	font-size:12px;
}
.blogpost-list .blogpost-list-entry .blogpost-list-metadata .date {
	float:right;
}
.blogpost-list .blogpost-list-entry a.entry-title,
.recently-updated-concise li.update-item .icon-container {
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.6px;
	/*font-size:12px;*/
}
.recently-updated-concise li.update-item .icon-container a,
.recently-updated-concise .update-item-desc a,
.recently-updated-concise .update-item-changes a {
	text-decoration:none;
}
.blogpost-list .blogpost-list-entry,
.recently-updated-concise li.update-item {
	border-top:1px dotted #F0F0F0;
	padding:5px;
	vertical-align:middle;
	overflow:hidden;
}
.blogpost-list .blogpost-list-entry:first-child {
	border:none;
}
.blogpost-list .blogpost-list-entry:hover{
	background-color:#F9F9F9;
}
.wiki-content #entry-list hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #F0F0F0; 
	border-style: none none dotted; 
}
.center .m-panel h2{
	text-align:center;
}
.aui-dd-parent .aui-dropdown, .aui-dropdown {
	position: relative;
	/*right:none;*/
}
.aui-dd-parent .aui-dropdown a:link, .aui-dd-parent .aui-dropdown a:visited, .aui-dropdown a:link, .aui-dropdown a:visited  {
	color:#535353;
}
.aui-dd-parent .aui-dropdown, .aui-dropdown {
	border:1px solid #C1C1C1;
}
h3.search-result-title {
	text-transform:none;
}
#yui-main ul.search-results li{
	margin-bottom:1.5em;
	padding:0;
	
}
.m-panel {
	border:1px solid #898989;
	background-color:#FFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/*
.m-panel h3, 
.m-panel p{
	margin: 0px 15px 16px 15px;
}*/
.m-panel h2{
	/*overrides confluence*/
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin-top: 0;
}
.m-panel .content {
	margin:10px;
}
/* m-bloglist restyling for the homepage */
.m-panel .content #entry-list .entry .post_header h3 {
	display:none;
}
/* right and left macros */
div.left {
	padding-right:10px;
	padding-bottom:10px;
}
div.right {
	padding-left:10px;
	padding-bottom:10px;
}

/* kill jquerytools browse button in AJS browse menu */
#header a.browse {
	background: none;
}

.home div.statement h2 span {
  /*background:url("images/accent-underline.png") no-repeat scroll 7px 3px transparent; */
  background-image: url("http://cdn.static.metova.com/images/sprite/20100905/spriteme1.png");
  background-position: -3px -7px;
  padding:5px 0 10px 15px;
}


/* 



Form stuff below here 



*/
/*
#contact #sheet {
	display:block; 
	width:800px;
	-webkit-box-shadow: 0 0 30px #777; 
	-moz-box-shadow: 0 0 30px #777; 	
}
*/
/* some border radius for various elements and different browsers. CSS isn't perfect */
#contact .rounded, 
#contact input, 
#contact textarea, 
.form-error { 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px; 
}
#contact .pane {
	padding:50px; 
}
/* the form */
#contact #contact-form {
	/*background-color:rgba(0, 0, 0, 0.55);*/	
	padding:15px 15px 10px;
}
#contact #contact-form p {
	clear:left;	
}
#contact fieldset {
	float:left;
	padding:0;
	border:0;
}
#contact .last {
	margin-right:0;
}
#contact legend {
	/* color:#fff; text-shadow:0 1px 0 #000; */
	font-size:20px;	
	padding:0;
	margin-bottom:-3px;
}
#contact label {
	/* color:#ddd; text-shadow:0 1px 0 #000; */
	display:block;		
	margin:3px;	
	font-size:11px;	
}
#contact input, 
#contact textarea {
	border:1px solid;
	border-color:#ccc #ddd #ddd #ccc;	
	padding:6px;
	background:rgba(255, 255, 255, 0.9);	
	font-size:15px;
	color:#555;
	text-shadow:0 1px 0 #fff;
	width:90%;
}
#contact input:focus {
	background-color:#fff;	
	color:#000;	
}
#contact input[required] {
	font-weight:bold;		
}
/* validation error message */
.form-error {
	background-color:#E8FF6D;
	padding:4px;	
	color:#000;
	-webkit-box-shadow: #000 0 0 12px; 
	-moz-box-shadow: #000 0 0 12px; 		
}
/* ..with a pure CSS arrow */
.form-error em {
	border:10px solid;
	border-color:#E8FF6D transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:10px;
	position:absolute;
	width:0;		
}
/* make some elements sit over the mask */
.form-error {
	z-index:10000;	
}

/* field with validation error */
#contact .invalid {
	background:rgba(221, 233, 255, 0.898) !important;
}
/* buttons */
#contact #sheet button {

	background:rgba(0, 0, 0, 0.55);		
	border:1px solid #d1ddc7;
	color:#fff;
	font-size:14px;
	font-weight:bold; 
	padding:6px 15px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #000;
	cursor:pointer; 
	height:auto;
	outline:0;	
}
#contact #sheet button:hover,
#contact #sheet button:active {

	-webkit-box-shadow: 0 0 3px #777; 
	-moz-box-shadow: 0 0 3px #777; 	
}

#contact {

    min-width: 1000px;
}

#contact * {
    font-family: Georgia,Times,"Times New Roman",Serif;
}

#contact h1 {
    font-size:46px;
    font-weight:normal;
    letter-spacing:-1px;
    margin:15px 0 5px;
}

#contact h2 {
    font-size:18px;
    font-weight:bold;
    margin:10px 0 10px -10px;
    padding:0;
    text-transform: none;
    background:none;
    color:#2B2D25;
}

.confirmation {
    padding-bottom: 540px;
}
.confirmation p {
    font-size:13pt;
    line-height:15pt;
}

.blogcalendar th.calendarhead { text-decoration: none; }

.rendericon { display:none; }


