/***********************************   html tag class         */
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
hr{
	height: 1px;
	color: #e7e7e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	background-repeat: repeat-x;
	border: 1px dotted #000000;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #386e90;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}
/***********************************   heading tag class         */
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #396e90;
	margin-bottom: 2px;
	text-transform:	capitalize;
}
h2 {
	font-size: 17px;
	color: #396e90;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #396e90;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}

/***********************************   list tag class         */
ul{
	list-style: square;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
}
select{
	margin: 0px;
	padding: 0px;
}
input:focus {
	background: #FFFFCC;
}
inputClass {
	background: #E7F1FF;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px double #C7DAE4;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0B1E59;
}
/***********************************   table tag class         */
td {
	font-size: 12px;
	color: #424242;
}
td.bluetext
{
 font-family  : Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #396E8E;
 font-weight: normal;
}
th{
	font-weight: bold;
	background: #164A6B;
	color: #FFFFFF;
}
th a:link, th a:visited{
	font-weight: bold;
	text-decoration: none;
}
th a:hover, th a:active{
	font-weight: bold;
	text-decoration: underline;
}
col.column1{
	background: #E7F1FF;
	padding-left: 3px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #8C2C24;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
table.displaytable{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9e9e9;
}
table.displaytable th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	background-image: url(../images/THbg.gif);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
	color: #386e90;
	background-position: left bottom;
	vertical-align: top;
	text-align: left;
}
table.displaytable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #d1d1d1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
tfoot td {
	text-align: right;
	background-color: #d4dce4;
	color: #386e90;
}
.sortbuttons {
	background-color: #dfe5f0;
	text-align: center;
}

.clearboth{
	clear: both;
}
/***********************************   user defined tag class         */
/*****layout starts *****/
.pagecontainer{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.pageheader{
	padding-top: 15px;
}
.logo{
	float: left;
	width: 122px;
	height: 101px;
	padding-left: 10px;
}

/*****utility starts *****/
.utilityblock {
	float: right;
	width: 310px;
}

.utilitynav{
	position: absolute;
	top: 83px;
}

.utilitynav a:link, .utilitynav a:visited {
	text-decoration: none;
	color: #376e8d;
	font-weight: bold;
	margin-right: 7px;
}
.utilitynav a:hover, .utilitynav a:active {
	color: #333333;

}

a.hometab:link, a.hometab:visited {
	background-image: url(../images/home_tab.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	display: block;
	float: left;	
}
a.hometab:hover, a.hometab:active {
	background-image: url(../images/home_tab_active.gif);
	background-repeat: no-repeat;
}
a.hometab_active:link, a.hometab_active:visited{
	background-image: url(../images/home_tab_active.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	display: block;
	float: left;
}
a.abouttab:link, a.abouttab:visited {
	background-image: url(../images/about_tab.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 16px;
	display: block;
	float: left;
}
a.abouttab:hover, a.abouttab:active {
	background-image: url(../images/about_tab_active.gif);
	background-repeat: no-repeat;	
}
a.abouttab_active:link, a.abouttab_active:visited {
	background-image: url(../images/about_tab_active.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	display: block;
	float: left;
}

a.resourcetab:link, a.resourcetab:visited{
	background-image: url(../images/resource_tab.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 16px;
	display: block;
	float: left;
}
a.resourcetab:hover, a.resourcetab:active{
	background-image: url(../images/resource_tab_active.gif);
	background-repeat: no-repeat;
}
a.resourcetab_active:link,a.resourcetab_active:visited {
	background-image: url(../images/resource_tab_active.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	display: block;
	float: left;
}
/***** utility end *****/

.conceptblock {
	background-color: #E7E7E7;
	background-image: url(../images/concept_bg.gif);
	background-repeat: repeat-x;
	height: 172px;
}
.conceptleft {
	float: left;
}
.conceptright {
	float: right;
}
.pagebody {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.homeleft {
	float: left;
	width: 72%;
}
.homecenter {
	float: center;
	width: 100%;
}
.homeleft h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	padding-bottom: 5px;
	color: #424242;
	padding-top: 0px;
	margin-top: 0px;
}

.homecenter h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	padding-bottom: 5px;
	color: #424242;
	padding-top: 0px;
	margin-top: 0px;
}

.contentblock {
	padding-top: 15px;
	clear: both;
	padding-bottom: 15px;
}

.contentHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	background-image: url(../images/contentheader_bg.gif);
	background-repeat: repeat-x;
	background-color: #e7ebf2;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.homeright {
	float: right;
	padding-left: 10px;
	width: 240px;
}
.footerlink {
	color:#000;
	text-align: center;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
}
.footerlink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}	
.footerlink ul li{
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #386e90;

}	

.footerlink a:link, .footerlink a:visited {
	padding:0 3px 0 3px;
}
.footerlink a:hover, .footerlink a:visited {
	text-decoration:none;
	color:#666666;
	padding:0 3px 0 3px;
}

.copyright {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 11px;
	text-align: center;
	color: #7f7f7f;
}
.footerlink .lastli {
	border-right-width: 0px;	
}
.rightimage {
	width: 222px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.homesearchtable td {
	padding-top: 7px;
	padding-bottom: 7px;

}


/*****layout ends *****/
.agreetext{
	font-size: 11px;
	color: #8e8e8e;
}
.rightblock{
	padding-bottom: 10px;
	width: 239px;
}
.rightblocktop{
	background-image: url(../images/rightcurve_top.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.rightblockmiddle{
	background-image: url(../images/rightcurve_bg.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-right: 23px;
	padding-bottom: 8px;
	padding-left: 23px;
	font-size: 12px;
}
.rightblockmiddle h3 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.rightblockbottom{
	background-image: url(../images/rightcurve_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.help {
	color: #7d7d7d;
	background-color: #eff9ff;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.help a:link, .help a:visited, .help a:hover, .help a:active {
	padding-right: 3px;
	padding-left: 3px;
	color: #7d7d7d;
	text-decoration: none;
}

/***** internal start *****/
.insideblock{
	border: 1px solid #e9e9e9;
}
.insidetabs {
	clear: both;
	margin-left: 17px;
	position: absolute;
	width: 750px;
	margin-top: 3px;
}
.insidetabs a:link, .insidetabs a:visited {
	background-image: url(../images/insidetab.gif);
	display: block;
	padding-top: 7px;
	float: left;
	font-weight: bold;
	color: #386e90;
	margin-right: 7px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	width: 155px;
}
.insidetabs a:hover, .insidetabs a:active {
	background-image: url(../images/insidetab_active.gif);
}
a.insidetabs_active:link, a.insidetabs_active:visited {
	background-image: url(../images/insidetab_active.gif);
	display: block;
	padding-top: 7px;
	float: left;
	font-weight: bold;
	color: #386e90;
	margin-right: 7px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	width: 155px;
}

.insidecontent {
	padding: 20px;
}
.insidebuttonblock {
	text-align: right;
	vertical-align: middle;
	float: right;
	padding: 20px;
}

.pagenation {
	clear: both;
}
.pagenationleft {
	padding: 5px;
	float: left;
	width: 48%;
}
.pagenationright {
	float: right;
	padding: 5px;
	width: 48%;
	text-align: right;
}
/***** internal end *****/
.color1 {
	background-color: #d6e7e5;
}
.color2 {
	background-color: #fbebdc;
}
.color3 {
	background-color: #e0dbe5;
}
.color4 {
	background-color: #cae2f3;
}
.printthis {
	display: none;
}

/**** Newly added ***/
.head  {
	text-align: left;
	background-color: #d4dce4;
	color: #386e90;
}
#bubble_license{
	position:absolute;
	width:500px;
	height:330px;
	background-color: #f5fbff;
	padding: 10px;
	border: 1px solid #5a83a1;
	margin-top: -18px;
	margin-left: 100px;
}

#apDiv2 {
	overflow:auto;
	padding:8px;
	border:1px solid #E7EBF2;
	height: 280px;
	background-color: #FFFFFF;
	color: #333333;
}

.apDivDefinition {
	overflow:auto;
	padding:8px;
	border:1px solid #E7EBF2;
	height: 160px;
	background-color: #FFFFFF;
	color: #333333;
}

.bubble_Definition
{
	position:absolute;
	width:500px;
	height:210px;
	background-color: #f5fbff;
	padding: 10px;
	border: 1px solid #5a83a1;
	margin-top: -18px;
	margin-left: 100px;
}

.bubble_RatingCriteria
{
	position:absolute;
	width:970px;
	height:465px;
	background-color: #f5fbff;
	padding: 5px;
	border: 1px solid #5a83a1;
	margin-top: 0px;
	margin-left: 0px;
}
.bubble_PlanNotListed
{
	position:absolute;
	width:600px;
	height:380px;
	background-color: #f5fbff;
	padding: 10px;
	border: 1px solid #5a83a1;
	margin-top: 0px;
	margin-left: 0px;
}
.insidetabsLong a:link, .insidetabsLong a:visited {
	background-image: url(../images/full-tab.gif);
	display: block;
	padding-top: 7px;
	font-weight: bold;
	color: #386e90;
	margin-right: 7px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

.insidetabsLong a:hover, .insidetabsLong a:active {
	background-image: url(../images/full-tab-hover.gif);
}
a.insidetabsLong_active:link, a.insidetabsLong_active:visited {
	background-image: url(../images/full-tab-hover.gif);
	display: block;
	padding-top: 7px;
	float: left;
	font-weight: bold;
	color: #386e90;
	margin-right: 7px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

.error-bg {
	color: Red;
}
