body {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
	min-width:800px;
	background: RGB(226, 226, 226) url('../images/bg.jpg') repeat-x;
	text-align: center;
}

div {
	font-size: normal;
}

span.pointer {
	cursor: pointer;
}
	
td {
	color: RGB(81, 80, 83);
	font-size: 13px;
	vertical-align: top;
}

td.label {
	text-align: right;
	padding-right: 5px;
}

.labelwidth {
	width: 180px;
}

select.lists {
	width: 330px;
}

select.sitelists {
	width: 360px;
}

select.longlists {
	width: 470px;
}

select.smallerdd
{
	font-size: 11px; 
	width: 100px; 
}

.clear {
clear: both;
}

/*
 *	This rule uses the Html Star Hack so only IE applies it.
 */
/**html input {
	overflow: visible;
}*/ 
/* Disabling this hack, because IE10's Quirks mode won't even render the input field with it. */

input.button {
	width: 100%;
	text-align: center;
}

.trimbutton {
    padding: 0 .25em;
    width: 0; /* for IE only */
    overflow: visible;
}

.trimbutton[class] { /* IE ignores [class] */
    width: auto;
}


div.buttonright {
	float: right;
	text-align: right;
}

.hr_line {
	display: block;
	background: url("../images/hr_line.jpg");
	height: 16px;
	width: 100%;
}

.smallertextbox
{
	width: 200px;
	height: 19px;
	font-size: 11px;
}

.rightindent {
	margin-right: 10px;
}

.largeboldblue {
	color: RGB(80, 133, 181);
	font-size: 14px;
	font-weight: bold;
}

.mediumtext {
	color: RGB(81, 80, 83);
	font-size: 13px;
	font-weight: normal;
}

.smalltext {
	color: RGB(81, 80, 83);
	font-size: 12px;
	font-weight: normal;
}

.smallbold {
	color: RGB(81, 80, 83);
	font-size: 12px;
	font-weight: bold;
}

.smallertext {
	color: RGB(81, 80, 83);
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 2px;
}

.smallerbold {
	color: RGB(81, 80, 83);
	font-size: 11px;
	font-weight: bold;
}

:-moz-any-link:focus {
  outline: none;
}

a {
	outline: none;
	color: RGB(80, 133, 181);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: RGB(80, 133, 181);
	text-decoration: underline;
}

a:link, a:visited {
	color: RGB(80, 133, 181);
}

span a {
	/* 	This fixes an issue where the link was not clickable.
		Only the underline was a clickable link. Created a linkable 
		block with the span tag.
	*/
}

.forgotPW {
	padding-top:5px;
}

.forgotPW a {
	outline: none;
	color: RGB(0, 0, 0);
	font-weight: bold;
	text-decoration: underline;
}

.forgotPW a:hover {
	color: RGB(0, 0, 0);
	text-decoration: none;
}

.forgotPW a:link, .forgotPW a:visited {
	color: RGB(0, 0, 0);
}

.loginmessage {
	padding-top:5px;
	color: #DE0002;
}

input.textbox {
    width: 200px;
    border: 1px solid #000;
}

select.selectbox {
    width: 200px;
    border: 1px solid #000;
}

input.longtextbox {
	width: 270px;
	border: 1px solid #000;
}

iframe.control
{
	visibility: visible; 
	position: absolute; 
	left: 0;
	top: 0; 
	width: 0%; 
	height: 100%;
	filter:
	progid:DXImageTransform.Microsoft.Alpha(opacity=0) 
	progid:DXImageTransform.Microsoft.RevealTrans(transition = 3); 
}

/********************************************
 *											*
 *		Default Menu List Behavior			*
 *											*
 ********************************************/
ul {
	position: relative;
	display: block;
	margin: 10px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	position: relative;
	display: block;
	height: 16px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;	
}

li a:link, li a:visited {
	color: RGB(82, 82, 82);
}
		
li a:hover {
	color: RGB(183, 18, 52);
	text-decoration: none;
}

/********************************************
 *											*
 *	User Dropdown Box Layout & Appearance	*
 *											*
 ********************************************/
#usersetting {
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 190px;
	width: 200px;
	*float: left;			/* applies to IE7 and IE6 */
	text-align: left;
	z-index: 502;
}

#usersetting select {
	color: RGB(82, 82, 82);
	font-size: 16px;
	font-weight: bold;
	width: 170px;
	z-index: 502;
}

/********************************************
 *											*
 *		Login Layout & Appearance			*
 *											*
 ********************************************/
#login_main {
	position: relative;
	display: block;
	width: 681px;
	height: 450px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

p.logincaption {
    text-align: right;
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
	margin: 0;
	padding-right: 20px;
	color: RGB(148, 148, 148);
}

#login {
	clear: both;
	position: relative;
	display: block;
	background: #fff url('../images/login.jpg');
	width: 688px;
	height: 370px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.login_content {
	position: relative;
	display: block;
	font-weight: bold;
	top: 105px; /* Changes for 948528, By Romit */
	margin-left: auto;
	margin-right: auto;
	width: 285px;
	height: 150px;
	text-align: left;
}

input.loginput {
	width: 285px;
	height: 25px;
	font-size: 14px;
	border: solid 1px #000;
	margin-bottom: 8px;
}

.footer_content {
	position: relative;
	display: block;
	color: #595959;
	text-align: left;
	top: 5px;
	width: 100%;
}

.footercolumn1 {
	position: relative;
	display: inline;
	float: left;
	font-weight: bold; 
	margin-left: 20px;
}

.footercolumn2 {
	position: relative;
	display: inline;
	float: right;
	margin-right: 20px;
	text-align: right;
}

.versionsmalltext {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#content {
	position: relative;
	top: -24px;
	display: block;
	background: #fff url('../images/content_bg.jpg');
	width: 740px;
	height: 425px;
	*height: 449px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	z-index: 501;
}

#featurepane {
	position: relative;
	display: block;
	left: 170px;
	left: expression(74); 		/* IE specific css */
	width: 508px;
	*width: 548px;				/* applies to IE7 and IE6 */
	height: 100%;
	text-align:left;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	z-index: 499;
} 

#panelcontainer {
	position: absolute;
	width: 8000px;
}

.panel {
	width: 508px;
	float: left;
	height: 100%;
	text-align: left;
	font-size: 14px;	
	margin-right: 20px;
}

img.partnerimg {
	/*position: relative;*/
	position:absolute;
	/*left: 270px;*/
	right: 50px; /* Changes for 948528, By Romit */
	/*bottom: -25px;*/
	top:20px;
}


span.partnerspan {
    display: block;	
    height: 50px;
}

/********************************************
 *											*
 *		Left Menu Layout & Navigation		*
 *											*
 ********************************************/
.navigation {
	position: absolute;
	display: block;
	width: 225px;
	top: 24px;
	left: -55;
	z-index: 500;
}

.navigation ul {
	position: relative;
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}

.navigation li a {
	position: relative;
	display: block;
	background: url("../images/nav_bars.jpg") 100% 0 no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	height: 18px;  		/*Set to height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	padding: 5px 5px 5px 0;
	line-height: 18px; /*Set line-height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	text-decoration: none;
}

/*Changes for #674162, By Romit*/
.navigation #main_advanced  a{
	padding: 6px 5px 6px 0;
}


.navigation li a:link, .navigation li a:visited {
	color: RGB(82, 82, 82);
}
		
.navigation li a:hover {
	color: RGB(183, 18, 52);
	text-decoration: none;
	background-position: 100% -56px;
}
		
.navigation li.blue a {
	color: RGB(82, 82, 82);
	background-position: 100% -28px;
}

.navigation li.blue a:link, .navigation li.blue a:visited {
	color: RGB(82, 82, 82);
}		

.navigation li.blue a:hover {
	color: RGB(183, 18, 52);
	text-decoration: none;
	background-position: 100% -56px;
}

.navigation li.current a:link, .navigation li.current a:visited, .navigation li.current a:hover {
	width: 221px;
	*width: 226px;
	color: RGB(183, 18, 52);
	background-position: 100% -84px;
}

/********************************************
 *											*
 *		Layout to Header Menu Section		*
 *											*
 ********************************************/
#header {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 12px;
	width: 740px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	z-index: 502;
}

#blind {
	position:absolute;
	left: 11px;
	top: 78px;
	width: 100%;
	text-align: left;
	z-index: 503;
}

.pullblinds {
	position: relative;
	display: none;
	height: 0;
	border: 1px solid RGB(82, 82, 82);
	background: rgb(255,255,255);
	overflow: hidden;
}

.headermenu {
	position: relative;
	display: block;
	float: right;
	color: #fff;
	height: 22px;
}

.headermenu ul {
	position: relative;
	display: block;
	margin: 0 35px 0 0;
	padding: 0;
	list-style: none;
}

.headermenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.headermenu li a {
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: url("../images/menu_tab_right.jpg") no-repeat scroll right 0;
	margin: 0 1px 0 0; 
	padding: 3px 5px 5px 0;
	text-decoration: none;
}

.headermenu li span {
	background: url("../images/menu_tab_left.jpg") no-repeat left 0;
	padding: 1px 0 5px 5px;
	line-height: 10px; /*Set line-height of bg image - padding within link (ie: 11px - 3px - 5px)*/
}

.headermenu li a:link, .headermenu li a:visited {
	color: #fff;
}
		
.headermenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/********************************************
 *											*
 *		Layout to Footer Menu Section		*
 *											*
 ********************************************/
#footer {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 13px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.footermenu {
	position: absolute;
	display: block;
	color: #fff;
	top: 10px;
	left: 0;
	width: 738px;
}

.footermenu ul {
	margin: 0;
	padding-right: 20px;
	float: right;
	text-align: right;
	list-style: none;
}

.footermenu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
}

.footermenu li a {
	display: inline;
	padding-left: 5px;
	padding-right: 0;
	font-weight: bold;
	border-left: 1px solid white;
	text-decoration: none;
}

.footermenu li.vertical {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #fff; /*RGB(199,199,199);*/
	text-align: right;
}

.footermenu li.first a {
	border-left: 0;
}

.footermenu li a:link, .footermenu li a:visited {
	color: #fff;
}
		
.footermenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/****************************************************
 *													*
 *		Layout to Each Feature Panel Section		*
 *													*
 ****************************************************/
.sectionheader {
	float: right;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
	width: 67%;
	color: RGB(208, 208, 208);
}

.featurehead {
	clear: both;
	display: block;
	position: relative;
	padding-top: 10px;
	font-size: 20px;
	color: RGB(82, 82, 82);
}

.featuredescription {
	font-size: 12px;
	color: RGB(81, 80, 83);
}

.featureform {
	width: 100%;
	font-size: 12px;
	color: RGB(81, 80, 83);
	padding-top: 5px;
	padding-left: 20px;
}

/* Special exception rule for Japanese */ 
.featureformtight {
    width: 100%;
    font-size: 12px;
    color: RGB(81, 80, 83);
    padding-top: 5px;
    padding-left: 10px;
}

.formtable {
	padding-left: 0;
}

.bottom {
	clear: both;
	top: 305px;
	position: relative;
	width: 100%;
}

td.stackclose {
	padding-top: 0;
	padding-bottom: 0;
}

/********************************************
 *											*
 *		Popup Dialog Layout & Appearance	*
 *											*
 ********************************************/
div.grey-overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

div.dialog {
	position: absolute;
	display: none;
	background: #fff url("../images/dialog_bg.jpg") repeat-x;
	width: 100%;
	z-index:1002;
}

.dialogslice {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	background: url("../images/dialog_header_bg.jpg") repeat-x;
}

.dialogchrome {
	position: absolute;
	display: block;
	width: 266px;
	top: 0;
	right: 0;
	background: #f45c00 url("../images/dialog_header.jpg") no-repeat;
	height: 38px;
}

#dialogcaption {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 86%;
	margin-left: 10px;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: white;
	z-index:1003;
}

.dialogclose {
	position: absolute;
	top: 5px;
	right: 10px;
	margin-top: 3px;
	float: right;
	border: 0;
	z-index:1003;
}

#dialogcontent {
	color: black;
	font-size: 14px;
	text-align: left;
	margin: 10px;
}

#multicontent {
	width: 100%;
	display: none;
}

/********************************************
 *											*
 *		Error Dialog with highest z-order	*
 *											*
 ********************************************/

div.errordialog {
	display: none;
	position: absolute;
	background: #fff url("../images/dialog_bg.jpg") repeat-x;
	width: 100%;
	border: solid 2px RGB(183, 18, 52);
	z-index:1502;
}

#errordialogcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	z-index:1502;
}

.errordialogclose {
	position: absolute;
	top: 5px;
	right: 10px;
	margin-top: 3px;
	float: right;
	border: 0;
	z-index:1502;
}

#errordialogcontent {
	color: black;
	font-size: 14px;
	text-align: left;
}

.errorbutton {
	position: relative;
	display: block;
	float: center;
	padding: 5px;
}

.error-container {
	margin-top: 30px;
	height: 30px;
}

/********************************************
 *											*
 *	Ajax state change image placement		*
 *											*
 ********************************************/
.waitstate {
	position: relative;
	display: block;
	top: 1px;
	float: right;
	text-align: right;
}

.hiddenstate {
	display: none;
}

/********************************************
 *											*
 *	Family Summary Layout & Appearance		*
 *											*
 ********************************************/
#columnframe {
	position: absolute;
	display: block;
	top: 0;
	left: -19px;
	width: 524px;
	height: 335px;
	overflow: hidden;
} 
 
#columncontainer {
	position: relative;
/*	width: 0;*/
}

.largeloading {
	width: 504px;
	height: 315px;
	background: url("../images/large-saving.gif") no-repeat center center;
}

.loadingText {
	width: 100%;
	padding-top: 100px;
	color: RGB(183, 18, 52);
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
 
.column {
	position: relative;
	display: block;
	float: left;
	width: 131px;
}

.column ul {
	position: relative;
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}

.column li {
	position: relative;
	display: block;
}

.column li.firstrow p {
	color: RGB(82, 82, 82);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	height: 16px;  		/*Set to height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	margin: 0;
	padding: 6px 0 5px 0;
	line-height: 16px; /*Set line-height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	border: solid 2px RGB(192, 192, 192);
	border-top: 0;
	border-left: 0;
	border-right-color: RGB(242, 242, 242);
}

.column li.firstrow a {
	color: RGB(82, 82, 82);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	height: 16px;  		/*Set to height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	padding: 6px 0 5px 0;
	line-height: 16px; /*Set line-height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	border: solid 2px RGB(192, 192, 192);
	border-top: 0;
	border-left: 0;
	border-right-color: RGB(242, 242, 242);
}

.column li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	height: 16px;  		/*Set to height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	padding: 6px 0 5px 0;
	line-height: 16px; /*Set line-height of bg image - padding within link (ie: 28px - 5px - 5px)*/
	text-decoration: none;
	border: solid 1px RGB(242, 242, 242);
	border-top: 0;
	border-left: 0;
}

.column li a:link, .column li a:visited {
	color: RGB(110, 110, 110);
}
		
.column li a:hover {
	color: RGB(183, 18, 52);
	text-decoration: none;
}
		
.column li.grey a {
	background-color: RGB(242, 246, 248);
}

.column li.grey a:link, .column li.grey a:visited {
	background-color: RGB(242, 246, 248);
}		

.column li.grey a:hover {
	background-color: RGB(242, 246, 248);
	text-decoration: none;
}

.column li.firstrow a:link, .column li.firstrow a:visited {
	color: RGB(82, 82, 82);	
}		

.column li.firstrow a:hover {
	text-decoration: underline;
}

.column li.yellow a {
	background-color: RGB( 255, 242, 203 );
	border: solid 1px RGB(205, 205, 205);
	width: 98%;
	border-top: 0;
	border-left: 0;
}

.column li.yellow a:link, .column li.yellow a:visited {
	background-color: RGB( 255, 242, 203 );
}		

.column li.yellow a:hover {
	background-color: RGB( 255, 242, 203 );
	text-decoration: none;
}

/* popup is just test class for now */
.popup
{
	position:absolute;
	border:solid 1px black;
	background-color:white;
	padding:4px;
	z-index: 600;
}

/********************************************
 *											*
 *		Time Limits Advanced Table			*
 *											*
 ********************************************/

.tca
{
	background: #90d994;
	width: 12px;
	border-right: 1px solid #a8a8a8;
	height: 25px;
}

.tcb
{
	background: #90d994;
	width: 12px;
	border-left: 0px;
	height: 25px;
}

.tcday
{
	padding-left:5px;
	width:43px;
	padding-top:5px; /*Changes for #660472*/
}

/********************************************
 *											*
 *		Help Menu Layout & Navigation		*
 *											*
 ********************************************/

.helpnav {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 160px;
	background: #fff url('../images/help_nav_bg.jpg') repeat-x;
}

.helpnav ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.helpnav li a {
	font-size: 12px;
	font-weight: bold;
	height: auto;
	*height: 18px;
	margin: 0 2px 0 4px;
	padding: 1px 0 1px 8px;
	border: solid 1px RGB(200, 200, 200);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.helpnav li.current a {
	background: url("../images/arrow.gif") no-repeat center left;
	color: RGB(183, 18, 52);
	padding: 1px 0 1px 8px;
}

.helpnav li.current a:link, .helpnav li.current a:visited, .helpnav li.current a:hover {
	color: RGB(183, 18, 52);
}

.helpnavclose {
	position: absolute;
	color: RGB(82, 82, 82);
	display: block;
	bottom: 10;
	left: 0;
	width: 160px;
}

.helpnavclose ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.helpnavclose li a {
	background: url("../images/help-close.jpg") no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 4px;
	padding: 5px 10px 5px 20px;
}

.helpnavclose li a:link, .helpnavclose li a:visited, .helpnavclose li a:hover {
	color: RGB(82, 82, 82);
}

.menuheading {
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px 10px 20px;
}

#helpcontent {
	position: relative;
	display: block;
	width: 715px;
	height: 425px;
	z-index: 503; 
}

#helppane {
	position: relative;
	display: block;
	left: 160px;
	width: 553px;
	height: 100%;
	text-align:left;
	margin: 0;
/*	z-index: 499;*/
}

#helpcontainer {
	position: relative;
	font-weight: normal;
}

.help {
	width: 553px;
	height: 425px;
}	

/********************************************
 *											*
 *		Bubble Content Layout				*
 *											*
 ********************************************/
.bubble {
	position: absolute;
	display: none;
	background-image: url('../images/bubble_menus.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	width: 210px;
	height: 139px;
	z-index: 999;
}

.bubblebottom {
	position: absolute;
	display: none;
	background-image: url('../images/bubble_menus.gif');
	background-position: 0 -112px;
	font-size: 12px;
	font-weight: bold;
	color: RGB(80, 133, 181);
	width: 118px;
	height: 112px;
	z-index: 999;
}

.bubblewidebottom {
	position: absolute;
	display: none;
	background-image: url('../images/bubble_menus.gif');
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 189px;
	height: 112px;
	z-index: 999;
}

.bubbletop {
	position: absolute;
	display: none;
	background-image: url('../images/bubble_menus.gif');
	background-position: 0 -224px;
	font-size: 12px;
	font-weight: bold;
	color: RGB(80, 133, 181);
	width: 118px;
	height: 112px;
	z-index: 999;
}

.bubblecontent h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #f05223;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-weight: normal !important;
}
	
.bubblecontent {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.bubblecontenttop {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.bubblecontentright {
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.bubbleclose {
	position: absolute;
	top: 18px;
	right: 10px;
	float: right;
	border: 0;
	z-index:999;
}

.bubbleclosetop {
	position: absolute;
	top: 8px;
	right: 10px;
	float: right;
	border: 0;
	z-index:999;
}

.leveldescrip {
    font-size: 11px;	
	padding-left: 5px;
}

td.leveltable {
	height: 29px;
	vertical-align: middle;
}