/* ================================
    CSS STYLES FOR SBL Interactive.org
   ================================
*/   

td {
font-size:12px;
line-height: 140%;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-decoration: none;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
        font-size:22px;
        font-weight: normal;
		line-height: 24px;
	color:#ff8105;
      

}

H2  {
        font-size:16px;
        font-weight: bold;
	color:#777777;
        padding:10px 0 0 0;
        margin: 0;
        line-height: 140%;

}

H3  {
        font-size:14px;
        font-weight: bold;
	color:#ff8105;
        padding:0;
        padding-top:5px;
        margin: 0;

}

H4  {
}

H5, DT  {
}

H6  {
}


TFOOT, THEAD    {
}

TH  {
}

A, A:link, A:visited, A:active  {
      font-weight:bold;
      text-decoration:none;
      color:#337ea7;    

  }

A:hover {
     text-decoration:underline;
     color:#FF8105;
}




SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

.contentpane UL{
       list-style-position:outside;
       list-style-type: none;
       padding-left: 20;
       margin-left: 0;
}

.contentpane  UL LI   {
        font-size:12px;
        font-family: Arial, Helvetica, sans-serif;      
        list-style-type:none;
	background-image:url(/portals/4/images/orange_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding: 0 0 8px 18px;

}


.ticklist UL{
       list-style-position:outside;
       list-style-type: none;
       padding-left: 20;
       margin-left: 0;
}

.ticklist UL LI   {
        font-size:12px;
        font-family: Arial, Helvetica, sans-serif;      
        list-style-type:none;
	background-image:url(/portals/4/images/tick.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding: 0 0 8px 18px;

}



OL LI   {
}

HR  {
    border-color:#f0f0f0 -moz-use-text-color #EFEFEF;
    border-style:solid none;
    border-width:1px 0;
    height:1px;
    margin:10px 10px 15px 0;
    text-align:left;
    width:100%;
    
    	
   }


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.FormTextArea {
width: 280px;
}

.FormTextBox {
width: 280px;
}

.FormDropDownList {
 width: 200px;
}

.orange_text {
	font-weight: bold;
	color:#ff8105;
        padding:0;
}

.feature_text {
	font-size: 14px;
        font-weight: bold;
	color:#777777;
}

.feature_box{
	padding: 5px 20px 10px 20px;
	background-color:#ffffff;
       border:2px solid #FFDDBD;
	/*margin: 30px;*/	

}

.feature_box h3 {
    font-weight:bold;
	color: #ff7505;
	font-size:18px;
	border-top:none;
	padding-top:none;
}

.feature_box a link, {
    font-weight:bold;
	color: #ff7505;
}


.feature_box a visited,{
    font-weight:bold;
	color: #ff7505;
}

.feature_box a hover,{
    font-weight:bold;
	color: #0D42D3;
}

.feature_box a active,{
    font-weight:bold;
	color: #0D42D3;
}


.reference UL{
       list-style-position:outside;
       list-style-type: none;
       padding-left: 20;
       margin-left: 0;
}

.reference UL LI   {
        font-size:12px;
        font-family: Arial, Helvetica, sans-serif;      
        list-style-type:none;
	background-image:url(/portals/4/images/icons/documents.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding: 0 0 15px 18px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
        margin-right: 10px;
}

/* bubblle testimonial styles */

.bubbletop {
        background-image: url(/portals/4/images/pictures/bubble_top.gif);
	height: 27px;
	width: 635px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
       margin-top:10px;
       margin-bottom:0px;
       padding:0px;
         
}

.bubblebg {
        background-image: url(/portals/4/images/pictures/bubble_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
       margin:0;
       padding: 0 15px 3px 15px;
	text-align: left;
       font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
       
}

.bubblebottom {
       background-image: url(/portals/4/images/pictures/bubble_bottom.gif);
	height: 47px;
	width: 635px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

.testimonial {
       padding-left: 15px;
}

/* styles for right pane Quick Links*/
.rightpane a, .rightpane a:link, .rightpane a:visited {
    color: #777777;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
        font-weight:normal;

}

.rightpane a:hover {
	color:#FF8105;
	text-decoration:none;
}

/* styles for HOME PAGE right pane */

.highlightpanel h1 {
       color: #e56700;
       font-size: 16px; 
       font-weight: bold;     

}

.highlightpanel ul {
       list-style-position:outside;
       list-style-type: disc;
       padding: 3px 0 0  20px;
       margin: 0;
}


/* styles for Left Pane Navigation */
.leftpane a, .leftpane a:link, .leftpane a:visited {
    color: #777777;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
        font-weight:normal;

}

.leftpane a:hover {
	color:#FF8105;
	text-decoration:none;
}


/* styles for 'textBox' */

.textBox {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
	padding:none;
	background-image: url(/portals/4/images/pictures/screenshot.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	
	 }

.textBox_text {
    text-align:left;

	
}
.introbox {
background-image: url(/Portals/4/images/introbox.jpg);
background-repeat:no-repeat;
background-position: left;
width:500px;
height:400px;
padding-top:70px;
padding-left:76px;
font-size: 12px;
line-height: 140%;

}
.introboxscreens {background-image:url(/Portals/4/images/scenarios1.png);background-repeat:no-repeat;width:500px;height:400px;}
.introbkgrd {
background-image: url(/Portals/4/images/home_11.jpg);
background-repeat:no-repeat;
background-position: left;
width:553px;
/*height:437px;*/
padding-top:70px;
padding-left:76px;
font-size:24px;
margin-top: 9px;
}
.introtext, .introtext p {
font-size:12px;
font-weight: bold;
color:#000000;
}


.divider {
	color:#FFF;
	font-size:12px;
	}









