/* ================================
    CSS STYLES FOR iWEB
   ================================
*/  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	background: url(../../images/2009/background.jpg) top center no-repeat;
    /* background-color: white; */
	margin: 0;
	line-height: 1em;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: darkred;
}

/* background/border colors for the selected tab */
.MTabBg {
    background-color: dimgray;
}

.LeftPane  { 
}

.ContentPane  { 
	
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-size: 9px;
	color: #011F65;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
    text-decoration: none;
	overflow: hidden;
	line-height: 1.1em;
	float: right;
	padding-bottom: 1px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 10px;
    color: #6B6B6B;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	height: 20px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-size: 10px;
    color: #6B6B6B;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
	display: block;
}

A.OtherTabs:visited  {
	
}

A.OtherTabs:active   {

}

A.OtherTabs:hover    {
	color: #375A70;
	
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    Bold;
    color: #333333;
    
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHeadMandatory    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

/* style of item titles on edit and admin pages */
.Separator {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
    font-size: 11px;
    font-weight: normal;
	padding-top: 10px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
	color: #555;
	text-align: left;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.LabelButton     {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    underline;
    color: #003366;    
    cursor: hand;
}
    
.LabelButton:hover    {
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #31556F;
}

H2  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #31556F;
}

H3  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #31556F;
}

H4  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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: grey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
/* background-color: #EEEEEE;  */
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/*background-color: #C1D2EE;*/
	background-color: #EDEDED; 
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	/* background-color: #E9EBEA; */
/*	padding-left: 14px;
	*/
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	
}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: #555555;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 12px; 
	font-style: normal;	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFF;
	text-align: center; 
	width: 1px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin-top: 7px;
	border-right: 1px #fff solid;
	background-color: #E2EEFC;
	border-top: 1px #4585C2 solid;
	border-bottom: 4px #4585C2 solid;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; */
}

.MainMenu_MenuBreak {
	background-color: black; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px; 
	font-style: normal;
	padding-right: 10px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Title {
	FONT-WEIGHT:normal;
	FONT-SIZE:24px;
	COLOR:#34576B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/* new: 2009 */

.new_header {
	overflow: auto;
}

.new_leftLogo {
	float: left;
	margin: 24px 0 0 2px;
}

.new_topRight {
	line-height: 0.4em;
	overflow: hidden;
	float: right;
	padding-right: 10px;
	margin-top: 32px;
}

.new_topData {
	padding-right: 63px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #011F65;
	text-align: right;
	font-size: 9px;	
	float: right;
}

.new_topDataText {

}

.new_topLogout {
	float: right;
}

.new_topCustomer {
	width: 198px;
	height: 39px;
	background: url(../../images/2009/back_clientName.png) top center no-repeat;
	float: right;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6B6B6B;
	font-size: 10px;
}


.new_topCustomerName {
	text-align: center;
	color: #6B6B6B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;	
	
}

.new_customerName {
	float: left;
	margin: 16px 0 0 14px;
	width: 170px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
}

.new_topWhere {
	color: #011F65;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	text-align: right;
	padding-right: 63px;
	float: right;
	padding-top: 1px;
}


.new_element {
	clear: both;
}

.new_menuSpace {
	margin: 50px 0 0 0;
}

.text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
}

/* table */
.new_tableHeader {
	background: #red;
}

/*---------------------------*/
tr.mainmenu_menuitem td {
	padding-right: 10px;
}

tr.mainmenu_menuitemsel td {
	padding-right: 10px;
}

/* style of labels */
.Label    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* style of title labels */
.TitleLabel    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: #003366;
}

/* style of grid titles */
.GridHeader    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* style of mandatory labels */
.LabelMandatory    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

/* text style used for lookups */
.Lookup
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* style of grid items */
.GridItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style of listbox items */
.ListBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style of combobox items */
.ComboBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style of combobox items */
.CheckBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

input[disabled] {
	border: 1px solid #999;
	color:black;
}

select[disabled] {
	color:black;
	border: 1px solid #999;
	
}