*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e9e9e9;
	font-family: arial, sans-serif;
}

img { border: 0; }
img, div { behavior: url(templates/woodblog/css/iepngfix.htc) }

ol, ul {
	margin-left: 30px;
	}
	
p {
	margin-left: 2px;
	margin-bottom: 10px;
	}

a {
	color: #073961;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #0881d7;
	}

a:visited {
	color: #5a37ae;
	}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
}

#wrapper {
background-image: url(../images/bg_grad.gif);
background-repeat: repeat-x;
background-color: #ffffff;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:968px;
	padding: 15px;
	padding-top:0px;
	margin-bottom: 70px;
}

#footer {
	position: absolute;
	display: block;
	bottom: 0;
	padding-top: 20px;
	height: 60px;
	width: 100%;
	font-size: 10pt;
	color:#888888;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	line-height: 0.5em;
}

#footer a {
	color: #888888;
	font-weight: bold;
	padding: 4px;
	}
	
#footer a:hover {
	color: #005596;
	}

 div.pager_summary { 
    	float:left; 
	color: #4d92c6;
	font-size: 10pt;
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;

 }
 div.pager_paging  { 
 	
     	float:right; 
	color: #4d92c6;
	font-size: 10pt;
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;
	margin-left:2px;
 }
 .pager_paging select {
    	width:auto;
 }
 
 .next {
  	background-image: url("../images/btn_next_active_bg.png");
 	cursor:pointer;
 }
 .previous {
  	background-image: url("../images/btn_prev_active_bg.png");
 	cursor:pointer;
 }
 .up {
  	background-image: url("../images/btn_up_active_bg.png");
 	cursor:pointer;
 }
  .down {
  	background-image: url("../images/btn_down_active_bg.png");
 	cursor:pointer;
 }
 .colsortblock {
 	float:right;	
 }
 	

.openX { text-align: center; }
