/* GLOBAL SYTLE global styling, sets overall style of page */

body {
	font-family: Century Gothic, Verdana;
	margin: 0px; /* increase to have page float on background */
	padding: 0px; 
	font-size: 8pt;
	text-align:left; /*override main sheets centering */
}

li {
	margin-bottom: .3em;
    vertical-align: top; /*added 9/28 for regular list bullet alignment fix */
}

img {
	border: 0; /* by default, images should not have a border */
}

.emptyImage {						/* used for special effects */
	float:left;
	margin: 0px;			/* distance to outline */
}
	
#xx
{
	background-color:Red;
}
/* all headers in boxes */
.header {
	clear: both;    /* floating element below */
}

/* link styles */ 
a {
	text-decoration: underline; /* set to "none" to hide underlines on links */
}

a img {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

/* remove link underline from some special elements: Header and Overview Map */
#mapPageHeader a {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

a:link {
	color: #084782;		/* STYLE */
}

a:visited {
	color: #084782;		/* STYLE */
}

/* Note: hover selector should be last in order to take precedence in :visited AND :hover situation */
a:hover {
	color: black;		/* STYLE */
}

/* special link styles */
a.noHover:hover {
	background-color:transparent;	/* If you don't want images wrapped in <a> to have hover effect, make it <a class="noHover"> */
}

a:active {
	color: #669999;		/* STYLE */
}

td
{
	vertical-align: top;
}

/*********************************************************************************/
/*** Styles of specific modules **************************************************/
/*********************************************************************************/
#pageWrapper {
width: 701px;
margin: 0 auto;
font-family:Arial, Helvetica, sans-serif;

}


/* MODULE:  HEADER --*/
#header {
			/*background-image:url('../images/sifa_DataModelBrowser.gif');*/
			background-repeat:no-repeat;
			background-position: right;
			background-color: #87BCFF;
			height: 79px;	
width:700px;
			}
			

#header div {
	/*margin-bottom: .2em;	*/ 
}

/* logo image on left side of header */	
#header .left {
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}

/* header information */
#header .right {
	margin-left: 8px;
	width: 100%;					/* helps to left align text */
	color: #669999;					/* STYLE */
	font-weight: bold;
}

#header .right .utilities  {
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
}

.utilities_toc {
	display: show;					/* show table of content link */
}

/* link style in header */
/* note: Order is important. If ambiguous, last has precedence. */ 
#header a:link {
	color: #FFFFFF;							/* STYLE */
}

#header a:visited {
	color: #FFFFFF;							/* STYLE */
}

#header a:hover {
   color: #669999;						/* STYLE */
}

#header a:active {
	color: #FFFFFF;						/* STYLE */
}

/* note: Order is important. If ambiguous, last has precedence. */ 
#header .right .utilities  a:link {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#header .right .utilities  a:visited {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#header .right .utilities  a:hover {
	text-decoration: none; /* set to "none" to hide underlines on links */
}
#header .right .utilities  a:active {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#header .right .mapName {
	text-align: left;
	font-family: Arial;
	font-size: 15pt;
	vertical-align: middle;
	color: White;
}

#header .right .contactInformation{
	text-align: right;
	font-size: 7pt;
	vertical-align: bottom;
	/*margin-right: 4px;			*/	/* to right align with commands in utilities */
}

.HeaderTitle
{
	font-size: 30px;
	position:relative;
	font-weight: bold;
	top: 3px;
	left: 130px;
	width: 500px;
	color: #ffffff;
}

.HeaderInfo
{
	position: absolute;
	left:530px;
	top: 2px;
	width: 160px;
	height: 65px;
	font-style: italic;
	text-align: right;
	font-family: Times New Roman, Serif, Arial, Sans-Serif, Tahoma, Verdana;
}
.HeaderInfo a
{
	color: White;
	font-family: Times New Roman, Serif, Arial, Sans-Serif, Tahoma, Verdana;
}

.HeaderMenu
{  
	text-align: right;
	position: relative;
	vertical-align: bottom;
	width: 690px;
	right: 0px;
	top:5px;
	padding: 5px;
}
.go
{  
	text-align: right;
	position: relative;
	vertical-align: bottom;
	right: 0px;
	top:0px;
	padding-left: 5px;
}
.HeaderMenu input
{
	height: 17px;
	vertical-align:middle;
	/*font-size: xx-small;*/
}

.HeaderMenu a
{
	color: White;
}
#searchfrm 
{
	top:40px;
	position:absolute;
	padding-left:350px;
	       
			}
.HeaderMenu .HeaderMenuButton
{
	background-image:url('../include/images/sifa_gobtn.gif');
	color: White;
	height: 19px;
	font-size: xx-small;
	font-weight: bold;
	border: 1px white solid;
}
.HeaderSidebar
{ /*
	position:relative;
	left:	100px;
	top:0px;
*/
	height: 100%;
	width: 250px;
}

/* MODULE:  BODY (main content) -- */

/* MODULE BREADCRUMBS AND PREV / NEXT NAVIGATION --*/
.MasterTable
{
	width: 701px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: Center;
	margin-top: 15px;
}

.breadcrumbs {
	background-color:white;
	border-bottom:2px dotted #084782;
	color:#084782;
	font-size:8pt;
	margin-left:2px;
	width:100%;
	
	
}

.breadcrumbs a:visited {
	color: #084782;						/* STYLE */ /* don't show visited colors for breadcrumbs */
}
	
.breadcrumbs .breadcrumb {
	white-space: nowrap; /* set to "nowrap" to stop breadcrumbs from breaking in the middle */
}

/* MODULE RIGHT CONTENT BOX --*/
.ContentPlaceHolder
{
	/*
	position: relative;
	top: 0px;
	left: 0px;
*/
	vertical-align: top;
	width: 450px;
	color: Black;
	left: 0px;	
	margin-left:20px;
}

.visio_header {
background-color:#A3C9F7;
color:white;
font-weight:bold;
margin-bottom:15px;
margin-top:15px;
padding-left:4px;
padding-right:4px;
clear: both;
}

.cName1 {
width: 80px;
display: inline;
}


.cName2 {
font-weight: bold;
background-color: white;
color: #000000;
padding-left: 5px;
}

.visio_content {
margin-bottom: 30px;
}

/* MODULE NAV CONTENT BOX --*/

#sideNav {
color: #084782;
width: 200px;
background-color:#E7F3FF;
padding: 5px 5px 20px 5px;
}

#treemenu1 {
margin:0;
padding: 0;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(../images/empty.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
border-bottom:1px solid #6E91AF;
padding-bottom: 3px;
}

.treeview li li,.treeview li.submenu li {
border-bottom: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
border-bottom:1px solid #6E91AF;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview a:link {text-decoration:none;color: #084782;}
.treeview a:visited {text-decoration:none;color: #084782;}
.treeview a:hover {text-decoration: underline;color: #000000;}
.treeview a:active {text-decoration:none;color: #084782;}
/* MODULE: FOOTER  --*/
#pageFooter {
	width: 100%;
	background-color: White;					/* STYLE */
	border-top: 2px dotted #084782;	         	/* STYLE */
	font-size: 8pt;
	color: #084782;									/* STYLE */
	margin-left: 2px;
}


#pageFooter td {
	padding-left: 6px;
	padding-right: 6px;
}

#pageFooter div {
}

/* link style in footer */

#pageFooter a:link {
	color: #084782;								/* STYLE */
}

#pageFooter a:visited {
	color: #084782;								/* STYLE */
}

#pageFooter a:hover {
   color: #669999;							/* STYLE */
}

#pageFooter a:active {
	color: #669999;							/* STYLE */
}

/* reserved for image */
#pageFooter .left {
	width: 0px;
	margin-right: 0px;
}

#pageFooter .center {
	width: 65%;					/* helps to left align text */
	text-align: left;
	vertical-align: top;
}

#pageFooter .center .footerText {
}

/* Last update and hyperlink */
#pageFooter .right {
	width: 35%;
	text-align: right;
}

#pageFooter .right .hyperlink {
	vertical-align: top;
}

#pageFooter .right .lastUpdated {
	vertical-align: bottom;
}



			#tabs
{
	background-image: url('../images/sifa_topnav.gif');
	padding: 0px 0 0 0;
	float: left;
	width: 700px;
	font-size: 1.1em;
	line-height: normal;
	vertical-align:top;
}
			
			#tabs ul{
			list-style-type: none;
			margin:0;
			margin-left: 30px; /*Left offset of entire tab menu relative to page*/
			padding:0;
			}
			
			#tabs li{
			display:inline;
			margin:0;
			padding:0;

			
			}
			
			#tabs a
{
	float: left;
	background: url(../images/sifa_topnav.gif);
	margin: 0;
	margin-right: 5px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	border: thin #000000;
}
			
			#tabs a span
{
	float: left;
	display: block;
	background: url(../images/sifa_topnav.gif) no-repeat right top;
	padding: 6px 12px 1px 3px;
	font-weight: bold;
	color: #ffffff;
}
			
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#tabs a span {float:none;}
			/* End IE5-Mac hack */
			
			#tabs a:hover span {
			color: #ffffff;
			text-decoration:underline;
			}
			
			#tabs #current a{ /*Selected Tab style*/
			background-position:0 -21px; /*Shift background image up to start of 2nd tab image*/
			}
			
			#tabs #current a span{ /*Selected Tab style*/
			background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
			color: #2b5176;
			}
			
			#tabs a:hover{ /*onMouseover style*/
			background-position:0% -42px; /*Shift background image up to start of 2nd tab image*/
			}
			
			#tabs a:hover span{ /*onMouseover style*/
			background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
			}


			.current
			{
				color:Green;
				
			}
			h1{
font-size: 22px;
}
.h1push{
 text-indent: -9999px;
}
h2{
margin:0px;
padding:0px;
font-size: 19px;
text-align: center;
color: #2B5176;
}
h3{
margin:0px;
padding:0px;
font-size: 17px;
text-align: center;
color: #2B5176;
}

