/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height: 100%; margin-bottom: 1px; }

body { margin: 0; padding: 0; }

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px; margin-right: 15px; margin-bottom: 15px; }

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body { font-size: 13px; }

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 { 
   font-size: 120%;
}

h4 {
	font-size:  110%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

div.moduletable h3,
.componentheading {
	font-size: 120%;
}

.contentheading {
	font-size: 130%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body { line-height: 130%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #1d2d45; }

div#top {
	color: #666;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #819D26;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}
/* @end */
/* @group Structure */

html {
	background: #669626 url(../images/bg.png) repeat-x;
}

div#wrapper { background-position: 0 0; margin: 0 auto; width: 1000px; padding-top: 18px; }

div#header { background-image: url(../images/header-bg.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }

div#header .rk-1 { background-image: url(../images/header-r.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 100% 0; }

div#header .rk-2 { background-image: url(../images/header-l.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height: 153px; overflow: hidden; }

img#logo { background-image: url(../images/logo.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; float:  left; margin-left: 0; width: 469px; height: 138px; }

div#top {
	margin-left:  520px;
	height: 138px;
	font-style: italic;
}

div#top .padding {
	padding:  15px;
}

div#horiz-menu { background: url(../images/menu-bg.png) repeat-x; height: 36px; }

table.mainbody,
table.usermodules { width: 100%; padding: 0; }
td.mainbody .padding,
         td.left .padding { background-color: #cccfc8; padding: 15px; }

td.usermodules { padding: 0 10px; }

td.mainbody .padding,
td.right .padding { background-color: #ccc; padding: 15px; }
td.mainbody .padding /*padding left+right war 25px -> 20px*/{ background-color: #fff; padding: 15px 20px; }

td.right { background-color: #ccc; background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; width: 185px; }

td.left {
   background: #cccfc8 url(../images/col-divider.png) repeat-y;
   width: 185px;
         }
       

div#bottom {
	background: #121A28 url(../images/bottom-bg.png) 0 0 repeat-x;
}

div#footer {
	background: url(../images/footer-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
	background: url(../images/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(../images/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	background: url(../images/footer-rocket.png) 50% 0 no-repeat;
	text-align: center;
}
/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 repeat-y;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
display: block;
float: left;
padding: 0 25px;
height: 30px;
line-height: 30px;
font-weight: bold;
color: #fff;
text-decoration: none;
margin-top: 6px;
}

div#horiz-menu a:hover {
	background: #1d2d45;
}
/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 15px;
}

.highlight {
  background-color: #ffc;
}

div.moduletable h3 { color: #121a28; border-bottom: 3px solid #e7e7e7; padding: 3px 0; }

td.right div.moduletable { color: #121a28; background-color: #ccc; }

td.left div.moduletable {
         color: #121A28;
         }

td.right div.moduletable h3 { border-bottom: 3px solid #999; }

td.left div.moduletable h3 {
         border-bottom: 3px solid #999;
         }

div#bottom div.moduletable { color: #ccc; }

div#bottom div.moduletable h3 { border-bottom: 3px solid #243959; color: #fff; }

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #99CC00;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane { border-collapse: collapse; padding: 0; margin: 0; width: 100%; }

div.contentpane, div.contentpaneopen { width: 100%; }

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}
a.readon { font-size: 13px; font-weight: bold; display: block; float: left; padding-left: 0; margin-top: 10px; line-height: 14px; text-decoration: none; height: 12px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate { height: 25px; vertical-align: top; vertical-align: top; padding-bottom: 5px; padding-top: 0; color: #999; font-style: italic; }

table.contenttoc { margin: 5px; padding: 5px; }

table.contenttoc td { padding: 0 5px; }

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader { font-weight: bold; padding: 4px; line-height: 20px; background-color: #f6f6f6; border-bottom: 1px solid #ddd; }

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 { color: #666; text-align: left; padding: 5px; border-top: 1px none #fff; border-bottom: 1px solid #efefef; }

tr.sectiontableentry2 td,
td.sectiontableentry1 { background-color: #fcfcfc; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; }

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel { background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; padding: 4px 0 2px 28px; margin-bottom: 3px; }
a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover { background-image: url(../images/menu-bullet.png); text-decoration: none; }

a.sublevel:hover { text-decoration: none; }


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}
