/* ================================
    CCS / i-Dialogue CSS Styles
   ================================
*/

BODY
{
	font-size: 85%;
    background-color:#ffffff;
    SCROLLBAR-FACE-COLOR: #a8bed1;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #c7d3df;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/*   DIV positioning IDs */
#UtilityBar {
	position:absolute;
	top: 1px;
	left: 1%;
	width: 98%;
	height: 18px;
	z-index: 8;
	background: #E8E8FF;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#F0F0F0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:LightBlue;
}
#BreadCrumbs {
	position:relative;
	left: 1px;
	width: 35%;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 80%;
	/*background-color: #C0C0C0; */
	z-index: 10;
}
#RecentPagesList {
	position:absolute;
	top: -1px;
	left: 30%;
	width: 50px;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 80%;
	/*background-color: #C0C0C0; */
	z-index: 8;
}
#SignOn {
	position:absolute;
	top: 0px;
	left: 50%;
	width: 35%;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 80%;
	/*background-color: #C0C0C0; */
	z-index: 10;
}

#UtilityLinks {
	position: absolute;
	top: -2px;
	float:left;
	right: 1%;
	border-style:none;
	/* background-color: #E0E0E0; */
	z-index: 9;
	/*background: #E0E0E0;*/
}
#FontResizer
{
	position: absolute;
	top: 1px;
	float:left;
	right: 1%;
	border-style:none;
	/* background-color: #E0E0E0; */
	z-index: 9;
}
#Logo {
	position:absolute;
	top: 21px;
	left: 1%;
	width: 48%;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 140%;
    font-weight: Normal;
    color: Navy;
    z-index: 9;
}
#LanguageBar {
	position:absolute;
	top: 3px;
	left: 35%;
	width: 20%;
	z-index: 8;
	/* background: #E0E0E0; */
}
#PageSettingsMenu {
	position: absolute;
	top: 21px;
	float:left;
	right: 1%;
	border-style:none;
	/* background-color: #E0E0E0; */
	z-index: 10;
}
#SearchControl
{
	position:absolute;
	top: 26px;
	left: 45%;
	width: 260px;
	z-index: 10;	
	background: #E8E8FF;
	border-width:2px;
	border-style:solid;
	border-color:LightBlue;
}
#NavigationMenu {
	position:absolute;
	top: 71px;
	left: 1%;
	width: 35%;
	/*background-color: #C0C0C0; */
	z-index: 10;
}
#VerticalNavigationMenu {
	position:absolute;
	top: 5px;
	left: 0px;
	/*width: 20%;
	background-color: #C0C0C0; */
	z-index: 10;
}
#PersonalizedStatusBar {
	position:absolute;
	top: 35px;
	left: 70%;
	width: 29%;
	/*background: #E0E0E0;*/
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 80%;
    font-weight: Normal;
    color: Black;
    z-index: 8;
}
.PopupBox {
	position:absolute;
	top:70px;
	left:30%;
	width:500px;
	height:300px;
	z-index:50;
	border:solid 3px #808080;
	border-left-color:#D8D8D8;
	border-top-color:#D8D8D8;
}
.PopupHeader
{
	/*background/adminHeaderBackgroundAlternate.gif*/
  background-image:url(../images/buttons/officeblue/framebg.jpg);
  background-color:#D0D0D0;
  font-family:Tahoma,Verdana;
  font-size: 85%;
  width:500px;
  cursor:pointer;
}
#MainBody
{
	position:absolute;
	top: 95px;
	left: 1%;
	width: 99%;
	z-index: 9;
}

.DateTime
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: Normal;
    color: Navy;
}
/* --------------------------------- Background Colors -------------------------*/

#LightGray{
	background: #E0E0E0;
}
#MediumGray{
	background: #C0C0C0;
}
#DarkGray{
	background: #A9A9A9;
}
#LightBlue{
	background: #E0E0BB;
}

/* --------------------------------- Menu Styles -------------------------------*/
.MenuGroup
{
	background-color:white;
	border:solid 1px gray;
}

.MenuItem
{
  background-image:url(../images/background/adminHeaderBackgroundAlternate.gif);
  font-family:Tahoma,Verdana; 
  font-size: 85%;
  border:solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemSelected
{
  background-image:url(../images/background/adminHeaderBackground.gif);
  color:white;
  font-family:Tahoma,Verdana;
  font-size: 85%;
  border:solid 1px white;
  cursor:pointer;
}

.MenuItemOver
{  
  background-image:url(../images/background/adminHeaderBackground.gif);  
  color:white; 
  font-family:Tahoma,Verdana;
  font-size: 85%;
  border:solid 1px gray; 
  cursor: pointer;
}
.MenuItemSelectedSmall
{
  background-image:url(../images/background/adminHeaderBackground.gif);
  color:white;
  font-family:Tahoma,Verdana;
  font-size: 70%;
  border:solid 1px white;
  cursor:pointer;
}

.MenuItemOverSmall
{  
  background-image:url(../images/background/adminHeaderBackground.gif);  
  color:white; 
  font-family:Tahoma,Verdana;
  font-size: 70%;
  border:solid 1px gray; 
  cursor: pointer;
}

.MenuItemSettings
{
  background-color:#D0D0D0;
  font-family:Tahoma,Verdana;
  font-size:70%;
  border:solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

/* --------------------------------- Tree Styles -------------------------------*/
.TreeViewNormal
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	cursor: default;
}
.TreeViewHoverClass 
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	cursor: default;
	BACKGROUND-COLOR: Silver;
}
.TreeViewHiliteClass
{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 70%;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	cursor: default;
	BACKGROUND-COLOR: silver;
}

/* ------------------------------ Misc Classes -------------------------*/
.RSSButton
{
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:0;
}
.Button
{
	background-image:url(../images/background/adminHeaderBackgroundAlternate.gif);
	color: #000000;
	vertical-align:middle;
	text-align: center;
	font-family: verdana;
	font-size: 85%;
	font-weight: Normal;
}
A.BreadCrumb:link {
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 100%;
    color: Blue;
}

A.BreadCrumb:visited {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    color:Purple;
}

/* text style for the site links and user greeting(at extreme top-right of header) */
.SiteLink{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight:Normal;
    color: blue;
}
A.SiteLink:link {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:100%;
    font-weight: bold;
    color: blue;
}

A.SiteLink:visited  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color:Purple;
}

A.SiteLink:hover  
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration:  underline;
    background-color: Yellow;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  130%;
    font-weight: Normal;
    color: Navy;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight:  bold;
    color: Navy;
}

/* text style used for most text rendered by webparts */
.NormalBig
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 130%;
    font-weight: Normal;
    color: Navy;
    display: inline;
}

.Normal
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 95%;
    font-weight: Normal;
    color: Black;
}

.NormalSmall
{
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 70%;
    font-weight: Normal;
    color: Black;        
}
.NormalContrast
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 70%;
    font-weight: Normal;
    color: White;
}
.NormalSmallContrast
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 70%;
    font-weight: Normal;
    color: White;
}
.NormalAdmin
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 85%;
    font-weight: Normal;
    color: Black;
}
.NormalBold
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 95%;
    font-weight: bold;
    color: Black;
}

/* Odd/Even row classes */
TR.Even
{
	background-color: #E0E0E0;
}

TR.Odd{

}

.RowItem
{
	background-color: White;
}

.RowItemOver
{
	background-color: #D0D0D0;
}

/* Web control frame (Snap control)*/
.Frame
{
	padding-bottom: 3px;
}
/* Styles for Web content table (below command bar) */
TABLE.HasFrame{
    border-style: outset;
    border-width: thin;
    background-color: White;    
}
TABLE.NoFrame{
    
}

.WPMenuTitle{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  90%;
    font-weight: bold;
    font-style: italic;
    color: Black;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: Normal;
    color: Navy;
    display: inline;
}

H2  {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #6A6A6A;
    display: inline;
}

H3  {
    font-family: Tahoma, Verdana, sans-serif;
    font-size:  90%;
    font-weight: Normal;
    color: navy;
    display: inline;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 85%;
    font-weight: bold;
    color: navy;
}

A:link  {
    text-decoration:    none;
    color:  Blue;
}

A:visited   {
    text-decoration:    none;
    color:Purple;
}

A:active    {
    color: Red;
    text-decoration:	none;
}

A:hover {
    text-decoration: none;
    color: Blue;
	border-bottom: 1px dashed #303848;
	background-color: Yellow;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

OL LI   {
    list-style-type:    decimal;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/*****************************************************
Custom Table Header and cell definitions
*****************************************************/
th.adminHeaderBackground
{
    background-image: url(../images/background/adminHeaderBackground.gif);
    background-color: #4455aa;
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

td.adminHeaderBackgroundAlternate
{
    background-image: url(../images/background/adminHeaderBackgroundAlternate.gif);
    background-color: #EBEDF6;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid; 
    background-color: #FFFFFF;
}

/*****************************************************
Main admin colors
*****************************************************/
.AdminTable
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: Normal;
    color: Black;
    background-color:#DEDEDE;
	border:3px;
	border-style:solid;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:10px;
	border-style:solid;
	border-left-color:#EFEFEF;
	border-top-color:#EFEFEF;
	border-right-color:gray;
	border-bottom-color:gray;
}

td.adminRow
{
    background-color: #DDEEFF;
}

td.adminAlternate
{
    background-color: #DAE7FD;
}
