/*business theme images and colors*/

a {
	color: #313436;
}

body {
	background: #55595c url('../i/top-bg.jpg') repeat-x;
}

h1 {
	color: #e3b237;
}

h2 {
	color: #0f243f;
}

h3 {
	color: #0f243f;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	color: #333;
}

.registerBtn {
	background: url('/App_Themes/achieva-business/i/btn_register_sm.png');
}

.registerBtn:hover {
	background: url('/App_Themes/achieva-business/i/btn_register_over.png');
}

.backBtn {
	background: url('/App_Themes/achieva-business/i/btn_back_sm.png');
}

.backBtn:hover {
	background: url('/App_Themes/achieva-business/i/btn_back_over.png');
}

.header {
	background: #757575 url('../i/header-bg.jpg') no-repeat;
}

.functionalNav a {
	color: #313436;
	border-left: 1px solid #1d3355;
}

.message p {
	color: #1b304f !important;
}

.message ul {
	background: white url('../i/member-notice.jpg') no-repeat 0 4px !important;
}

.message li{
	background: transparent url('../i/message-bg.jpg') no-repeat 102px 0 !important;
	color: #1b304f;
}

.message li a {
	color: #5c718e;
}

.contentBackground {
	background: transparent url('../i/home-bg.jpg') no-repeat;
}

.wrapper {
	background: transparent url('../i/wrapper-bg.jpg') repeat-y 1px 0;
}

.subContainer {
	/*background: transparent url('../i/sub-bg.jpg') no-repeat;*/
}

.subContainerBottom {
	background: #55595c url('../i/sub-bg-bottom.jpg') no-repeat;
}

.loginBg {
	background: url('../i/login-bg.png') no-repeat;
}

.loginForm .submit{
	background: url('../i/btn_submit_sm.png') no-repeat;
}

.loginForm .submit:hover{
	background: url('../i/btn_submit_over.png') no-repeat;
}

.search {
	background: url('../i/search-bg.png') no-repeat;
}

.secondaryNav {
	background: url('../i/header_I_want_to.png') no-repeat;
}

.secondaryNav a {
	background: url('../i/rule_sidebar.jpg') no-repeat bottom left;
}

.sidebarGreen {
	background: url('../i/sidebar-green.jpg') no-repeat top left;
}

.sidebarGreen ul li {
	background: url('../i/white-dot-on-green.png') no-repeat 0 5px;	
}

.sidebarGreen div {
	background: url('../i/sidebar-green-bottom.jpg') no-repeat bottom left;	
}

.sidebarBlue {
	background: url('../i/sidebar-blue.jpg') no-repeat top left;
}

.sidebarBlue ul li {
	background: url('../i/white-dot-on-blue.png') no-repeat 0 5px;
}

.sidebarBlue div {
	background: url('../i/sidebar-blue-bottom.jpg') no-repeat bottom left;	
}

.footer {
	background: #55595c url('../i/footer-logos.png') 744px 5px no-repeat;
	color:#fff;
}

.footerNav a {
	border-left:1px solid #959595;
	color:#fff;
}

/*carousel control */

.carouselContainer {
	background: transparent url('../i/carousel-bg.jpg') no-repeat center center;
}

.carousel ul li div.innerTile {
	background: url('../i/carousel-item-bg.png') 2px 2px no-repeat;
}

.carouselContainer .prev {
	background: url('../i/carousel_prev.jpg') no-repeat;
}

.carouselContainer .next {
	background: url('../i/carousel_next.jpg') no-repeat;	
}

/*search box*/

.sf_searchSubmit {
	background: transparent url('../i/btn_search.jpg') no-repeat 8px 1px;
}
.sf_searchSubmit:hover {
	background: transparent url('../i/btn_search_over.jpg') no-repeat 8px 1px;
}
