@import "global.css";
@import "header.css";

a:link, a:visited, a:active 
{
text-decoration:underline;
color:#3366FF;
}
a:hover 
{
text-decoration:none;
color:#FF0000;
}

Table#leftColContactTable
{
    VERTICAL-ALIGN: top;
    BACKGROUND:transparent;
    width:205px;
    TEXT-ALIGN: left;
    font: normal 10px Arial;  
}

#leftColContactTable TD.labelTxt
{
	font: bold 10px Arial;
	width:80px;
}
h2.moduleHeader
{
	font:bold 11px Arial;
	color:Navy;
	padding:6px 0 0 0;
	margin:0;
}
	.module_leftTop{
	background-image: url(/images/module_top_left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
	.module_centerTop
	{
	height:23px;
	background-image: url(/images/top_bg.gif);
	text-align:center;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom:solid 1px #999999;
}
	.module_rightTop{
	background-image: url(/images/module_top_right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	.module_leftMid{
	background-image: url(/images/module_left.gif);
	background-position: top;
	background-repeat: repeat-y;
	
	}
	
	.module_center{}
	
	.module_rightMid{
	background-image: url(/images/module_right.gif);
	background-position: top;
	background-repeat: repeat-y;
	}
	
	.module_leftBot{
	height:14px;
	background-image: url(/images/module_bottom_left.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	.module_centerBot{
	height:14px;
	background-image: url(/images/module_bottom_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	}
	.module_rightBot{
	height:14px;
	background-image: url(/images/module_bottom_right.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

/*Home CSS*/
#toolsDiv
{
    width:205px; 
}
table#centerContentTable2
{
width:500px;
border:solid 1px #336699;
}
table#centerContentTable td.td1{
width:110px;
vertical-align:top;
} 
table#centerContentTable td.td2{
width:350px;
vertical-align:top;
}
table#centerContentTable2 td.td1{
width:110px;
vertical-align:top;
} 
table#centerContentTable2 td.td2{
width:350px;
vertical-align:top;
}

p#purchaseSupportText, p#connectNowText, p#requestImplementationText, p#reportABugText, p#addUserText, p#upgradeText, p#backupText
{
color:#0E0E0E;
margin-bottom:10px;
}
#purchaseSupportBtn, #connectNowBtn, #reportABugBtn, #implementationBtn, #addUserBtn, #UpgradeBtn{
border:none; 
}
#moreInfoDiv{
text-align:center;
font: bold 12px Arial;
}
#toolsDiv img{
border:solid 1px #E0E0E0;
}
#CenterContentHeader
{
	width:500px;
	text-align:center;
}

table#centerContentTable2 td.borderBtm{
border-bottom:solid 1px #336699;
}
tr.trOdd td{
background:#cccccc;
}
tr.trEven td{
background-color:#ffffff;
}



