body { 	font-size:12px;	}
form { 	padding: 0px; 	margin: 0px; }
div { 	font-size:12px;		padding: 0px; 	margin: 0px; }
td {	font-size:12px;	}

table.gridpager {
	border-width: 3px;
	border-spacing: ;
	border-style: double;
	border-color: black;
	border-collapse: collapse;
	background-color: #fffff0;
}

table.gridpager th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
   color: white;
	background-color: #9aafe5;
	-moz-border-radius: ;
}


th a, th a:visited
{
  color: white;
  background-color: #9aafe5;
  font-weight: bold;
  text-decoration: none; 
}

th a:hover
{
  color: yellow;
  background-color: #9aafe5;
  font-weight: bold;
  text-decoration: none; 
}

table.gridpager td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: #fffff0;
	-moz-border-radius: ;
	padding-left: 10px;
	padding-right: 10px;
	;
}


table.gridpager tr {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: #fffff0;
	-moz-border-radius: ;
}


table.gridpager td.odd
{
	background-color: #E8F0FC;
}

table.gridpager td.even
{
	background-color: white;
}


table.gridpager td.fieldname
{
    background-color: #E8F0FC;
    font-weight: bold;
    
}

table.gridpager td.fieldvalue
{
    background-color: white;
}


.pagination{
padding: 2px;
border-color: black;
text-align: center;
background-color: #fffff0;
margin-top: 5px;

}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.actionList {
	width: 100%;
	display: block;
    font-weight: bold;
}

.toolBar {
	width: 100%;
	display: block;
    font-weight: bold;
    background: red;
	
}


.toolBarx {
	width: 100%;
	display: block;
    font-weight: bold;
    background: silver;
	border-color: white;
	border-style: double;
	border-width: 2px;
	margin: 2px;
	
}

a.button{

display:inline;
color:#555555;
font-weight:bold;
height:20px;
line-height:19px;
text-decoration:none;
width:21px;
background: white;
float:left;
border: 1px solid black;

}

a:hover.button{
 color:#0066CC;
 background: yellow;
 float:left;
 border: 1px solid black;

}

a.ASC{

display:inline;
color:#555555;
font-weight:bold;
height:20px;
line-height:19px;
text-decoration:none;
background:url(/images/gridpager/asc.png) no-repeat 2px 2px;
text-indent:25px;
display:block;

}

a.DESC{

display:inline;
color:#555555;
font-weight:bold;
height:20px;
line-height:19px;
text-decoration:none;
background:url(/images/gridpager/desc.png) no-repeat 2px 2px;
text-indent:25px;
display:block;

}

a:hover{
color:#0066CC;
}

/* -------------------- */
/* CLASSES */
/* -------------------- */
.add{
background:url(/images/gridpager/add.png) no-repeat 2px 2px;
text-indent:5px;
display:block;
}
.delete{
background:url(/images/gridpager/delete.png) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.view{
background:url(/images/gridpager/mglass.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.back{
background:url(/images/gridpager/back.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.emailReminder{
background:url(/images/gridpager/chat.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.edit{
background:url(/images/gridpager/pencil.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.go{
background:url(/images/gridpager/go.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.find{
background:url(/images/gridpager/find.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.sendpw{
background:url(/images/gridpager/sendpw.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.addnote{
background:url(/images/gridpager/note.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.report{
background:url(/images/gridpager/report.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.document{
background:url(/images/gridpager/report.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}


.openurl{
background:url(/images/gridpager/world.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.addtodo{
background:url(/images/gridpager/todo.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.addmeeting{
background:url(/images/gridpager/meeting.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.done{
background:url(/images/gridpager/ok.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.target{
background:url(/images/gridpager/target.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.apptrace{
background:url(/images/gridpager/magnet.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.runqry{
background:url(/images/gridpager/reportrun.gif) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

.appdetails{
background:url(/images/gridpager/view.png) no-repeat 2px 2px;
text-indent:5px;
display:block;
}

</style>

