/*
Company:	Med-IQ
File:		main.css - This contains all the main styles for the website.
Site: current directory
All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body, Table */
html, body {
	background-color: #7e99aa;
	 z-index:0;
}



table, tr, td {
	border:none;
	margin:0px;
}



/* @end */

/* @group Layout */
#wrap {

	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	z-index:-2;

}
/* Head */
#header {
	position:relative;
	width:100%;

}
#hd {
	padding-left:10px;
	padding-right:10px;
	width: 800px;
	overflow:hidden;

}
#hd-red {
	left: 0px;
	width: 800px;
	height: 56px;
	background-image:url(../images/topHeader.jpg);
}
#hd-title {
	left: 0px;
	width: 804px;
	height: 77px;
}
#hd-tagline {
	width: 800px;
	height: 70px;
	background-image:url(../images/tagline.jpg);
}





/* @group Modules */

/* Box Art */
.myPI #redBox{
	position:absolute;
	margin-right:20px;
	z-index:2;
}

.topRedLine {
	background-image:url(../images/border_redTop.gif);
	background-repeat:repeat-x;
	height:33px;
}
.bottomRedLine {
	background-image:url(../images/border_redBottom.gif);
	background-repeat:repeat-x;
	height:33px;
}
.sideRedBorder {
	border-left: 2px solid #9c94a3;
	border-right: 2px solid #9c94a3;
	margin-left:0px;
	margin-right:0px;
	padding-right:5px;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}


#altBox{
	position:relative;
	left:-20px;
	top:0px;
	margin-right:20px;
	z-index:2;
}

.topaltLine {
	background-image:url(../images/middle_grad.jpg);
	background-repeat:repeat-y;
	height:25px;
}
.bottomaltLine {
	background-image:url(../images/middle_grad.jpg);
	background-repeat:repeat-y;
	height:26px;
}
.sidealtBorder {
	margin-left:0px;
	margin-right:0px;
	padding-right:5px;
	background-image:url(../images/middle_grad.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}

.whiteBox{
clear:both;
}

.topWhite {
	background-color:#FFFFFF;
	height:16px;
}
.bottomWhite {
	background-color:#FFFFFF;
	height:16px;
	clear:both;
}

.whiteBack {
	padding-right:5px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	height: 70px;
}

.whiteFrame {
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	padding:20px;
	-webkit-border-radius: 15px; -moz-border-radius: 15px;
	}


/* My Performance Nav */
#stepArrow {
list-style-image:url(../images/stage_arrow.gif);
margin-top:-5px;
margin-left:10px;
	}

#noArrow {
list-style-type:circle;
	}


.abc{
	position:relative;
	height:23em;
	margin-bottom:10px;
	}
.arrow{
	position:relative;
	height:30em;
	float:left;
	width: 17;
	padding-top:10em;
	left:-1px;
	z-index:0;
	}

#statusText {
	margin-top:-5px;
	width: 315px;
	font-size:13px;
	padding-left:10px;
	position: absolute;
	}
#progBar {
	position:relative;
	float:right;
	padding-right:15px;
	z-index:5;
	}

.myPI {
	width: 230px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
	line-height: 125%;
}

.stageNav {
	position:relative;
	width: 230px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
	line-height: 150%;
	top:-15px;
	left:-15px;
	alpha(opacity=25);
}

.whatisPI {
	width: 230px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
	line-height: 120%;
}
.question {
position: relative; top: 2px;
}


	/*arrow spacing based on line amounts*/
.checkmark1line {
	margin-bottom: 0em;
	}
.checkmark1halfline {
	margin-bottom: .4em;
	}
.checkmark2line {
	margin-bottom: 1.2em;
	}
.checkmark3line {
	margin-bottom: 2.4em;
	}
.checkmark4line {
	margin-bottom: 3.75em;
	}
.checkmark7line {
	margin-bottom: 4.1em;
	}
.checkmark8line {
	margin-bottom: 6em;
	}
.checkmark9line {
	margin-bottom: 7.2em;
	}
.checkmark10line {
	margin-bottom: 7.9em;
	}
.checkmark11line {
	margin-bottom: 9.1em;
	}
.checkmark11halfline {
	margin-bottom: 10em;
	}
.checkmark12line {
	margin-bottom: 10.5em;
	}

.stageTop{
	width: 200px;
	text-align:center;

}
.stageRight{
	width: 22px;
	float: right;
	text-align:right;
}

.stageLeft{
	width: 220px;
	float: left;
}


.myPI ul {
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 0px;
	padding-bottom:0px;
	margin-left:18px;
}
.myPI ul li.inactive {
	margin-bottom: 15px;
	color:#999999;
}
.myPI ul li.active {
	margin-bottom: 15px;
	color:#000000;
}


.myPI ul li a.incomplete {
	color: #1e3d5d;
	text-decoration: none;
}

.myPI ul li a.complete {
	color: #00733d;
	text-decoration: none;
}

.myPI ul li a:hover.complete {
	text-decoration: underline;
}

.myPI ul li a:hover.incomplete{
	text-decoration: underline;
}

.myPI ul li a.sub {
	font-weight: 100;
}

.stageBottom{
	width: 200px;
	border-top: solid 1px #666;
	text-align:center;
	padding-top: 5px;
	margin-top:15px;
	margin-bottom:0px;
}
.credit{
	position:relative;
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
}

.nocredit{
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	color:#999999;
}

.nocredit h3 {
	font-size: 133%;
}

/* end My Performance Nav */



/* Login */
.loginWrap {
	position:absolute;
	top:35px;
	left:602px;
	width: 208px;
	height:20em;
	z-index:2;

}
.loginWrap p {
	font-size: 11px;
	line-height:12px;
	margin-bottom:6px;
}
.loginWrap a:link, a:visited {
	color: #183C7B;
	text-decoration: none;
	font-weight:bold;
}
.loginWrap a:hover {
	text-decoration: underline;
}
.loginWrap input.text {
	width:56%;
	height:17px;
	font-size:11px;
	font-weight:100;
	right: 0px;
}
.loginWrap input.password {
	width:75px;
	right: 0px;
	margin-left:3px;
}


.loginWrap label.password {
font-size:13px;
}

.loginWrap input.submit {

	font-weight:bold;
}
.loginWrap label {
	display:block;
	clear:left;
	font-weight:bold;
	color:#4680AC;
	margin-bottom: 0px;
}
.loginWrap label.first {
	margin-bottom:-13px;
	font-size:13px;
}
.loginWrap fieldset {
	margin-bottom:5px;
}
/* Large */
.largeLogin {
	position:relative;
	top: -7px;

}
.topframe1 {
	position:relative;
	height: 13px;
	background-repeat:no-repeat;
	border: 0px;
	padding:0px;
	margin-bottom: 0px;
}
.center1 {
	position:relative;
	background-image:url(../images/log2_bkg.jpg);
	background-repeat:repeat-x;
	height:auto;
	border-left:#6d7c8f solid 2px;
	border-top: 0;
	margin-top: -1px;
	padding-left:10px;
	z-index:1;
}
.bottomframe1 {
	position:relative;
	width:208px;
	height:14px;
	background-image:url(../images/logLarge_bottom.png);
	background-repeat:no-repeat;
	z-index:0;
}
/* end Large */

/* Small */
.smallLogin {
	position:relative;
	top:45px;
}
.center2 {
	position:relative;
	background-image:url(../images/log1_bkg.jpg);
	background-repeat:repeat-x;
	height:53px;
	border-left:#6d7c8f solid 2px;
	border-top: 0;
	margin-top: 0px;
	padding-left:10px;
}
/* end Small */
/* end Login */


/* Main Menu*/
.mainMenu {
	position: absolute;
	top: 150px;
	left: 50px;
	width:480px;
	height:36px;
}
.mainMenu #contentMain {
	text-align:center;
	background-image:url(../images/nav-bkg.gif);
	background-repeat:repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	height:36px;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
	padding-top:6px;
}
.mainMenu ul li {
	display: inline;
		width: 100%;

}
.mainMenu ul li a {
	padding: 0 7px;
	border-left: 1px solid #35506f;
	color:#1e3d5d;
	text-decoration:none;
	line-height: 90%;
	font-weight:bold;
	font-size:13px;

}

.mainMenu ul li a:link, .mainMenu ul li a:visited {
	color: #1e3d5d;
	text-decoration: none;
}
.mainMenu ul li a:hover {
	color:#982013;
}
/* End Main Menu*/




/* Main Content Area */

#bd {
	position:inherit;
	margin-top:0px;
	margin-bottom:50px;

}
div#content {
	padding-left: 45px;
	padding-right: 45px;

}


body#index div.sidebar {
	width: 225px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
}
body#index div.main {
	width: 529px;
	margin-right: 30px;
	float: right;
}


#topText {
	position:relative;
	left: -10px;
	float: right;
	padding: 0px;
	padding-top:25px;
	z-index: 0;
	width:480px;
	}

.container {
	clear:both;
	}

.container .leftComp {

	width: 670px;
	margin-right:0px;
	}

.container .rightComp {
	position:relative;
	float:right;
	margin-right:10px;
	margin-top:20px;
	padding-right:30px;
		margin-bottom:10px;
	}


/* Footer */
div#ft {

	text-align: center;
	line-height: 38px;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	width: 800px;
	margin-left: 10px;
}
div#ft ul {
	margin: 0;
	padding: 0;
}
div#ft ul li {
	display: inline;
}
div#ft ul li a {
	padding: 0 10px;
	border-left: 1px solid #35506f;
	font-size: 85%;
}
div#ft ul li a.firstChild {
	border-left: none;
}
div#ft ul li a:link, div#ft ul li a:visited {
	color: #1e3d5d;
	text-decoration: none;
}
div#ft ul li a:hover {
	text-decoration: underline;
}
/* @end */


/* Program Buttons */
.button a {

	display:block;
	width:146px;
	height:31px;
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
}
.button a:hover {
	background-repeat:no-repeat;
	background-position: right top;
	text-decoration:none;
}

.launch a {
	background-image:url(../images/buttons/button_launch.png);
}
.complete a {
	background-image:url(../images/buttons/button_complete.png);
}
.enroll a {
	background-image:url(../images/buttons/button_enroll.png);
}
.register a {
	background-image:url(../images/buttons/button_register.png);
}
.continue a {
	background-image:url(../images/buttons/button_continue.png);
}
.getCredit a {
	background-image:url(../images/buttons/button_getcredit.png);
}
.close a {
	background-image:url(../images/buttons/button_close.png);
}
.save a {
	background-image:url(../images/buttons/button_saveForm.png);
}
.addForm a {
	background-image:url(../images/buttons/button_addForm.png);
	width:121px;
	margin-top:5px;

}

/*stage Buttons*/

.buttonStage a {
	display:block;
	width:23px;
	height:21px;
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	float:left;
}
.buttonStage a:hover {
	background-repeat:no-repeat;
	background-position: right top;
	text-decoration:none;
}

.buttonA a {
	background-image:url(../images/buttons/button_stageA.gif);
}
.buttonB a {
	background-image:url(../images/buttons/button_stageB.gif);
}
.buttonC a {
	background-image:url(../images/buttons/button_stageC.gif);
}

.hidden {visibility:hidden;}



/* @group Default Headings */
h1 {
	color:#43324B;
	font-size: 175%;
	font-weight:200;
	margin-top:0px;
	margin-bottom:10px;
}
h2 {
	margin-top:0px;
	margin-bottom:15px;
	color:#000;
	font-size: 140%;
	font-weight:bold;
}

.grayh2 {
	margin-top:0px;
	margin-bottom:15px;
	color:#999999;
	font-size: 140%;
	font-weight:bold;
}

h3 {
	margin-top:0px;
	margin-bottom:0px;
	color:#43324B;
	font-size: 119%;
	font-weight:bold;
}

h4 {
	color:#43324B;
	font-size:110%;
	margin-bottom: 10px;
	}

/* @group Common Text Styles */
div.main p, div.main ul, div.main ol, div.main dl {
	font-size: 93%;
	color: #000;
	line-height: 140%;
}



/* @end */

/* @group Default Lists */
ul.blue-list {
	margin-left: 0;
}
ul.blue-list li {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
}
ul.blue-list li a:link, ul.blue-list li a:visited {
	color: #1e3d5d;
	font-weight: bold;
}
/* @end */





/* @group Forms */


/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #183C7B;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

ul li a.firstChild {
	border-left: none;
}
/* @end */

/* @group Misc */
.complete {
	color: #00733d;
	font-weight:bold;
	}
.incomplete {
	color: #FF0000;
	font-weight:bold;
	}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* @end */

/* @group error message */
h4.error {
	color:#ff0000;
	font-size:110%;
	margin-bottom: 10px;
	}
/* @end error message */

/* @group profile/registration */
/* Create Med IQ Profile Form */
.pad {padding-left:65px;}
.required {
	color: #0f334b;
	font-weight: bold;
	margin:0;
	padding:0;

}
form fieldset h4 {
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	background-color: #0f334b;
	margin:0;
	padding: 3px 20px;
	margin-bottom:12px;
	width:660px;
}
form fieldset {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
div.row {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}
div.row label {
	float: left;
	color: #000;
	padding: 2px 0 0 0;
	width: 150px;
	display: inline;
}
div.row input, div.row textarea {
	font-size: 100%;
	font-family: Arial, sans-serif;
}
form div.row .txt {
	width: 190px;
	border: 1px solid #ccc;
	padding: 2px;
}
form div.row .txt-wide {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
}
form div.row .txt-short {
	width: 60px;
	border: 1px solid #ccc;
	padding: 2px;
}
form div.row label.inline-label {
	width: auto;
	margin-right: 10px;
	float: left;
	display: inline;
}
form div.row label.inline-label input.radio {
	margin-right: 2px;
}
/* @end profile/registration */

/* @group modal window */
#modal_window {
	position: fixed;
	width: 820px;
	margin-left: -430px;
	top: 4%;
	left: 50%;
	display: none;
	overflow: hidden;
}
div.modal_overlay {
	background-color: #666;
	/*opacity:0.7;
	filter: alpha(opacity = 70);*/
}
#modal_window .outer-dialog {
	background-color: #6e2a3e;
	* zoom: 1;
}
#modal_window .header {
	color: #fff;
	font-weight: bold;
	font-size:14px;
	padding: 2px 5px 2px 5px;
}
#modal_window .inner-dialog {
	height: 491px;
	margin: 2px;
	padding: 20px 15px 15px 15px;
	overflow: auto;
	background-color: #e9e9ed;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
*html #modal_window {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* @end modal window */


/* @group definition modal window */
.jqm_definition_modal {
	display: none;
	position: relative;
	width: 320px;
	background:#fff;
	border: 1px solid #43324b;
	padding: 0;
	z-index:10;
	
}
.jqm_definition_modal_title {
	margin: 0 5px 0 5px;
}
.jqm_definition_modal_title h1 {
	margin: 7px 0;
	padding: 5px 0 5px 15px;
	width: 300px;
	height:18px;
	font-size:14px;
	color:#fff;
	background-color:#43324b;
	font-weight:bold
}

.jqm_definition_modal .jqmClose {
	position: absolute;
	cursor: pointer;
	right: 8px;
	top: 12px;
	color:#FFF;
	padding: 1px;
	width: 14px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.jqm_definition_modal_content {
	border-top:1px;
	color:#000;
	font:12px;
	padding:0 20px 5px;
}
/* @end definition modal window */