/* ================================
    CSS STYLES FOR Ibuilder
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* background color for the content part of the pages */
Body
{
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8.5pt;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color: #009999;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #009999;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #009999;
}

A.SelectedTab:hover    {
    font-weight: normal;
    font-size: 8.5pt;
    color: #009999;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs such as help and login*/
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: #999999;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:   underline;
    color:#009999;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#009999;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#009999;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#009999;
}


/* ==========================================================*/
/* styles for the footer  */
/* ===========================================================*/


/* text style for the footer  */
.Footer{
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    background-color: #98cbcb;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the footer text */
A.Footer:link {
    font-weight: underline;
    font-size: 8pt;
    color: #000000;
    background-color: #98cbcb
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration:    none;
}

A.Footer:visited  {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration:    none;
}

A.Footer:active   {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration:    none;
}

A.Footer:hover    {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration:    none;
}

/* ========================================================== */
/* Menu-Styles */
/* ========================================================== */

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #ff99cc;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px;
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ff99cc;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color: ff99cc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 1px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #cccccc;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.pagesides {
	border-top: 0px solid #030381;
	border-right: 5px solid #030381;
	border-bottom: 0px solid #030381;
	border-left: 5px solid #030381;

}

/* default link style  */
A:link  {
    text-decoration:    underline;
    color:  #FF0099;
}

A:visited   {
    text-decoration:    underline;
    color:  #FF0099;
}

A:active    {
    text-decoration:    underline;
    color:  #FF0099;
}

A:hover {
    text-decoration:    none;
    color:  #FF0099;
}

/* Green color link style  */
.Green
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
	color:  #009999;
    font-weight: normal;
}

A.Green:link  {
    text-decoration:    underline;
    color:  #009999;
}

A.Green:visited   {
    text-decoration:    underline;
    color:  #009999;
}

A.Green:active    {
    text-decoration:    underline;
    color:  #009999;
}

A.Green:hover {
    text-decoration:    none;
    color:  #009999;
}

/* Overridden Styles */
.ItemTitle	{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    color:  #009999;
    font-weight: bold;
}


