table.myrefs2 {
	background-color: #FFF;
	color: #000000;
	width: 100%;
	font-size: 11px;
}
table.myrefs2 thead tr.refs_hdr th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #ef9615;
	padding-bottom: 3px;
	font-weight:bold;
}
table.myrefs2 tbody tr.refs td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.myrefs2 tbody tr.refs td a {
	color: #043994;
}
table.myrefs2 tbody tr.refs td a:hover {
	color: #0459F0;
}
table.myrefs2 tbody td.content {
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:25px;
}

tr.alt td {
	background: #EDF3FE;
}

table.admin_highlight_info {
	background-color: #F0FFC4;
	color: #000000;
	width: 100%;
	font-size:11px;
	border:1px solid #C0C0C0;
	padding:10px;
}
table.admin_highlight_info td.hdr {
	font-weight: bold;
}
table.admin_highlight_info td.reqs {
	padding-top:10px;
}
table.admin_highlight_info td.value {
	padding-left: 35px;
}
table.admin_highlight_info td a {
	text-decoration: none;
	color: #043994;
}
table.admin_highlight_info td a:hover {
	text-decoration: underline;
	color: #0459F0;
}

table.admin_display {
	background-color: #FFF;
	color: #000000;
	width: 100%;
	font-size: 11px;
	border: solid #cfcfcf 1px;
}
table.admin_display tbody tr.mystatus_hdr td {
	background-image:url("images/hdr_bg_grey.gif");
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cfcfcf;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}
table.admin_display tbody tr.even td {
	background-color: #edf3fe;
}
table.admin_display tbody td.content {
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:25px;
}
table.admin_display tbody td.content_refs {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}


input.search
{
color: #000;
background: #fff;
border: 1px solid #3666bb;
font-size:10px;
padding: 1px;
width: 70px;
}
input.searchB
{
color: #000;
background: #fff;
border: 1px solid #3666bb;
font-size:10px;
padding: 1px;
width: 175px;
}
select.search {
color: #000;
background: #fff;
border: 1px solid #3666bb;
font-size:10px;
padding: 1px;
width: 90px;
}

 fieldset.search
{
border: 1px solid #3666bb;

}

legend.search
{
color: #3666bb;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding: 2px 6px
}

table.search_options {
	font-size:11px;
}

.admin_styleB_top {
	text-align:right;
	margin-bottom:8px;
	font-size:11px;
}
.admin_styleB_top A {
	color: #3666bb;
}

/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;  /* Never change this one */
  width:250px;  /* Width of box */
  height:250px;  /* Height of box */
  overflow:auto;  /* Scrolling features */
  border:1px solid #436fbc;  /* Dark green border */
  background-color:#FFF;  /* White background color */
  text-align:left;
  font-size:0.9em;
  z-index:100;
}
#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;    
  padding:1px;
  cursor:pointer;
  font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#436fbc;
  color:#FFF;
}
#ajax_listOfOptions_iframe{
  background-color:#F00;
  position:absolute;
  z-index:5;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback_sub.gif) repeat-x bottom left;
font: bold 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;

}

.glossymenu li.second a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
text-align:left;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}


.glossymenu_sa{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu_sa li a{
background: white url(images/glossyback_sa.gif) repeat-x bottom left;
font: bold 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;

}

.glossymenu_sa li.second a{
background: white url(images/glossyback_sa.gif) repeat-x bottom left;
font: 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
text-align:left;

}

* html .glossymenu_sa li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu_sa li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu_sa li a:hover{
background-image: url(images/glossyback_sa2.gif);
}


table.admin {
	background-color: #FFF;
	color: #000000;
	width: 100%;
}
table.admin tbody td.menu {
	width: 162px;
	padding: 0px;
	
}
table.admin tbody td.content {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.affiliates {
	background-color: #FFF;
	color: #000000;
	width: 100%;
}
table.affiliates tbody td.left {
	padding: 5px;
	border:1px solid #C0C0C0;
}
table.affiliates tbody td.right {
	padding: 5px;
	border:1px solid #C0C0C0;
}

table.admin_user_info {
	background-color: #FFF;
	color: #000000;
	width: 100%;
	font-size:11px;
	border:1px solid #C0C0C0;
	padding:10px;
}
table.admin_user_info td.hdr {
	font-weight: bold;
}
table.admin_user_info td.reqs {
	padding-top:10px;
}
table.admin_user_info td.value {
	padding-left: 35px;
}
table.admin_user_info td a {
	text-decoration: none;
	color: #043994;
}
table.admin_user_info td a:hover {
	text-decoration: underline;
	color: #0459F0;
}

.underln {
	text-decoration:underline;
}

.smtext {
font-size:11px;
}
.filter {
	border: 1px solid #4A4A4A;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.status_select {
	border: 1px solid #4A4A4A;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red_warn {
	font-size:9px;
	font-weight:bold;
	color:#CC0000;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

.row0 {
    background-color: #ffffff;
	padding: 10px;
	border:1px solid #E0E0E0;
}

.row1 {
    background-color: #F0F0F0;
	padding: 10px;
	border:1px solid #E0E0E0;
}

.rowB0 {
    background-color: #ffffff;
	padding: 10px;
	border:1px solid #E0E0E0;
	margin-bottom:5px;
}

.rowB1 {
    background-color: #EDF3FE;
	padding: 10px;
	border:1px solid #E0E0E0;
	margin-bottom:5px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>



.shiftcontainer{
position: relative;
left: 3px; /*Number should match -left shadow depth below*/
top: 3px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 625px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -3px; /*shadow depth*/
top: -3px; /*shadow depth*/
}

<![endif]>
