/** {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	border-bottom: #f00 solid 1px;
	cursor: help;
}

abbr:hover, acronym:hover {
	background: #f00;
	border: none;
	color: #fff;
}

body, html {
	background: #000;
	color: #fff;
	font: 10pt/1.3em Verdana, sans-serif;
	min-width: 970px;
	position: relative;
}

body#about h1,
body#about p#footer {
	background: #c30000;
}

body#about h1 a {
	background-image: url(../tabbed-navigation-using-css_files/about_blixt_org.gif);
}

body#about h1 a,
body#about p#footer a {
	background-color: #d81515;
}

body#about h2,
body#about h3,
body#about h4,
body#about h5,
body#about h6,
body#about div#content a {
	color: #a00;
}

body#about li#nav-about a {
	background-image: url(../tabbed-navigation-using-css_files/about_about.gif);
}

body#about li#nav-articles a {
	background-image: url(../tabbed-navigation-using-css_files/about_articles.gif);
}

body#about li#nav-projects a {
	background-image: url(../tabbed-navigation-using-css_files/about_projects.gif);
}

body#articles h1,
body#articles p#footer {
	background: #003e9c;
}

body#articles h1 a {
	background-image: url(../tabbed-navigation-using-css_files/articles_blixt_org.gif);
}

body#articles h1 a,
body#articles p#footer a {
	background-color: #1553b1;
}

body#articles h2,
body#articles h3,
body#articles h4,
body#articles h5,
body#articles h6,
body#articles div#content a {
	color: #003380;
}

body#articles li#nav-about a {
	background-image: url(../tabbed-navigation-using-css_files/articles_about.gif);
}

body#articles li#nav-articles a {
	background-image: url(../tabbed-navigation-using-css_files/articles_articles.gif);
}

body#articles li#nav-projects a {
	background-image: url(../tabbed-navigation-using-css_files/articles_projects.gif);
}

body#projects h1,
body#projects p#footer {
	background: #9cc300;
}

body#projects h1 a {
	background-image: url(../tabbed-navigation-using-css_files/projects_blixt_org.gif);
}

body#projects h1 a,
body#projects p#footer a {
	background-color: #b1d815;
}

body#projects h2,
body#projects h3,
body#projects h4,
body#projects h5,
body#projects h6,
body#projects span.name,
body#projects div#content a {
	color: #668000;
}

body#projects li#nav-about a {
	background-image: url(../tabbed-navigation-using-css_files/projects_about.gif);
}

body#projects li#nav-articles a {
	background-image: url(../tabbed-navigation-using-css_files/projects_articles.gif);
}

body#projects li#nav-projects a {
	background-image: url(../tabbed-navigation-using-css_files/projects_projects.gif);
}

body#projects ul li {
	margin-bottom: .5em;
}

body#nothing h1,
body#nothing p#footer {
	background: #757575;
}

body#nothing h1 a {
	background-image: url(../tabbed-navigation-using-css_files/nothing_blixt_org.gif);
}

body#nothing h1 a,
body#nothing p#footer a {
	background-color: #8a8a8a;
}

body#nothing h2,
body#nothing h3,
body#nothing h4,
body#nothing h5,
body#nothing h6,
body#nothing div#content a {
	color: #4d4d4d;
}

body#nothing li#nav-about a {
	background-image: url(../tabbed-navigation-using-css_files/nothing_about.gif);
}

body#nothing li#nav-articles a {
	background-image: url(../tabbed-navigation-using-css_files/nothing_articles.gif);
}

body#nothing li#nav-projects a {
	background-image: url(../tabbed-navigation-using-css_files/nothing_projects.gif);
}

code {
	color: #151;
}

del {
	background: #fee;
	color: #400;
	outline: #c00 dotted 1px;
	text-decoration: none;
}

div#ad-1 ins,
div#ad-2 ins {
	outline: none;
}

div#ad-1 {
	border-top: #ddd solid 1px;
	margin: 2em 0 0;
	padding: 10px 0;
	width: 728px;
}

div#ad-2 {
	position: absolute;
	right: 0;
	top: 145px;
}

div#content {
	background: #fff;
	color: #1a1a1a;
	margin: 0 125px 0 50px;
	min-height: 225px;
	padding: 0 60px 75px 25px;
}

div#content ol, div#content ul {
	padding-left: 1.5em;
}

div#content ul.pages {
	clear: both;
	font-family: Georgia, serif;
	font-size: 14pt;
	height: 1.5em;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 1.5em 0 0;
	width: auto;
}

div#content ul.pages li {
	float: right;
	margin-right: 2px;
}

div#content ul.pages li.current a,
div#content ul.pages li.current a:hover {
	background: #000;
}

div#content ul.pages li.recent a {
	background: #fff;
	color: #aaa !important;
	font-weight: bold;
}

div#content ul.pages li.recent a:hover {
	background: #fff;
	color: #f99 !important;
}

div#content ul.pages li.recent.current a {
	color: #f00 !important;
}

div#content ul.pages li a {
	background: #aaa;
	color: #fff !important;
	display: block;
	outline: none;
	padding: 0 6px;
	text-decoration: none;
}

div#content ul.pages li a:hover {
	background: #555;
}

div.comment p.info,
div.entry p.info {
	margin: 0;
}

div.comment,
div.entry {
	clear: both;
	font-size: 9pt;
	margin-bottom: 2em;
	overflow: auto;
}

div.comment h4,
div.entry h3 {
	line-height: 1em;
	margin-top: 0;
}

div.entry pre.code, div.entry pre.diff {
	max-height: 250px;
}

div.example {
	background: #eef;
	border-left: #bbd solid 5px;
	font-size: 9pt;
	margin: .5em 0;
	overflow: auto;
	padding: 2px 10px;
}

div.example ol,
div.example p,
div.example ul {
	margin: 0;
}

div.thumb {
	float: left;
	margin: 1em 5px 1.3em;
	width: 81px;
}

div.thumb a img {
	border: #eaa solid 3px;
}

div.thumb a:hover img {
	border-color: #a00;
}

div.thumb p {
	font-size: 7pt;
	line-height: 1.2em;
	margin: 0;
	width: auto;
}

div.thumb p.title a {
	display: block;
	overflow: hidden;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

form p {
	margin-top: .2em;
}

h1, h2, h3, h4, h5, h6 {
	clear: left;
	font-family: Georgia, serif;
	font-weight: normal;
}

h1, #footer {
	width: 100%;
}

h1 {
	left: 0;
	position: absolute;
	top: 30px;
}

h1 a, #footer a {
	color: #fff;
	display: block;
	margin-left: 50px;
	margin-right: 125px;
	outline: none;
	text-decoration: none;
}

h1 a {
	background-position: 25px 50%;
	background-repeat: no-repeat;
	height: 70px;
	line-height: 70px;
	padding: 20px 50px 20px 25px;
	text-indent: -10000px;
}

h2 {
	font-size: 24pt;
	line-height: 1.4em;
	padding-top: 20px;
}

h3, h4, h5, h6 {
	margin-top: 1em;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 14pt;
}

input#id_name,
textarea#id_text {
	display: block;
	font-family: Verdana, sans-serif;
	width: 40%;
}

ins {
	background: #dfd;
	color: #030;
	outline: #080 dotted 1px;
	text-decoration: none;
}

label {
	float: left;
	width: 6em;
}

li#nav-about {
	background-color: #d81515;
	width: 131px;
}

li#nav-articles {
	background-color: #1654b1;
	width: 92px;
}

li#nav-projects {
	background-color: #b1d816;
	width: 99px;
}

ol ol, ol ul,
ul ol, ul ul {
	margin: .2em 0;
}

ol, p, ul {
	margin: .6em 0;
	width: 728px;
}

p#andreas {
	float: right;
	width: auto;
}

p#footer {
	font-size: small;
	line-height: 15px;
	margin-top: -50px;
	width: auto;
}

p#footer a {
	height: 15px;
	padding: 10px 50px 10px 25px;
	text-align: center;
}

p.feed {
	height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 125px;
	top: 110px;
	width: 25px;
}

p.feed a {
	background-image: url(../tabbed-navigation-using-css_files/feed.gif);
	display: block;
	height: 100%;
	opacity: .8;
	outline: none;
	text-indent: -10000px;
	width: 100%;
}

p.feed a:hover {
	opacity: 1;
}

p.important {
	border-color: #fcc;
	border-style: solid;
	border-width: 1px 0;
	color: #522;
	padding: 3px 0;
}

p.info {
	color: #888;
	font-style: italic;
}

pre.code, pre.diff {
	background: #ffe;
	border-left: #eda solid 5px;
	font-size: 9pt;
	margin: .5em 0;
	overflow: auto;
	padding: 2px 10px;
}

ul#external a,
ul#external li
{
    height: 24px;
    line-height: 24px;
    text-decoration: none;
}

ul#external img {
    border: 0;
}

ul#nav {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 140px;
	top: 20px;
	width: auto;
}

ul#nav li {
	float: left;
	height: 42px;
	margin-left: 8px;
}

ul#nav li a {
	background-position: 50% 50%;
	background-repeat: no-repat;
	display: block;
	height: 100%;
	outline: none;
	text-decoration: none;
	text-indent: -10000px;
	width: 100%;
}

ul.errorlist {
	color: #c00;
	list-style-type: square;
	margin-bottom: .2em;
}
*/


#articles div#content a {
	color: #003380;
}

/*accordion top tab start */

#articles div.inactive {
	display: none; 
}

#articles ol#toc {
	/*background:#3399cc;*/
	font-size: 10pt;
	/*height:22px;*/
	/*left: -25px;*/
	list-style: none;
	margin:0;
	min-width: 100%;
	overflow: hidden;
	padding: 0 0px;
	position: relative;
	/*right: -85px;*/
	width:944px; background:#FFF;
}

#articles ol#toc a.tac-ac-con {
	/*background: #fff100; */
	color: #000; font-size:12px; font-family:Arial, Helvetica, sans-serif;  font-weight:bold;
	display: block;
	float: left;
	
	padding: 0px 0px;
	text-decoration: none;  padding:20px 13px; height:310px; width:159px; background: #fff100; 
}

#articles ol#toc a:hover {
	/*background-color: #eb0000;*/
	/*color: #fff	;*/
}


#articles ol#toc a:hover.active,
#articles ol#toc a.active {
	background-color: #eb0000;
	color: #000;
	font-weight: bold;
}

#articles ol#toc li {
	float: left;
	margin: 0 5px 0 0; 
}

#articles ol#toc li.last{ margin-right:0px;}
/*Accordion top tab end */