/* ================================================================
    CSS STYLES FOR ibuilder
   ================================================================
*/   
 
 
/* =================================================================
   menu classes 
   =================================================================*/

/* background color for the top selected tab */
.TabTopBg {
    background-color: #000000;
}

/* background color for the bottom selected tab */
.TabBottomBg{
    background-color: #ED9913;
}

/* Solution Partners DHTML menu classes */
.DNN_MenuContainer {
    border-bottom: #404040 0px solid; 
    border-left: #FF8080 0px solid; 
    border-top: #FF8080 0px solid; 
    border-right: #404040 0px solid;  
    background-color: #000000;
}
.DNN_MenuBar {
    cursor: pointer; 
    cursor: hand; 
    height:16;
}
.DNN_MenuItem {
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
    font-weight: bold; 
    font-style: normal; 
    border-left: #FF9900 0px solid; 
    border-bottom: #FF9900 1px solid; 
    border-top: #FF9900 1px solid; 
    border-right: #FF9900 0px solid;
}
.DNN_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #FF9900; 
    border-left: #FF9900 1px solid; 
    border-bottom: #FF9900 1px solid; 
    border-top: #FF9900 1px solid; 
    text-align: center; 
    width: 15;
    height: 21;
}
.DNN_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #FF9900; 
    border-bottom: #404040 0px solid; 
    border-left: #FF8080 0px solid; 
    border-top: #FF8080 0px solid; 
    border-right: #404040 0px solid;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.DNN_MenuItemSel {
    background-color: #CCCCCC; 
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
    font-weight: bold; 
    font-style: normal;
}
.DNN_MenuArrow {
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
    border-right: #FF9900 1px solid; 
    border-bottom: #FF9900 1px solid; 
    border-top: #FF9900 0px solid;
}
/* Not Used in DNN Code */
.DNN_MenuBreak {
    border-bottom: #404040 1px solid; 
    border-left: #FF8080 0px solid; 
    border-top: #FF8080 1px solid;  
    border-right: #404040 0px solid; 
    background-color: White; height: 1px;
}
/* Not Used in DNN code */
.DNN_RootMenuArrow {
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}




/* =================================================================
   Page Background
   ================================================================= */


/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
    background-image: url(banner_bg.gif) ;
	
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

/* background color for the admin edit bar */
.EditBg {
    background-color: #EEEEEE;
}

/* background color for the footer */
.FooterBg {
    background-color: #F9DBAA;
}

/* background color for the left pane page*/
.LeftPane  { 
}

/* background color for the left middle pane page**/
.ContentPane  { 
}

/* background color for the left right pane page */
.RightPane  { 
}


/* =================================================================
   Tab menu 
   ================================================================= */


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
     color: #FFFFFF;
}

A.SelectedTab:visited  {
    text-decoration:    none;
     color: #FFFFFF;
}

A.SelectedTab:active   {
    text-decoration:    none;
     color: #FFFFFF;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#EEEEEE;
}


/* text style for the unselected tabs such as help and login*/
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#FF6600;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#EEEEEE;
}



/* ==========================================================*/
/* styles for the footer  */
/* ===========================================================*/


/* text style for the footer  */
.Footer{
    font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the footer text */
A.Footer:link {
    font-size: 8pt;
    text-decoration:    none;
    color:#999999;
}

A.Footer:visited  {
    font-size: 8pt;
    text-decoration:    none;
    color:#999999;
}

A.Footer:active   {
    font-size: 8pt;
    text-decoration:    none;
    color:#999999;
}

A.Footer:hover    {
    
	font-size: 8pt;
	text-decoration:    none;
    color:#666666;
}


/* ========================================================== */
/* General  */
/* ===========================================================*/


/* Style for table and paragraph content.  */
table,  p { 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #333333; 
  font-size: 11px; 

}

/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
	line-height: 20px;
}

/* style of item titles such as edit , admin pages and Faq titles */
.SubHead    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000066;
	vertical-align: text-top ;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: black;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height : 12px;
    color :#333333;
    margin-top : 0;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial, 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: #000066;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000066;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000066;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FF9900;
	font-size: 11px;
}

.DateFormat   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: normal;
    color: #ff0000;
}
    
/* ========================================================== */
/* GENERIC  */
/* ===========================================================*/

H1  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  16px;
    font-weight:   bold;
    color: #666666;
}

H2  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #666666;
}

H3  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  8pt;
    font-weight:    normal;
    color: #000066;
}

H4  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #000066;
}

A:visited   {
    text-decoration:    none;
    color:  #000066;
}

A:active    {
    text-decoration:    none;
    color:  #000066;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9900;
}

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: dimgrey;
    height:1pt;
    text-align:left;
	size:1pt;
}

/* ========================================================== */
/* MODULE-SPECIFIC  */
/* ===========================================================*/

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}

/* ==========================================================*/
/*  MODULE-SPECIFIC  styles for the SQL Query pages such as power report , user defined module*/
/* ===========================================================*/

.QueryFieldTitle
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

.QueryField
{
	pixel-width: 450;
	rows: 9;
}

.ParameterGrid_Data
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    Background-Color: #EEEEEE;
    vertical-align: top;
    text-align: left;
}


.ParameterGrid_Header
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    Background-Color: #CCCCCC;
    vertical-align: top;
    text-align: left;
    white-space: nowrap ;
    padding: 3px;
}


.ParameterGrid_Header_PowerReport
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    Background-Color: #FF9900;
    vertical-align: top;
    text-align: left;
    white-space: nowrap ;
    padding: 3px;
}


.ParameterGrid_Item
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: White;
    color: Black;
    vertical-align: top;
    text-align: left;
}

.ParameterGrid_AlternatingItem
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #E0E0E0;
    color: Black;
}

.ResultGrid_Label
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
	color: darkred;
	font-weight: bold;
}

.ResultGrid_Header
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    color: White;
    columnname-weight: bold;  
    typename-color: #ffcc00;
    typename-weight: normal;

}

.ResultGrid_Item
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    background-color: White;
    color: Black;
    null-value-color: Gray;
}

.ResultGrid_AlternatingItem
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #E0E0E0;
    color: Black;
    null-value-color: Gray;
}


/* IbuilderDashboard Module Title Menu */

.IbuilderDashboard_MenuContainer {
	border-bottom: black 1px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.IbuilderDashboard_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:25;
	background-color: #FF9900;
}

.IbuilderDashboard_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.IbuilderDashboard_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #999999; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	text-align: center; 
	width: 20; 
	height: 20;
}

.IbuilderDashboard_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #686C4F; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #F0F0F0 0px solid; 
	border-left: #F0F0F0 0px solid; 
	border-top: #F0F0F0 0px solid; 
	border-right: #F0F0F0 0px solid;
}

.IbuilderDashboard_MenuBreak {
	border-bottom: #FF9900 1px solid; 
	border-left: #FF9900 0px solid; 
	border-top: #FF9900 0px solid;  
	border-right: #FF9900 0px solid; 
	background-color: #F0F0F0; 
	height: 1px;
}

.IbuilderDashboard_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Helvetica, Arial, sans-serif;  
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #999999;
}




/* ==========================================================*/
/*  END */
/* ===========================================================*/






































