/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:20px;
}
body{
	background:#ffffff url('../images/bg.jpg') repeat-x;
	padding-left:3px;
}

	
#hld {
	background: url(../images/hld.jpg) 0 0 repeat-x;
	min-height: 402px;
	}

input, 
textarea{
	outline:none;/* preventing the chrome and safari nasty yellow border */	
}
a:focus{
	outline:none;
}
a, 
a:visited, 
a:active{
	color:#222;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
i{
	font-size:11px;
}
h1{
	color:#222;
}
h2{
	color:#222;
}
h3{
	color:#222;
}
h4{
	color:#222;
}
h5{
	color:#222;
}
h6{
	color:#222;
}
img{
	border:none;
}

/* Div Content  - Added by Rob */
div.content a, 
a:visited, 
a:active{
	color:#0033FF;
	text-decoration:none;
}
div.content a:hover{
	text-decoration:underline;
}

/* Header */

#header {
	height: 40px;
	line-height: 40px;
	background: url(../images/hdr.gif) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#header .hdrl {
	width: 20px;
	height: 40px;
	float: left;
	background: url(../images/hdrl.gif) top left no-repeat;
	}

#header .hdrr {
	width: 20px;
	height: 40px;
	float: right;
	background: url(../images/hdrr.gif) top right no-repeat;
	}
	
#header a {
	color: #fff;
	text-decoration: none;
	}

#header a:hover { color: #FFCC33; }
	
#header h1 {
	float: left;
	margin-right: 0px;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC33;
	}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #499510; }

/* the nav styling */

* Navigation */
#header #nav, #header #nav * { z-index: 20; }
 
#header #nav {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	height: 40px;
	padding: 0;
	float: left;
	}

#header #nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 40px;
	padding: 0 10px;
	background: url(../images/nsp.gif) center right no-repeat;
	line-height: 40px;
	}
	
#header #nav li.nobg { background: none; }

#header #nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	}

#header #nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

#header #nav ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	position: relative;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: none;
	}
		
/* Root Menu */
#header #nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 30px;
	padding: 0 10px;
	}
	
#header #nav li.active a { color: #ddd; }
#header #nav li.active a:hover { color: #fff; }

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
	color: #fff;
	}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
	text-transform: none;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
	color: #fff;
	background: #0F4CFF;
	}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
	float: none;
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
	color: #fff;
	background: #0F4CFF;
	}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
	color: #fff;
	background: #0F4CFF;
	}

#header #nav ul ul,
#header #nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
	display: none;
	}
	
#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
	display: block;
	}

#header .user {
	float: right;
	font-size: 11px;
	}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* style */
div#container{
	width:1000px;
	margin:0 auto!important;
}



}
div#userid{
	width:200px;
	height:99px;
	position:absolute;
	top:0px;
	right:0;
	line-height:22px;
	color:#FFF;
}
div#userid img{
	margin:4px 10px 0 0;
	float:left;
}
div#userid p{
	float:left;
}
div.userid-user{
	height:24px;
	margin:16px 0 0 0;
	clear:both;
}
div.userid-login{
	height:24px;
	clear:both;
}
div.userid-link{
	height:24px;
	clear:both;
}
div.userid-link a,
div.userid-link a:active,
div.userid-link a:visited{
	color:#FFF;
	text-decoration:underline;
}
div.userid-link a:hover{
	color:#FFF;
	text-decoration:underline;
}
div#nav {
    width:800px;
	height:81px;
	position:absolute;
	top:99px;
	left:0;
}
	
div#contactsearch button#send{
	float:right;
	width:27px;
	height:22px;
	background-image: url(../images/searchico.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	margin-top:9px;
	cursor:pointer;
}
div#contactsearch input#s{
    width:160px;
	height:20px;
	border:2px solid #eeeeee!important;/* IE */
	margin:9px 0 0 0;
	padding:2px 0 0 4px;
	color:#999;
	float:left;
}		

div#search {
    width:200px;
	height:81px;
	position:absolute;
	top:100px;
	right:0;
left:100;
	
}
div#search input#s{
    width:168px;
	height:20px;
	border:0px solid #fff!important;/* IE */
	margin:9px 0 0 0;
	padding:2px 0 0 4px;
	color:#999;
	float:left;
}	
div#search button#send{
	float:left;
	width:27px;
	height:22px;
	background-image: url(../images/searchico.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	margin-top:9px;
	cursor:pointer;
}		
div#content {
    width:1000px;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
}	
div#col-left-780 {
    width:780px;
	float:left;
}
ul#sortable li,
ul#sortable2 li{
	list-style-type:none;
	float:left;
	margin-bottom:20px;
}
ul#sortable,
ul#sortable2{
	list-style-type:none;
}
div.box-780-head {
    width:778px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
	cursor:move;
	text-align:right;
}
div.box-780-head h2 {
    width:662px;
	height:24px;
	float:left;
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin:0px;
	color:#0F4BFF;
}
div.box-780-head a:hover{
	border:none;
}
div.box-780-head input{
	border:1px solid #ccc;
}
div.box-780-body {
    width:758px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#f8f8f8 url('../images/white-pix.jpg') repeat-x top;
}
li.sortHelper{
	border:3px dashed #666;
}
div.bnav{
	float:right;
	width:80px;
	height:27px;
}
div.bnav img{
	margin-top:5px;
	margin-right:2px;
	cursor:pointer;
	float:left;
}
div.bnav img.delete{
	margin-right:5px;
}
div.bnav2{
	float:right;
	width:50px;
	height:27px;
}
div.bnav2 img{
	margin-top:5px;
	margin-right:2px;
	cursor:pointer;
	float:left;
}
div.bnav2 img.delete{
	margin-right:5px;
}
a.toggle{
	border:none;
}
img.close{
	margin-left:1px;
}
img.open{
	margin-left:1px;
}
a.toggle:hover{
	border:none;
}
a.toggle img.open:hover{
	text-decoration:none;
}
div#tabs{
    float:left;
	margin-bottom:20px;
}
div#col-1000 {
    width:1000px;
	float:left;
}
div.box-1000-head {
    width:998px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
	cursor:move;
	text-align:right;
}
div.box-1000-head h2 {
    width:882px;
	height:24px;
	float:left;
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin:0px;
	color:#002a5e;
}
div.box-1000-head a:hover{
	border:none;
}
div.box-1000-head input{
	border:1px solid #ccc;
}
div.box-1000-body {
    width:978px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#f8f8f8 url('../images/white-pix.jpg') repeat-x top;
}


/* tables */
table#tb-1,
table#tb-2{
	margin:0;
	padding:0;
}
tr.row{
	background:#e9e9e9;
}
tr.row-over{
	background:#fffcce;
}
th.th-1{
	width:26px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-2{
	width:126px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-3{
	width:146px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-4{
	width:196px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-5{
	width:66px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-6{
	width:86px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-7{
	width:76px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-8{
	width:26px;
	height:21px;
	padding: 3px 0 0 4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-9{
	width:30px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-10{
	width:236px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-11{
	width:106px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-12{
	width:76px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-13{
	width:42px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-14{
	width:90px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-15{
	width:34px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
td.td-1{
	width:26px;
	height:24px;
	padding-left:4px;
}
td.td-2{
	width:126px;
	height:24px;
	padding-left:4px;
}
td.td-3{
	width:146px;
	height:24px;
	padding-left:4px;
}
td.td-4{
	width:196px;
	height:24px;
	padding-left:4px;
}
td.td-5{
	width:66px;
	height:24px;
	padding-left:4px;
}
td.td-6{
	width:86px;
	height:24px;
	padding-left:4px;
}
td.td-7{
	width:76px;
	height:20px;
	padding-left:4px;
}
td.td-8{
	width:26px;
	padding-left:4px;
}
td.td-9{
	width:auto;
	height:24px;
	padding-left:4px;
}
td.td-10{
	width:236px;
	padding-left:4px;
}
td.td-11{
	width:106px;
	padding-left:4px;
}
td.td-12{
	width:76px;
	padding-left:4px;
}
td.td-13{
	width:42px;
	padding-left:4px;
}
td.td-14{
	width:90px;
	padding-left:4px;
}
td.td-15{
	width:34px;
	padding-left:4px;
}
td.td-9 img{
	margin-top:4px;
}
td.td-14 img{
	margin-right:2px;
}
img.tb-1-action-edit{
	margin:4px 10px 0 0;
}
img.tb-1-action-lock{
	margin:4px 10px 0 0;
}
img.tb-1-action-delete{
}
div.myform-btn{
	height:20px;
	float:left;
	margin:10px 0 0 0 ;
}
div.myform-check{
	width:300px;
	float:left;
}
a#checkall{
	width:84px;
	float:left!important;
	background:url('../images/check-all.jpg') no-repeat;
	margin-right:10px;
}
a#checkall:hover{
	background:url('../images/check-all-hover.jpg') no-repeat;
}
a#uncheckall{
	width:84px;
	float:left!important;
	background:url('../images/uncheck-all.jpg') no-repeat;
}
a#uncheckall:hover{
	background:url('../images/uncheck-all-hover.jpg') no-repeat;
}
a#delete-btn{
	width:60px;
	float:left!important;
	background:url('../images/delete.jpg') no-repeat;
	margin-left:10px;
}
a#delete-btn:hover{
	background:url('../images/delete-hover.jpg') no-repeat;
}
div.inputfield{
	float:left;
	clear:both;
	width:100%;
	height:24px;	
	margin-bottom:10px;
}
div.inputfield label{
	float:left;
	width:140px;
}
div.inputfield input{
	float:left;
	height:18px;
	width:198px;
	border:1px solid #ccc;
	padding:2px 0 0 2px;
}
div.inputfield select{
	float:left;
	height:22px;
	border:1px solid #ccc;
}
div.inputfield div{
	float:left;
	height:22px;
	width:100px;
	clear:right;
}
div.inputfield input#field3,
div.inputfield input#field4,
div.inputfield input#field5,
div.inputfield input#field6{
	float:left;
	height:22px;
	width:22px;
	margin:0;
	padding:0;
	border:none;
	margin-right:4px;
}
div.inputfield input.longfield{
	float:left;
	height:18px;
	width:338px;
	border:1px solid #ccc;
	padding:2px 0 0 2px;
}
div.textfield{
	float:left;
	clear:both;
	width:100%;
	height:200px;	
	margin-bottom:20px;
}
div.textfield label{
	float:left;
	width:140px;
}
div.textfield textarea{
	float:left;
	height:200px;
	width:340px;
	border:1px solid #ccc;
}
div.send-btn{
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
}
button#send-form{
	float:left;
	width:60px;
	height:20px;
	background-image: url(../images/send.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
	/*margin-left:140px;
	margin-left:70px;*/
}
button#send-form:hover{
	background-image: url(../images/send-hover.jpg);
}

div.update-btn{
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
}
button#update-form{
	float:left;
	width:60px;
	height:20px;
	background-image: url(../images/update.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
	/*margin-left:140px;
	margin-left:70px;*/
}
button#update-form:hover{
	background-image: url(../images/update-hover2.jpg);
}



div.restore-btn{
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
}
button#restore-form{
	float:left;
	width:60px;
	height:20px;
	background-image: url(../images/restore.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
	/*margin-left:140px;
	margin-left:70px;*/
}
button#restore-form:hover{
	background-image: url(../images/restore-hover.jpg);
}

div.back-btn{
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
}
button#back-form{
	float:left;
	width:60px;
	height:20px;
	background-image: url(../images/back.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
	margin-left:140px;
	margin-left:70px;
}
button#back-form:hover{
	background-image: url(../images/back-hover.jpg);
}

div.editor{
	clear:both;
}
div.editor textarea{
	height:350px;
	width:746px;
	margin-left:3px;
	border:1px solid #ccc;
	padding:2px;
}
div.send-btn-2{
	width:100%;
	float:left;
	height:20px;
	margin:10px 0 10px 0;
}
button#send-editor{
	float:right;
	width:60px;
	height:20px;
	background-image: url(../images/send.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
}
button#send-editor:hover{
	background-image: url(../images/send-hover.jpg);
}
a#remove:hover{
	text-decoration:underline;
}


/* right collom */
div#col-right-200 {
    width:200px;
	float:right;
	margin-left:14px;
}
div.box-right-200{
    width:198px;
	float:left;
	margin-bottom:20px;
}
div.box-right-200-head{
    width:198px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
}
div.box-right-200-head h3{
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#002a5e;
}
div.box-right-200-body {
    width:178px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#f8f8f8 url('../images/white-pix.jpg') repeat-x top;
}
div#datepicker{
	margin-bottom:20px;
}
a.lightbox img{
	border:1px solid #999; 
}
a.lightbox img:hover{
	border:1px solid #0072ff;
}
div.add-photo-btn{
	float:left;
	margin:20px 10px 0 0;
}
div.view-photo-btn{
	float:left;
	margin:20px 0 0 0;
}
a.add-photo-btn-a{
	width:84px;
	float:left!important;
	background:url('../images/add-photo-btn.jpg') no-repeat;
}
a.view-photo-btn-a{
	width:84px;
	float:left!important;
	background:url('../images/view-photo-btn.jpg') no-repeat;
}
a.add-photo-btn-a:hover{
	background:url('../images/add-photo-btn-hover.jpg') no-repeat;
}
a.view-photo-btn-a:hover{
	background:url('../images/view-photo-btn-hover.jpg') no-repeat;
}
div.cycle-1 div h3{
	font-size:12px;
}
div.cycle-1 div a{
	font-weight:bold;
	text-decoration:underline;
}
ul#sec-nav{
	list-style-type:none;
	float:left;
	margin-bottom:10px;
}
ul#sec-nav li{
}
ul#sec-nav li div{
	width:174px;
	float:left;
	clear:both;
	display:block;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #ccc;
	margin-right:0px;
}
ul#sec-nav li div a{
}
ul#sec-nav li div a:hover{
	text-decoration:underline;
}
div.btn-row{
	float:left;
	height:22px;
	clear:both;
	width:180px;
}
div.btn-row img{
	float:left;
}

/* footer */
div#footer{
	height:70px;
	clear:both;
	margin:40px 0 0 0;
}
div#footer-top{
	height:60px;
	background:#ffffff;
	border-top:1px solid #c2c2c2;
	clear:both;
	color:#06F;
	border-bottom-width: 75px;
}
div#footer-bottom{
	height:30px;
	background:#fffff;
	clear:both;
	margin-bottom:0;
}
div.footer-wrap-t{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
div.footer-wrap-t p{
	float:left;
	margin-top:20px;
}
div.footer-wrap-t p a,
div.footer-wrap-t p a:active,
div.footer-wrap-t p a:visited{
	color:#FFF;
	text-decoration:underline;
}
div.footer-wrap-t img{
	float:right;
}
div.footer-wrap-b{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	font-size:11px;
}


/* Dialogs and messages */
div.dialog-box-succes{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #8be57e;
	background:#b4efab;
	color:#337129;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-error{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #fe9090;
	background:#feb1b1;
	color:#820101;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-warning{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #d5d458;
	background:#f0feb1;
	color:#7f7200;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-information{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #6ab3ff;
	background:#a3d0ff;
	color:#004185;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
img.dialog-ico{
	margin:2px 10px 0 0px;
	float:left;
}
div.dialog-left{
	float:left;
}
div.dialog-right{
	float:right;
}
img.del-x{
	margin-top:2px;
	cursor:pointer;
}



/* page navigation */
.page-nav{
	/*width:500px;
	float:none;*/
	margin-left:0px;
	height:20px;
	/*border-width:1px;
	border-style:solid;*/
}
.page-nav ul{
	margin:0px;
	padding:0px;
	height:20px;
	margin-left:0px;
	 
	/*text-align: right; Set to "right" to right align page-nav interface*/
	/*float:left;*/
	
	font-size: 16px;
	/*border-width:1px;
	border-style:dashed;
	border-color:red;*/
	
}
.page-nav li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	text-align:center;
}
.page-nav a, 
.page-nav a:visited{
	width:20px;
	text-decoration: none; 
	color: #222;
	float:left;
	background:url('../images/pagenum.jpg') no-repeat;
	font-size:12px;
	text-align:center;
	margin:0 2px 0 2px;
}
.page-nav a:hover, 
.page-nav a:active{
	background:url('../images/pagenum-hover.jpg') no-repeat;
	color: #222;
}
.page-nav a.currentpage{
	background:url('../images/pagenum-hover.jpg') no-repeat;
	color: #222;
	font-weight: normal;
	cursor: default;
}
.page-nav a.disablelink, 
.page-nav a.disablelink:hover{

}
.page-nav a#prev{
	margin-right:2px;
	padding:0px;
	width:60px;
	background:url('../images/prev.jpg') no-repeat;
}
.page-nav a#next{
	margin-left:2px;
	padding:0px;
	width:60px;
	background:url('../images/next.jpg') no-repeat;
}
.page-nav a#first{
	margin-left:2px;
	padding:0px;
	width:60px;
	background:url('../images/first.jpg') no-repeat;
}
.page-nav a#last{
	margin-left:2px;
	padding:0px;
	width:60px;
	background:url('../images/last.jpg') no-repeat;
}
.page-nav a#prev:hover{
	width:60px;
	background:url('../images/prev-hover.jpg') no-repeat;
}
.page-nav a#next:hover{
	width:60px;
	background:url('../images/next-hover.jpg') no-repeat;
}
.page-nav a#first:hover{
	width:60px;
	background:url('../images/first-hover.jpg') no-repeat;
}
.page-nav a#last:hover{
	width:60px;
	background:url('../images/last-hover.jpg') no-repeat;
}
