body
{
	background-image: url(../images/cloud_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	margin: 10px auto 0px auto;
	text-align: center;
}

body.popup_window
{
	margin: 0px;
}

.page
{
	width: 960px;
	margin: 0px auto 0px auto;
}

.label
{
	text-align:right;
}

.label_header
{
	font-weight: bold;
	background-color: whitesmoke;
}

td
{
	font-size: 10pt;
	font-family: Verdana;
}

a, a:link, a:visited, a:active, a:hover
{
	color: Blue;
	text-decoration: underline;
}

.smallfont
{
	font-size: 8pt;	
}

a:hover
{
	text-decoration:none;
}

h1, h2, h3, h4, h5
{
	font-family: Verdana;
}

h1
{
	color: #003D7C;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2
{
	color:#3577DB;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h3
{
	color: #C88B00;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h4 
{
	color:#3577DB;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h5
{
	color: #C88B00;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h6
{
	color: #003D7C;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h7
{
	color:#3577DB;
	font-size: 8pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

.banner
{
	padding: 5px;
	background-color: White;
}


.body
{
	width: 950px;
	border-left:solid 4px #17284F;
	border-right:solid 5px #17284F;
	border-bottom:solid 5px #17284F;
	background-color: #FFFFFF;	
	vertical-align: top;
	
	background-image: url(../images/body_bg_repeat.jpg);
	background-repeat:repeat-y;
	background-position: left top;
}

.body_content
{
}

.content_table
{
	height:300px;
	width: 100%;
	vertical-align: top;
}


/* ----------------- */
/* Header            */
/* ----------------- */
.header
{
	background-image: url(../images/header_tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #17284F;
	border-right: solid 1px #17284F;
	height: 203px;
	vertical-align: bottom;
}

.header_content
{
	text-align: left;
}

.header_left
{
	background-image: url(../images/header_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width:189px;
}

.header_right
{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	width: 760px;
	height: 31px;
}
.header_right_content
{
	text-align:left;
	padding-left: 10px;
	padding-top: 0px;
}
/* ----------------- */
/* Header Tabs       */
/* ----------------- */
.header_tabs
{
	margin-left:196px;
	height:23px;
}

.header_tabs_content, .header_tabs_content td
{
	color: White;
	font-size: 8pt;
}

.header_tabs_content a, .header_tabs_content a:link,
.header_tabs_content a:active, .header_tabs_content a:visited
{
	color: #C8831D;
	font-size: 8pt;
}

.header_tab_1
{
	width: 350px;
	height: 23px;
	background-image: url(../images/tab_1_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header_tab_1_content
{
	margin-left: 5px;
	width: 100%;
	height:100%;
	
	background-image: url(../images/tab_1_bg_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header_tab_1_text
{
	padding: 5px 10px 2px 0px;
}

.header_tab_2
{
	width: 350px;
	height:23px;
	
	background-image: url(../images/tab_2_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.header_tab_2_content
{
	width: 100%;
	height:100%;
	
	background-image: url(../images/tab_2_bg_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.header_tab_2_text
{
	margin-left: 10px;
	padding-top: 1px;
}

.header_tab_3
{
	width: 70px;
	height:23px;
	
	background-image: url(../images/tab_3_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header_tab_3_content
{
	width: 100%;
	height:100%;
	
	background-image: url(../images/tab_3_bg_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header_tab_3_text
{
	padding: 5px 10px 2px 10px;
	color: Blue;
}
/* ----------------- */
/* Current User      */
/* ----------------- */
.current_user
{
}
.current_user_content
{
}

/* ----------------- */
/* Left Column       */
/* ----------------- */

.left_column
{
	width: 198px;
	vertical-align:top;
	text-align:center;
}

.left_column_content
{
	vertical-align:top;
	text-align:center;
	width:150px;
	margin:0px auto 0px auto;
}

.left_column_top
{
	background-image: url(../images/left_column.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 42px;
	width: 199px;
}

.left_column_bottom
{
	bottom: 0px;
	width: 100%;
	vertical-align: bottom;
	text-align:left;
	margin: 5px auto 0px auto;
}

.left_column_bottom_content
{
	padding-left: 9px;
	vertical-align: bottom;
	
}

.left_colum_link, a.left_column_link, a.left_column_link:active,
a.left_column_link:visited, a.left_column_link:link
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #003D7C;
	text-decoration: none;
}

a.left_column_link:hover
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #003D7C;
	text-decoration: underline;
}

/* ----------------- */
/* Right Column       */
/* ----------------- */
.right_column
{
	width: 750px;
	vertical-align:top;
	
}
.right_column_content
{
	padding: 5px 5px 5px 23px;
	vertical-align:top;
}

.right_column_content_home
{
	padding: 0px 0px 0px 23px;
}

.main_content
{
	vertical-align:top;
	text-align: left;
	width: 100%;
}

.main_content_default
{
	height: 100%;
	width: 100%;
}

.main_content_left
{
	padding: 5px 20px 10px 15px;
	border-right: solid 2px #006BB7;
	vertical-align: top;
}

.left_signup
{
	background-image: url('../images/SignUp_bg.jpg');
	background-repeat: no-repeat;
	height: 36px;
	width: 275px;
	text-align: center;
	margin: 20px auto 0px auto;
}

.left_signup_content
{
	padding-top: 9px;
}

.left_signup_link
{
}

a.left_signup_link, a.left_signup_link:link, a.left_signup_link:visited, 
a.left_signup_link:active, a.left_signup_link:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.left_signup_link:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.main_content_right
{
	background-color: #F0F4FA;
	width: 300px;
	vertical-align: top;
}

.main_content_right_content
{
	padding: 20px 20px 20px 20px;
}

.learn_more
{
	background-image: url('../images/LearnMore_outer.jpg');
	background-repeat: repeat-y;
	width: 262px;
}

.learn_more_top
{
	background-image: url('../images/LearnMore_outer_top.jpg');
	background-repeat: no-repeat;
	height: 14px;
}

.learn_more_content
{
	color: #14419E;
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	padding: 0px 10px 0px 10px;
}

.learn_more_content strong
{
	font-size: 16pt;
	font-weight: bold;
}

.learn_more_bottom
{
	background-image: url('../images/LearnMore_outer_bottom.jpg');
	background-repeat: no-repeat;
	height: 14px;
}

.learn_more_link_container
{
	background-image: url('../images/Learn_More_Arrow.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #3065FF;
	text-align: left;
	height: 50px;
}

.learn_more_link_left
{
	background-color: #000080; 
	width: 210px;
	float: left;
}

.learn_more_link_left_content
{
	padding: 5px;
}

.learn_more_link
{
}

.learn_more_link_left, .learn_more_link_left strong
{
	font-size: 11pt;
}

.learn_more_link_right
{
	float: right;
	width: 30px;
}

.learn_more_link strong
{
	font-weight: Bold;
	color: Red;
}

a.learn_more_link, a.learn_more_link:link, a.learn_more_link:visited, 
a.learn_more_link:active, a.learn_more_link:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.learn_more_link:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.learn_more_bottom_link
{
	text-align: right;
	margin-top: 5px;
}

.right_container
{
	font-size: 11pt;
	line-height: 15pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.membership_includes
{
}

.membership_includes_title
{
	color: #14419E;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.mi_item, a.mi_item, a.mi_item:link, a.mi_item:active, a.mi_item:visited,
a.mi_item:hover
{
	color: #C68801;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

a.mi_item:hover
{
	text-decoration: underline;
}

.mi_image, .mi_text
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.mi_image
{
	padding-right: 15px;
}

.currency
{
	text-align: right;
}

.errortext
{
	color: Maroon;
	font-size: 8pt;
}

.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: xx-small;
	padding:0px;
}

.requiredfield
{
	background-color: #ffffcc;
}

.requiredfield_currency
{
	background-color: #ffffcc;
	text-align: right;
}

/* ----------------- */
/* Footer            */
/* ----------------- */
.footer
{
	
	color: Black;
	font-size: xx-small;
	padding: 2px;
	text-align: right;
	
	border-bottom: none;
}

.nav_header
{
	text-align: left;
	background-color: #A5C9ED;
	vertical-align:top;
}

.nav_header a, .nav_header a:link, .nav_header a:visited,  .nav_header a:active,  .nav_header a:hover
{
	color: Blue;
	font-family: Arial, Tahoma, MS Sans-Serif;
	font-size:8pt;
	text-decoration: underline;
}



.nav_header a:hover
{
	text-decoration:none;
}

.OrderPrint
{
	background-color: White;
}

.planButtons
{
	background-color: white;
	padding: 1px 2px 1px 2px;
}

.planName
{
	font-size: 8pt;
	font-family: Arial, Tahoma, MS Sans-Serif;
}

/***************/
/** MAIN MENU **/
/***************/
.menu_main
{
	color: White;
	font-family : Tahoma;
	font-weight: bold;
	font-size : 8pt;
	text-decoration: none;
}

.menu_main td
{
	font-family : Tahoma;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
	
/*******************************/
/** MAIN MENU - PRIMARY ITEMS **/
/*******************************/
.menu_primary_item
{
}

a.menu_primary_item, a.menu_primary_item:link, a.menu_primary_item:hover, 
a.menu_primary_item:visited, a.menu_primary_item:active
{
	color: White;
	text-decoration: none;
}

/*********************************/
/** MAIN MENU - SECONDARY ITEMS **/
/*********************************/
.menu_secondary
{
	border: solid 1px black;
	background-color:#A5C9ED;
	color: #011B65;
	font-family : Tahoma;
	font-weight: bold;
	font-size : 8pt;
}

.menu_secondary_item
{
	background-color:#A5C9ED;
	color: #011B65;
	padding: 1px 2px 1px 2px;
}

.menu_secondary_item td
{
	font-family : Tahoma;
	font-weight: bold;
	font-size : 8pt;
}

a.menu_secondary_item, a.menu_secondary_item:link,
a.menu_secondary_item:visited, a.menu_secondary_item:active
{
	color: #011B65;
	text-decoration: none;
}

a.menu_secondary_item:hover
{
	color: White;
	text-decoration: none;
}

.menu_secondary_item_hover,
a.menu_secondary_item_hover, a.menu_secondary_item_hover:link,
a.menu_secondary_item_hover:visited, a.menu_secondary_item_hover:active
{
	background-color: #011B65;
	color: White;
	padding: 1px 2px 1px 2px;
}

.menu_secondary_item_hover td
{
	color: White;
}

/* ----------------- */
/* Puzzle Pieces     */
/* ----------------- */
.progress_puzzle_category
{
	position:absolute;
	margin-left:-35px;
}

.progress_puzzle
{
	position:absolute;
	margin-top:-18px;
	margin-left: -22px;
}

.puzzle
{
	position:absolute;
	margin-top:-25px;
	margin-left:-55px;
}

.red_puzzle
{
	position:absolute;
	margin-top:-10px;
	margin-left:-20px;
}

.orange_puzzle
{
	position:absolute;
	margin-top:-10px;
	margin-left:-20px;
}

/* ----------------- */
/* Report Card       */
/* ----------------- */
.report_card
{
	margin-left:15px;
	margin-top: 15px;
}

.report_card_item
{
	padding-bottom:15px;
	width: 130px;
	text-align: right;
}

.report_card_item_content
{
	padding:10px 0px 0px 10px;
}

.report_card_title
{
	color: #001B64;
	background-color: White;
	border: solid 1px #001B64;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	padding:2px;
	padding-left:20px;
}

.report_card_title_content
{
}

.report_card_detail
{
	text-align:right;
}

.report_card_subtitle
{
	font-size: x-small;
	text-align: right;
}

.report_card_value
{
	font-weight: bold;
	font-size: x-small;
	text-align: right;
	width: 60px;
}

/* ----------------- */
/* Progress Report   */
/* ----------------- */
.progress_report
{
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.progress_report_item
{
	padding-bottom:10px;
	width: 145px;
	text-align: left;
}

.progress_report_category_item
{
	width: 145px;
	text-align: left;
}

.progress_report_item_content
{
	padding:10px 0px 0px 10px;
}

.progress_report_category_item_content
{
	padding:10px 0px 0px 10px;
}

.progress_report_category_title
{
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	padding-left:20px;
	margin-bottom: 10px;
}

.progress_report_title
{
	color: #001B64;
	border: solid 1px #001B64;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1pt;
	text-align: right;
	padding: 0px 0px 0px 20px;
}

.progress_report_title_content
{
	height:100%;
	text-align:right;
	background-color: white;
}

.progress_report_title_label
{
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	margin-left: 15px;
}

.progress_report_title_label a, .progress_report_title_label a:link,
.progress_report_title_label a:active, .progress_report_title_label a:visited,
.progress_report_title_label a:hover
{
	font-size: 7pt;
}

.progress_report a, .progress_report a:link,
.progress_report a:active, .progress_report a:visited
{
	color: Black;
	text-decoration: none;
}

.progress_report a:hover
{
	color: Black;
	text-decoration: underline;
}

.progress_report_percent_label
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 7pt;
	text-align: right;
	margin-left:30px;
}

.progress_report_detail
{
	text-align:right;
}

.progress_report_subcategory_description
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 0px;
	font-size: 7pt;
	text-align: left;
}

.progress_report_subcategory_content
{
	border-bottom: solid 1px black;
}

.progress_report_assignment_content
{
	font-size: 8pt;
}

.progress_report_assignment_content a
{
	font-size: 8pt;
	font-weight: normal;
}

.progress_report_subtitle
{
	font-size: x-small;
	text-align: right;
}

.progress_report_value
{
	font-weight: bold;
	font-size: x-small;
	text-align: right;
	width: 60px;
}

.progress_title
{
	margin: 0px 0px 10px 0px;
}

.progress_title, .progress_title a, .progress_title a:active,
.progress_title a:link, .progress_title a:visited, .progress_title a:hover
{
	color: #C88B00;
	font-size: 11pt;
	font-weight: bold;
}

.progress_title a, .progress_title a:active,
.progress_title a:link, .progress_title a:visited
{
	text-decoration: none;
}

a.progress_title:hover
{
	text-decoration: underline;
}

/* ----------------- */
/* Progress Modules  */
/* ----------------- */
.progress_category_text
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	width: 130px;
}
.progress_module_instructions
{
	font-size: 5pt;
	vertical-align: bottom;
	padding-top:5px;
	text-align:right;
	margin-top: 5px;
}

.progress_category_text a, .progress_category_text a:visited
{
	text-decoration: none;
	color: Black;
}
.progress_category_text a:hover
{
	text-decoration:underline;
	color: Black;
}
.progress_category1_complete
{
	width: 160px;
	height: 72px;
	_height:73px;
}
.progress_category2_complete
{
	width: 165px;
	height: 47px;
}
.progress_category3_complete
{
	width: 160px;
	height: 56px;
}
.progress_category1_incomplete
{
	background-image: url(../images/spending_tool_incomplete.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width: 160px;
	height: 72px;
	_height:73px;
}

.progress_category2_incomplete
{
	background-image: url(../images/spending_tool_incomplete.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width: 165px;
	height: 47px;
}
.progress_category3_incomplete
{
	background-image: url(../images/spending_tool_incomplete.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width: 160px;
	height: 56px;
}

.progress_module
{
	width: 325px;
	height: 200px;
	border: solid 1px #0C296B;
	background-position: center center;
	background-repeat: no-repeat;
}
.progress_content
{
	padding: 0px 15px 0px 0px;
}


.popup_dialog
{
	background-color:White;
	text-align:left;
	border: solid 1px black;
	padding: 10px;
}

.greybox
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	padding: 5px 5px 5px 5px;
	BACKGROUND-COLOR: #DCDCDC;
}

.form_grid_header
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid; 
	BACKGROUND-COLOR: #DCDCDC;
	font-weight: bold;
}

.form_grid_body
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid; 
}

.popup_window
{
	background-color:#29548B;
	background-image: none;
}

.popup
{
	width: 550px;
	background-color: White;
	border: solid 1px black;
	text-align:left;
	margin:20px auto 20px auto;
}
.popup_content
{
	padding: 10px 15px 10px 15px;
}

.popup_content_footer
{
	margin: auto;
	width: 100%;
	padding: 10px 15px 10px 15px;
	text-align: center;
}

/******************/
/** Grid Methods **/
/******************/
.grid_container
{
	
}

.grid_container_header
{
	
	padding-left: 2px;
}

.grid_container_header a, .grid_container_header a:link,
.grid_container_header a:hover, .grid_container_header a:visited,
.grid_container_header a:active
{
	
	font-weight: bold;
}

.grid_container_body
{
	padding: 2px;
}
.NLA_grid_header
{
	border-bottom: #003366 1px solid;
}
/******************/
/** Bounding Box **/
/******************/
.bounding_box
{
	width: 720px;
	background-image: url(../images/bounding_box_middle.jpg);
	background-repeat: repeat-y;
	padding:0px;
	margin: 10px 0px 0px 0px;
}
.bounding_box_top
{
	width: 720px;
	height:12px;
	background-image: url(../images/bounding_box_top.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

.bounding_box_bottom
{
	width: 720px;
	height:12px;
	background-image: url(../images/bounding_box_bottom.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin-bottom: 5px;
}

.bounding_box_content
{
	background-image: url(../images/bounding_box_top.jpg);
	background-repeat:no-repeat;
	
	vertical-align:top;
	padding:5px 5px 0px 5px;
	margin:0px;
}

/* ----------------- */
/* Search            */
/* ----------------- */
.search_box
{
    font-size: 8pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
/*************************/
/* Posts                 */
/*************************/
.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
}

.post h1
{
	margin-bottom: 10px;
}

.post_title
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
    padding: 1px 3px 1px 3px;
}

.post_message
{
	margin: 5px 0px 5px 0px;
}

.post_footer
{
	
    color: #a8a8a8;
    font-size: 7pt;
    font-family: Arial, Verdana;
    text-transform: uppercase;
   margin-top: 5px;
    clear: both;
}

.survey
{
	padding: 0px 10px 0px 10px;
}

.sidebar_content
{
	text-align: left;
}

.account_link, a.account_link, a.account_link:active,
a.account_link:link, a.account_link:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.account_link:hover
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.login_box
{
	background-color: #14419E;
	color: White;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.login_box, .login_box td
{
	font-size: 9pt;
	font-weight: bold;
}

.login_box a, .login_box a:link, .login_box a:active, .login_box a:visited,
.login_box a:hover
{
	color: White;
	text-decoration: none;
}

.login_box a:hover
{
	text-decoration: underline;
}

.login_box_content
{
}

.login_box_title
{
	font-family: Arial;
	font-size: 11pt;	
	margin-bottom: 10px;
	text-align: center;
}

.login_box .errortext
{
	color: Yellow;
	font-weight: normal;
	font-size: 7pt;
}

.trial_link
{
	color: white;
	background-color: #C68801;
	padding: 3px 20px 3px 20px;
	margin-top: -3px;
}