.bignbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000033;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}
.sampleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.sampleCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.sampleCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.headerWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.tableHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00467F;	
}
.navHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B2C7D9;	
}
.tableText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.tableContent {
	font-size: 12px;
	line-height: 20px;
	color: #3D3D3D;
}
.shadeform	{ 
		font: 13px arial, verdana, sans-serif;
		background-image: url("../img/shadeform.gif");
		text-align: left;
		border: #666666 1px solid
		}

input.login {
	border: 1px solid #000000;
	line-height: 12px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, monospace;
}

input.password {
	border: 1px solid #000000;
	line-height: 12px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, monospace;
}

.Messages {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 3px;
	margin: 5px;
	height: 45px;
}

.Message {
	margin: 10px;
}

.Error {
	margin: 10px;
	vertical-align: middle;
}

img.icon {
	width: 40px;
	height: 40px;
	border: none;
	margin: 5px;
	display: block !important;
	float: left;
}

td.announcement-header {
	background-image:url("../images/summerStripe.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}
td.announcement-date {
	font-size: smaller;
	padding:0px;
	padding-top:10px;
}
td.announcement-subject {
	font-size: larger;
	padding:0px;
	border-bottom: 1px solid black;
}
td.announcement-message {
	background-color: #fff;
}

#index-subheader {
	position:relative;
	width: auto;
	height:30px;
	padding:0;
	padding-left:100px;
	background-image:url("../images/summerStripe.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}
* html #index-subheader{ }
#index-subheader .tab-wrapper{
	position:absolute;
	left:100px;
	bottom:0;
}

.tab {
	position : relative;
	float : left;
	padding-left : 9px;
	border-bottom : 1px solid #6290d2;
	background : url(../images/tab_left.gif) no-repeat left top;
	cursor: pointer;
	margin-left: 3px;
}

.tab span {
	display : block;
	padding : 4px 15px 4px 6px;
	background : url(../images/tab_top_right.gif) no-repeat right top;
	color : #333;
	font-size : 90%;
}

.tab.current {
	padding-bottom : 1px;
	border-bottom : 0;
	background-position : 0 -150px;
}

.tab.current span {
	padding-bottom : 5px;
	margin-bottom : -1px;
	background-position : 100% -150px;
}


.tab a:link {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.tab a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.tab a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.tab a:active {
	color: #999900;
}

a.button {
	font-size: 12px;
	border: 1px solid blue;
	padding: 4px;
}
a.button:link {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
a.button:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
a.button:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.button:active {
	color: #999900;
}


		table.filterable {
			font-family:Lucida Grande, Verdana;
			font-size:0.8em;
			width:100%;
			border:1px solid #ccc;
			border-collapse:collapse;
			cursor:default;
		}
		table.filterable td,
		table.filterable th{
			padding:2px;
			font-weight:normal;
		}
		table.filterable thead td, table thead th {
			background-image:url(../images/ft-head.gif);
			background-repeat:no-repeat;
			background-position:top right;
		}
		table.filterable thead td.selectedUp, table thead th.selectedUp {
			background-image:url(../images/ft-headup.gif);
		}
		table.filterable thead td.selectedDown, table thead th.selectedDown {
			background-image:url(../images/ft-headdown.gif);
		}
			
		table.filterable tbody tr td{
			vertical-align: top;
			border-bottom:1px solid #ddd;
		}
		table.filterable tbody tr.alt td{
			background: #e3edfa;
		}
		table.filterable tbody tr.selected td{
			background: yellow;
		}
		table.filterable tbody tr:hover td{
			background: #a6c2e7;
		}
		table.filterable tbody tr.selected:hover td{
			background:#ff9;
		}

		.dojoDialog {
			background : #eee;
			border : 1px solid #999;
			-moz-border-radius : 5px;
			padding : 4px;
		}


		#inputArea{
			margin:1em 0;
			padding:1em;
			background-color:#eef;
		}
		#updateTestInput{
			border:1px solid #ccc;
			width:100%;
			height:80px;
			font-family:serif;
			font-size:0.9em;
			overflow:auto;
		}

		table.editForm td {
			vertical-align: top;
		}
