/* Reset all elements */
* {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	width: 100%;
	}
td {
	vertical-align: top;
	}
body {
	background: #fff url(../pics/body_bg.gif) repeat-x;
	font: normal 12px Verdana, Arial, sans-serif;
}
img, div {
	behavior: url(../scripts/iepngfix.htc);
}
img {
	border: 0px;
	}
a {
	color:#f30;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#b00;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
/* blah blah blah */
#container {
	background: #dff url(../pics/container_bg.gif) no-repeat;
	width: 780px;
	margin: 0px auto;
}
#header {
	background: #dadada url(../pics/header_bg.gif) top left no-repeat;
	border-bottom: 1px solid #bbb;
	margin: 0px 10px 1px 10px;
	}
#header a {
	color: #b00;
	letter-spacing: 1px;
	}
#header table {
	width: 100%;
	}
#logo {
	width: 160px;
	}
#logo h1 {
	display: none;
	}
#topbanner {
	text-align: right;
	padding: 30px 20px 0px 0px;
	}
#topbanner img {
	}
/* content --------------------------------------------- */
#userbar {
	border-right: 1px solid #eee;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	padding: 8px 0px 7px 15px;
	vertical-align: middle;
	}
#search {
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	padding: 8px 20px 7px 0px;
	text-align: right;
	}
#userbar input, #search input {
	border: 1px solid #666;
	color: #666;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
	width: 80px;
	}
#userbar input.button, #search input.button {
	background: #fffaf5;
	border: 1px solid #b00;
	color: #333;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	height: 18px;
	padding: 1px 0px 0px 0px;
	width: 60px;
	}
/* content --------------------------------------------- */
#content {
	border-bottom: 1px solid #b2e5ff;
	margin: 0px 10px 1px 10px;
	}
/* left ------------------------------------------------ */
#left {
	background: #eaeaea;
	border-bottom: 1px solid #fff;
	padding-top: 7px;
	width: 160px;
	}
#left p {
	padding: 0px 10px 10px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}
#left p.myTitle{
	padding-bottom:10px;
	margin-top:-7px;
}
#left p.myTitle a{
	text-decoration:none;
	font-size: 9px;
	font-weight: normal;
}
#left h2{
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	color: #036;
	line-height: 16px;
	padding: 0px 10px 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BBB;
}
ul.nav li a, #left table td {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 6px 15px;
	}
ul.nav {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
}
ul.nav li {
	background: #fff;
	float: left;
	line-height: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
}
ul.nav li a {
	background: #fffdfb;
	border-bottom: 1px solid #ddd;
	color: #036;
	display: block;
	text-decoration: none;
}
ul.nav li a:hover {
	background: #ffd;
	border-bottom: 1px solid #c66;
	color: #900;
}
ul.nav li:hover ul a {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #ffe;
	border-bottom: 0px;
	color: #036;
	font-weight: normal;
}
ul.nav li:hover ul a:hover {
	background: #ffd;
	border-bottom: 0px;
	color: #900;
}
ul.nav li.first a {
	font-weight: bold;
}
ul.nav li.last a {
	border-bottom: 0px;
}
/* copy ------------------------------------------------ */
#copy { 
	padding: 10px 20px;
	}
#copy h1 {
	border-bottom: 1px solid #999;
	color: #024;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
#copy h2 {
	border-bottom: 1px solid #999;
	color: #036;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 2px;
	margin: 10px 0px;
	}	
#container td#copy h2.button {
	background: url(../pics/h2_btn_bg.gif) top left no-repeat;
	color: #111;
	font-size: 14px;
	line-height: 20px;
	height: 22px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom: none 0px;
	}
#container td#copy h2.button a{
	text-decoration:none;
	}
#copy h3 {
	color: #048;
	font-size: 11px;
	line-height: 17px;
	margin: 10px 0px;
	}
#copy p {
	color: #444;
	font-size: 11px;
	line-height: 17px;
	margin: 10px 0px;
}
#copy div.possible {
	color: #444;
	font-size: 11px;
	line-height: 17px;
	margin: 10px 0px;
	}
#copy td {
	color: #444;
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
}
#copy ul, #copy ol {
	font-size: 11px;
	line-height: 17px;
	margin: 10px 0px 10px 30px;
}
#copy ul li, #copy ol li {
	color: #444;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#copy ul li {
	list-style-type: circle;
}
#copy ol li {
	list-style-type: decimal;
}
table.twocols td {
	width: 50%;
	}
#right {
	background: #eaeaea;
	border-bottom: 1px solid #fff;
	width: 160px;
	}
#footer {
	background: url(../pics/footer_bg.gif) bottom left no-repeat;
	font-size: 10px;
	padding: 0px 20px 30px 20px;
	}
.right {
	float: right;
	}
.small {
	font-size: 10px;
	}
.red {
	color: #b00;
	}
	
.hr {
	border-top: 2px solid #eee;
	margin: 0px 0px 10px 0px;
	}
.hr hr {
	display: none;
	}
.tac {
	text-align: center;
	}
.tar {
	text-align: right;
	}
/* form */
table.form {
	background: #fafafa;
	border-left: 1px dotted #ccc;
}
table.form td {
	font-size: 11px;
}
input.btn {
	background-color: #fff;
	border: 1px solid #b00;
	color: #036;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 1px;
}
input.txt, textarea, select {
	border: 1px solid #999;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}


.report img {
	float: right;
	margin: 0px 0px 10px 10px;
	}
.report h2 {
	border-bottom: 1px solid #999;
	color: #036;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 2px;
	margin: 10px 0px;
	}
.report h2 .date {
	color: #666;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	white-space: nowrap;
	}
	
div.catlist table {
	}
div.catlist table td {
	padding: 0px 10px 10px 0px;
	}
div.catlist table td a {
	background: url(../pics/icon_expand.gif) 0px 3px no-repeat;
	padding-left: 15px;
	}
div.catlist table td a.delete {
	background: url(../pics/icon_delete.gif) 0px 3px no-repeat;
	padding-left: 15px;
}
#right {
	padding-top: 7px;
	}
div.event {
	background: #fffdfb;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	margin-bottom: 10px;
}
div.event a {
	color: #036;
	display: block;
	text-decoration: none;
	}
div.event a {
	background: #fffdfb;
	border-bottom: 1px solid #ddd;
	color: #036;
	display: block;
	padding: 6px 15px;
	text-decoration: none;
	}
div.event a:hover {
	background: #ffd;
	}
div.event h2 {
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
}
div.event h3 {
	color: #333;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	padding: 10px 15px 0px 15px;
}
div.event p {
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 15px 10px 15px;
}
div.event img {
	display: none;
}
/*.ResultHeader
{
    font-weight: bold;
    background-color: gray;
}
.ResultDetails
{
    font-size: smaller;
    background-color: pink;
    border: 1px solid #b00;
}
.ResultHeader a
{
    text-decoration: none;
    color:Orange;
    padding: 0px 15px 0px 15px;
}
.ResultHeader a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}
*/
.DataGridStyle
{
 
}



