#srActionBar select{
font-size: 8pt;
}

#srActionTasks{
float: left;
margin-top: -30px;
position: relative;
margin-left: 10px;
}

#srActionTasks li{
display: block;
float:left;
font-size: 10.5px;
color: blue;
font-weight: bold;
padding: 0;
list-style: none; 
height: 28px;
background: whitesmoke;
}

#srActionTasks a{
text-decoration: none;
display:block;
padding: 4px 0px 6px 21px;
}
/*FireFox css for actiontasks bar*/
@-moz-document url-prefix() { 

#srActionTasks a{
padding: 4px 0px 6px 20px !important;
}

#srActionTasks li#sratDisplay a{
	width: 53px !important;
}
#srActionTasks li#sratExport a{
	width: 65px !important;
}
#srActionTasks li#sratEmail a{
	width: 62px !important;
}

}

#srActionTasksRecordDisplay{
padding: 5px 10px 0px 0px;
margin: 0px 0px 0px 0px;
}

#srActionTasksRecordDisplay li{
display: block;
float:left;
font-size: 8pt;
color: blue;
font-weight: bold;
padding: 0;
list-style: none; 
height: 22px;
background: transparent url(../images/bg-cmo-right.gif) no-repeat top right;
}

#srActionTasksRecordDisplay a{
text-decoration: none;
display:block;
padding: 4px 2px 6px 22px;
}

#sratDisplay a{background: url(../images/bg-cmo-left-display.gif) no-repeat top left;}
#sratSave a{background: url(../images/bg-cmo-left-save.gif) no-repeat top left;}
#sratPrint a{background: url(../images/bg-cmo-left-print.gif) no-repeat top left;}
#sratEmail a{background: url(../images/bg-cmo-left-email.gif) no-repeat top left;}
#sratExport a{background: url(../images/bg-cmo-left-export.gif) no-repeat top left;}
#sratAddToMyList a,#sratDeleteFromMyList a{background: url(../images/bg-cmo-left-mylist.gif) no-repeat top left;}

#srReturnToResults a{
float:left;
margin-left: 125px; 
margin-top: 7px; 
font-weight:bold;
}

#srMyListTotal{
float:right;
margin: 7px 0 0 0px; 
padding: 0;
cursor:pointer;
text-decoration:underline;
color: blue;
font-size: 8pt;
height: 22px;
text-indent:6px;
font-weight:bold;
}

#srMyListDisplay{
display: block;
float: left;
margin: 0px;
text-align:center;
color: black;
/*margin: 0px 150px 0px 0px;
border: 0;*/
}


#cmIncludeHistory{
margin:.5em 0;	
}

.divActionTasksDisable{
float: left;
margin: 0;
position: relative;
opacity:0.4;
filter:alpha(opacity=40);
}

.divActionTasks{
float: left;
margin: 0;
position: relative;
opacity:1.0;
filter:alpha(opacity=100);
}