      /* Main Window */

body{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

table{
	border-spacing:0px;
	empty-cells:show;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{ 
	text-indent: 1.5cm; text-align: justify;
}

.mini { font-size: 9px; }


.centerTable{
	height:400px;
	width: 100%;
	vertical-align: text-top;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.topBorder{
	background: url("../images/top.jpg") repeat-x rgb(45,251,3);
	width:100%;
}
.loginBar{
	border-collapse: collapse;
	background:rgb(45,251,3);
	float:right;
	vertical-align: text-bottom;
	height:6px;
}

.bottomBorder{
	background:url("../images/bottom.jpg") repeat-x;
	width:100%;
	height:90px;
	border-collapse: collapse;
}

.topLeftCenter{
      background: url("../images/topleftcenter.gif") no-repeat right rgb(45,251,3);
      width: 40px;
      height: 40px;
      border-collapse: collapse;
}
.topRightCenter{
      background: url("../images/toprightcenter.gif") no-repeat left rgb(45,251,3);
      width: 40px;
      height: 40px;
      border-collapse: collapse;
}
.bottomLeftCenter{
      background:url("../images/bottomleftcenter.gif") no-repeat right rgb(45,251,3);
      width:40px;
      height:40px;
      border-collapse: collapse;
}
.bottomRightCenter{
      background:url("../images/bottomrightcenter.gif") no-repeat left rgb(45,251,3);
      width:40px;
      height:40px;
      border-collapse: collapse;
}
.topCenter{
      background:url("../images/topcenter.gif") repeat-x;
      height:40px;
      border-collapse: collapse;
}
.bottomCenter{
      background:url("../images/bottomcenter.gif") repeat-x;
      height:40px;
      border-collapse: collapse;
}
.leftCenter{
      background:url("../images/leftcenter.gif") repeat-y right rgb(45,251,3);
      width:40px;
      border-collapse: collapse;
}
.rightCenter{
      background:url("../images/rightcenter.gif") repeat-y left rgb(45,251,3);
      width:40px;
      border-collapse: collapse;

}
.greenSide{
	background:rgb(45,251,3);
    width:150px;
	top:100px;
}

.green{
      background:rgb(45,251,3);
      width:150px;
}

.greenAll{
      background:rgb(33,168,4);
      width:100%;
}

.greentext{
	color:rgb(86,172,45);
}

.floatleft{
	float: left;
	margin: 0px 10px 15px 0px;
	border: 1px solid #666;
	padding: 2px;
	text-align: left;
	position:top left;
	
}

.topleft{
	float: left;
	position:relative;
	left: 0px;
	top: 0px;
	
}


.pbook{ 
	margin-top: 0;
	padding: 5px;
	text-indent: 0cm; text-align: left;	
}


.pbookNew{ 
	margin-top: 0;
	padding: 5px;
	text-indent: 0cm; text-align: left;	
	background-image: url("../icons/new1.png");
	background-position:top right; 
	background-repeat:no-repeat;>
}

.pbookNew2{ 
	margin-top: 0;
	padding: 5px;
	text-indent: 0cm; text-align: left;	
	background-image: url("../icons/new.png");
	background-position:top right; 
	background-repeat:no-repeat;>
}


.bottom{
	bottom:0;
}




/* Navigation bar */

ul#navlist{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px; 
}

#navlist a:link, #navlist a:visited{
	color: #fff;
	background-color: rgb(0,210,0);
	text-decoration: none;
}

#navlist a:hover{
	color: #fff;
	background-color:rgb(0,165,0);
	text-decoration: none;
	
}






