﻿/**** DIV ID Tags for global position ****/
#left_content {
    width:175px;
    float:left;
    background:#fff;
    margin-left:5px;
    margin-right:20px;  /* sets spacing of center content from left column in IE and FF */
    display:inline;
    position: relative;
    left:0px;
    top:0px;
}

#main_content 
{
	padding: 0px 0px 0px 0px;
	margin: 0 auto; 
	width:585px;
    float:left;
    background:#fff;
    display:inline;
}

#news_content 
{
	padding: 0px;
	
	width:575px;
    float:left;
    background:#fff;
    display:inline;
}
#main_content0 {   /*this is only used on default.aspx page */
	
	padding: 0px 0px 0px 0px;
	margin: 0 auto; 
	width: 585px; 
	float: left;
	background: #fff;
	display:inline;
	text-align:center;
}

#main_content_2_columns {
    margin: 0; 
    width:760px; /* setting this value higher or lower breaks layout in IE - no effect in FF */
    float:left;
    background:#fff;
    display:inline;
}
#right_content {
    
    width:160px;
    float:left;
    margin-left:20px; /* sets spacing of center content from right column in IE and FF */
    display:inline;
    
    
}
#main_content_customer {
    margin: 0; 
    padding: 5px 5px 5px 5px;
    width:230px;
    float:left;
    display:inline;
    border:solid 1px #f7f7f7;
    
}
#right_content_customer {
    width:410px;
    float:left;
    margin-left:15px; /* sets spacing of center content from right column in IE and FF */
    background:#fff;
    padding: 0 0 0 3px;
    display:inline;
}
#main_content_products {
    
    margin:0 auto;
    width:580px;
    float:left;
    background:#fff;
    display:inline;
}
#right_content_products 
{
    text-align:right;
    width:160px;
    float:left;
    background:#fff;
    display:inline;
    margin-left:15px; /* sets spacing of center content from right column in IE and FF */
    
}
.AccordionHeader
{
	background-color: #1C5E55 ;
	color:White;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
}

/****************************************/

/**** Div tags for rounded table border container *****/

.container
{
 width:992px;
 
   
}
div#top_table {
    clear: both;
    height:67px; 
    width:992px;
    background: url('../images/top_table-f.png') no-repeat top;
    margin:0;
    
}
div#left_table {
    float: left;
    background: url('../images/left_table0.png') repeat-y left;
    text-align:left;
    display:inline;
    
}
div#right_table 
{
    clear:left;
    float: right;
    width:992px;
    background: url('../images/right_table0.png') repeat-y right;
    background-color:#ffffff;
    display:inline;
}
div#middle 
{
     width:auto;
    
     margin: 0 auto;
     display:inline;
     
}
div#bottom_table 
{
    clear: both;
    height:28px;
    width:992px;
    background: url('../images/bottom_table0.png') no-repeat top;
}
/*three column support page layout*/
div#supportleft {
    float: left;
    width: 175px;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 5px;
    margin-right:10px;
    background-color: Transparent;
    display:inline;
    line-height:14px;
}
div#supportl-left {
    float: left;
    width: 175px;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 5px;
    margin-right:10px;
    background-color: Transparent;
    display:inline;
    line-height:14px;
}
div#supportright {
    float: right;
    
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 5px;
    margin-left:5px;
    background-color: Transparent;
    display:inline;
    line-height:14px;
}
div#supportr-right {
    float: right;
    
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 5px;
    margin-left:5px;
    background-color: Transparent;
    display:inline;
    line-height:14px;
}
div#supportmiddle {
    padding: 5px 5px 5px 5px;
    border: solid 1px #cccccc;
    margin-left:5px;
    width:175px; 
    background-color: Transparent;
    
    line-height:14px;
    
}

/***************************************/

/**** Common HTML styles ****************/

blockquote
{
min-height:35px;
padding:15px 0 15px 0px;
padding-left:70px;
margin:0 40px 15px 40px;
background: url('../images/quote_bg.gif') no-repeat;
font-family: Tahoma,'Times New Roman',Times,serif;
color:#999999;
font-size: 11px;
line-height: 14px;
font-style: normal;


}
.quote
{
min-height:25px;
padding:15px 0 15px 0px;
padding-left:26px;
margin:0 3px 7px 5px;
background: url('../images/quote_bg_sm.gif') no-repeat;
font-family: Tahoma,'Times New Roman',Times,serif;
color:#999999;
font-size: 10px;
line-height: 12px;
font-style:normal;

}
img {
	background-position: top;
	border: 0;
	vertical-align: middle;
	text-align: right;
}
h1
{
        font: bold 12px Verdana, Arial, sans-serif;
        margin-top:0px;
        margin-bottom:10px; 
        padding: 0; 
}

h2
{
        font: normal 11px Verdana, Arial, sans-serif;  
}
h3
{
        font: bold 11px Verdana, Arial, sans-serif;
        margin-top:1px;
        margin-bottom:8px;  
}

h4
{
        font: bold 14px Verdana, Arial, sans-serif;  
}

A {
	text-decoration:none;
	color:#4A7AC9;
}
.main_content_customer A
{
	font-size: 11px;
    line-height: 16px;
    
}
A:active {
	text-decoration:none;
	color: #ff9900;
}
A:hover {
	text-decoration:none;
	color: #ff9900;
}

div, td, table, input, select, textarea, p, th {
	font: normal 10px/12px Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding:0px;
    margin: 0px;
    
}  




body 
{
    font:normal 10px/12px Verdana, Arial, sans-serif; 
    text-align:center;
    padding:0px;
    
    margin: 0 auto; /* do not change - top margin only works in IE - not FF */
    display: inline; /* cures IE/win's margin-doubling */
    background: url('../images/bg-sm.png')  repeat-x top;
    background-color:#e6e6e6; 
    position: relative;
    top:0px;
    left:0px;
    
}
.login_control_padding
{
    padding-right:0px;
    padding-bottom:0px;
    
}
.menu_link
{
    border: solid 1px #F7f7f7;  
	width: 155px;         
	color: #333;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: pointer;
	cursor: hand;
	
}
.menu_link_style:hover
{
    text-decoration:none;
	color:#4A7AC9;
}
.menu_link_style
{
    width:127px;
}

.menu_link_over
{
	width: 155px;  
 	color: #000;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: pointer;
 	cursor: hand;
 	border: solid 1px #003399;
 	background-image:url('../images/menuitem.gif'); 
}
.left_nav_links 
{
	float:left;
	font-size: 10px;
	padding-left: 1px;
	          
	color: #000000;
	
}
.main_content h1
{
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        margin: 0 0 20px 14px;
        color:#0066cc;
        border-bottom: solid 1px #d3d3d3;
        clear:right;
}
.main_content0 h1
{
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        margin: 0 0 10px 7px; 
        border-bottom: solid 1px #f1f1f1;
        color:#000000; 
        
}
.right_content_customer p
{
	background-image: url(../images/post_bottom_r.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 91px;
}
/****************************************/

/**** DIV Wrappers **********************/
#outer_wrapper
{ 
    text-align: center;
    width: 100%;
    height:100%;
    padding:0px;
    margin: 0 auto;
    display:inline;

}
/* need twice to fix Firefox issue**/
#outer_wrapper
{
    text-align: -moz-center;
    width: 100%;
	height: 100%;
	margin: 0 auto;
	padding:0px;
}

.inner_wrapper
{
    text-align:left;
    width: 992px;
    	margin: 0 auto;
    	
}
.inner_content_wrapper
{
   
    text-align:left;
    width: 985px;
}
.news_container
{ 
    background-color:#fcfcfc; 
    width: 138px;
    font:normal 9px/11px Verdana, Arial, Serif;
    
    border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	border-bottom: groove 3px #DFDFDF;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}
.news_title
{
	background-image:url('../images/rounded_top_sm.gif');
	background-position: no-repeat right top;
	padding: 3px 5px 7px 5px;
	width: 140px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #1820C5;
}
.customer_image_container
{ 
    background-color:#FFFFFF;
    width: 100%;
    text-align:center;
    margin-top:5px;
	
	
}
.left_content_container
{
   
    font: normal 10px Verdana, Arial, sans-serif; 
    float:left;
    overflow:hidden;
	
}
.right_content_container
{
   font:normal 10px/12px Verdana, Arial, Helvetica, sans-serif; 
    background:#fff;
    width: 100%;
   
}
.right_content_container_top 
{
    text-align:center;
    padding-bottom:5px;
    width:165px;
   
    background:#fff;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #d3d3d3;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #d3d3d3;
    margin-bottom:25px;
    
}

.main_content_container
{
    margin:0 auto;
     
    width: 100%;
	overflow: visible;
	
}
.main_content_container1
{
	margin: 0 auto;
	
	width: 100%;
	overflow: visible;
}
.expired_content_container
{
    background-color:#f7f7f7;
    margin: 0 auto;
    padding:10px 5px 10px 5px;
    
    color: #f90303; 
    width: 70%;
	overflow: visible;
	border: solid 1px #e6e6e6;
}
.message_content_container
{
    background-color:#ddf0f8;
    margin:0 auto;
    padding: 5px 1px 1px 1px;
    
    width:750px;
    overflow: visible;
    
}
.roundedtop {
	width: 336px;
	height: 11px;
	background: url(images/rounded_top.gif) no-repeat left top;
}
.roundedbottom {
	width: 336px;
	height: 11px;
	background: url(images/rounded_bottom.gif) no-repeat left top;
}
.roundedcontainer {
	width: 336px;
	margin: 0px 0px 0px 0px;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
}

.main_content_container ul
{
	list-style-image: url('../images/bullet00.gif');
	margin: 0 12px 12px 30px;
	padding-right:12px;
	
	}
.main_content_container ol
{
	margin:0 0 12px 30px;
	}
.main_content_container li
{
	
	padding-left:10px;
	margin-bottom:3px;
	margin-right: 12px;
	}

.xml_tabs ul
{
	list-style-image: url('../images/redarrow.gif');
	margin: 0 12px 12px 30px;
	padding-right:12px;
	
	}
.xml_tabs ol
{
	margin:0 0 12px 30px;
	}
.xml_tabs li
{
	
	padding-left:10px;
	margin-bottom:3px;
	margin-right: 12px;
	}


.post_r
{
width:580px;
padding:0 20px 20px 0px;
margin-bottom:40px;
background:url('/images/post_bottom_r.jpg') 0 100% no-repeat;
float:right;}

.post_l
{
width:580px;
padding:0 0 20px 20px;
margin-bottom:40px;
background:url('/images/post_bottom_l.jpg') 0 100% no-repeat;
float:left;}

/****************************************/

/****** DIV Spacers *********************/
.small_spacer
{
    height:0px;
}
.big_spacer
{
    height:10px;
}
.newsspacer {
	background-position: center;
	background-image: url('../images/pix3h.gif'); 
	width: 100%;
	color: #333;
	padding-left: 0px;
	background-repeat: repeat-x;
}
.navspacer {
	background-position: left;
	background-image: url('../images/navdiv.png'); 
	width: 100px;
	height: 2px;
	
	padding-left: 0px;
	margin-bottom:3px;
	background-repeat: no-repeat;
	overflow:visible; /* leave for IE otherwise spacer images will not show */
}
.divider0
{
 background-image: url('../images/divider700.gif');
 background-repeat:no-repeat;
 background-position:left;
 margin-bottom:1px;
 margin-top:10px;
}
.divider1
{
 background-image: url('../images/divider600.gif');
 background-repeat:no-repeat;
 background-position:left;
 margin-bottom:1px;
 margin-top:10px;
}
.divider2
{
 background-image: url('../images/divider540.gif');
 background-repeat:no-repeat;
 background-position:left;
 margin-bottom:1px;
 margin-top:10px;
}
.divider3
{
 background-image: url('../images/divider300.gif');
 background-repeat:no-repeat;
 background-position:left;
 margin-bottom:1px;
 margin-top:10px;
}
.divider4
{
 background-image: url('../images/divider170.gif');
 background-repeat:no-repeat;
 background-position:left;
 margin-bottom:1px;
 margin-top:10px;
}
/**********site error message styles******************/
.messageError
{   
	font-family:Verdana , Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	background-color:#fcfcfc;
	border:solid 1px #e6e6e6;
	color:#ff0033;
	padding:2px;
	margin:0px;
	width:auto;
	text-align:left;
	 
}
.messageSuccess
{   
	font-family:Verdana , Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	background-color:#e6f8dd;
	border:solid 1px #119911;
	color:#006600;
	padding:2px;
	margin:0px;
	width:auto;
	text-align:left;
	 
}
/****** All other Styles *****************/
.library
{
	font: normal 10px/12px verdana, arial, sans-serif;
}
.library p
{
	margin-bottom:8px;
}
.chgpwd
{
	padding:5px;
}
.keytable
{
	padding: 3px 5px 5px 5px;
}
.outer_header
{   
	font-family:Verdana , Arial, sans-serif;
	  
}
.inner_header
{ 
 	width:992px;
 	height:89px; /******** do not change - sets body height below masthead evenly in IE Chrome Safari and FF ************/
 	float: left;
 background-image: url('../images/sysop-tools-NEW-BANNER-2.0-393x65.png');
 background-repeat:no-repeat;
 background-position:left top;
 	
}
.phone2
{
    padding-top:0px;
    padding-left:0px;
    float:left;
	color: #333333;
	
	font-variant: small-caps;
	font-weight: normal;
}
.logo
{
    float: left; 
    width: 400px; 
    padding-top: 5px;
    color: #696969;
    padding-bottom:0px;
	
	font: normal 0.6em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}
.login
{
    
    float: right; 
    
    width:290px;
    height:71px;
    margin-right: 12px;
    margin-top: 5px; /* do not change - works in both IE and FF to set top margin of control */
    text-align:right;
    word-wrap:normal;
   

}
.loginControl
{
    background: url('../images/login-tab.png')  no-repeat top;
    width:290px;
    height:71px;
    
    word-wrap:normal;
   

}
.forgotpwd
{
    
    background: url('../images/bg_265x70.png')  no-repeat;
    width:265px;
    height:70px;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    padding: 5px 5px 3px 5px;
    
    font-weight:bold;
    color: #000;

}
.trialkeyapp
{
    
    height:150px;
    
    margin-bottom: 3px;
    
    padding: 5px 5px 3px 5px;
    font-family:Arial Narrow;
    color: gray;

}
.left_nav_header
{
    background-image: url('../images/gradient-inner.png');
    background-repeat: repeat-x;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    padding:0px;
    padding-left:10px;
    line-height:15px;
    
}
.left_nav_header2
{
    background-image: url('../images/menuitem.gif');
    background-repeat: repeat-x;
    text-align:center;
    font-weight:bold;
    padding:0px;
    border:solid 1px black;
}
.right_nav_header
{
    background-image: url('../images/rounded_top_sm.gif');  /* menuitem.gif */
    background-repeat: repeat-x;
    width:150px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    padding-top:3px;
}
.right_customer_images_header 
{
    background-image: url('../images/bggrad.gif');
    background-position: top left;
    background-repeat: repeat-x;
    width:100%;
    height:20px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    padding:3px;
    
    
}
.icons
{
    float:left;
    width:100%;
    vertical-align:bottom;
    padding-top:5px;
}
.product_header_container
{
    float:none;
    vertical-align:bottom;
    
    
}   
.breadcrumb
{
    
    
    float:left;
    vertical-align:middle;
    padding-top:8px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:5px;
     
    width: 50%;
	overflow: visible;
	
}
.left_link_column_outside
{
    
    padding:0px;
    width: 100%;        
	background: #f7f7f7;
	overflow:hidden; /* leave set to hidden or messes up Chrome */
}
.right_link_column_outside
{
    padding:0px;
    border-color:#e6e6e6;
    border-style:solid;
    border-width:1px;
	width: 170px;
	background: #ffffff;
}
.left_nav_text
{
    padding-left:5px; 
    text-align:left;
    float:left;
}
.ad {
	background: url('../images/box150x122.png') no-repeat center;
	width: 150px;
	height: 122px;
	margin-top: 5px;
	text-align:center;
}
.left_link_column_inside
{
    padding:5px;
}
.left_link_column_inside2
{
    background-color:#ffffff;
    padding:3px;
}
.div_left
{
    float:left;
    width:auto;
    overflow:visible;   
}
.footer 
{
	vertical-align:middle;
	text-align:center;
	float: none;
	width: 100%;
	color: #696969;
	padding-top: 5px;
	padding-bottom: 5px;
	 
}
.welcome
{
    font-weight:bold;
    
    float: right;
    width: auto; 
    padding-right: 20px; 
    vertical-align:middle;
    padding-top:5px; 
    padding-bottom: 0px;
    white-space: nowrap;
}

.lower_header 
{
    height:55px; 
    background-position: top;
	width: 100%;
	float:left;
	overflow: visible;
	text-align: left;
	padding-top: 4px; /* sets placement height of print and bookmark elements within background */
	/* adding left or right padding here breaks layout in IE6 */
}

.tags 
{
    float:left;
	width:150px;
	color: #C0C0C0;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom:5px;
	margin-top:50px;
	font-size: 9px;
}
.menuOver 
{
	width: 120px;
 	color: #000;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: pointer;
 	cursor: hand;
 	border: 1px solid #003399;
 	background-image:url('../images/menuitem.gif');
}
.menu 
{
    border: solid 1px #F5F7FB;
	width: 120px;
	color: #333;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: pointer;
	cursor: hand;
}
/****************************************/

.menuOverNews
{
    padding: 5px;
	width: auto;
 	color: #000;
	cursor: default;
 	border: 1px solid #C3C4C4;
    background-color:#f1fbff;
    width:700px;
}
.menuNews
{
    background-color:#fcfcfc;
    padding: 5px;
    border: solid 1px #e6e6e6;
	width: auto;
    width:700px;
	cursor: default;
}
.menuDefault
{
    
    padding: 3px;
	
	width: 176px;
 	color: #000;
 	
	
 	border-left: 1px solid #ddf0f8; 
 	border-top:1px solid #ddf0f8;  
    border-right:1px solid #ddf0f8;
    border-bottom:1px solid #ddf0f8;
    background-color:#f1fbff; 
    
}
.menuOverDefault
{
    
    padding: 3px;
    background-color:#fff;
    border: solid 1px #f7f7f7 ; 
	
	width: 176px;
}
.border2
{
    border:solid 1px gray;
}
.forcebutton
{
	text-align:center;
}
/* AJAX POPUP */
.modalBackground 
{
	background-color:#e6e6e6;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
    background-color:white;
    border-width:1px;
    border-style:solid; 
    border-color:#333333; 
    padding:5px;
    
}
/* ajax tab control style */
.ajax__tab_xp .ajax__tab_xp_header {font-family:verdana,arial,helvetica;font-size:11px;background:url(AjaxControlToolkit.Tabs.tab-line.gif) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_xp_outer {padding-right:4px;background:url(AjaxControlToolkit.Tabs.tab-right.gif) no-repeat right;height:21px;}
.ajax__tab_xp .ajax__tab_xp_inner {padding-left:3px;background:url(AjaxControlToolkit.Tabs.tab-left.gif) no-repeat;}
.ajax__tab_xp .ajax__tab_xp_tab {height:13px;padding:4px;margin:0;background:url(AjaxControlToolkit.Tabs.tab.gif) repeat-x;}
.ajax__tab_xp .ajax__tab_xp_hover .ajax__tab_xp_outer {background:url(AjaxControlToolkit.Tabs.tab-hover-right.gif) no-repeat right;}
.ajax__tab_xp .ajax__tab_xp_hover .ajax__tab_xp_inner {background:url(AjaxControlToolkit.Tabs.tab-hover-left.gif) no-repeat;}
.ajax__tab_xp .ajax__tab_xp_hover .ajax__tab_xp_tab {background:url(AjaxControlToolkit.Tabs.tab-hover.gif) repeat-x;}
.ajax__tab_xp .ajax__tab_xp_active .ajax__tab_xp_outer {background:url(AjaxControlToolkit.Tabs.tab-active-right.gif) no-repeat right;}
.ajax__tab_xp .ajax__tab_xp_active .ajax__tab_xp_inner {background:url(AjaxControlToolkit.Tabs.tab-active-left.gif) no-repeat;}
.ajax__tab_xp .ajax__tab_xp_active .ajax__tab_xp_tab {background:url(AjaxControlToolkit.Tabs.tab-active.gif) repeat-x;}
.ajax__tab_xp .ajax__tab_xp_body {font-family:verdana,arial,helvetica;font-size:10px;line-height:14px;border:1px solid #999999;border-top:0;padding: 0 8px 8px 8px;background-color:#ffffff;}

