body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.gradBox {
	background-image:url(../../digitalcanvas/images/grad_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
	border: solid 1px #7B99A9;
	width: 450px;
	position:relative;
	margin-left:125px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin-top:20px;
	margin-bottom:10px;
}
.gradBox2 {
	background-image:url(../../digitalcanvas/images/grad_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
	border: solid 1px #7B99A9;
	width: 380px;
	position:relative;
	margin-left:220px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin-top:30px;
	margin-bottom:20px;
}

#contentWrap .content .gradBox h3 {
	margin-top:8px;
	margin-bottom:12px;
}

.buttons {

	float:left;
	padding:4px;

}

#pageTitle {
	border-bottom:solid 1px #7B99A9;
	width:90%;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
}


#pageTitle h1 {
	font-size:17px;
	padding-bottom:0px;
	margin-bottom:0px;
	
}
#pageTitle a:link,
#pageTitle a:visited,
#pageTitle a:active { 
	text-decoration:none;
	color:dark-blue;
	font-weight:bold;
}
#pageTitle a:hover { 
	text-decoration:underline;
	color:dark-blue;
	font-weight:bold;	
}


.dataList {
	
}

.dataList th {
	border-bottom: 2px solid black;
}
.dataList td {
	border-bottom: 1px solid #333;
}



.dataList a:link,
.dataList a:visited,
.dataList a:active {
	color: blue;
	text-decoration:none;
	font-weight:bold;	
}

.dataList a:hover {
	color:dark-blue;
	text-decoration:none;
	font-weight:bold;	
}


a.plus-link {
	text-decoration: none;
	margin-left:50px;
	color:blue;
	font-weight:bold;
	padding-bottom:50px;
	
}

a.plus-link img{
	padding-right:6px;
	position:relative;
	top:8px;
}




a.blockedit:link,
a.blockedit:active,
a.blockedit:visited,
a.blockedit:hover
 {
	position:absolute;
	top:15px;
	right:7px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
} 
a.blockedit img {
	position:relative;
	top:10px;
	padding-right:3px;
}


/* Pagination Styles */
.pagination{
  text-align:center;
  /*width: 480px;*/
  padding:8px;
  margin: 10px 0;
  /*border:solid 1px #9aafe5;*/
}
.pagination .summary{
  margin:5px 0;
  text-align:left;
}
.pagination ul{
  border:0;
  margin:0;
  padding:0;
}
.pagination li{
  float:left;
  border:0;
  margin:0;
  margin-right:4px;
  padding:0;
  list-style:none;
  height: 20px;
}
.pagination li.pagelink a, .pagination li.currentpage{
  height: 20px;
  /*width: 28px;*/
  min-width: 14px;
  padding:0 3px;
  display:block;
  font-size: 115%;
  font-weight:bold;
  line-height: 20px;
  border:solid 1px #9aafe5;
  text-decoration:none;
}
.pagination li.pagelink a{
  color: #0079DF;
  background-color:#FFF;
}
.pagination li.pagelink a:hover{
  color: #000;
  background-color:#F4F4F4;
}
.pagination li.currentpage{
  color: #FFF;
  background-color: #0079DF;
}
.pagination .firstpage .disabled{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-image:url(../images/first_grey.gif);
  background-repeat:no-repeat;
  background-position: center center;
}
.pagination .firstpage a{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-image:url(../images/first.gif);
  background-position: center center;
  background-repeat:no-repeat;
  
}

.pagination .previouspage .disabled{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/prev_grey.gif);
  background-position: center center;
}
.pagination .previouspage a{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/prev.gif);
  background-position: center center;
  
}

.pagination .nextpage .disabled{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/next_grey.gif);
  background-position: center center;
}
.pagination .nextpage a{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/next.gif);
  background-position: center center;
  
}
.pagination .lastpage .disabled{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/last_grey.gif);
  background-position: center center;
}
.pagination .lastpage a{
  display:inline-block;
  height: 20px;
  width: 25px;
  background-repeat:no-repeat;
  background-image:url(../images/last.gif);
  background-position: center center;
}

.page-selector {
  font-weight:bold;
  text-align:right;
}
.page-selector select{
  font-weight:normal;
  text-align:left;
}

a.month-locked{
	background-image:url(../images/locked.gif);
	background-repeat: no-repeat;
	background-position: middle left;
	padding-left: 20px;
}
a.month-unlocked{
	background-image:url(../images/unlocked.gif);
	background-repeat: no-repeat;
  background-position: middle left;
	padding-left: 20px;
}