html, body {
    margin: 0;
    padding: 0
}

body {
    font: 10pt arial, sans-serif;
}

p {
    margin: 0 10px 10px
}

/*a {
    display: block;
    color: #006;
    padding: 10px
}*/

a:visited {
    color: #0000CC;
}

a:active{color:#0000CC}

a img{ 	border: none;}

div#header {
    position: relative;
    /*background-color: #CAFF7A;*/
    height: 35px;
    margin: 5px;
}

div#content p {
    line-height: 1.3;
    text-align:justify;
}

div#navigation {
    /*background: #B9CAFF*/
    padding-top: 10px;
}

div#footer {
    /*background: #FFF;*/
    color: #000;
    text-align: center;
    padding: 20px 0 20px 0;
    clear: left;
    width: 100%
}

div#mte {
    width:100%; 
    margin-right:10px;
}

div#wrapper {
    float: left;
    width: 100%;
    padding-top: 10px;
    /*background-color: #F3FFE0;*/
}

div#content {
    margin: 0 33% 0 150px;
    /*background-color: #E9FCE9;*/
    padding: 5px;
    border-right: 1px dotted #2D862D;
}

div#navigation {
    float: left;
    width: 150px;
    margin-left: -100%;
}

div#extra {
    float: left;
    width: 33%;
    margin-left: -33%
}

#login {
    padding: 0 10px 10px 10px;
}

table td {
    font: 76% arial, sans-serif;
}

.error {
    color: #AA0000;
}

.forms {
    font: 100% arial, sans-serif;
}

.link {
    font: 10pt arial, sans-serif;
}

.link a {
    text-decoration: underline;
    color: #0000CC;
}

.link a:visited {
    color: #0000CC;
}

.form_labels {
    text-align: right;
    padding-right: 20px;
}

.navi_item {
    font-size:10pt;
    padding: 5px 0px 0px 10px;
    display: block;
    color: #0000CC;
}

.navi_item a:visited {
    font-size:10pt;
    color: #0000CC;
    /*padding-top: 5px 0px 0px 10px;*/
}

.navi_item_hl {
    font-size:10pt;
    padding: 5px 0px 0px 10px;
    display: block;
    font-weight: bold;
}

.navi_item_hl a:visited {
    font-size:10pt;
    color: #CC0000;
}

#logo {
    margin: 0 0 0 5px;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #39AC39;
}

#logoimage {
    position: absolute;
    top: 5px;
    left: 10px;
}

#logotext {
    position: absolute;
    top: 5px;
    left: 200px;
}

.bold_hl{
    color: #2D862D;
    font-weight: bold;
    font-family: serif;
    font-size: 11pt;
}

.pchapter {
    font-family: arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    width: 300px;
    background-color: #fff;
    color: #E67300;
    padding-left: 10px;
    margin: 5px 10px 5px 0;
    text-align: left;
    clear: both;
}

.pchapter span {
    font-size: 16pt;
    margin-right: 8px;
}

.pscreenshot {
    margin: 0px 10px 10px 0px;
    float:left;
}

.pcontent {
    /*background-color: #D3F8D3;*/
    min-height: 60px;
}

div.pcontent p {
    font-size: 9pt;
    line-height: 1.4;
    text-align:justify;
}

.boldstyle{
    font-weight: bold;
}
.italicstyle{
    font-style: italic;
}



/* status messages */
#statusbar {
    float:left;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    visibility: hidden;
    position: absolute;
    color: #fff;
    z-index: 1;
}
.statusok{
    background-color: #1111ee;
}

.std_button{
    min-width: 100px;
    text-align: center;
    padding: 0 10px 0 10px;
}

.std_listbox {
    padding: 0px;
    margin: 0px;
    text-align: left;
    border: 1px;
}

.statuserror{
    background-color: #ee1111;
}


/** feedburner blog feed style **/

div.feedburnerFeedBlock {
	margin: 0 0 10px 5px;
	width: 200px;
}

div.feedburnerFeedBlock ul li {
	margin: 2px 0 2px 0;
}

div.feedburnerFeedBlock ul li div {
	font: 9pt, sans-serif, arial;
	font-style: italic;
	color: #666666;
	text-align: justify;
}

div.feedburnerFeedBlock ul li span.headline {
	font: 9pt, sans-serif, arial;
}

div.feedburnerFeedBlock ul li span.headline a {
    color: #0000CC;
	text-decoration: none;
}

div.feedburnerFeedBlock span.headline a:active{color:#0000CC}
div.feedburnerFeedBlock span.headline a:active{visited:#0000CC}

div.feedburnerFeedBlock #creditfooter {
	text-align: right;
}
/** feedburner blog feed style (end) **/
