/* Structure */

body {
	font-size: 74%; /* Resets 1em to 10px */
	font-family: 'Verdana';
	background: #d5d6d7;
	color: #333333;
	text-align: center;
	padding: 0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px
	}


table
{
	background-color: White;
	border: 0px solid #959596;
	text-align: left; font-family:Verdana; font-size:100%
	}

.coreTable
{
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}
	
.headerTable {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.welcome {
	font-weight: bold;
	color: #2F4F4F;
	font-style:bold;
}

.loginPopup{
	padding:10px 10px 10px 10px;position:absolute;left:40%;height:150px;width:250px;border: thin solid;
	border-color: #666666;;top:10%;z-index:50;display:none;background-color:#EEEEEE;cursor: move;
}

.dmiToolTip
{
	
	padding-top:5px;
	padding-left:5px;
	padding-rigth:5px;
	padding-bottom:5px;
	position: absolute;
	background: #EDEDED;
	border-style: solid;
	border-bottom-color: #9DB1EC;
	border-left-color: #9DB1EC;
	border-right-color: #9DB1EC;
	border-top-color: #9DB1EC;
	border-width: thin;
	border-color: Silver;
	width: 250px;
	height: 50px;
	z-index: 20;
	text-align: left;
	font-weight: bold;
	color: teal;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
/* HEADERS*/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
	}
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}			
/* TOP NAVIGATION */

#topNav
{
    padding-left:3px;
    padding-bottom:2px;
    margin-top:5px;   
}

#topNav .navItem
{
    cursor:pointer;
    padding:2px;
    border:1px solid gray;
    background-color: yellow;
	 background-image: url(images/titlebar-silvergradient.gif);
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: White;
}

#topNav .activeNavItem
{
    cursor:pointer;
    padding:2px;
    border:1px solid gray;
    background-color: orange;
	 background-image: url(images/titlebar-bluegradientover.gif);
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: White;
}


#topNav a:link { }

#topNav a:visited
{
    color: White;
    cursor:pointer;
    padding:2px;
}

#topNav a:hover, #topNav a:active
{
	color: Navy;
}

.q {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: green;
	font-size: 110%;

}

.a {

	margin-left: 25px;

}