﻿TABLE.Content_Page
{
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: Transparent;
}
DIV.Content_TopLinks
{
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	border-top:solid 1px #222222;
	background:url(../../Images/content_bg_fade_blue.jpg) #ffffff fixed repeat-x center top;
}
DIV.Content_TopLinks a
{
	color:#ffffff;
	font-weight:bold;
	background-color: Transparent;
}



DIV.Content_Left
{
    float: left;
    /*width: 74%;*/
    width:699px;
    vertical-align: top;
    background-color: Transparent;
}
DIV.Content_Left_Narrower
{
    float: left;
    width: 73%;
    vertical-align: top;
    background-color: Transparent;
}
DIV.Content_Right
{
    float: right;
    /*width: 26%;*/
    width:241px;
    vertical-align: top;
    background-color: Transparent;
}
DIV.Content_Right_Wider
{
    float: right;
    width: 27%;
    vertical-align: top;
    background-color: Transparent;
}
DIV.Content_Left_Top
{
    clear: both;
    width: 100%;
    height: 350px;
}
DIV.Content_Left_Top_Space
{
    height: 325px;
    width: 100%;
}
DIV.Content_Left_Top_TabStrip
{
    clear: both;
    width: 300px;
    height: 25px;
    z-index: 500;
    position: relative;
    top: 4px;
}
DIV.Content_Left_TabContents
{
    clear: both;
    width: 100%;
    height: 150px;
    vertical-align: middle;
    background-color: #FFF;
    z-index: 499;
}
DIV.Content_Left_MenuStrip
{
    clear: both;
    width: 100%;
    vertical-align: middle;
    background-color: #000000;
    z-index: 499;	
	border: #555 1px solid;
	border-bottom: #555 2px solid;
}

TABLE.Content_Left_TabContents_Table
{
    width: 90%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
}
TD.Content_Left_TabContents_Table_Left
{
    width: 70%;
    text-align: left;
    vertical-align: middle;
}
TD.Content_Left_TabContents_Table_Right
{
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
DIV.Content_Left_Bottom
{
    clear: both;
    width: 100%;
    margin-top: 5px;
    background-color: #f0f0f0;
    color: #343434;
}
DIV.Content_Right_News
{
    clear: both;
    width: 237px;
    margin-left: auto;
    margin-right: 0px;
    background-color: Transparent;
}
DIV.Content_Right_Box
{
    clear: both;
    margin-top: 5px;
    width: 235px;
    margin-left: auto;
    margin-right: 0px;
    background-color: Transparent;
}
.BorderStandard_Filler,
.BorderStandard
{
    border-right: #555 1px solid;
    border-top: #555 1px solid; 
    border-left: #555 1px solid;
    border-bottom: #555 1px solid;
}
.BorderStandard_Filler
{
    border-bottom: none;
}
P.cushionTop
{
    margin-top: 10px;
}



/*widgets*/

#MainGraphic
{
    border: #454545 1px solid;
    width: 697px;
    height: 357px;
    overflow:hidden;
}

#divImage
{
	width: 697px;
	height: 357px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}

#divMessages
{	
    height: 0px;
}

DIV.floating_message
{
	position:absolute;
	background-color:Transparent;
	background-image: url(../../Images/Homepage/Widgets/floating_area.png);
	color:#333;
	width:270px;
	height:40px;
	padding:15px;
	overflow:hidden;
	z-index:999;
}

DIV.floating_title
{
	font-size:16px;
	font-weight:bold;
	color:#333;
	height:18px;
	overflow:hidden;	
	margin:0;
	padding:0;	
	border-bottom:solid 1px #333;
}

DIV.floating_content
{
	font-family:Century Gothic, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#1F2967;
	width:270px;
	height:40px;
	margin:0;
	padding:0;
	overflow:hidden;
}

DIV.floating_area1
{
	top:30px;
	left:30px;
}
DIV.floating_area2
{
	top:30px;
	left:370px;
}
DIV.floating_area3
{
	top:250px;
	left:30px;

}
DIV.floating_area4
{
	top:250px;
	left:370px;
}



DIV.Content_WhiteWidget
{
	height:230px;
	margin:5px 0;
	background-image: url(../../Images/Homepage/Widgets/white_widget.gif);
    background-position: center top ;
    background-repeat: no-repeat;
}
DIV.Content_BlueWidget
{
	height:230px;
	margin:5px 0;
	background-image: url(../../Images/Homepage/Widgets/blue_widget.gif);
    background-position: center top ;
    background-repeat: no-repeat;
}
DIV.Content_BlueWidget_Sphere
{
	height:230px;
	margin:5px 0;
	background-image: url(../../Images/Homepage/Widgets/blue_widget_sphere.gif);
    background-position: center top ;
    background-repeat: no-repeat;
}

DIV.Content_BlueWidget .title, DIV.Content_BlueWidget_Sphere .title, DIV.Content_WhiteWidget .title
{
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	color:#000000;
	padding:5px 10px 10px 10px;
	margin:0px;
}

DIV.Content_SimpleWidget
{
	padding:5px;
	background-color:#FFFFFF;
}
DIV.Content_SimpleWidget .title
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
}
DIV.Content_BlogWidget .blue_title
{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-color:#2C9ACB;
	padding:5px;
	margin:0;
}
DIV.Content_BlogWidget .content
{
	padding:5px;
	background-color:#FFFFFF;	
}

DIV.Clear
{
	clear:both;	
}


/*Channel offerings tabs*/

.channeloffering_tab_container 
{
	margin:0;
	border: 1px solid #454545;
	border-top: none;
	border-bottom: none;
	width: 697px;
	height:135px;
	overflow: hidden;
	background: #fff;
	color:#454545;
}
.channeloffering_tab_content 
{
	padding: 13px;
	height:105px;
	background-image: url(../../Images/topBG2.jpg);
    background-repeat: repeat-x;overflow: hidden;
	
}

.channeloffering_tabs_wrapper
{
	width: 699px;
}

ul.channeloffering_tabs {
	width: 100%;
	margin:0;
	padding: 0;
	/*float: left;*/
	margin-top:-1px;
	list-style: none;
	height: 26px;
	border-top: 1px solid #454545;
	border-left-width: 0;
	border-right-width:0;
	border-bottom-width:0;	
}
ul.channeloffering_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width:172px;
	text-align:center;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px;
	border: 1px solid #454545;
	/*border-left: none;*/
	margin-top: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #354667;
}

ul.channeloffering_tabs li.last 
{
	width:175px;
}


ul.channeloffering_tabs li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	font-weight:bold;
	height:23px;
	line-height:23px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	outline: none;
}
ul.channeloffering_tabs li a:hover {
	background: #FF9900;
	color:#222;
}
ul.channeloffering_tabs li.active, ul.channeloffering_tabs li.active a, ul.channeloffering_tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	color:#000;
	border-top: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/	
}

ul.channeloffering_tabs li.active a
{
	border-right: 1px solid #fff;
}


/*
Support page
*/

.faq_topic_row
{
	padding:20px 0 5px;
	font-size:14px;
	font-weight:bold;		
	border-bottom: solid 1px #000;	
}

div.question_wrapper
{
	padding:20px;	
}

.faq_question_title
{
	font-size:14px;
	font-weight:bold;	
}

div.faq_widget
{
	padding:10px;	
	height:263px;
	overflow:hidden;	
}
div.faq_widget ul
{
	margin:0 0 0 15px;
	padding:0;
}

div.faq_widget ul li
{
	height:45px;
	vertical-align:top;
	overflow:hidden;
	margin-bottom:5px;
}



div.links_widget
{
	padding:10px;	
	overflow:hidden;	
}
div.links_widget ul
{
	margin:0 0 0 15px;
	padding:0;
}

div.links_widget ul li
{
	vertical-align:top;
	overflow:hidden;
	margin-bottom:5px;	
}


/*
User Manuals
*/


.product_row
{
	padding:15px 0 5px;
	font-size:14px;
	font-weight:bold;		
	border-bottom: solid 1px #000;	
}


.manual_row
{
	border-bottom: dotted 1px #666666;	
}



div.manuals_widget
{
	height:175px;
	padding:10px;	
	overflow:hidden;	
}
div.manuals_widget ul
{
	margin:0 0 0 15px;
	padding:0;
}

div.manuals_widget ul li
{
	height:30px;
	vertical-align:top;
	overflow:hidden;
	margin-bottom:5px;	
}



/*
categories
*/

.Category_Box
{
	margin:0 auto;
	border:solid 1px #5A7C91;
	padding:10px;
	background-image: url(../../Images/topBG2.jpg);
    background-repeat: repeat-x;overflow: hidden;
}


/*EDRM Diagrams*/

.edrm_frame
{
    margin:10px 0;
    padding:40px 0;
    /*border:solid 1px #DEDEDE;	*/
    cursor:default;
    background-image: url(../../Images/Products/Buttons/EDRM.jpg);
    height:170px;
}
.edrm_box
{
    text-align:center;
    color:#454545;
    font-size:10px;
    font-weight:bold;
    width:80px;
    margin-bottom:10px;
    
    background-image: url(../../Images/Products/Buttons/EDRM_Box_Grey.gif);
}
.edrm_highlight
{
    background-image: url(../../Images/Products/Buttons/EDRM_Box_Blue.gif);
    color:#000000;
}



/*management team*/


.managers-item
{
	padding:10px 0;
}
.managers-name
{
	color:#FF5500;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;	
	border-bottom:solid 1px #E1E1E1;
}
.managers-bio
{
	padding-top:5px;
}

.managers-image
{
	border:solid #BBBBBB 1px;
	padding:2px;
}


table.clients
{
    width:100%;
    table-layout:fixed;
}
table.clients td
{
    width:50%;
    font-family:Arial;
    font-size:12px;
    color:#000;  

    vertical-align:top;
    
    border: solid 1px #5A7C91;
    padding: 10px;
    background-image: url(../../Images/topBG2.jpg);
    background-repeat: repeat-x;
    background-position: 0 -15px;
    overflow: hidden;    
    
}
table.clients td a
{
    color:#000;  
}


