

body {
    font-family: Tahoma;
	font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
	margin: 0;
	padding:0;
	
	 }
/*
Commented this out because the overflow crap bugs out in IE.  Reproduce a generic version of this crap and post it somewhere.
iframe { 
	overflow-x: hidden; 
	overflow-y: scroll; 
} */

p,td{	margin:0 10px 10px;
	font-family: Tahoma;
	font-size: 12px;
	}


a {
	color: #000000;
}


table.standardGrid { 
	width: 95%;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: Tahoma;
	font-weight: normal; 
}

td.standardGridHeader{ 
	background-color: #003366;
	border: 0px #000000 solid;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF; 
}

td.headerGridCell{
	border-bottom: 1px #000000 solid;
	text-align: left;
	font-size: 8pt;
	font-weight : bold;
	color: #000000;
	background-color: #808080;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.subHeaderGridCell{ 
	border-bottom: 1px #000000 solid;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #B1B1B1;
	background-color: #336699;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}


tr.standardGridRow1 {
	background-color: #cccccc;
}

tr.standardGridRow2 {
	background-color: #c0c0c0;
}

td.standardGridCell{ 
	border-bottom: 1px #000000 solid;
	text-align: left;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.noBottomBorderGridCell{
	text-align: left;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

.jqifade{
     position: absolute; 
     background-color: #aaaaaa;
	  width: 100%; 
}
div.jqi{ 
      width: 400px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 10px; 
      line-height: 20px; 
      color: #444444; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee; 
      background-color: #f4f4f4;
}
div.jqi button{ 
      padding: 3px 10px;
      margin: 0 10px; 
      background-color: #2F6073; 
      border: solid 1px #f4f4f4; 
      color: #ffffff; 
      font-weight: bold; 
      font-size: 12px; 
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
      background-color: #003366;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #003366;
}


