body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	color: #000000; 
}

td
{
	font-size: 10px; 
	font-family: Verdana, Geneva, sans-serif;
}

A, A:link, A:visited
{
	text-decoration: none;
	color:#039;
}

A.nolink, A.nolink:link, A.nolink:visited, A.nolink:hover
{
	text-decoration: none;
	color: #000000; 
}

A:hover 
{
	text-decoration: underline;
}

A.activeNavLink, A.activeNavLink:link, A.activeNavLink:visited
{
	text-decoration: none;
	color:white;
}

/* HEADER is headerBox with appTitle & infogeniumLogo inside */

.headerBox
{
	padding:0px;
	margin:0px;
	position:relative;
}

.footerBox
{
	position:relative;
	color:Gray;
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	text-align:right;
}

.footerBox a
{
	color:Gray;
	text-decoration:underline;
}

.appTitle
{
	font-size: 14pt; 
	font-weight: bold;
	color:black;
	position: absolute; 
	left:216px; 
	top:10px;
}

.infogeniumLogo
{
	position: absolute; 
	top:5px; 
	right:5px;
}

/* controlBox contails listBox items (nav, search, etc) */

.controlBox
{
	float: left;
	/*border: 1px solid gold;*/
}

.listBox
{
	border:1px solid #75a3ed;
	width: 135;
	margin-top: 15px;
}

/* listBox has boxTitle and boxBody */

.boxTitle
{
	/*background-color:#d2e4fc;*/
	background-color:#039;
	color:white;
	font-weight: bold;
	font-size: 10pt; 
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

.boxBody
{
	padding: 3px;
}

.boxBodySmall
{
	padding:3px;
	font-size: 8pt;
}

/* contentBox contains page content */

.contentBox
{
	border:1px solid gold;
	width:95%;
	padding: 20px;
	background: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.contentBox1
{
	border:1px solid gold;
	width:92%;
	padding: 20px;
	background: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.contentBox input,
.contentBox textarea,
.contentBox select, 
.contentBox1 input,
.contentBox1 textarea,
.contentBox1 select

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.contentTitle
{
	font-weight: bold;
	font-size: 12pt; 
	margin-top: 0px;
}

.contentSubTitle
{
	font-weight: normal;
	font-size: 11pt; 
	margin-top: 0px;
}

.subtitle
{
	font-size: 12pt; 
	font-weight: bold;
}

.activeNavTab
{
	background:#039;
	color: white;
	padding:3px;
	font-weight:bold;
	width:80px;
	text-align:center;
}

.navTab
{
	border-top:2px solid #75a3ed;
	border-bottom:2px solid #75a3ed;
	background:#e8f4f7;
	padding:3px;
	width:80px;
	text-align:center;	
}

table.dataGrid
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

td.dataGridCell
{
	border-top: 1px solid silver;
}

.customPre
{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	color: #000000;
	font-size: 10pt;
	font-family: verdana,arial,tahoma,helvetica;
	width:auto;
	padding-top:7px;
	padding-bottom:7px;
	margin:0px;
}

/* contains each entry in Complete view */

.entryBox
{
	border: 1px solid gainsboro; 
	margin-bottom:20px; 
	padding:10px;
	width:auto;
}

div.entryViewAttribute
{
	padding-bottom:5px;
}

div.completeViewAttribute
{
	padding-bottom:3px;
}

.message
{
	color: green;
	text-decoration: underline;
}

.smallHelpText
{
	font-size: 7pt;
	color: Gray;	
}

.toolbar
{
	border:1px solid gainsboro;
	background: whitesmoke;
	margin-top:10px;
	margin-bottom:0px;
	padding:4px;
}

.toolbarBlank
{
	margin-top:10px;
	margin-bottom:0px;
	padding:4px;	
}

.toolbarButton
{
	margin-left:2px;
	vertical-align:text-bottom;
}

.toolbarLink
{
	padding-right:10px;
	border-right:1px solid silver;
	margin-right:2px;	
}
.FormTable input, .FormTable select {
	background: url(../Images/BgGeneral.gif) repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 9px;
	border: solid 1px #ADCE28;
	width: 200px;
}
