/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: white;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/css/dark/bg_grad%20dark.jpg") fixed;
}

/******* general styles used throughout *******/

a:link, a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.xlarge {
	font-size: 1.3em;
}

.large {
	font-size: 1.2em;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

strong {
	color: white;
}

.red {
	color: red;
}

.rowHighlight {
	background-color: #eee;
	color: black;
}

.rowHighlight2 {
	background-color: #CCC;
	color: black;
}

h1{
 font: bold 160% Arial,sans-serif;
 color: #ddd;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 140% Arial,sans-serif;
 color: #ddd;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #ddd;
 margin: 0px;
 padding: 0px;
}

th {
	border-bottom: white 1px solid;
}

************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

input{
font-family: Arial,sans-serif;
}

img {
	border: 0;
}

/* Positional DIVs for the main layout */
#masthead{
	position: absolute;
	top: 0px;
	left: 1.5%;
	right: 1.5%;
	width:96.6%;
	margin: 0px;
	min-width: 500px;
}

/************* top menu and submenu styles ****************/
#globalNav{
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	min-width: 480px;
	height: 32px;
	color: black;
	padding: 0px;	
	margin: 0px;
	background-image:    url("images/css/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited, span.glink {
  	font-size: small;
  	color: black;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

span.glink {
	color: #999;
}

a.glink:hover{
  	background-image:    url("images/css/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/* The rest of the page below the menu and submenu, including breadcrumb, page header, left panel and main contents */

#pagecell1{
	position:absolute;
	top: 112px;
	left: 1.5%;
	right: 1.5%;
	width:96.6%;
}

/************* breadCrumb styles ***************/

#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: white;
	text-decoration: underline;
}

/************** pageName (page title) ****************/
#pageName{
	background: url("images/css/dark/headingTab.gif") no-repeat top right;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	height: 26px;
	text-align: right;
	display: none;
}

#pageName h2{
	font: bold 100% Arial,sans-serif;
	color: white;
	margin: 0px;
	padding-top: 5px;
}

#leftpanel{
	display: none;
}

#content{
	width: auto;
	padding: 0px;
	margin-left: 10px;
	color: #ddd;
	font-size: 80%;
}

.feature p {
	line-height: 1.5em;
}

/*#feature {
	background: url(images/USflag-large.png) top left no-repeat;
}*/
/************** feature styles *****************/

/*.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature ul {
	margin-left: 0.8em;
	padding-left: 0.8em;	
}
/************** Definitions for a shaded box with header tab *****************/

.box {
}

.boxheader {
	text-align: right;
	font-size: 0.8em;
	padding: 3px 8px 0px 0px;
	height: 15px;
	color: white;
	background: url("images/css/dark/profileTab.gif") no-repeat top right;
}

.boxbody, .boxbody2 {
	border: 1px solid white;
	padding: 3px;
	color: #657776;
}
.boxbody {
	background: #657776 url("images/css/dark/grad_content.jpg");
}
.boxbody2 {
	background: #657776 url("images/css/dark/grad_content2.jpg");
}	

.boxbody strong {
	color: #657776;
}

/************** Standard image positioning *****************/

img.photo, img.photoleft, img.photoright {
	padding: 0px;
	border: 2px solid white;
	margin: 5px;
}

img.photoleft {
	float: left;
	margin: 10px 25px 5px 0px;
}

img.photoright {
	float: right;
	margin: 10px 0px 5px 15px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	clear:both;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: white;
	margin-top: 4px;
	padding: 5px 10px 10px 15px;
	height: 40px;
}

#footer a {
	color: white;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid white;
	color: white;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:     url("images/css/dark/bg_nav2.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #657776;
}

#sectionLinksSelected {
	display: block;
	border-top: 1px solid white;
	background-color: #657776;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	color: white;
}

#sectionLinks a:hover {
	border-top: 1px solid white;
	background-color: #657776;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: white;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid white;
	color: white;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: white;
}

.relatedLinks a{
	display: block; 
	color: white;
}

/**************** advert styles *****************/

#advert{
	display: none;
	padding: 10px;
}

#advert img{
	display: block;
}

/*------------------------------------------------------------------------------------------
Positions and defines the login and print icons
------------------------------------------------------------------------------------------*/
#login {position: absolute; right: 120px; top: 5px; height: 20px; background: url("/images/css/members.gif") no-repeat; z-index: 1;}
#printicon {position: absolute; right: 120px; top: 25px; height: 20px; background: url("/images/css/print_icon.gif") no-repeat; z-index: 1;}
#login p, #printicon p { font-size: 12px; padding-left: 20px; margin: 0px;}	
#login a, #printicon a { color: white; }
#login a:hover, #printicon a:hover {text-decoration: underline; color: white;}

#logo {position: absolute; top: 0px; right: 0px; width: 180px; height: 159px; background: url("images/css/dark/JISEX-logo-large.jpg") no-repeat;}

