/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

td,tr,p,div {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 135%;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/gb_bullet.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.inputbox{
 border: 1px black solid;
 font-family: Osaka,verdana,Sans-Serif;
 font-size: 8pt;
 height: 18px;
}

a:link, a:visited {
	color: #1F4D92; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #2761B8;	text-decoration: underline;
	font-weight: normal;
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

.createdate {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding: 0;
	border-bottom: 1px solid #F4F5F7;
}

.pagenavcounter, .pagenavbar, .pagenavbar a {
	color: #153564;
	line-height: 25px;
	font-weight: bold;	
}

.contenttoc {
	background: #F4F5F7;
	padding: 5px;
}

.sectiontableheader {
	background: #F4F5F7;
	padding: 5px;
	font-weight: bold;
	border-right: 1px solid #fff;
	
}

.sectiontableentry1, .sectiontableentry2 {
	padding: 3px;
}

tr.sectiontableentry1 td, tr.sectiontableentry1 td{
	padding: 3px;
}

.mosimage {
	margin: 5px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	background: #fff;
	padding: 0;
	margin: 0;
}

#wrapper {
  width: 773px;
}

#logo {
  float: left;
  width: 773px;
  height: 45px;
  background: url(../images/gb_logo.png)  no-repeat; ;
}

#search {
	float: left;
	text-align: right;
	padding-top: 0px;
	width: 0px;
	height: 0px
}

.grey_tl {
	float: none;
	background: #F4F5F7 url(../images/gb_corner_tl.png) top left no-repeat;
}

.grey_tr {
	background: url(../images/gb_corner_tr.png) top right no-repeat;
}

.grey_bl {
	background: url(../images/gb_corner_bl.png) bottom left no-repeat;
}

.grey_br {
	background: url(../images/gb_corner_br.png) bottom right no-repeat;
	padding: 10px;
}

#topmenu {
	background: url(../images/gb_topnav_bg.png) no-repeat;
	height: 31px;
	padding-left: 6px;
}

#topmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#topmenu li {
	float: left;
	border-right: 1px dashed #333;
	background: none;
	margin: 0;
	padding: 0;
}

#topmenu a {
	font-size: 11px;
	float:left;
	width: 116px;
  display:block;
  height: 18px;
  line-height: 18px;
	text-align: center;
  color: #333;
}

#topmenu a:hover {
	background: #F4F5F7;
	text-decoration: none;
}

div.module {
	background: #fff url(../images/gb_sidenav_white_top.png) no-repeat;
	width: 180px;
	margin-top: 10px;
}

div.module div {
	background: transparent url(../images/gb_sidenav_white_bottom.png) bottom left no-repeat;
	border: 0px solid #cccccc;
}

div.module div div {
	background: none;
	padding: 0px;
	width: auto !important;
	width: 100%;
}

div.module div div div {
	background: none;
	padding: 5px;
	width: auto !important;
	width: 100%;

}

div.module div div div div {
	padding: 0px;
}


div.module h3 {
	margin: -5px -5px 3px -5px;
	background: url(../images/gb_header_green_side.png) no-repeat;
	
	padding: 0;
	line-height: 26px;
	color: #fff;
	text-indent: 10px;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	height: 26px;
}

div#menu {
	padding-bottom: 10px;
	background: transparent url(../images/gb_menu_bottom.png) bottom left no-repeat;
} 

div#menu div.module {
	background: #fff url(../images/gb_menu_top.png) no-repeat;
}

div#menu div.module div {
	background: none;	
}

div#menu div.module div div {
	margin: 0;
}

div#menu div.module div div div {
	background: url(../images/gb_menu_bg.png) repeat-y;
	padding: 0;
}

div#menu div.module h3 {
	background: url(../images/gb_header_blue_side.png) no-repeat;
	margin: 0;
}

div#menu a.mainlevel {
	display: block;
	height: 19px;
	line-height: 19px;
	width: 180px;
	background: url(../images/gb_menu_overlay.png) no-repeat;
	color: #153564;
	text-indent: 15px;
}

div#menu a.mainlevel:hover {
	background-position: 0px -19px;
	text-decoration: none;
	color: #29844A;
}

/* 2006-Jan-26
div#menu a.mainlevel:hover {
	background-position: 0px -19px;
	text-decoration: none;
	color: #fff;
}
*/

div#menu a.sublevel {
	padding-left: 5px;
	color: #153564;
}

div#menu a.sublevel:hover {
	text-decoration: none;
	color: #29844A;
}


div.body1 {
		background: #fff url(../images/gb_white_top_big.png) no-repeat;
		width: 563px;
		/*width: 373px;*/
		margin-top: 10px;
}

div.body1 div {
	background: transparent url(../images/gb_white_bottom_big.png) bottom left no-repeat;
	border: 0px solid #cccccc;
}

div.body2 {
	background: #fff url(../images/gb_white_top_small.png) no-repeat;
	width: 373px;
	margin-top: 10px;
}

div.body2 div {
	background: transparent url(../images/gb_white_bottom_small.png) bottom left no-repeat;
	border: 0px solid #cccccc;
}

div#mainbody div div {
	background: none;
	padding: 5px;
	width: auto !important;
	width: 100%;

}

div#mainbody div div div{
	padding: 0px;
}

div.componentheading {
	margin: -5px -5px 3px -5px;
	padding: 0;
	line-height: 26px;
	color: #fff;
	text-indent: 10px;
	font-size: 11px;
	font-weight: normal;
	height: 26px;
}

div.body1#mainbody div.componentheading {
	background: url(../images/gb_header_blue_big.png);
	width: 563px;
}

div.body2#mainbody div.componentheading {
	background: url(../images/gb_header_blue_small.png);
	width: 373px;
}

div#header {
	margin-top: 10px;
	overflow: hidden;
	width: 373px;
}

/* 2005-5-19	font-size: 17px to 15px;*/
/* 	font-weight: normal; added */
/* 2006-1-19 font size 15px to 14px */

.contentheading {
	height: 30px;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: bold;
	color: #216B3D;
}


.leftmargin {
	margin-left: 10px;
}