body {
    background-color: white; /*#636363;*/
    background-image: url('images/background-grad.jpg');
    background-repeat: repeat-x;
}
body,table,p,div,span {
	font:normal 12px arial;
}

.content{
    padding: 20 20 20 20; 
    text-align: left; 
    vertical-align: top; 
    background-image: ; /* url(images/Nikon.jpg);  */
    background-repeat: no-repeat; 
    background-color: Black;
    color: White;
    font-family: Arial, Verdana;
    font-size: 12px;
}
.contentHeading
{
    background-color: #e4e4e4;
    width: 400px;
    height: 40px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding-left:10px;
}
.contentText
{
    color: white;
    font-family: Arial, Verdana;
    font-size: 12px;
    text-align: left; 
}

.ScrollWindow
{
    height: 420px; 
    overflow-y: auto; 
    display:; 
    padding-right: 10px;
}

.menu{
    background-color: black;
    color: #C6C6C6;
    font: 11px verdana;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    padding: 3px;
}

.formElement
{
    background-color: #DBDBDB;
    background: #DBDBDB;
    color: Black;
    border: solid 1px white;
    padding: 2px 2px 2px 2px;
}
.formButton
{
    background-color: #DBDBDB;
    color: Black;
    border: white;
    padding: 2px 2px 2px 2px;
}

a:link    { color: #C6C6C6; text-decoration: underline }
a:visited { color: #C6C6C6; text-decoration: underline }
a:active  { color: #C6C6C6; text-decoration: underline }
a:hover   { color: #ffffff; text-decoration: none; }

hr 	{ color: dimgrey; height:1px; text-align:left}
p 	{ margin:0px;}
h1 	{ font:bold 17px verdana; margin-bottom:10px; color: #003399;}
#footer { clear: both;	padding: 1em;	text-align: center;	border-top:solid 2px #ECECF6; }	
.tab-inactive
{
	background-color: #004B96; 
	display:inline; 
	padding-left: 6px;
	padding-right: 6px;
	height:20;
	font:11px verdana;
	font-weight: normal;
	cursor:hand; 
}
.tab-active
{
	font:11px verdana;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 0px none #c0c0c0;
	background-color: #efefef;
	text-align: center;
	display:inline;	
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}

.GalleryStandard
{
    border: solid, 1px, white;
    padding: 8px, 8px, 8px, 8px;    
}

/*-------------------------------------------------------------------*/
/*-----  PopIt Menu Classes  ----------------------------------------*/
/*-------------------------------------------------------------------*/
#popitmenu{
position: absolute;
background-color: #e4e4e4;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: white;
}
/*-------------------------------------------------------------------*/

/*/////////////////////////////////////////////////*/
/* Styles for common background for pop-up dialogs */
.modalBackground
{
    FILTER: alpha(opacity=70);
    BACKGROUND-COLOR: black;
    opacity: 0.7;
    z-index: 100;
}
.Message_Table
{
    position: absolute; 
    top: 0px; 
    z-index: 110;
    text-align: center;
    vertical-align: middle;
}
.Message_Frame
{
    width: 850px; 
    height: 515px;
    background-color: transparent; 
    border: solid 1px transparent;
    margin: 0px;
    padding: 0px;
}

/*-------------------------------------------------------------------*/
















/*----Example CSS Class --*/ 
img.greyborder {
	border: 1px solid #c0c0c0;
}
img.invert {
	filter: invert;
}
img.flip{
	filter: fliph 
}
td.module {
	background-color: #efefef;
}
td.content {
	color: black; 
	font-family: tahoma, arial, helvetica; 
	font-weight: bold; 
}
/* hyperlink styles of the unselected tabs */
a.othertabs:link, a.othertabs:visited, a.othertabs:active {
	text-decoration: none;
	color:#ffffff;
}
a.othertabs:hover {
	text-decoration: underline;
	color:#ffff00;
}
.subtabbg {
	background-color: #efefef;
}
.redcolor{
	color:red;
}
.boldgreen
{
	color: green; font-weight: bold;
}
.highlight
{
	background-color: yellow;
}
