/* put common css in here and remove from other versions */

/* infobox CSS */
	#training_box_2 .entry_row
	{
		height: 195px;
	}
	
	#training_box_2 .header
	{
		height: auto;
	}
	
	#training_box_2 .header .cell
	{
		background-color: #17abd3;
		color: white;
		font-size: 14px;
		margin-left: 2px;
		border: 5px solid #127b98;
		padding: 10px 0 10px 19px;
	}
	
	#training_box_2 .header .cell:first-child
	{
		margin-left: 0;
	}
	
	#training_box_2 .cell_top,
	#training_box_2 .cell_bottom
	{
		height: 10px;
	}
	
	#training_box_2 .cell_left,
	#training_box_2 .cell_right
	{
		width: 10px;
		height: 100%;
	}
	
	#training_box_2 .cell_top
	{
		background-image: url('/app/images/icons/training_link_down.png');
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#training_box_2 .cell_left
	{
		float: left;
		background-image: url('/app/images/icons/training_link_right.png');
		background-position: center left;
		background-repeat: no-repeat;
	}
	
	#training_box_2 .cell_right
	{
		float: right;
		background-image: url('/app/images/icons/training_link_left.png');
		background-position: center left;
		background-repeat: no-repeat;
	}
	
	#training_box_2 .content_pad
	{
		height: 129px;
		margin: 10px 20px 15px 20px;
	}
	
	#training_box_2 .cell_bottom
	{
		background-image: url('/app/images/icons/training_link_up.png');
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#training_box_2 .cell_outer
	{
		height: 185px;
		padding: 5px;
		color: white;
		margin-left: 2px;
		overflow: hidden;
	}
	
	#training_box_2 .cell_outer:first-child
	{
		margin: 0;
	}
	
	#training_box_2 .cell_outer,
	#training_box_2 .cell
	{
		float: left;
		width: 293px;
		background-color: #127b98;
	}
	
	#training_box_2 .left_col,
	#training_box_2 .right_col
	{
		width: 219px;
	}
	
	#training_box_2 .middle_col
	{
		width: 438px;
	}
	
	#training_box_2 .title
	{
		padding: 0 0 5px 0;
	}
	
	#training_box_2 .cell_inner a
	{
		color: #005c84;
		text-decoration: none;
	}
	
	#training_box_2 .cell_inner a:hover
	{
		text-decoration: underline;
	}
	
	#training_box_2 .header .left_col,
	#training_box_2 .header .right_col
	{
		width: 200px;
	}
	
	#training_box_2 .header .middle_col
	{
		width: 419px;
	}
	
	#training_box_2 .cell_outer.override
	{
		background-color: #88bdcb;
	}
	
	#training_box_2 .override:hover .cell_inner .contents
	{
		display: none;
	}
	
	#training_box_2 .override:hover .cell_override
	{
		display: block;
		text-align: center;
	}
	
	#training_box_2 .cell_outer.override .cell_inner,
	#training_box_2 .cell_outer.override .cell_override
	{
		color: #8bd5e9;
		background-color: #f7f8f8;
	}
	
	#training_box_2 .override .cell_override
	{
		height: 120px;
		padding: 10px 20px 10px 20px;
		display: none;
	}
	
	#training_box_2 .cell_inner
	{
		background-color: #eff1f2;
		color: #17abd3;
		height: 165px;
		font-size: 11px;
		padding: 1px;
	}
	
	#training_box_2 .cell_inner:hover
	{
		background-color: white;
	}
	
	#training_box_2 .title img
	{
		margin: 0 10px 0 0;
	}
	
	.clear
	{
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
	#training_box_2 .last_row .cell_outer
	{
		height: 190px;
	}
	
    #identity_and_access_box,
    #training_box
    {
        background-color: #077c96;
        color: White;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
    }

    #identity_and_access_box table    
    {
        width: 100%;
        border-spacing: 5px 0;
        margin-bottom: 10px;
        padding-bottom: 10px; 
    }

    #training_box table
    {
        width: 100%;
        border-spacing: 0 0;
        margin-bottom: 10px;
        padding-bottom: 10px; 
        border-collapse: collapse;
    }
    
    #identity_and_access_box h3,
    #training_box h3,
    #services_box h3
    {
        font-size: 14px;
    }

    #identity_and_access_box table th,
    #training_box table th,
    #services_box  .section_head
    {
        text-align: left;
        color: White;
        font-weight: normal;
        padding: 0;
        font-size: 14px;
    }
	
    #identity_and_access_box table th div,
    #training_box table th div
    {
        background-color: #01acd0;
        padding: 10px 0 10px 20px; 
    }

    #identity_and_access_box h3,
    #training_box h3
    {
        margin: 0;
        padding: 5px 0 5px 20px;
    }
    
    #identity_and_access_box > table > tr > td,
    #identity_and_access_box > table > tbody > tr > td,
    #training_box > table > tr > td,
    #training_box > table > tbody > tr > td
    {
        background-color: #eff1f2;
        color: #01acd0;
        cursor: pointer;
        height: 100%;
        border-top: 1px solid #01acd0;
    }
    
    #training_box > table > tr > td,
    #training_box > table > tbody > tr > td
    {
        /*border: 1px solid #01acd0;*/
    }
    
    #training_box td.middle_left
    {
        border-top: 1px solid #01acd0;
        border-right: 1px solid #01acd0;
    }
    
    #training_box td.middle_right
    {
        border-top: 1px solid #01acd0;
    }
    
    #training_box > table > tr > .left_cell,
    #training_box > table > tbody > tr > .left_cell
    {
        /*border-right: 5px solid #077c96;*/
    }
    
    #training_box > table > tr > .right_cell,
    #training_box > table > tbody > tr > .right_cell
    {
        /*border-left: 5px solid #077c96;*/
    }
    
    .info_entry td
    {
        border:none;
        background-color: transparent;
        cursor: pointer
    }

    .info_entry td image
    {
        border: 0;
    }

    #identity_and_access_box table td:hover,
    #training_box table td:hover
    {
        background-color: White;
    }

    #identity_and_access_box table td:hover a
    {
        background-color: White;
    }

    #training_box td a:hover,
    #identity_and_access_box td a:hover
    {
        text-decoration: none;
    }

    #identity_and_access_box table td a img,
    #training_box table td a img
    {
        margin: 0 7px 0 0;
        border: 0;
    }

    #identity_and_access_box table td a p,
    #training_box table td a p,
    #services_box p
    {
        margin: 0 0 0 0;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        font-size: 11px;
        line-height: 13px;
    }

    #training_box table th,
    #training_box table td
    {
        width: 25%;
    }
    
    #training_box table .middle_cell
    {
        /*width: auto;*/
    }
    
    #training_box table .middle_left,
    #training_box table .middle_right
    {
        /*width: 50%;*/
    }
    
    #training_box table .spacer
    {
        width: 5px;
    }
    
    #identity_and_access_box table .left_cell,
    #identity_and_access_box table .right_cell
    {
        width: 25%;
    }

    #identity_and_access_box table .middle_cell
    {
        width: 50%;
    }

    #services_box
    {
        background-color: #157b98;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px;
        color: #01AAD1;
    }
    
    #services_box h3
    {
        color: White;
        padding-left: 20px;
        padding-top: 10px;
    }
    
    #services_box .column_1,
    #services_box .column_3
    {
        width: 25%;
    }
    
    #services_box .column_2
    {
        width: 50%;
    }
    
    #services_box a img
    {
        border: 0;
    }
    
    #services_box .section_head
    {
        background-color: #01ACD0;
        padding: 10px 10px 10px 20px;
        color: White;
        margin-right: 4px;
    }
    
    #services_box .entry
    {
        background-color: #f0f1f2;
        margin-right: 4px;
        border-bottom: 1px solid #13abd3;
        padding-left: 17px;
        cursor: pointer;
    }
    
    #services_box .entry .description
    {
        display: none;
    }
    
    #services_box .entry table
    {
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        font-size: 12px;
    }
        
    #services_box .entry a:hover
    {
        text-decoration: none;
    }
    
    #services_box .entry:hover
    {
        background-color: White;
    }
    
    #services_box .entry:hover .description
    {
        display: block;
    }
    
/*essential for mouseovers in fimmap*/
#infolayer {position:absolute; z-index:1; left:900; top:400; visibility: hidden}

.popupbox
{
  color:white;
  font-size:9pt;
  background: url(/app/images/fim/coursepopupbg.png);
}

.popupbox a
{
  color: white;
  text-decoration:underline;
}

/* Shop + Clients * Partners */

.collapsible
{
    cursor: pointer;
}

.shopcatbar, .shop-rhs-panel-head
{
   background-image: url(/ocg_/images/2009/shop-cat-bar.jpg);
   height: 20px;
   color: white;
   font-weight: bold;
   padding: 3px 0px 0px 20px;
   border-bottom: 1px solid white;
   cursor: pointer;
}

.shop-rhs-panel-head
{
    width: 293px;
}

.nextbutton
{
    position: relative;
    float:right;
    top: -87px;
    background-image: url(/ocg_/images/2009/arrow-right.gif);
    width: 14px;
    height: 8px;
    right: 10px;
    margin-top: 5px;
}

.nextbutton:hover
{
    background-image: url(/ocg_/images/2009/arrow-right-hover.gif);
}

.prevbutton
{
    position: relative;
    float:left;
    top: 80px;
    background-image: url(/ocg_/images/2009/arrow-left.gif);
    width: 14px;
    height: 8px;
}

.prevbutton:hover
{
    background-image: url(/ocg_/images/2009/arrow-left-hover.gif);
}

.nextbutton, .prevbutton
{
    cursor: pointer;    
}

.productdisplay
{
   background-image: url(/ocg_/images/2009/shop-prods-bg.jpg);
   height: 170px;
   padding-left: 20px;
   background: #E0E0E0;
}


#three-prods
{
  overflow: hidden;
  width:550px;
  height:159px;
}

#three-prods-inner
{
  width:700px;
  height:159px;
}

.prodbox-outer
{
    float: left;
    margin: 20px 10px 20px 10px;
}

.prodbox-outer-parent, .prodbox-outer-child, .prodbox-outer-lastchild
{
    float: left;
    margin: 0px;
}

.prodbox-top
{
   background-image: url(/ocg_/images/2009/shop-prod-box-top_b.jpg);
   width: 153px;
   height: 11px;
}

.prodbox-top-parent
{
   background-image: url(/ocg_/images/2009/shop-prod-box-top-parent.gif);
   width: 140px;
   height: 11px;
}
.prodbox-top-child
{
   background-image: url(/ocg_/images/2009/shop-prod-box-top-child.gif);
   width: 130px;
   height: 81px;
}
.prodbox-top-lastchild
{
   background-image: url(/ocg_/images/2009/shop-prod-box-top-lastchild.gif);
   width: 118px;
   height: 81px;
}


.prodbox-middle
{
   background-image: url(/ocg_/images/2009/shop-prod-box-middle.jpg);
   width: 144px;
   height: 0px;
   display: none;
}

.prodbox-middle-parent
{
   background-image: url(/ocg_/images/2009/shop-prod-box-middle-parent.jpg);
   width: 140px;
   height: 0px;
   display: none;
}

.prodbox-middle-child, .prodbox-middle-lastchild
{
   background-image: url(/ocg_/images/2009/shop-prod-box-middle-child.jpg);
   width: 118px;
   height: 50px;
}

.prodbox-bottom
{
    background-image: url(/ocg_/images/2009/shop-prod-box-bottom_b.jpg);
    width: 144px;
    height: 128px;
    color: white;
    padding: 10px 5px 0px 5px;
    font-size: 12px;
    cursor:pointer;
}

.prodbox-bottom-c
{
    background-image: url(/ocg_/images/2009/shop-prod-box-bottom_c.png);
    background-color: #ffffff;
    width: 144px;
    height: 128px;
    color: white;
    padding: 10px 5px 0px 5px;
    font-size: 12px;
    cursor:pointer;
}

    .prodbox-bottom-c div.logo {
        height: 52px;
        margin-bottom: 3px;
    }

    .prodbox-bottom-c img.logo {
        max-width: 135px;
        margin-left: 5px;
        max-height: 52px;
        display: block;
    }
    
    .prodbox-bottom-c .blurb {
        font-size: 10px;
        padding: 0 5px 0 5px;
    }

.prodbox-bottom-parent
{
    background-image: url(/ocg_/images/2009/shop-prod-box-bottom-parent.jpg);
    width: 120px;
    height: 90px;
    color: white;
    padding: 5px 10px 0px 0px;
    font-size: 12px;
    cursor:pointer;
}
.prodbox-bottom-child, .prodbox-bottom-lastchild
{
    background-image: url(/ocg_/images/2009/shop-prod-box-bottom-child.jpg);
    width: 118px;
    height: 62px;
    color: white;
    padding: 0px;
    font-size: 12px;
    cursor:pointer;
}

.prodbox-bottom-inner
{
  width:105px;
  padding:5px;
}

.prodbox-image
{
    float: left;
    width: 50px;
    height: 50px;
    margin:2px;
}

.prodbox-image-parent, .prodbox-image-child, .prodbox-image-lastchild
{
    float: left;
    width: 42px;
    height: 42px;
    margin:2px;
}

.prodbox-button
{
    float: left;
    margin-left: 5px;
    height: 100%;
    vertical-align: middle;
}

.prodbox-button-parent, .prodbox-button-child, .prodbox-button-lastchild
{
    float: left;
    height: 100%;
    vertical-align: middle;
}

.prodbox-button img, .prodbox-button-parent img,.prodbox-button-child img,.prodbox-button-lastchild img
{
    border: 0px;
}

.ocgWidgetPanelHeader {
    background-image: url("/ocg_/images/2009/shop-cat-bar.jpg");
    border-bottom: 1px solid white;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    padding: 3px 0 0 20px;
}

.ocgWidgetPanelBody {
    font-size: 11px;
    background-color: #eee;
}
    .ocgWidgetPanelBody .padding {
        padding: 8px 8px 8px 20px;
    }
    .ocgWidgetPanelBody p {
        margin-top: 0;
    }
    
.ocgPanelHeader {
    background-image: url("/ocg_/images/2009/shop-cat-bar.jpg");
    border-bottom: 1px solid white;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    padding: 3px 0 0 20px;
}

.ocgPanelBody {
    font-size: 11px;
    background-color: #eee;
    margin-bottom: 1px;
}
    .ocgPanelBody .padding {
        padding: 8px 8px 8px 20px;
    }
    .ocgPanelBody p {
        margin-top: 0;
    }
    
.ocgDownloadPanel {
    background-color: #5b5c5e;
    font-size: 12px;
    font-weight: bold;
}
    .ocgDownloadPanel .padding {
        padding: 16px 20px 16px 20px;
    }
    
    .ocgDownloadPanel a {
        color: #ffffff;
        text-decoration: underline;
    }
    
.collapsibleWidget {
    cursor: pointer;
}


.productType {
    float: right;
    width: 95px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}

.productName {
    font-size: 11px;
    margin-top: 4px;
    padding: 4px;
    clear: both;
}

.online {
    background-image: url(/ocg_/images/2009/shop-prod-box-online.jpg);
}

#button_window
{
    width: 175px;
    height: 112px;
    border: 1px solid black;
    color: white;
    background-color: #333333;
    z-index: 3;
}

#button_bar
{
	z-index: 3;
}

#button_window a
{
    color: White;
    display: block;
    padding: 10px 10px;
    /*text-align: center;*/
    border-bottom: 1px dotted gray;
}

#button_bar .bar_center
{
    cursor: pointer;
    background-color: #333333;
    background-image: url("/app/images/structure/bar_center.png");
    color: White;
    border-left: 6px solid #C6C7C9;
    border-right: 6px solid #C6C7C9;
}

#button_bar .bar_left
{
    background-image: url("/app/images/structure/bar_left.png");
    float: left;
    width: 6px;
    height: 39px;
}

#button_bar .bar_right
{
    background-image: url("/app/images/structure/bar_right.png");
    float: right;
    width: 6px;
    height: 39px;
}


#button_bar .bar_center div:hover,
#button_bar .bar_center div.button_on
{
    background-image: url("/ocg_/images/2009/button_back_on.jpg");
}

#button_bar
{
}
