body {
	font-family: Arial, Verdana;
	background-color: #837F7F;
}

/*
==========================================================
PAGE CONFIG
==========================================================
*/
.page-config {
	display: none;
}

.page {
	position: relative;
	left: 50%;
	width: 40em;
	margin-left: -20em;
	background-color: #F7E3A1;
}

.header,.footer {
	
}

.header {
	height: 4em;
}

.ie .header {
	position: relative;
}

.footer {
	height: 2em;
	font-size: 80%;
	text-align: center;
	line-height: 2em;
}

.bottom-spacer {
	height: 10px;
}

.area-splash-help,.area-splash-faqs,.area-splash-media {
	float: right;
	width: 100px;
	height: 40px;
	position: relative;
	top: -28px;
}

.ie .area-splash-help,.ie .area-splash-faqs,.ie .area-splash-media {
	position: absolute !important;
	top: 0px;
	right: 0px;
}

.area-splash-help {
	background: url("../../images/area_splash_help.png") center no-repeat;
}

.area-splash-faqs {
	background: url("../../images/area_splash_faqs.png") center no-repeat;
}

.area-splash-media {
	background: url("../../images/area_splash_media.png") center no-repeat;
}

.content {
	padding: 1em 1em 1em 1em;
	min-height: 500px;
	background: url("/images/support/conmigo/conmigo_logo_background.png")
		center no-repeat SeaShell;
}

.logo {
	background: url("../../images/conmigolife-logo-162x32.png") center
		repeat-x;
	height: 32px;
	width: 162px;
}

.faq-a p,.topic-body p {
	margin: 0px 10px 10px 10px !important;
}

.faq-pair,.topic-pair {
	
}

.faq-q,.topic-subject {
	color: Chocolate;
	font-weight: bold;
	margin: 0px 0px 8px 0px !important;
	padding: 0px 0px 0px 0px !important;
	cursor: pointer;
}

.faq-a,.topic-body {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.service-interruption {
	color: FireBrick;
}

.news-date {
	display: block;
	clear: both;
	font-size: 80%;
	color: SteelBlue;
}

.note-ref {
	font-size: 80%;
	font-style: italic;
	color: SteelBlue;
}

.note-id {
	font-size: 85%;
	font-weight: bold;
	color: SteelBlue;
}

.note-text {
	font-size: 85%;
	font-style: italic;
	display: block;
	margin-bottom: 7px;
}

#gallery {
	width: 338px;
	position: relative;
	left: 50%;
	margin-left: -169px;
}

.screen-frag {
	margin-top: 1em;
	margin-bottom: 1em;
	opacity: .5;
}

.content-panel {
	
}

.conmigo-app-icon {
	height: 500px;
	width: 128px;
	float: left;
	background: url("/images/support/conmigo/media/conmigo-icon-media.png")
		center center no-repeat;
	margin: 0;
	padding: 0;
}

/*
==========================================================
SLIDE SHOW OVERRIDES
==========================================================
*/
.slideshow {
	height: 500px;
	margin: 0 auto;
	width: 320px;
	opacity: .7 !important;
}

.ie .slideshow {
	position: relative;
	right: 50px;
}

.slideshow-images {
	height: 320px;
	width: 480px;
	display: block;
	overflow: hidden;
	position: relative;
	background:
		url("/images/support/conmigo/media/slideshow-background.png") center
		no-repeat;
	padding-bottom: 25px;
}

.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
	height: 450px !important;
	width: 300px !important;
}

/*
.ie .slideshow-images img {
	top: 2px !important;
}
*/
.slideshow a img {
	border: 0;
}

.slideshow-thumbnails img {
	display: block;
	width: 100px;
	height: 150px;
}

.slideshow-thumbnails {
	top: 0;
	height: 500px;
	left: 330px;
	position: absolute;
	width: 110px !important;
}

.slideshow-thumbnails ul {
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}

.slideshow-thumbnails a:hover {
	background-color: Black !important;
	opacity: 1 !important;
}

.slideshow-thumbnails-active {
	background-color: Black;
	opacity: .75;
}

.slideshow-thumbnails-inactive {
	background-color: Black;
	opacity: .4;
}

.slideshow-captions {
	background: black url("/images/support/conmigo/media/miniicon.png") 17px
		center no-repeat;
	color: #FFF;
	font-family: Arial, Verdana;
	font-size: 80%;
	line-height: 24px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	bottom: 11px;
	text-indent: 42px;
	width: 310px;
	height: 28px;
	z-index: 10000;
}

.ie .slideshow-captions { /*bottom: 26px !important;*/
	background: black url("/images/support/conmigo/media/miniicon.png") 17px
		0px no-repeat !important;
}

.slideshow-captions-visible {
	height: 20px;
	opacity: 1 !important;
}

.ie .slideshow-captions-visible {
	height: 24px !important;
}

/*
==========================================================
TABS
==========================================================
*/
ul.nav,ul.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul.nav {
	margin-left: 10px;
	width: 100%;
	position: relative;
	bottom: -4px;
}

.ff ul.nav {
	bottom: -2px;
}

ul.nav li {
	float: left;
	margin-right: 5px;
	text-align: center
}

ul.nav a {
	float: left;
	width: 7em;
	padding: 5px 0;
	background: Chocolate;
	text-decoration: none;
	color: SeaShell;
}

ul.nav a:hover {
	background: #FFA826;
	color: #FFF;
}

ul.nav li.selected a,ul.nav li.selected a:hover {
	background: SeaShell;
	color: Chocolate;
}

ul.nav li.selected {
	border-bottom: 1px solid SeaShell;
}

/*
==========================================================
NEWS
==========================================================
*/
.news-screenshot {
	position: relative;
	left: 50%;
	margin-left: -160px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 320px;
	height: 480px;
	display: block;
	overflow: hidden;
	background:
		url('/images/support/conmigo/media/slideshow-background.png')
		top no-repeat;
}

.news-screenshot-img {
	display: block;
	width: 300px;
	height: 450px;
	position: relative;
	left: 10px;
}

.news-screenshot-desc {
	clear: left;
	color: white;
	font-size: 90%;
	width: 300px;
	padding-left: 40px;
	line-height: 30px;
	vertical-align: middle;
	background:
		url('/images/support/conmigo/media/miniicon.png')
		15px center no-repeat;
}
