/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: #FFFFFF; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: arial,helvetica,san serif; font-size: 11px; margin: 0;}
/*                                            p {font-family: arial,helvetica,san serif; font-size: 11px;}  */


p {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 line-height: 150%;
 padding: 0 0 6px 0;
 }

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:850px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; height:100%; background:#FFF; }
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:100%; height:100%; background: url(boxed-bg.gif) repeat top left #dbdbdb; }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:15px 0 15px 0; }

/*-- cell containing content panes --*/ .ContentPanesTD { width:auto; height:100%; vertical-align: top; padding: 4px 0 7px 0; }
/*-- dotted background             --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow {
	height:1px;
	padding: 0 10px 0 0px;
}
/*-- cell containing logo          --*/ .LogoTD {
	width:1px;
	padding: 0 0 0 0;
	width:665px;
	text-align: left;
}
/*-- row containing breadcrumbs     .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat top left; padding: 0 0 0 0; } -*/
/*-- row containing breadcrumbs    .BreadcrumbsRow {

	align: left;
	vertical-align: middle;
	padding: 20p 0x 0 20px 0;
	margin: 0 20x 0 20px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F9FC;
}   --*/


/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow {

	align: left;
	vertical-align: middle;
	padding: 0p 0x 0 7px; 
/*	margin: 0 20x 0 20px;  */	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F9FC;
}


/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   .BreadcrumbsTD { height: 41px; width: 100%; background: url(bread-bg-l.gif) no-repeat top left; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; } --*/ 
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD {
	width: 100%;
	color:#a1a1a1;
	vertical-align: middle;
	padding: 0;
	text-align: left;
	height: 20px;
}

/*-- cell containing search        --*/ .SearchTD { width:215px; vertical-align: middle; text-align: right; background: url(search-bg.gif) no-repeat top right; padding: 20px 7px 0 0; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 0; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: right; padding: 0 0 0 0; }
/*-- search box in TheDNN menu bar: --*/ .SearchMenuBar {
	background-image:url(/eo_web.gif);
	border-color:#CB3E00 #E0E0E0 #E0E0E0;
	border-style:solid;
	border-width:2px 1px 1px;
	color:#5F7786;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
}

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px;  }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px;  }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px;  }

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { height:100%; }
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url(box-tl.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(box-tr.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(box-l.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:11px; background: url(box-r.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(box-bl.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(box-br.gif) no-repeat top right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 0px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane              .LeftPane { padding: 0 7px 0 7px; width: 50%; }  --*/
/*-- left content pane             --*/ .LeftPane { padding: 0 0px 0 0px; width: 50%; }
/*-- right content pane             .RightPane { padding: 0 7px 0 7px; width: 50%; }  --*/
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; }
/*-- left2 content pane           --*/  .LeftPane2 {
	padding: 4px 2px 0 0px;
	width: 190px;
	background:#FFF;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F9FC; 
	border-right-color: #F4F4F4; */
	} 
	
/*-- left2 content pane            .LeftPane2 {
	padding: 4px 2px 0 12px;
	width: 190px;
	background:#F4F4F4;
	} --*/ 	
	
	
/*-- left2 content paneHome            --*/ .LeftPane2Home {
	padding: 4px 2px 0 12px;
	width: 25%px;
	background:#FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F9FC;
}
/*-- content2 pane                 --*/ .ContentPane2 { padding: 4px 7px 0 10px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 6px 7px 0 7px; width: 190px; }
/*-- right2 content pane Home      --*/ .RightPane2Home { padding: 0 7px 0 7px; width: 25%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 {  padding: 4px 7px 0 10px;   }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 7px 9px 7px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          .ImagePane02 { height:1px; padding: 9px 7px 0 7px; }   --*/
/*-- image content pane 2   --*/        .ImagePane02 { height:1px; padding: 0 0 0 3px }   
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:1px; padding: 0 7px 9px 7px; }
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 7px 0 7px; }



.checklist   {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	padding: 3px 0 3px 0px;
	text-align: left;
	list-style-position: outside;
	list-style: url(/Portals/0/images/arrow35c.PNG);
	background-position: left bottom;
	vertical-align: top;
	background-repeat: no-repeat;
}

.pdfLink   {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	padding: 3px 0 3px 0px;
	text-align: left;
	list-style-position: outside;
	list-style: url(/Portals/0/images/pdfWide.gif);
	background-position: left bottom;
	vertical-align: top;
	background-repeat: no-repeat;
}




/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #939393; background:  url(ico-login.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px; margin: 0 0px 0 16px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(ico-login-over.gif) no-repeat bottom left; color: #444444; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #939393; background:  url(ico-register.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #444444; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #939393; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover            a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; } --*/ 

/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: arial,helvetica,san serif; font-size: 10px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: arial,helvetica,san serif; font-size: 10px; text-decoration: none; font-weight:normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#aaa; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#aaa; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#777; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site           .normal, .Normal { font-family: arial,helvetica,san serif; font-size: 11px; color: #555; } --*/
.normal, .Normal {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 line-height: 150%;
 padding: 0 0 6px 0;
}

/*--header text on the product landing pages --*/
.normalLPHead, .NormalLPHead {
 color: #3c5266;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 line-height: 150%;
 padding: 0 0 6px 0;
}

/*--link text on the product landing pages --*/
.normalLPLink {
 color: #3c5266;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 line-height: 100%;
 padding: 2px 0 2px 0;
}
/*-- normalLPLinks  links visited and active  --*/ a.normalLPLink:link, a.normalLPLink:visited { color: #3c5266; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- normalLPLinks  links hover               --*/ a.normalLPLink:hover { color: #d88734; font-family: arial,helvetica,san serif; font-size: 12px;	text-decoration: underline; }



.normalnarrow,  {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 line-height: 110%;
 padding: 0 0 6px 0;
}

.RightPaneLink,  {
 color: #3c5266;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 line-height: 120%;
 padding: 0 0 6px 0;
}





/*-- most of the bold text on site      .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; } --*/

.normalbold, .NormalBold, .normalBold {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 line-height: 150%;
 padding: 0 0 6px 0;
}





/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: arial,helvetica,san serif; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: arial,helvetica,san serif; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active   a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }  --*/
/*-- default links hover                a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; } --*/
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #0078AE; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #0078AE; font-family: arial,helvetica,san serif; font-size: 11px;	text-decoration: underline; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: arial,helvetica,san serif; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px dotted #888; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem {
	background: #919191;
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 30px 0px 16px;
	height: 20px;
	border: 0;
}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #b5b5b5; color: #333333; font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}


/*========================================================*/
/*  C09 Container Styles                                  */
/*========================================================*/
                                 .C09_container                 { margin:15px 6px 10px; }
/*-- actions   				--*/ .Actions_NT                    { width:0px; padding:0px; margin:0px;  height:10px; }
/*-- content pane			--*/ .C09_ContentPane_NT            { margin:0px 20px; } 
                                 .FullContentPane               { width:100%; }
/*-- bottom icons  			--*/ .C09_Icons                     { margin-top:0px; margin-left: 20px; }
                                 .C09_Icons a:hover             { background-color:Transparent; }
                                 .C09_Icons a,.Icons input      { margin-top:10px; }
/*-- round container		--*/ .C09_roundcont                 { background-color:#F4F4F4; height:100%; }
/*-- round top left	        --*/ .C09_roundtop_leftD            { background:url(C09_tl.png) no-repeat top left; height:16px; }
/*-- round top right		--*/ .C09_roundtop_rightD           { background:url(C09_tr.png) no-repeat top right; height:16px; margin-top:-16px; margin-left:15px; }
/*-- round bottom left  	--*/ .C09_roundbottom_leftD         { background:url(C09_bl.png) no-repeat bottom left; height:16px; }
/*-- round bottom right 	--*/ .C09_roundbottom_rightD        { background:url(C09_br.png) no-repeat bottom right; height:16px; margin-top:-16px; margin-left:15px;  }
/*-- image of corner		--*/ img.C09_corner_left            { width:15px; height:16px; border: none; display:block !important; }
/*-- image of corner		--*/ img.C09_corner_right           { height:16px; border: none; display:block !important; }

/*========================================================*/
/*  NewsArticles Styles                                   


a.articleHeadline,a.articleHeadline:link,a.articleHeadline:active,a.articleHeadline:visited 
{

    color: #0178AF;
 	font-family:Georgia, serif;
  	font-size:20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-bottom: 0px;
	line-height: 100%;
	text-decoration: none;	
}
a.articleHeadline:hover 
{
    color: #0178AF;
 	font-family:Georgia, serif;
  	font-size:20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-bottom: 0px;
	line-height: 100%;
	text-decoration: none;	
}

/*========================================================*/
/*==========================================================*/
/* Glossary Style                                         */
/*==========================================================*/
.pad8 {  padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px}   
.pad10 {  padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}   
a.alphabet {font: bold 13px Arial, helvetica, sans-serif;}
a.alphabet:link {color:#374D22;}
a.alphabet:active {color:#374D22;}
a.alphabet:visited {color:#152b00;}
a.alphabet:hover {color:#BA5209;}

/* .alpha {background: #ADCC90;border: 1px solid #9CBB80;}  */
.alpha {background: #A9CDE1;border: 1px solid #9CBB80;} 
.alpha2 {background: #F5E289;border: 1px solid #D37634;}

.line {  background-color: #cccccc; background-repeat: repeat-x; height: 1px}.FFFFFFtextUL {  color: #FFFFFF; text-decoration: underline}
.blue {  background-color: #6A8FB0}
.blue6A8FB0 { background-color: #6A8FB0 }
.midblue91B4CD { background-color: #91B4CD }
.bkbluebg4F6F88 { background-color: #4F6F88 }
.ltbluebg6A8FB0 { background-color: #6A8FB0 }
.solidgeryline {  background-image: url(../images/secondarynav_spacerline.gif); background-repeat: repeat-y}
.dkgrey21bold888888 {  font-size: 21px; font-weight: bold; color: #888888}
.dkgrey21bold333333 {  font-size: 21px; font-weight: bold; color: #333333}
/* .dkgrey14bold333333 {  font-size: 14px; font-weight: bold; color: #333333} */
.dkgrey14bold333333 {  font-size: 14px; font-weight: bold; color: #333333}
/*.ltgreyF4F4F4 {  background-color: #F4F4F4} */
.ltgreyF4F4F4 {
	background-color: #F4F4F4;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0178AF;
}
.dkgrey12bold666666 { font-size: 12px; font-weight: bold; color: #666666}
.ltgreyCCCCCC { background-color: #F4F4F4 }
.FFFFFFtext {  color: #ffffff}
.FFFFFFtextUL {   color: #ffffff; text-decoration: underline }
.FFFFFFtext21 {  font-size: 21px; color: #ffffff}


/* Start Doghouse Styles */

.blue_panel {
  border: solid 1px #1768A6;
}
.blue_panel H4, .blue_panel .button {
  background-color: #1768A6;
}

.darkblue_panel {
  border: solid 1px #204C8A;
}
.darkblue_panel H4, .darkblue_panel .button {
  background-color: #204C8A;
}

.skyblue_panel {
  border: solid 1px #8CC4E8;
}
.skyblue_panel H4, .skyblue_panel .button {
  background-color: #8CC4E8;
  padding: 6px 0px 6px 6px;
}

.skyblue_gradient {
  background-image: url(/Portals/0/images/gradient_skyblue.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.skyblue_gradient_padding15 {
  background-image: url(/Portals/0/images/gradient_skyblue.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding: 15px;
}




.purple_panel {
  border: solid 1px #5A5F8A;
}
.purple_panel H4, .purple_panel .button {
  background-color: #5A5F8A;
}

.purple_gradient {
  background-image: url(/Portals/0/images/gradient_purple.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.orange_panel {
  border: solid 1px #D88734;
}
.orange_panel H4, .orange_panel .button {
  background-color: #D88734;
  padding: 6px 0px 6px 6px;  
}

.orange_gradient {
  background-image: url(/Portals/0/images/gradient_orange.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.gold_panel {
  border: solid 1px #E7C646;
}
.gold_panel H4, .gold_panel .button {
  background-color: #E7C646;
  padding: 6px 0px 6px 6px;    
}

.gold_gradient {
  background-image: url(/Portals/0/images/gradient_gold.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.green_panel {
  border: solid 1px #A3C380;
}
.green_panel H4, .green_panel .button {
  background-color: #A3C380;
}

.green_gradient {
  background-image: url(/Portals/0/images/gradient_green.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.red_panel {
  border: solid 1px #B16A69;
}
.red_panel H4, .red_panel .button {
  background-color: #B16A69;
}

.red_gradient {
  background-image: url(/Portals/0/images/gradient_red.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}


.padding4 {
  padding: 4px;
}

.padding6 {
  padding: 6px;
}

.padding15 {
  padding: 15px;
}

.small_text, .small_text TD {
  font: 7pt Arial, Helvetica;
}

.white_text {
  color: #FFFFFF;
}

.button {
  width: 80px;
  height: 16px;
  display: block;
  background-image: url(/Portals/0/images/button_bg.gif);
  background-repeat: no-repeat;
}

A.button {
  color: #FFFFFF;
  text-decoration: none;
}

.inputbox {
  border: solid 1px #5A5F8A;
  font: 8pt Arial, Helvetica;
  padding: 1px 2px 1px 2px;
  width: 160px;
}


.tabheader {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.tab {
  background-color: #DD9448;
  text-align: center;
}

.tab_selected {
  background-color: #E9CC58;
  text-align: center;
}

.tab A {
  text-decoration: none;
  color: #FFFFFF;
  font: 8pt Arial, Helvetica;
  padding: 3px 4px 4px 4px;
}

.tab_selected A {
  text-decoration: none;
  color: #0A2972;
  font: bold 8pt Arial, Helvetica;
}

.tab_content {
  border: solid 2px #E9CC59;
  border-width: 2px 2px 2px 2px;
}

#timeline TD {
  font: 8pt Arial, Helvetica;
  color: #000000;
}

#timeline H4 {
  font: bold 10pt Arial, Helvetica;
  color: #003879;
  padding: 0px;
  margin: 2px 0px 2px 0px;
}

#timeline H5 {
  font: bold 8pt Arial, Helvetica;
  color: #DD9448;
  padding: 0px;
  margin: 2px 0px 2px 0px;
}

#advisor TD {
  font: 8pt Arial, Helvetica;
  color: #000000;
}

#advisor H5 {
  font: bold 10pt Arial, Helvetica;
  color: #196AA8;
  padding: 0px;
  margin: 2px 0px 2px 0px;
}

.expert {
  font: 8pt Arial, Helvetica;
  color: #000000;
  clear: both;
  border-top: solid 2px #F4E7AF;
  padding: 4px 4px 0px 4px;
}

.expert H5 {
  font: bold 10pt Arial, Helvetica;
  color: #196AA8;
  padding: 0px;
  margin: 2px 0px 2px 0px;
}

.expert IMG {
  margin: 0px 8px 4px 0px;
  padding: 1px;
  border: solid 1px #E7C646;
  width: 114px;
  height: 114px;
}

.blacktext {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: normal;
 font-weight: normal;
 text-decoration: none;
 line-height: 100%;
 padding: 0 0 6px 0;
}

.blacktextpad {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 line-height: 150%;
 padding: 0 15px 15px 15px;
}

.blacktextconnect {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 line-height: 125%;
 padding: 10px 10px 10px 10px;
}



.disclaimertext {
 color: #808080;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: normal;
 font-weight: normal;
 text-decoration: none;
 margin: 10px;
}

.disclaimerText {
 color: #808080;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: normal;
 font-weight: normal;
 text-decoration: none;
 margin: 10px;
}



.disclaimertextpad {
 color: #808080;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: normal;
 font-weight: normal;
 text-decoration: none;
 margin: 10px;
}



/* End Doghouse Styles */

/* ================================
    CSS STYLES FOR TRUSTEDADV.COM CONTENT
   ================================
*/ 
.subhead1{
	color: #0A6C9d;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.subhead2{
	color: #0A6C9d;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
 
.subhead3{
	color: #0A6C9d;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.subhead4{
	color: #0A6C9d;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.taskListContentHeader{
	 color: #828282;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 150%;
	 font-weight: normal;
	 text-decoration: none;
	 text-align: left;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 15px;
	 margin-left: 0px;
 }


.faqheader {
  font: bold 11pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding-left: 0px;
  line-height: 120%
  align: left;
}


.faq{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 125%;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(/Portals/0/images/icon-q2.gif);
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
                align: left;
}


.banner2{
  font: bold 14pt Arial, Helvetica;
  color: #0A6C9D; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

 
}

.Banner2{
  font: bold 14pt Arial, Helvetica;
  color: #0A6C9D; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

 
}

.banner3 {
  font: bold 12pt Arial, Helvetica;
  color: #0A6C9d;  
  margin: 0px;
  padding: 12px 0px 6px 0px;
 
}

.Banner3 {
  font: bold 12pt Arial, Helvetica;
  color: #0A6C9d;  
  margin: 0px;
  padding: 12px 0px 6px 0px;
 
}
.banner4 {
  font: bold 11pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

}
.Banner4 {
  font: bold 11pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

}


.banner5 {
  font: bold 11pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

}

.Banner5 {
  font: bold 11pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

}

.banner5pad {
  font: bold 10pt Arial, Helvetica;
  color: #0A6C9d; 
  padding-left: 15px;

}



.questionAnswer {
	color: #306494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
	list-style-position: outside;
	text-decoration: none;
	padding-right: 0px;
	list-style: url(/Portals/0/images/icon4.gif);
}

/* Accordian Styles  */

.accHeader1,a.accHeader1:link,a.accHeader1:active,a.accHeader1:visited
{
	color:#6094C4;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:18px;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/Down_Accordion.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin: 4px 0px;
}

a.accHeader1:hover
{
	color:#000000;
font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
font-size:18px;
    cursor: pointer;
	text-decoration:none;
}

.accContent1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background:#ffffff;
border-top: 0px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}


.accHeader1up,a.accHeader1up:link,a.accHeader1up:active,a.accHeader1up:visited
{
	color:#6094C4;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:18px;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/Up_Accordion.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6px;
	margin: 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: thin none #FFFFFF;
	border-left: 1px solid #CCCCCC;
}


.accHeader2,a.accHeader2:link,a.accHeader2:active,a.accHeader2:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrow_down8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}

a.accHeader2:hover
{
	color:#000000;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;	
    cursor: pointer;
	text-decoration:none;
}




.accHeader3Close,a.accHeader3Close:link,a.accHeader3Close:active,a.accHeader3Close:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrow_down8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}

a.accHeader3Close:hover
{
	color:#000000;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;	
    cursor: pointer;
	text-decoration:none;
}




.accContent2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#ffffff;
}


.accHeader2up,a.accHeader2up:link,a.accHeader2up:active,a.accHeader2up:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;	
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/Up_Accordion.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin: 4px 10px 4px 10px;
}


.accHeaderArrowClosed,a.accHeaderArrowClosed:link,a.accHeaderArrowClosed:active,a.accHeaderArrowClosed:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrows_down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}

.accHeaderArrowOpen,a.accHeaderArrowOpen:link,a.accHeaderArrowOpen:active,a.accHeaderArrowOpen:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrows_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}
a.accHeadBlueArrow:link,a.accHeadBlueArrow:active,a.accHeadBlueArrow:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrows_right.PNG);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}



.accHelpHeader1,a.accHelpHeader1:link,a.accHelpHeader1:active,a.accHelpHeader1:visited
{
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 110%;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrow_down8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 16px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}

a.accHelpHeader1:hover
{
	color:#000000;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;	
    cursor: pointer;
	text-decoration:none;
}

.accHelpContent1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 120%;
	color:#000000;
	background:#ffffff;
	padding: 0px 2px 0px 16px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
}

.accContentPad1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;	
	color:#000000;
	padding: 10px 12px 10px 26px;
	background:#ffffff;
	margin: 0px 10px 0px 8px;  
	border-bottom: 1px solid #F2F2F2;

}



/*==========================================================*/
/*  NewsArticles Styles                                         */
/*==========================================================*/


.singleLineTitle {
  font: bold 11pt Arial, Helvetica;
  color: #497BB2; 
  margin: 0px;
  padding: 12px 0px 6px 0px;

}

.singleLineText { 
	font-family: arial,helvetica,san serif; 
	font-size: 11px; 
	color: #555; 
	line-height=110%
	padding: 6px 0 12px 0;
}


/*==========================================================*/
/*  Highlights Doc Table Styles                             */
/*==========================================================*/


.cell {
	color: #111111;
	background: #EAEFF5;
	font-size: 12px;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
} 

.celllabel {
	font-weight: bold;
	color: #111111;
	background: #C5D5E0;
	font-size: 12px;
	line-height: 110%;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	padding: 5px 10px 5px 10px;
} 

.celldata {
	background: #EAEFF5 url(http://www.alumniconnexions.com/portals/0/images/3x3white.gif) repeat-y;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 110%;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	padding: 5px 10px 5px 10px;
} 

.celldataNoBorder {
	color: #111111;
	background: #EAEFF5;
	font-size: 11px;
    line-height: 110%;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	padding: 5px 10px 5px 10px;
} 


.celldataNoBorderNarrowPad {
	color: #111111;
	background: #EAEFF5;
	font-size: 11px;
    line-height: 110%;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	padding: 5px 2px 5px 4px;
} 


 .celldata2 {
	color: #111111;
	background: #EAEFF5 url(http://www.alumniconnexions.com/portals/0/images/verticalwhite.gif) repeat-y;
	font-size: 11px;
	border-top: solid 0px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
} 
 /* Indented cell divs */ td div.indent { margin: 5px 10px 5px 40px; font-weight: normal; } 
 .graycell {
	font-weight: bold;
	color: #111111;
	background: #eeeeee;
	font-size: 12px;
	border-top: solid 0px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
} 
 .graycelldescription {
	color: #111111;
	background: #f5f5f5 url(http://www.alumniconnexions.com/portals/0/images/3x3white.gif) repeat-y;
	font-size: 12px;
	border-top: solid 0px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
} 
 .tableend {
	font-size:3px;
	background:#888888;
	height: 3px;
} 
 .whilecell {
	font-weight: bold;
	color: #111111;
	background: #ffffff;
	font-size: 12px;
	border-top: solid 0px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
} 

  /* Links */

A:link {
	color: #26527D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:active {
	color: #26527D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:visited {
	color: #26527D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:Hover  {
	color: #E28000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.breadcrumb,A.breadcrumb:visited{
	color:#26527D;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.breadcrumb:hover{
	color:#E28000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.link IMG {
	border-width: 0px;
	margin: -1px 3px 0px 0px;
}

.RedLink, a.RedLink, a.RedLink:visited, a.RedLink:active {
	color: #74C0F1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.RedLink:hover {
	text-decoration: underline;
}
.linkWhite, a.linkWhite, a.linkWhite:Visited, a.linkWhite:Active {
	color: #74C0F1;
	text-decoration: none;
}
a.linkWhite:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.linkRedWithGray:Link, a.linkRedWithGray:Visited, a.linkRedWithGray:Active {
	color: #74C0F1;
	text-decoration: underline;
}
a.linkRedWithGray:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* END Links */


.blueborder1 {
	padding-bottom: 0px;
	margin: 0px 0px;
	border-bottom: 1px solid #F2F2F2;
} 




.accHeadBlueArrow { 	
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrows_right.PNG);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
 } 
 
 
.accHeadBlueArrowOpen { 	
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	background-image: url(/Portals/0/images/arrows_down.PNG);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 0px 0px 18px;
	border: 0px solid #CCCCCC;
	margin: 4px 10px 4px 2px;
 } 
 
 .accBlueArrowContent {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;  
line-height: 150%;
color:#000000;
background:#ffffff;
border-bottom: 1px solid #F2F2F2;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
margin: 0, 0, 20px, 0;

}

.accHeadBlueArrow2 { 	
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;  
	text-decoration:none;
/*	background-image: url(/Portals/0/images/rightblue.gif); 
	background-repeat: no-repeat;
	background-position: left bottom; */
	padding: 6px 0px 6px 18px;
	margin: 4px 10px 4px 8px;
	border-bottom: 1px solid #F2F2F2;	
 } 
 
 
 
.accHeadBlueArrowOpen2 { 	
	color:#3693C2;
	font-family:Trebuchet MS,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
/*	background-image: url(/Portals/0/images/rightblue.gif);  
	background-repeat: no-repeat;
	background-position: left bottom; 
	padding: 6px 0px 0px 18px;
	margin: 4px 10px 4px 2px;*/
	padding: 6px 0px 6px 18px;
	margin: 4px 10px 4px 8px;

 } 
 
 .accBlueArrowContent2 {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;  
line-height: 150%;
color:#000000;
background:#ffffff;
border-bottom: 1px solid #F2F2F2;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
margin: 0, 0, 20px, 0;

}

/*==========================================================*/
/*  Personal-plans Styles                                   */
/*==========================================================*/

.attributeheader {
background:#CCCCCC none repeat scroll 0 0;
border-color:#888888;
border-style:solid;
border-width:1px 0;
color:#666666;
font-size:11px;
font-weight:bold;
}


.colheader {
background:#D5D5D5 url(http://www.alumniconnexions.com/portals/0/images/3x3white.gif) repeat-y scroll 0 0;
border-color:#888888 #888888 #666666;
border-style:solid;
border-width:1px 0;
color:#666666;
font-size:11px;
font-weight:bold;
height:30px;
padding: 0 0 0 12px;
}

.instructions {
background:#EEEEEE none repeat scroll 0 0;
border-color:#AAAAAA;
border-style:solid;
border-width:1px 0;
color:#333333;
font-size:12px;
height:30px;
padding: 0 0 0 12px;
}

.pad {
margin:20px;
}


 .normalBlueLine {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;  
line-height: 150%;
color:#000000;
background:#ffffff;
border-bottom: 1px solid #F2F2F2;
padding-top: 0px;
padding-bottom: 28px;
padding-left: 0px;
margin: 0, 0, 0px, 0;

}

.banner5b {
  font: bold 12pt Arial, Helvetica;
  color: #0A6C9d; 
  margin: 0px;
  padding: 10px 0px 0px 0px;

}


.HeaderRight {
	font: bold 12pt Arial, Helvetica;
	color: #0A6C9d;
	vertical-align: middle;
	width: 184px;

}

.quickTipLink {
 color: #4E83B6;
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 line-height: 120%;
 padding: 0 0 6px 0;
 cursor:pointer;
}


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px;
	background-color:transparent;
	background-image: url(images/grey_bg.gif);	/*width:970px;*/
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #52768e;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	color: #497aaa;
	font-size: 12px;
	text-align:center;
	text-transform:capitalize;
	margin-right:1px;
	white-space:nowrap;
	float:left;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	color:#375162;
	font-size: 12px;
	text-align:center;
	padding:5px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	text-transform:capitalize;
	margin-right:1px;
	white-space:nowrap;
	float:left;
	font-weight: bold;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#375162;
	text-align:center;
	font-size: 12px;
	padding:5px;
	background:url(../images/menu_active.gif) repeat-x top left;
	text-transform:capitalize;
	margin-right:1px;
	white-space:nowrap;
	float:left;
	font-weight: bold;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#497aaa;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{
	color:#375162;
}
.main_dnnmenu_itemselected td{
	color:#375162;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

.MenuHeight { height:27px; }
.MenuTD {   padding: 0 10px 0 0; }



.LPHead {
color:#0A6C9D;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bolder;
line-height:150%;
padding:0 0 6px;
text-decoration:none;
}


.LPText {
color:#3C5266;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
line-height:125%;
padding:0 0 6px;
text-decoration:none;
}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/