/* 
    Document   : article.css
    Created on : 2009-jan-14, 23:25:32
    Author     : Patrik Högberg
    Description:
        Purpose of the stylesheet follows.
*/

h2 {
	margin-bottom:5px;
}
#article_frame_cm {
	margin-top:-4px;
	margin-left:1px;
	margin-right: 6px;
	background:url(../images/cm/cm-article-bgr.png);
}
#article_frame {
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
	overflow:hidden;
}
#article_frame h2 {
	font-family:'Trebuchet MS', 'Andale Mono', 'lucida console', monospace;
}
#article_frame_top {
    width:512px;
	height:5px;
	overflow:hidden;
	font:1px;
	background:url(../images/frames/article-top.png) no-repeat;
}
#article_frame_middle {
    width:512px;
	background:url(../images/frames/article-middle.png) repeat-y;
}
#article_frame_bottom {
    width:512px;
	height:6px;
	overflow:hidden;
	font:1px;
	background:url(../images/frames/article-bottom.png) no-repeat 0px -1px;
}
#category_header {
	float:right;
    width:100px;
	height:40px;
	margin:0;
	font:inherit;
	background:none;
}
#article_info {
	clear:both;
	font-size:12px;
	color:gray;
}
#article_content {
	clear:both;
	width:460px;
	margin-top:20px;
}
#article_bottomspacer {
	height:20px;
}

#tabContainer {
	margin-left:-17px;
}

/**************************
*  Tab styles
***************************/

pre {
	margin:0;
	padding:5px;
	background:#eeeeee;
	border:1px solid gray;
	white-space: pre-wrap; /* CSS2.1 compliant */
	white-space: -moz-pre-wrap; /* Mozilla-based browsers */
	white-space: -o-pre-wrap; /* Opera 7+ */
}

#tabmenu {
	width:481px;
	color: #000;
	border-bottom: 1px solid #cccccc;
	margin: 12px 0px 0px -24px;
	padding: 0px;
	z-index: 1;
	padding-left: 25px;
	list-style:none;
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#tabmenu a, a.active {
	display:inline;
	color: #222222;
	background: #e9e9e9;
	font: normal 1em verdana, Arial, sans-serif;
	padding: 2px 20px 0px 20px;
	margin: 0px;
	border: 1px solid #cccccc;
	border-bottom:none;
	text-decoration: none;
	cursor:pointer;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#tabmenu a.active {
	background: #ffffff;
	border-bottom: 3px solid #ffffff;
}
#tabmenu a:hover {
	color: #fff;
	background: #ADC09F;
}
#tabmenu a:visited {
	color: #E8E9BE;
}
#tabmenu a.active:hover {
	background: #ffffff;
	color: #DEDECF;
}
#tab_content {
	font: 0.9em/1.3em verdana, sans-serif;
	text-align: justify;
	background: #ffffff;
	padding: 20px;
	/* border: 1px solid black; */
	border-top: none;
	z-index: 2;
}
#tab_content a {
	text-decoration: none;
}
#tab_content a:hover {
	background: #aaaaaa;
}


/**************************
*  Dojo custom CSS
***************************/

.dijitTabContainerTop-tabs {
	height:19px;
	border-bottom:0 !important;
	margin-bottom:0 !important;
	padding-left:20px;
}
.dijitTabContainerTop-spacer {
	background:transparent !important;
	/* border-top:0 !important; */
}
.dijitTab {
	height:18px;
	line-height:18px !important;
	top:0 !important;
}
.dijitTabInnerDiv {
	padding-left:25px !important;
	padding-right:25px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	height:18px !important;
}
.tabLabel {
	height:18px;
}
.dijitContentPane {
	background-color:transparent !important;
	border:none !important;
}
.dijitTabPane {
	background-color:transparent !important;
	border:none !important;
}
.dijitTabContainerTop-dijitContentPane {
	background-color:transparent !important;
	border:none !important;
}
.dijitTabContainerTop-container {
	border-top:none !important;
}
.dijitTabPaneWrapper {
	background-color:transparent !important;
	border:none !important;
}

