/* manageIT eCommerce CSS Document */

/* HTML */

	body {
	background-color : #C0DAD7;
	line-height : 12px;
	color : #666666;
	font-size : 10px;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	
}

	TABLE {
	font-size : 10px;
}
	TD {
	font-size : 10px;
	line-height : 13px;
}

	p {
	font-size : 10px;
	line-height : 15px;
	color:#000000;
}

	H1 {
	vertical-align:top;
	font-size:24px; 
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color : #57135C;
	padding-right:40px;
	padding-bottom:10px;
}

.header {
	vertical-align:top;
	font-size:24px; 
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color : #57135C;
	padding-right:40px;
	padding-bottom:10px;
}

	H2 {
	margin : 0;
	padding : 0;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	line-height : 15px;
	font-weight : bold;
	color : #006a60;

}
	H3 {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	font-weight : bold;
	color : #0000ff;

}


	.planprice {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 18px;
	line-height : 22px;
	font-weight : bolder;
	color : #0000ff;
	vertical-align: top;
}

	.nomargin {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;

}

li {
	list-style-image: url(../i/bullet_arrow.gif);
	line-height : 16px;
	padding: 0px;
	color:#57135C;

}



	.box {
	font : 10px verdana, arial, sans-serif;
	color : #333333;
	background-color : #ffffff;
	padding-top : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-left : 1px;

}

	.formFieldDefault {
	font : 10px verdana, arial, sans-serif;
	color : #333333;
	background-color : #ffffff;

}

	.drop {
	font : 10px verdana, arial, sans-serif;
	color : #333333;
	background-color : #ffffff;
	padding-top : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-left : 1px;

}

.buttonDefault {	
	padding-right : 4px;
	padding-left : 4px;
	font-size : 11px;
	font-weight : normal;
	font-family : trebuchet MS, verdana, arial, Tahoma, times;
	background-color : #57135C;
	color : #FFFFFF;
	cursor: hand;
}

.buttonRed {
	padding-right : 4px;
	padding-left : 4px;
	font-size : 11px;
	font-weight : normal;
	font-family : trebuchet MS, verdana, arial, Tahoma, times;
	background-color : #FF0000;
	color : #FFFFFF;
	cursor: hand;

}

	.buttonWhite {
	height : 20px;
	padding-right : 8px;
	padding-left : 8px;
	padding-top : 3px;
	border-top : 0;
	border-left: 0;
	border-bottom : 1px solid #CC3300;
	border-right : 1px solid #CC3300;
	font-size : 10px;
	font-weight : bold;
	font-family : verdana, arial, Tahoma, times;
	background-color : #FFFFFF;
	color : #CC6600;
	cursor: hand;	

}


	.buttonGreySmall {
	height : 15px;
	padding-right : 4px;
	padding-left : 4px;
	font-size : 9px;
	font-weight : normal;
	font-family : verdana, arial, Tahoma, times;
	background-color : #CCCCCC;
	color : #333333;
	cursor: hand;	

}


/* LINKS */

	a {
	color : #006a60;
	text-decoration : underline;

}
	a:link {
	color : #006a60;
	text-decoration : underline;

}
	a:visited {
	color : #006a60;
	text-decoration : underline;

}
	a:hover {
	color : #57135C;
	text-decoration : underline;

}
	a:active {
	color : #57135C;
	text-decoration : none;

}
	a.second:link {
	color : #666666;
	text-decoration : none;

}
	a.second:visited {
	color : #666666;
	text-decoration : none;

}
	a.second:active {
	color : #666666;
	text-decoration : none;

}
	a.second:hover {
	color : #666666;
	text-decoration : underline;
}

	a.third:link {
	color : #ffffff;
	text-decoration : none;

}
	a.third:visited {
	color : #ffffff;
	text-decoration : none;

}
	a.third:active {
	color : #ffffff;
	text-decoration : none;

}
	a.third:hover {
	color : #ffffff;
	text-decoration : underline;
}
	
	
/* NAV LINKS*/
	
	a.subnav:link {
	background:url(../i/bullet_3.gif) no-repeat left;
	line-height : 18px;
	color: #006a60;
	font-size:10px;
	font-weight : normal;
	text-decoration : underline;
	padding-left:14px;

}
	a.subnav:visited {
	background:url(../i/bullet_3.gif) no-repeat left;
	color : #006a60;
	font-size:10px;
	line-height : 18px;
	font-weight : normal;
	text-decoration : underline;
	padding-left:14px;
}
	a.subnav:active {
	background:url(../i/bullet_3.gif) no-repeat left;
	color : #006a60;
	font-size:10px;
	line-height : 18px;
	font-weight : normal;
	text-decoration : underline;
	padding-left:14px;
}
	a.subnav:hover {
	background:url(../i/bullet_3.gif) no-repeat left;
	color : #57135C;
	font-size:10px;
	line-height : 18px;
	font-weight : normal;
	text-decoration : underline;
	padding-left:14px;

}

/* FOOTER */

.footer {
	color : #006a60;
	font-size:9px;
	font-weight : normal;
	text-decoration : none;
}

	a.footer:link {
	color : #006a60;
	font-size:9px;
	font-weight : normal;
	text-decoration : none;

}
	a.footer:visited {
	color : #006a60;
	font-size:9px;
	font-weight : normal;
	text-decoration : none;
}
	a.footer:active {
	color : #006a60;
	font-size:9px;
	font-weight : normal;
	text-decoration : underline;
}
	a.footer:hover {
	color : #006a60;
	font-size:9px;
	font-weight : normal;
	text-decoration : underline;
}

	a.subfooter:link {
	color : #666666;
}
	a.subfooter:visited {
	color : #666666;
}
	a.subfooter:active {
	color : #666666;
}
	a.subfooter:hover {
	color : #666666;
	text-decoration : underline;
}

	a.leftnav:link {
	font-family:verdana;
	font-size:9px;
	color:#006a60;
	text-decoration:none;
}
	a.leftnav:visited {
	font-family:verdana;
	font-size:9px;
	color:#006a60;
	text-decoration:none;
}
	a.leftnav:active {
	font-family:verdana;
	font-size:9px;
	color:#006a60;
	text-decoration:underline;
}
	a.leftnav:hover {
	font-family:verdana;
	font-size:9px;
	color:#006a60;
	text-decoration:none;
}

/* CUSTOM */

.line {
	margin : 0;
	margin-bottom : 12px;
	margin-top : 6px;
	padding : 0;
	font-size : 1px;
	height : 1px;
	display : block;
	border : 0 none inherit;
	border-bottom : 1px solid #eaeaea;
}

.crumbline {
	margin : 0;
	margin-bottom : 12px;
	margin-top : 6px;
	padding : 0;
	font-size : 1px;
	height : 1px;
	display : block;
	border : 0 none inherit;
	border-bottom : 1px dotted #eaeaea;
}
	.onebg {
	background-image:url(../i/bg_header_purple.jpg);
	background-repeat: repeat;
	padding:6px;
	font-size:10px;
	font-weight:bold;
	color : #FFFFFF;
	
	}
	.twobg {
	background-image:url(../i/bg_header_teal.jpg);
	background-repeat: repeat;
	padding:6px;
	font-size:10px;
	font-weight:bold;
	color : #FFFFFF;
	
	}

	.solidbg {
	background-color : #999999;
	border : 0;
	color : #FFFFFF
	
	}

	.solidtwobg {
	background-color : #0000ff;
	border : 0;
	color : #FFFFFF
	
	}

	.borderfull {
	border : 1px solid #cccccc;
	padding:6px;
	font-size:9px;
	
	}
		.second {
	color : #006a60;
	
	}
.whitetext {
	color: #FFFFFF;
	}
	
.bg-no-repeat {
	background-repeat: no-repeat;
	}

.breadcrumb {
	text-decoration:none;
	
	}
	
a.breadrumb:hover {
	text-decoration : none;
	}

	
ul {
	margin: 4px 2px 12px 10px;
	padding: 4px 2px 12px 10px;
	}

.inline {
	/*border-left: 1px solid #eeeeee;#006A60;*/
	/*border-right: 1px solid #eeeeee;#006A60;*/
	/*border-bottom: 1px solid #eeeeee;#006A60;*/
	margin:0px;
	}

.inlineHeading {
	background-image:url(../i/bg_inline_heading.jpg);
	color:#FFFFFF;
	padding: 6px;
	font-size:11px;
	font-weight: bold;
	
	}
	
.inlineHeading2 {
	background-image:url(../i/bg_inline_heading2.jpg);
	color:#006a60;
	padding: 6px;
	font-size:11px;
	font-weight: bold;
	border-top: 1px solid #eeeeee;/*#006A60;*/
	
	}
	
.inlineHeading3 {
	background-image:url(../i/bg_inline_heading3.jpg);
	color:#ffffff;
	padding: 6px;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	border-top: 1px solid #eeeeee;/*#006A60;*/
	
	}		
	
.inlineCol1 {
	padding:0px;
	padding-top:8px;

	}
	
.inlineCol2 {
	background-color: #D9E9E7;
	color: #006A60;
	padding: 8px;
	}
	
.inlineCol3 {
	background-color: #C0DAD7;
	color: #006A60;
	padding: 8px;
	}
	
.inlineCol4 {
	padding:0px;

	}	
	
#inlineList ul,li {
	list-style-image: url(../i/bullet_arrow.gif);
	line-height : 18px;
	color: #57135C;
	}
	
#inlineList a {
	color: #57135C;
	font-weight: bold

	}
		
/*.inlineSubMenu {
	background-color: #D9E9E7;
	color: #006A60;
	border-left: 1px solid #C0DAD7;
	border-right: 1px solid #C0DAD7;
	border-bottom: 1px solid #C0DAD7;
	}
	
.inlineSubMenu2 {
	background-color: #ffffff;
	color: #006A60;
	border-left: 1px solid #784D7C;
	border-right: 1px solid #784D7C;
	border-bottom: 1px solid #784D7C;
	}*/

.SubMenu3 {
	background-color: #ffffff;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:6px;
	}

/*#SubMenuList ul,li {
	list-style-image: url(../i/bullet_3.gif);
	line-height : 18px;
	color: #57135C;*/
	}