/*
	inspHire SmartViewer (c) inspHire Limited 2005

	ALL RIGHTS RESERVED
*/

/* ================================
    CSS STYLES FOR SMARTVIEWER PORTAL 
    v1.0, CBB, 07/2005
   ================================
*/

#portal-logo {
	/* position: relative; */
	/* height: 85px; */
}

#portal-logo a {
	/* position: absolute;
	right: 10; 
	top: 20; */
	display: block;
	width: 207px; 
	height: 85px;
	background: url(images/PortalLogo.png) no-repeat;
	text-decoration: none;
	text-indent: -5000em;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    /* background-color: darkred; */
    /* background-color: #dbdbFF; */	/* insphire purple */
    /* background-color: White; */
    background-color:#EEF9F0;
}

.HeadTR 
{
	background-color: #006633;
	color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Verdana;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    /* font-size: 160%; */
    font-size: small;
    font-weight: bold;
    /* color:#cccc99 */
    color:Black
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: #66CC33; /* white; */
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: white; /* dimgray; */
    border-color: #33CC33; /* border-color: black; */
}

/* text style for the selected tab */
.SelectedTab {
    /* font-size: 110%; */
    font-size: small;
    color:#FFFFFF;
    font-weight: bold;
	background-color: #006633;
}

/* text style for the unselected tabs */
.OtherTabs {
    /* font-size: 110%; */
    font-size: small;
    color: #000000;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: Black /* #eeeeee; */
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: #444444; /*  #eeeeee; */
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: Black /* white; */
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    /* font-size: 90%; */
    font-size: x-small;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    /* font-size: 90%; */
    font-size: x-small;
    font-weight: normal;
   background-color: #EEF9F0}   

}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    /* font-size:  90%; */
    font-size: x-small;
    font-weight:    bold;
    color: #000000;
}



/* GENERAL */
/* style for module titles */
.Head   
{
	font-weight: bold;
	color: #036;
	margin: 0;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    /* font-size:  90%; */
    font-size: x-small;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    /* font-size:  90%; */
    font-size: x-small;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    /* font-size: 80%; */
    font-size: smaller;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    /* font-size: 100%; */
    font-size: small;
    font-weight: normal;
}

.NormalRed
{
    /* font-size: 90%; */
    font-size: x-small;
    font-weight: bold;
    color: red
}

.NormalBold
{
    /* font-size: 90%; */
    font-size: x-small;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    /* font-size: 90%; */
    font-size: x-small;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    /* font-size:  150%; */
    font-size: medium;
    font-weight:    normal;
    color: #000000;
}

H2  {
    /* font-size:  150%; */
    font-size: medium;
    font-weight:    normal;
    color: #000000;
}

H3  {
    /* font-size:  100%; */
    font-size: small;
    font-weight:    normal;
    color: #000000;
}

H4  {
    /* font-size:  100%; */
    font-size: small;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    /* font-size:  90%; */
    font-size: x-small;
    font-weight:    bold;
    color: #000000;
}

H6  {
    /* font-size:  90%; */
    font-size: x-small;
    font-weight:    bold;
    color: #000000;
}

TFOOT, THEAD    {
    /* font-size:  100%; */
    font-size: small;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    /* font-size:  100%; */
    font-size: small;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    none;
    color: #000000;
}

A:visited   {
    text-decoration:    none;
    color: #000000;
}

A:active    {
    text-decoration:    none;
    color: #000000;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    /* font-size:  60%; */
    font-size: x-small;
}

BIG {
    /* font-size:  120%; */
    font-size: medium;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.liveItemsRow
{
}

.ihTH 
{
	background-color: #006633; /* #aaaadd; */
	color: White;
	vertical-align: middle;
}

A.ihTH:link {
    text-decoration:    none;
    color: White;
}

A.ihTH:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.ihTH:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.ihTH:hover    {
    text-decoration:    underline;
    color:white;
}

.ihText
{
	/* font-size: 80%; */
	font-size: x-small;
	color: black;
}

.ihGrid
{
	/* font-size: 80%; */
	font-size: x-small;
	color: black;
}

.ihTD
{
	background-color: White;
	/* font-size: 100%; */
	font-size: small;
	color: black;
}

.Tooltip
{
	background-color: #CCFFCC;
	color: #000000;
	/* font-size: 80%; */
	font-size: x-small;
}

.ProdNav
{
	background-color: #EEF9F0;
	background: url(images/news-background.gif) repeat-x top left; 
	font-size: 1.25em;
	_font-weight: bold;
}

/* Filter panel (generic panel) */

.panel
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

.panel .bg
{
	background-image: url(images/panel_bg.gif);
}

.panel .topleft
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_top_left.gif);
}

.panel .topright
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_top_right.gif); 
}

.panel .bottomleft
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_bottom_left.gif);
}

.panel .bottomright
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_bottom_right.gif);
}

.panel .top
{
	height: 16px;
	background-image: url(images/panel_top.gif);
}

.panel .bottom
{
	height: 16px;
	background-image: url(images/panel_bottom.gif); 
}

.panel .left
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_left.gif); 
}

.panel .right
{
	width: 16px;
	height: 16px;
	background-image: url(images/panel_right.gif); 
}

/* 5) Navigation **************************************************************** */

#container {
	width: 100%;
	margin: 0 auto;
}

#navigation {
	margin: 0;
	padding: 0;
	background: #1e4176 url(images/navigation-background.gif) repeat-x bottom right; 
	height: 2.7em;
}
#navigation div#bar {
	padding: 0; 
	margin: 0;
	background: url(images/navigation-top-right.gif) no-repeat top right; 
	height: 2.7em; 
	white-space: nowrap; 
}
#navigation div#bar div {
	position: relative;
	padding: 0; 
	margin: 0;
	background: url(images/navigation-top-left.gif) no-repeat top left; 
	height: 2.7em; 
}

#navigation #contenttypes {
	position: absolute;
	bottom: 0; 
	left: 0;
	margin: 0; 
	padding: 0 0 0 0.7em;
	list-style-type: none;
	background: url(images/navigation-bottom-left.gif) no-repeat bottom left;
}
#navigation #contenttypes li {
	margin: 0 2px 0 0; padding: 0;
	float: left;
	background-image: url(images/tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 1.75em;
	list-style-type: none
}
#navigation #contenttypes li.selected {
	background-image: url(images/tab-right-selected.gif);
	height: 1.75em;
}
#navigation #contenttypes li a {
	display: block;
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	color: #fff;
	height: 2em;
	line-height: 2em;
	background-image: url(images/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 6px;
}
#navigation #contenttypes li.selected a {
	color: #003366;
	background-image: url(images/tab-left-selected.gif);
}

#navigation #personal {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0; 
	padding: 0 0.4em 0 0;
	height: 1.8em;
	list-style-type: none;
	background: url(images/navigation-bottom-right.gif) no-repeat bottom right; 
}
#navigation #personal li {
	margin: 0 4px;
	padding: 0;
	float: left;
	line-height: 2em;
}
#navigation #personal a {
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
}
#navigation #personal a:hover {
	text-decoration: underline;
}

/* 6) Sidebar ******************************************************************* */

#sidebar {
	background: #FFF;
	width: 210px;
	line-height: 120%;
}
#sidebar h3 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 1em 0 0.3em;
}
#sidebar h3:first-child {
	margin: 0 0 0.3em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar p,
#sidebar li {
	font-size: 0.85em;
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar p {
	margin-bottom: 6px;
}
#sidebar p:last-child {
	margin-bottom: 0;
}

/* 7) Related ******************************************************************* */

div#related {
	background: #eff8ce url(images/box-yellow-bottom.gif) no-repeat bottom left;
	margin: 0 0 16px 0;
}
div#related div {
	background: url(images/box-yellow-top.gif) no-repeat top left;
	padding: 8px;
}
div#related h3 {
	color: #036;
}
div#related li {
	list-style-image: url(images/box-yellow-arrow.gif);
	color: #999;
}
div#related a {
	color: #03a;
	text-decoration: none;
}

/* 8) Pagetools ***************************************************************** */

div.pagetools {
	background: #e6e6e6 url(images/box-gray-bottom.gif) no-repeat bottom left;
	margin: 0 0 16px;
}
div.pagetools div {
	background: url(images/box-gray-top.gif) no-repeat top left;
	padding: 8px;
}
div.pagetools h3 {
	color: #000000;
}
div.pagetools a {
	color: #000000;
	text-decoration: none;
}
div.pagetools .new a {
	color: #000000;
}

#tabsJ {
    float:left;
    width:100%;
    line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding: 10px 10px 0 50px;
	list-style:none;
}
#tabsJ li {
    display:inline;
    margin:0;
    padding:0;
}
#tabsJ a {
    float:left;
    background:url(images/tableftJ.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}
#tabsJ a span {
    float:left;
    display:block;
    background:url(images/tabrightJ.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#000000;
    font-size: 60%;
	font-weight: bold;
}
#tabsJ a.selected {
    float:left;
    background:url(images/tableftJ.gif) no-repeat left top;
    background-position:0% -42px;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}
#tabsJ a.selected span {
    float:left;
    display:block;
    background:url(images/tabrightJ.gif) no-repeat right top;
    background-position:100% -42px;
    padding:5px 15px 4px 6px;
    color:#000000;
    font-size: 60%;
	font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
    color:#FFF;
}
#tabsJ a:hover {
    background-position:0% -42px;
}
#tabsJ a:hover span {
    background-position:100% -42px;
}


/* =Highslide Code
----------------------------------------------------------------------*/

.highslide {
	cursor: url(/WebPortal/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid red;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 80%;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 80%;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 70%;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}