body, table, td, th, li {
	font-family: Arial,Helvetica,sans-serif;
}

.contentbox {
	width:98%;
}

.contentbox, .box {
	margin:10px;
	background-color: #FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	border-collapse:collapse;
	margin-bottom: 15px;
}

.padded {
	padding:10px;
}

.heading
{
	font-weight:bold;
	font-family:Garamond;
	font-size:large;
}

.sitetitle {
	background-color: #6666CC;
	font-weight:bold;
	font-size:larger;
	color:#FFFFFF;
}

#header 
{
	position: relative;
}

.homelink
{
	position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 81px;
}

#footerlogo {
	background: #eaeaea url("../images/general/IRTlogo.gif") no-repeat;
	height:20px;
	width:100%;
}

.note
{
	font-style:italic;
	font-size:.8em;
}

.error
{
	color:Red;
	font-weight:bold;
}

.warning
{
	font-weight:bold;
}

.confirmation
{
	color:Green;
	font-weight:bold;
}

.field-label
{
	text-align:right;
	white-space:nowrap;	
	color:#729982;
	font-weight:bold;
	font-size:x-small;
}

.field-label-top
{
	text-align:center;
	text-decoration:underline;
	white-space:nowrap;
	color:#729982;
	font-weight:bold;
	font-size:x-small;	
}

.field-label-left
{
	white-space:nowrap;	
	color:#729982;
	font-weight:bold;
	font-size:x-small;
}

input 
{
	font-family:Verdana;
}

input text
{
	border: solid thin #e3e9ef;
}

.tab-menu
{
	background-color: silver;
	text-align:center;
	font-size: small;
	/*border: solid 1px black;*/
	padding: 3px 3px 3px 3px;
}

.tab-menu-selected
{
	background-color: white;
	text-align:center;
	font-size: small;
	border: solid 1px #dddddd;
	border-bottom:none;
	padding: 3px 3px 3px 3px;
}

/*---------------------Login styles------------------------*/
table.login
{
	background-color:White;
	/*margin-left: auto;
	margin-right: auto;*/
	font-family:Verdana;
	font-size:x-small;
	vertical-align:middle;
	/*border:solid 1px silver;*/
}
.login-header
{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	padding: 5px 0px 5px 0px;
}
.login-field
{
	padding:0px 10px 0px 10px;
}
.login-footer
{
	text-align:center;
	padding: 0px 0px 10px 0px;
}
.login-error
{
	text-align:center;
	font-weight:bold;
	color:Red;
	padding: 5px 0px 5px 0px;
}

/*---------------------Menu/Navigation styles------------------------*/

.navbutton
{
	font-weight:bold;
	font-size:.9em;
}

.menutitle, .boxtitle {
	background-color: #6666CC;
	font-size:0.9em;
	font-weight:700;
	color: #FFFFFF;
	text-align: left;
	margin:0;
	padding: 0px 4px 4px;
}

.shadedtitle  
{
    background-color:#929496;
}

.boxtitle-var 
{
	color:Yellow !important;
	text-decoration:underline;
}

.shaded 
{
    background-color:#dcddde;
}

.menuitems {
	font-size:0.9em;
	font-weight:700;
	color: #FFFFFF;
	text-align: left;
	margin:0 10px;
	padding: 4px;
}

.menuitemslist 
{
	list-style-type:none;
	margin:0;
	font-size:100%;
	font-weight:normal;
}

.menuitemslist a
{
	text-decoration:none;
}

.menuitemslist a:hover
{
	text-decoration:underline;
}

.menuindent 
{
	margin-left:20px;
}

/*---------------------Styles for treeviews------------------------*/
.mgmt-treeview {
}

.mgmt-treeview td
{
	vertical-align:top;
}

.mgmt-treeview a, .mgmt-treeview td span
{
	font-size:.8em;
}

.mgmt-treeview-hover 
{
	background-color:#FFFFE0;
}

.mgmt-treeview-selected
{
	background-color:#FFFFC0;
	font-size:.8em;
	font-weight:bold;
}

/*---------------------Styles for data tables------------------------*/
table.data-table
{
	border:solid 1px #77b277;
}

table.data-table td, table.data-table th 
{
	border:solid 1px #77b277;
}

tr.data-table-empty
{
	
}

tr.data-table-empty td
{
	padding:10px;
	text-align:center;
	font-size:.8em;
	font-style:italic;
}

.data-table-header, .data-table-header a:link, .data-table-header a:visited
{
	background-color:#99cc99;
	vertical-align:middle;
	font-size:x-small;
	color:#385398;
}

.data-table-header th
{
	padding:3px 5px 3px 5px;
	min-width:60px;
	/*padding:3px 0px 3px 0px;
	width:60px;*/
}

tr.data-table-footer
{
	background-color:#99cc99;
}

td.data-table-footer
{
	color:#6666cc;
	font-size:x-small;
	font-weight:bold;
}

tr.data-table-row
{
	
}

tr.data-table-row td, tr.data-table-altrow td
{
	padding:5px;
	font-size:x-small;
}

tr.data-table-row a,
tr.data-table-altrow a,
.data-table-link
{
	font-size:x-small;
}

tr.data-table-altrow
{
	background-color:#dbeddb;
}

select.page-dropdown
{
	font-size:x-small;
}

/* Need some overrides for controls (e.g. checkbox list) which render as tables*/
table.clear-data-table td
{
	border:0 !important;
	padding:0;
}

/*---------------------Styles for Progress Bars------------------------*/
.progress-bar-background
{
	border-style:solid;
	border-width:1px;
	color:Silver;
	background-color:Transparent;
	text-align:left;
}

.progress-bar
{
/*	background-color:#84a6ca;*/
	background-color:#77b277;
}
