@font-face{
	font-family:'oswald';
	src:url(../fonts/oswald/Oswald-ExtraLight.ttf);	
}
@font-face{
	font-family:'oswald-bold';
	src:url(../fonts/oswald/Oswald-Bold.ttf);
}
﻿ 	/*  -----------------------------------------------------------------------
	    Redifine Tag ---------------------------------------------------------- */
	   	* {
			border:0; margin:0; padding:0;
			font-family: Arial, Helvetica, sans-serif;
			/*color:#66727a;*/
		}

		html { overflow-y:scroll; }
		body { background-color:#fff; text-align:center; }
		table, td, th, p, div, li, a, address, dl, dt, dd, input, select, textarea, label, strong, b {
			font-size:12px; 
			line-height:18px;
			text-align:left;
		}
		
		option {padding-left:5px;}

		td { vertical-align: top; }
		p {	padding-bottom: 18px; }
		abbr { cursor:text; }
		abbr span { display:block; }

		

		blockquote {
			margin:0 26px 0 26px;
			font-style:italic;
		}

		area {cursor:hand;}

		.layoutRow {width: 100%; } 
		.layoutColumn {width: 100%; line-height:28px; }

	/*  -----------------------------------------------------------------------
	    Shell ----------------------------------------------------------------- */
		#container {
			*cursor: default; /*IE7*/
			margin:0 auto;
			width:980px;
		}
		#container1 {
			margin:0 auto;
			/*width:960px;*/
		}

	/*  -----------------------------------------------------------------------
	    Header ---------------------------------------------------------------- */
		#header {
			padding:22px 0 0 15px;
			position:relative;
			z-index:98;
		}
		.style1 {color: #a8afb3}

		
	/*  -----------------------------------------------------------------------
	    Submenu --------------------------------------------------------------- */
		ul#submenu, ul#submenu li {
			margin:0; padding:0;
			list-style:none;
		}
		ul#submenu {
			background:#fff url("img/bg_submenu.jpg") top left no-repeat;
			padding:8px 12px 0 15px;
			* padding:8px 12px 0 0;
			min-height:400px;
		}
		ul#submenu li {
			background:url("img/bg_submenu_sep.gif") 15px bottom no-repeat;
			margin: 0 0 0 -10px;
			padding:8px 0;
		}
			ul#submenu li ul { margin:5px 0 0 20px; }
			ul#submenu li ul li { background:none; padding:4px 0; }
			ul#submenu li ul li ul { margin:3px 0 0 25px; }
			ul#submenu li ul li ul li { padding:3px 0 3px 0; }

		ul#submenu li div {	line-height:15px; padding-left:10px; }
		ul#submenu li ul li div { line-height:10px; }

		ul#submenu li a { line-height:13px; /*text-decoration:none!important;*/ }
		ul#submenu li a:link, ul#submenu li a:visited {text-decoration:none;}
		ul#submenu li a:hover {text-decoration:underline;}
		ul#submenu li ul li a { font-size:11px; }

		ul#submenu li a:hover span,
		ul#submenu li a:visited:hover span { color:#a8afb3; }

		/* Close with Submenu */
		ul#submenu li div.withsub,
		ul#submenu li.open ul li div.withsub,
		ul#submenu li.open ul li.open ul li div.withsub { background:url("img/i_arrowright.gif") 3px 5px no-repeat; }
		ul#submenu li.open ul li div.withsub { background-position:3px 4px; }

		/* Open with Submenu */
		ul#submenu li.open div.withsub,
		ul#submenu li.open ul li.open div.withsub,
		ul#submenu li.open ul li.open ul li.open div.withsub { background:url("img/i_arrowdown.gif") 2px 6px no-repeat; }
		ul#submenu li.open ul li.open div.withsub { background-position:1px 4px; }

		/*--------------------------------------extended------------------------------*/


	ul#submenu1 {


			background:url("img/bg_relatedlinks.gif") top left repeat-x;

			padding-top: 0em;
	    padding-right: .5em;
	    padding-bottom: 0.5em;
		}

	


	/*  -----------------------------------------------------------------------
	    Dropdown -------------------------------------------------------------- */
		

	/*  -----------------------------------------------------------------------
	    TBDropdown -------------------------------------------------------------- */
		ul.tbdropdown {
			display:none;
			position:relative;
			top:10px;			
			right:-1px;
		}

		ul.tbdropdown .toolbox, ul.tbdropdown .toolbox li { width:70px; display:block; }

		ul.tbdropdown li.page { background: url("img/bg_dd_doubleline.gif") bottom right no-repeat; }
		ul.tbdropdown li.page a { background:none; padding-right:5px; }
		ul.tbdropdown li { background: url("img/bg_dd_line.gif") bottom right no-repeat; }


		.b_dropdown span { 
			background:url("img/i_arrowdown.gif") right 4px no-repeat; 
			padding-right:9px; 
			color: #70727A;!important;
		}

		.b_dropdown:hover span { background-position:right -78px; cursor:hand;}

		.b_dropdown .open span { background:url("img/i_arrowup.gif") right 4px no-repeat; cursor:hand}

		.tb_dropdown span { 
			background:url("img/b_share_logo_16x16.jpg"); 
			background-position:0 0; background-repeat:no-repeat; padding-left:20px;
			color: #70727A;!important;
		}

		.tb_dropdown:hover span { background:url("img/b_share_logo_16x16.jpg"); background-repeat:no-repeat; cursor:hand;}

		.tb_dropdown .open span { background:url("img/b_share_logo_16x16.jpg"); cursor:hand; background-position:0 0; background-repeat:no-repeat; padding-left:20px;}


	/*****************extended****************************
	********************************************************/
	/*
		$(".b_dropdown", "#nav_sitemap").bind("click",function(){
			display = $(this).siblings("ul.dropdown").css("display");
			$(".b_dropdown").removeClass("open");
			$("ul.dropdown").hide();
			if(display=="block"){
				$(this).siblings("ul.dropdown").hide();
				$(this).removeClass("open");
			}else{
				$(this).siblings("ul.dropdown").show();
				$(this).addClass("open");
			}				   
		});
	});
	*/
	/*

	
	*/

	/*  -----------------------------------------------------------------------
	    Menu ------------------------------------------------------------------ */
	    /*
	    #menu {
			margin:0 auto;
			width:960px;
		}
		*/

		/*div#menu {
			background:#263743 url("./img/bg_menu_left.gif") top left no-repeat;
			padding-left:2px; margin-left:-15px;
		}*/

		



	/*------------------------end--------------------------------*/
	/*  -----------------------------------------------------------------------
			Col3 ------------------------------------------------------------------ */
			.col3_top {
				background: url("img/bg_col3_top.gif") top right no-repeat;
				margin:-4px -4px 0 0;

			}
			/*News*/
			.col3_news { padding-top: 0em;
	    padding-right: .5em;
	    padding-bottom: 0.5em;   }

	    /*--------------------------------extended------------------------------*/


	.col3_top1 {
				background: url("img/bg_relatedlinks.gif") top right repeat-x;


			}
			/*News*/
			.col3_news1 { padding-top: 0em;
	    padding-right: .5em;
	    padding-bottom: 0.5em;   }

	    /* --------------------------end-----------------------------------*/


	/*  -----------------------------------------------------------------------
	    Breadcrumbs ----------------------------------------------------------- */
		div#breadcrumbs {
			/*background:url("./img/bg_breadcrumbs_home.gif") bottom right no-repeat;*/
			padding:0 0 8px 15px;
		}
		div#breadcrumbs strong { display:none; }

		div#breadcrumbs a { font-size:11px;	line-height:11px; /*text-decoration:none!important;*/ }
		div#breadcrumbs a:link, div#breadcrumbs a:visited {text-decoration:none;}
		div#breadcrumbs a:hover { text-decoration:underline; }

		div#breadcrumbs span span { visibility:hidden; }
		div#breadcrumbs span {
			background:url("img/i_arrowright_black.gif") center center no-repeat;
			font-size:11px;
			line-height:11px;
			padding:0 2px 0 1px;
		}

		div#breadcrumbs span.i_arrowleft_sm {
			background-position: center center;
			background-repeat: no-repeat;
		}
		div#breadcrumbs_home {
			background:url("img/bg_breadcrumbs_home.gif") bottom right no-repeat;
			padding:0 0 8px 15px;
		}


	/*  -----------------------------------------------------------------------
	    Content --------------------------------------------------------------- */
		#content { 
			padding:0 15px; 
			width:525px;
			*overflow:hidden; /*IE7*/
		}

		/* html #content { width:555px; }/*IE6*/    */
		#content * { color:#000; }
		#content a:link, #content a:active, #content a:visited, #content a:link *, #content a:active *, #content a:visited * { color:#66727a; outline:none; }
		#content a:hover, #content a:visited:hover, #content a:hover *, #content a:visited:hover * {
			color:#000;
			text-decoration:underline;
		}

		#content_home * { color:#000; }
		#content_home a:link, #content_home a:active, #content_home a:visited, #content_home a:link *, #content_home a:active *, #content_home a:visited * { color:#66727a; outline:none; }
		#content_home a:hover, #content_home a:visited:hover, #content_home a:hover *, #content_home a:visited:hover * {
			color:#000;
			text-decoration:underline;
		}

		#content.nopic_header {
			background:url("img/bg_content.gif") top left repeat-x;
			border-top:3px #f1f2f3 solid;
			padding-top:20px;
		}

		.pic_header {
			display:block;
			width:555px; 
			height:150px;
			margin-bottom:15px;
		}

.box_home { clear:both;	padding:15px 30px 15px 15px; }
			.box_home .title1 { background:url("img/bg_linetitle_onwhite.gif") bottom left no-repeat; }


		/*  -----------------------------------------------------------------------
			Buttons --------------------------------------------------------------- */
			.b {
				font-size:11px;
				line-height:14px;
				text-decoration:none!important;
			}

			.b_topwrap {
				border-top:1px #e9ebec solid;
				display:block;
				clear:both;
				padding-top:3px;
				text-align:right;
			}
				.b_topwrap.afterbox { border:0; margin-top:-25px; padding:0; }
				.b_topwrap.afterpaging { margin-top:-19px; }


			.b_top, .b_back, .b_download, .b_link, .b_dropdown, .b_download_webcast, .b_previous, .b_next, .b_plus, .b_video, .b_minus, .b_arrowleft, .b_help {
				text-decoration:none!important;
			}

			.tb_dropdown { text-decoration:none!important; }
			
			.b_top { background:url("img/i_arrowup.gif") 0px 6px no-repeat; padding-left:11px; }
			.b_back { background:url("img/i_arrowleft.gif") 0px 5px no-repeat; padding-left:10px; }
			.b_top:hover, .b_back:hover { background-position: 0px -76px; }
			.b_back { float:right; margin-left:10px;}

			.b_download { background:url("img/b_download.gif") 0px 2px no-repeat; padding-left:15px; }
			.b_download:hover { background-position: 0px -66px; }


			.b_download_webcast { background:url("img/b_download_webcast.gif") 0 0 no-repeat; padding-left:17px; }
			.b_download_webcast:hover { background-position:0 -67px; }

			.b_linkwrap { background:url("img/bg_gradient_bottom.gif") bottom left repeat-x; }
			.b_linkwrap div { background:url("img/bg_gradient_top.gif") top left repeat-x; padding:5px 10px; }

			.b_link { background:url("img/b_boxarrow_onwhite.gif") 0 2px no-repeat; padding-left:17px; }
			.b_link:hover { background-position:0 -65px; }

			.b_previous { background:url("img/i_arrowleft.gif") 0px 6px no-repeat; *background-position:0px 7px;/*IE7*/ padding-left:8px; }
			.b_previous:hover, .b_previous.dead { background-position: 0px -75px; *background-position:0px -74px;/*IE7*/ }
			.b_previous.dead { color:#000!important; cursor:default; background-position: 0 7px!important; }

			.b_next { background:url("img/i_arrowright.gif") right 6px no-repeat; *background-position:right 7px;/*IE7*/ padding-right:8px; }
			.b_next:hover { background-position: right -75px; *background-position:right -74px;/*IE7*/ }
			.b_next.dead { color:#000!important; cursor:default; background-position: right 6px; }

			.b_plus, .b_minus {  padding-left:17px; text-decoration:none!important; background-position:0 2px; *background-position:0 4px;/*IE7*/ background-repeat:no-repeat; }
			.b_plus { background-image:url("img/b_plus.gif"); }
			.b_minus { background-image:url("img/b_minus.gif"); }
			.b_plus:hover, .b_minus:hover { background-position:0 -65px; *background-position:0 -63px;/*IE7*/ }

			.b_video { background:url("img/b_video.gif") top left no-repeat; }
			.b_video:hover { background-position:0 -67px; }

			.b_arrowleft { background:url("img/b_arrowleftl.gif") top right no-repeat;
				display:block;
				float:left;
			 }
				.b_arrowleft:hover span { text-decoration:none!important; background-position:0 -34px; }
				.b_arrowleft span {
					background:url("img/b_arrowleft.gif") top left no-repeat;
					cursor:pointer;
					display:block;
					height: 19px;
					line-height:18px;
					margin-right:3px;
					padding: 0 7px 0 21px;
				}
				*html .b_arrowleft span { display: inline-block; }

			/* 2008-05-05 START */
			.b_filterarrowleft { background:url("img/b_arrowleftl.gif") top right no-repeat;
				text-decoration:none!important;
				display:inline-block;
				/*float:left;*/
			 }
				.b_filterarrowleft:hover span { text-decoration:none!important; background-position:0 -34px; }
				.b_filterarrowleft span {
					text-decoration:none!important;
					background:url("img/b_arrowleft.gif") top left no-repeat;
					cursor:pointer;
					display:inline-block;
					height: 19px;
					line-height:18px;
					margin-right:3px;
					padding: 0 7px 2px 21px;
				}
				*html .b_filterarrowleft span { display: inline-block; }
			/* 2008-05-05 END */

			.b_help {
				background:url("img/b_help.gif") top left no-repeat;
				display:block;
				text-indent:-9999px;
				width:20px; height:20px;
			}
			.b_help:hover { background:url("img/b_help.gif") 0px -35px no-repeat; }

			
			/*Thumbs*/
			.b_thumbs {
				background:none!important;
				float:left;
				padding:0!important;
			}
			.b_thumbs a {
				border:1px #a8afb3 solid;
				display:block;
				float:left;
				margin-right:10px; 
				margin-top:10px;
				position:relative;
				text-align:center;
				width:88px; 
				height:88px;
			}
			.b_thumbs a:hover { border-color:#000; }
				* html .b_thumbs a { width:90px; height:90px; margin-right:5px; }
				.b_thumbs a.first { margin:0; }

				.b_thumbs a span.b_video {
					cursor:pointer;
					display:block;
					position:absolute;
					text-decoration:none!important;
					text-indent:-9999px;
					top:-4px; right:4px;
					width:15px; height:15px;
					z-index:99;
				}
				.b_thumbs a:hover span { background-position:0 -67px; }



	/*  -----------------------------------------------------------------------
	    Fonts ----------------------------------------------------------------- */
		h1, h2, .title1 { color:#000; }
		h1 {
			background:url("img/bg_h1.gif") bottom left no-repeat;
			font-size:21px; 
			line-height:23px;
			font-weight:normal;
			padding-bottom:4px; 
			margin-bottom:30px;
			text-indent:-1px;
		}
		h2 {
			font-size:16px; 
			line-height:20px;
			margin:30px 0 10px 0;
		}
		h3 {
			font-size:14px; 
			line-height:17px;
			margin:15px 0 8px 0;
		}
		h4 {
			color:#555!important;
			font-size:14px; 
			line-height:17px;
			font-weight:normal;
			margin:5px 0;
		}
		h5, h6 {
			color:#666!important;
			font-size:12px; 
			line-height:15px;
			font-weight:normal;
			margin-bottom:5px;
		}

		small {
			font-size:11px;
			line-height:13px;
			text-decoration:none!important;

		}
		a:hover small { *text-decoration:underline!important;}

		.title1 {
			background:url("img/bg_linetitle_ongrey.gif") bottom left no-repeat;
			display:block;
			font-size:16px; 
			line-height:15px!important;
			font-weight:bold;
			margin:0 0 16px 0; 
			padding-bottom:5px;
		}
		.title2 {
			background:url("img/bg_linetitle_onwhite.gif") bottom left no-repeat;
			font-size:14px; 
			line-height:18px;
			font-weight:bold;
			margin:15px 0 12px 0; 
			padding:0 0 7px 0;
		}

		.title_pr {
			font-size:12px; 
			line-height:15px;
			margin:0 0 18px 0;
		}
		h1.title_long { clear:both; padding-top:15px; }

		.link1 {
			font-weight:bold;
                        text-decoration: underline;
			/*text-decoration:none!important;*/
		}
		
		.note {
			color:#a8afb3!important;
			font-size:11px; 
			line-height:14px;
			text-align:right;
		} * html .note { padding:0; }

		.blurb1 {
			clear:both;
			padding-top:10px;
		}

	/*  -----------------------------------------------------------------------
	    Forms ----------------------------------------------------------------- */
		input, select, textarea {
			border:1px #dbdbdb solid;
			border-bottom:1px #bababa solid; 
			border-right:1px #bababa solid;
			/*2008-05-05*/ /*color:#a8afb3;*/ color:#66727a!important;
			font-size:11px; 
			line-height:13px;
			/*2008-05-05*/ /*padding:2px 1px 2px 4px;*/ padding:1px 1px 2px 4px;
			/*2008-05-05*/ /* *padding:3px 1px 1px 4px; /*IE7*/ */ *padding:2px 1px 1px 4px; /*IE7*/
		}

		/*2008-05-05 START*/
		* html input { line-height:13px; } /*IE6*/
		option { color:#66727a!important; }
	
		/*Sizes*/
		.input_size1 { width:130px;	}
		.input_size2 { width:275px;	}
			*+html .input_size2 { width:270px; } /*IE7, OP*/
			.input_size2 { *width:275px!important; } /*IE7*/
		.input_size3 { width:200px;	}
			*+html .input_size3 { width:195px; } /*IE7, OP*/
			.input_size3 { *width:200px!important; } /*IE7*/
		/* 2008-05-05 END */

			.input_bg { width:160px; }
			.input_year { width:75px; }

			/*Search*/
			.frm_search {
				position:absolute;
				top:23px; 
				right:17px;
			}
			.frm_search * {	float:left;	}

			#dp_search {
				margin-top:1px;
				margin-right:8px;
				text-decoration:none!important;
			}
			#str_search { width:152px; *width:147px;/*IE7*/ }
			/*#b_find {
				background:url("./img/b_find.gif") top right no-repeat;
				font-size:11px; 
				line-height:14px;
				margin:0 5px 0 7px; padding:0;
				text-decoration:none;
				color:#e9ebec;

			}*/
			#b_find {
				background:url("img/b_find.gif") top left no-repeat;
				border:0;
				cursor:pointer;
				padding:1px 5px 3px 25px;
				*padding:3px 0px 1px 28px; /*IE7*/
				margin:0 6px;
				color:#e9ebec!important;
			}
			#b_find span{
				background:url("img/b_find.gif") top left no-repeat;
				border:0;
				cursor:pointer;
				padding:1px 5px 3px 25px;
				*padding:3px 0px 1px 28px; /*IE7*/
				margin:0 6px;
				color:#e9ebec!important;
			}
			/*#b_find span {
				background:url("./img/b_find_l.gif") top left no-repeat;
				border:0;
				color:#e9ebec!important;
				cursor:pointer;
				margin:0!important;
				padding:2px 9px 4px 27px!important;
				height:20px;
				color:#e9ebec;
			}
		 	* html #b_find span {  padding-top:2px; }*/ /*IE6*/
			#b_find:hover span {  background-position: 0 -35px; }
			#b_find:hover { background-position: 0 -35px; }

			/*Checkbox*/
			input.checkbox { border:0; margin:0; padding:0; }
			* html input.checkbox { margin-bottom:-2px; }


			/*Checkbox*/
			input.checkbox { border:0; margin:0; padding:0; }
			* html input.checkbox { margin-bottom:-2px; }

		label { font-weight:bold; }
		label span { font-weight:normal; }

		.mandatory { padding:0; }

		ol.frm, ol.form li { margin:0; padding:0; list-style:none; }
		ol.frm { margin-top:3px; }

		ol.frm li {	float:left;	width:52%; }
		ol.frm li { padding:10px 0; }
		ol.frm li.col2 { width:47% }
		ol.frm li.full { width:100%; }

		ol.frm li label { display:block; margin-bottom:2px; }
		ol.frm li input { width:217px; }
			*+html ol.frm li input { width:212px; } /*IE7, OP*/
			ol.frm li input { *width:217px!important; } /*IE7*/
		ol.frm li select { width:224px; }
			*+html ol.frm li select { width:224px; } /*IE7, OP*/
			ol.frm li select { *width:224px!important; } /*IE7*/
			* html ol.frm li select {  width:224px!important; } /*IE6*/
		ol.frm li select.subject { width:481px; }
			*+html ol.frm li select.subject { width:481px; } /*IE7, OP*/
			ol.frm li select.subject { *width:481px!important; } /*IE7*/
			* html ol.frm li select.subject {  width:481px!important; } /*IE6*/	
		ol.frm li.full textarea { width:459px; height:70px; }
			*+html ol.frm li.full textarea { width:454px; } /*IE7, OP*/
			ol.frm li.full textarea { *width:459px!important; } /*IE7*/



	/*  -----------------------------------------------------------------------
	    Thumbnails ------------------------------------------------------------ */
		.thumbnail_container{
			height:163px;
			width:163px;
			border:1px solid #e9ebec;
		}

		.thumbnailsm_container{
			height:88px;
			width:88px;
			border:1px solid #e9ebec;
		}


	/*  -----------------------------------------------------------------------
	    List ------------------------------------------------------------------ */
	
		/*News*/
		ul.list_news,
		ul.list_news li { margin:0; padding:0; list-style:none; }

		ul.list_news { margin:-10px 0; }
		ul.list_news li img { margin-bottom:7px; }
		ul.list_news li { background:none; padding:10px 0;line-height:15px; }
		ul.list_news li a { text-decoration:none!important; line-height:15px; }
		ul.list_news li a strong { line-height:15px;  }

		ul.list_news li p { margin:7px 0 0 0; padding:0; color:#000; }

		/*News Content*/
		ul.list_newscontent,
		ul.list_newscontent li { margin:0; padding:0; list-style:none; }

		ul.list_newscontent { margin:-10px 0 7px 0; }
		ul.list_newscontent li { background:none; padding-bottom:6px; }
		ul.list_newscontent.with_btn { margin-bottom:-15px; }

		ul.list_newscontent li p.byline { padding-bottom:5px; }

		/*News Home*/
		ul.list_newshome,
		ul.list_newshome li { margin:0; padding:0; list-style:none; }

		ul.list_newshome { margin:-10px 0 10px 0; }
		ul.list_newshome li img { margin-bottom:7px; }
		ul.list_newshome li { background:none; padding:10px 0; line-height:15px; }
		ul.list_newshome li .byline { padding-bottom:3px; }
		ul.list_newshome li a { font-weight:bold; line-height:15px; /*text-decoration:none!important;*/ }
		ul.list_newshome li a:link, ul.list_newshome li a:visited {text-decoration:none;}
		ul.list_newshome li a:hover {text-decoration:underline;}

		/*Event Description*/
		ul.list_eventdescription,
		ul.list_eventdescription li { margin:0; padding:0; list-style:none; }
		ul.list_eventdescription li { background:none; padding-bottom:6px; }

		/*Galleries*/
		ul.list_expandable,
		ul.list_expandable li { margin:0; padding:0; list-style:none; }

		ul.list_expandable li { background:none; padding:3px 0; }
		ul.list_expandable li a span { display:none; }

		ul.list_expandable li ul { margin-left:18px; display:none; }
		ul.list_expandable li ul.open { display:block; }
		ul.list_expandable li ul li { padding:0; }
		ul.list_expandable li ul li a {
			background:url("img/i_arrowright_sm2.gif") 0 5px no-repeat; *background-position:0 4px;/*IE7*/
			font-size:11px; line-height:13px;
			padding-left:11px;
			text-decoration:none!important;
		}
		ul.list_expandable li ul li a:hover { background-position: 0 -76px; *background-position:0 -77px;/*IE7*/ }

		/*List Bios*/
		ul.list_bios,
		ul.list_bios li { margin:0; padding:0; list-style:none; }

		ul.list_bios { margin-bottom:20px; }
		ul.list_bios li {
			padding-bottom:10px;
			float:left;
			width:247px;
		}
			ul.list_bios li a.bio_pic {
				float:left;
				border:1px #a8afb3 solid;
				margin:0 10px 0 0;
			}
			ul.list_bios li a:hover.bio_pic { border-color:#000; }

			ul.list_bios li a.bio_pic img { display:block; }
			ul.list_bios li p {
				width:130px;
				float:left;
			}

			.familyname { text-transform:uppercase; }


	/*  -----------------------------------------------------------------------
	    Tabs ------------------------------------------------------------------ */
		


	/*  -----------------------------------------------------------------------
	    Table Listing --------------------------------------------------------- */

		/*Tables Rows & Cols*/
		table.tb_listing {
			margin-bottom:30px;
			position:relative;
			width:100%;
		}
		table.tb_listing td     { padding:5px 10px 5px 10px; border-right:0px #ffffff solid;border-left:0px #ffffff solid;border-bottom:1px #f6f6f6 solid; }
		table.tb_listing tr     { background:#f4f5f5; border-bottom:1px #d4d8da solid;}
		table.tb_listing tr.tr1 { background:#f4f5f5; border-bottom:1px #d4d8da solid;}
		table.tb_listing tr.tr2 { background:#fafafa; border-bottom:1px #d4d8da solid;}
		
		/*Cols Titles*/
		table.tb_listing th {
			background:#e9ebec;
			border-bottom:1px #d4d8da solid;
			border-right:1px #d4d8da solid;
			border-left:0px #ffffff solid;
			font-size:12px;	line-height:17px!important;
			padding:5px 10px 5px 10px;
			margin-bottom:10px;
		}
		
		@media print {
			table.tb_listing td {border:1px #d4d8da solid;}
			table.tb_listing th {border:1px #d4d8da solid;}
			table.tb_listing tr {background-color:#FFFFFF; background:#FFFFFF;}
			table.tb_listing {border-collapse:collapse;}
		}
		
	/* Original tb_listing from twistimage -- Used for Projects page*/
	table.tb_listing_old {
		margin-bottom:30px;
		position:relative;
		width:100%;
	}
	table.tb_listing_old tbody td { padding:10px 15px 8px 15px; }
	
	table.tb_listing_old tbody tr.sep td { background:#fff url(img/bg_linetr.gif) top left no-repeat; }
	table.tb_listing_old tbody tr.sep td { padding:1px 0 0 0; line-height:0px; }
	
	table.tb_listing_old tbody tr.sep.firstrow td {  padding:10px 0 0 0; background-position:bottom left; }
	
	table.tb_listing_old th {
		background-color:#e9ebec;
		border-bottom:1px #a8afb3 solid;
		border-right:3px #fff solid;
		font-size:11px;	line-height:14px!important;
		padding:6px 15px 5px 15px;
		margin-bottom:10px;
	}
	table.tb_listing_old th.lastcol { border-right:0; }
	
	table.tb_listing_old th.sortable { padding:0; }
	table.tb_listing_old th.sortable.selected { background-color:#d3d7d9; border-bottom:1px #66727a solid; }
	table.tb_listing_old th.sortable a {
		display:block;
		font-size:11px;	line-height:14px!important;
		padding:6px 22px 5px 15px;
		text-decoration:none!important;
	}
	table.tb_listing_old th.sortable.desc a { background:url(img/i_arrowdown_big.gif) 4px center no-repeat; }
	table.tb_listing_old th.sortable.asc a { background:url(img/i_arrowup_big.gif) 4px center no-repeat; }
	/* table.tb_listing_old th.sortable a:hover { background-position: bottom right; } */
	table.tb_listing_old th.sortable a span { display:none; }
	
	table.tb_listing_old tfoot td {	padding:13px 0 0 0; }
	table.tb_listing_old tfoot .paging { margin-top:-13px; }
	
	table.tb_listing_old td span.iefix,
	table.tb_listing_old td abbr { display:block; width:65px; }
	
	table.tb_listing_old tbody.all_clickable tr td { font-weight:bold; color:#66727a!important; } 
	table.tb_listing_old tbody.all_clickable tr td.hover { color:#000!important; /*cursor:pointer;*/ }
	table.tb_listing_old tbody.all_clickable tr td.hover a { color:#000!important; } 
	table.tb_listing_old tbody tr td.hover { background-color:#f5f5f5; } 
	
		



	/*  -----------------------------------------------------------------------
	    Table TSX ------------------------------------------------------------- */
		table.tb_tsx { width:200px; margin-bottom:13px; }
		table.tb_tsx td,
		table.tb_tsx th {
			padding-top:3px;
			font-size:11px;
			line-height:14px;
		}
		table.tb_tsx td {
			font-weight:bold;
			text-align:right;
			width:40%;
		}
		table.tb_tsx th {
			font-weight:normal;
			padding-left:17px;
			text-align:left;
			width:60%;
		}


	/*  -----------------------------------------------------------------------
	    Blocks ---------------------------------------------------------------- */
		/*  -----------------------------------------------------------------------
			Toolkit --------------------------------------------------------------- */
			

		/*  -----------------------------------------------------------------------
			Related Links --------------------------------------------------------- */
			#relatedlinks {
				background:url("img/bg_relatedlinks.gif") top left repeat-x;
				border-top:1px #d8d9da solid;
				padding:15px;
				min-height:285px;
			}
				#relatedlinks ul li { background-image:url("img/b_boxarrow_ongrey.gif"); }

		/*  -----------------------------------------------------------------------
			Simple Gradient ------------------------------------------------------- */
			#simplegradient {
				background:url("img/bg_simplegradient.gif") top left repeat-x;
				height:48px;
			}


		/*  -----------------------------------------------------------------------
			Col3 ------------------------------------------------------------------ */
			

		/*  -----------------------------------------------------------------------
			Home ------------------------------------------------------------------ */
			
			
			/*Divisions*/
			.divisionshome_top {
				background:url("img/bg_divisionshome_top.jpg") top right no-repeat;
				/*margin:-4px 0 -0px 0px;*/
				overflow:hidden;
				width:249px; 
				height:247px;
				*height:247px; /*IE7*/
				/*position:relative;*/
				top:-4px; 
				right:0px;
				z-index:2;
			}
			* html .divisionshome_top { height:247px; } /*IE6*/
			.divisionshome_box { padding:16px 19px 2px 15px; }
				.divisionshome_box img { display:block;	}
				.divisionshome_box select {
					border-right:0;
					padding:0; 
					margin-bottom:14px;
					width:100%;
				}
				* html .divisionshome_box select { width:215px; } /*IE6*/
				.divisionshome_box h2.title1 {
					background:none;
					padding:0 0 6px 0; 
					margin:0;
				}

			/*News*/
			.home4_top {
				background:url("img/bg_home4_top.jpg") top right no-repeat;
				margin:0 0 0 -4px;
				width:249px;
				position:relative;
				top:-5px; 
				right:-3px;
			}
			.home4_news { padding:19px 19px 15px 15px; }



		/*  -----------------------------------------------------------------------
			Press Releases -------------------------------------------------------- */
			
		/*  -----------------------------------------------------------------------
			News/Events/Featured -------------------------------------------------- */
			.itempic {
				border:1px #e9ebec solid;
				float:left;
				margin:0 15px 0 0;
				height:88px;
				width:88px;
			}

			.featuredpic {
				border:1px #a8afb3 solid;
				float:left;
				margin:5px 10px 0 0;
			}
			.featuredpic img { display:block; }
			.featuredpic:hover { border-color:#000; }

			.caption {
				clear:both;
				padding:10px 0 10px 0;
				width:190px;
			}
			.caption span {
				border-top:1px #d4d8da solid;
				display:block;
				padding-top:2px;
			}

		/*  -----------------------------------------------------------------------
			Filter ---------------------------------------------------------------- */
			.filters {
				background-color:#f4f5f5;
				padding:15px; 
				margin-bottom:3px;
				position:relative;
			}
			.filters_title {
				padding-right:5px;
				font-size:14px; 
				line-height:18px;
			}
			.filters p { padding:10px 0 0 0; }
			.filters select.input_size2 { margin-right:5px; }

			.filters .b {
				position:absolute;
				top:17px; 
				right:15px;
			}
			* html .filters .b { right:42px; } /*IE6*/

		/*  -----------------------------------------------------------------------
			FAQ ------------------------------------------------------------------- */
			.faq dt {
				background:#fff url("img/bg_linetr.gif") top left no-repeat;
				padding:10px 15px 8px 15px;
				*padding-bottom:10px; /*IE7*/
			}

			.faq dd {
				display:block!important;
				padding:0 32px;
			}

			.faq dt a {
				background:#fff url("img/b_plus.gif") 0px 2px no-repeat;
				font-weight:bold;
				text-decoration:none;
				padding-left:17px;
				color:black!important;
			}
				.faq dt a:hover { background-position:0px -65px!important; text-decoration:underline;}
				/*.faq dt a span { display:none; }*/
				.faq dt.open a { background-image:url("img/b_minus.gif"); }

			.faq dd.open { display:block; }


		/*  -----------------------------------------------------------------------
	  		exp_coll_content ------------------------------------------------------------------- */

			.general_content_collapse {
				background:#fff url("img/b_plus.gif") 0px 2px no-repeat!important;
				font-weight:bold;
				/*text-decoration:none!important;*/
				padding-left:17px;
			}
	
			.general_content_expand {
				background:#fff url("img/b_minus.gif") 0px 2px no-repeat!important;
				font-weight:bold;
				/*text-decoration:none!important;*/
				padding-left:17px;
			}

		/*  -----------------------------------------------------------------------
			Media Library --------------------------------------------------------- */
			.agreement {
				float:right;
				margin-top:-35px; 
				margin-right:15px;
			}
			* html .agreement { margin-right:10px; } /*IE6*/
			.agreement .checkbox { margin-right:2px; }

			.librarypic { border:1px #e9ebec solid; display:block;	}
			.librarypic_desc { text-align:center; padding:7px 0; }

			.thumbs { padding-top:15px; }
			.thumbs a {
				border:1px #a8afb3 solid;
				display:block;
				float:left;
				margin-left:11px;
				position:relative;
				text-decoration:none!important;
				width:88px; 
				height:88px;
			}
			.thumbs a:hover { border-color:#000; }
				* html .thumbs a { width:88px; height:88px; margin-left:11px; }
				* html .thumbs a.first { width:88px; height:88px; margin-right:0px; }
				.thumbs a.first { margin:0; }

				.thumbs a span.b_video {
					cursor:pointer;
					display:block;
					position:absolute;
					text-decoration:none!important;
					text-indent:-9999px;
					top:-4px; 
					right:4px;
					width:15px; 
					height:15px;
					z-index:99;
				}
				.thumbs a:hover span { background-position:0 -67px; }

			.paging.afterthumbs {
				border:0!important;
				padding-top:10px!important; padding-bottom:20px!important;
			}

			.box.library_download {	margin:15px 0 20px 0; }

			.col .links .b_download a {
				padding: 0px 0px 0px 10px;
				line-height: 24px;
            }


	/*  -----------------------------------------------------------------------
	    Box ------------------------------------------------------------------- */
		.box {
			border:1px #e6e6e6 solid;
			position:relative;
			margin-bottom:30px;
			width:100%;
		}
			/*Big*/
			.box span.box_corner {
				background:url("img/bg_boxcorner.gif") top right no-repeat;
				display:block;
				position:absolute;
				top:-1px; right:-1px;
				width:20px; height:18px;
			} * html .box span.box_corner { right:-2px; } /*IE6*/

			.box h2 {
				background:url("img/bg_boxtitle.gif") bottom left repeat-y;
				font-size:16px; line-height:20px;
				font-weight:bold;
				margin:0; padding:15px;
			}
			.box h3 {
				background:url("img/bg_linetitle_onwhite.gif") bottom left no-repeat;
				font-size:14px; line-height:18px;
				font-weight:bold;
				margin:15px 0 12px 0; padding:0 0 7px 0;
			}

			.box_content {
				background:url("img/bg_boxtitle_dshadow.gif") top left no-repeat;
				background-color:#fff;
				padding:4px 15px 15px 15px;
			}

			.box_content a {color:black!important;}

			/*SM*/
			.box.box_sm h2 { background:url("img/bg_boxtitle_sm.gif") bottom left repeat-y; }
			.box.box_sm .box_content { background:url("img/bg_boxtitle_sm_dshadow.gif") top left no-repeat; }


			/*No Title*/
			.box .box_content.notitle { padding-top:15px; }

				.box_content .date {font-size:11px;}

			/* Multimedia Library */
			

	/*  -----------------------------------------------------------------------
	    Wrapper Box ----------------------------------------------------------- */
		.box_wrap {
			clear:both;
			padding:15px 0;
		}
			.box_wrap .b {
				clear:both;
				margin-top:10px;
			}

	/*  -----------------------------------------------------------------------
	    Columns --------------------------------------------------------------- */
		.col { float:left; }

		.col.half { width:47%; margin-right:25px; }
		.col.third { width:31%; margin-right:15px; }
		.col.lastcol { margin:0; float:right; }
		.col.lastrow { padding-bottom:0; }


	/*  -----------------------------------------------------------------------
	    Icons ----------------------------------------------------------------- */
		.i_reportype1 {
			background:url("img/tmp_reporttype.gif") top left no-repeat;
			display:block;
			text-indent:-9999px;
			width:19px; height:19px;
		}


	/*  -----------------------------------------------------------------------
	    Paging ---------------------------------------------------------------- */
		.paging { border-top:1px #e9ebec solid; padding:13px 0 11px 0; }
		.paging a, .paging span { display:block; float:left; }
		.paging span.sep {
			background: url("img/sep_division.gif") center center no-repeat;
			display:block;
			width:15px; height:18px;
			text-indent:-9999px;
		}
		.paging .allpages a { text-decoration:none!important; padding:0 3px 2px 3px; }
		.paging .totalpages { float:right; }


	/*  -----------------------------------------------------------------------
	    Footer ---------------------------------------------------------------- */
	    		#footer { clear:both; padding-top:20px; }

			/* Nav Redundant/Privacy Footer */
			#footer .nav li a,
			#footer .nav li a strong {
				font-size:11px; line-height:15px;
				font-weight:normal;
				/*text-decoration:none!important;*/
			}
			#footer .nav li a strong { color:#000; background: white;}

			#footer .nav li a:link, #footer .nav li a:visited {text-decoration:none;}
			#footer .nav li a:hover {text-decoration:underline;}

			#nav_redundant { margin-left:15px; }
			/*ul#nav_redundant a:visited:hover { color:#009dd9; }*/

			#footer_wrapper {
				border-top:1px #dcdfe1 solid;
				margin-top:5px;
				padding:0 15px 15px 0px;

			}

				#footer_wrapper .nav {
					float:right;
					margin-top:5px;
					margin-right:-12px;

				}
				
				#footer_wrapper #olympics {
					margin-top: 0px; 
					margin-right: 125px;  
					padding-bottom: 0px; 
					float: left
				}
				

				#footer_wrapper #copyright {
					color:#a8afb3;
					float:center;
					font-size:11px;
					line-height:15px;
					margin-top:7px;
					font-weight:normal;
				}

				#footer_wrapper #copyright IMG {
					margin-left: 12px
				}

				#link{
					clear:both;
					font-size:11px;
					line-height:15px;
					font-weight:normal;
					text-decoration:none;
					color:#a8afb3;
					background: white;
				}
	/*  -----------------------------------------------------------------------
	    Divisions Colors ------------------------------------------------------ */
		/*Corporate*/
		

  Divisions Colors ------------------------------------------------------ */
		/*Corporate*/
		.corporate div#menu ul li.selected { background-color:#707070; }
		.corporate ul#nav_divisions li.selected a,
		.corporate div#breadcrumbs a.current,
		.corporate ul#nav_divisions li a:hover,
		.corporate ul#nav_divisions li a:visited:hover,
		.corporate ul#submenu li div.active a { color:#005883; }
		.corporate div#breadcrumbs span.i_arrowleft_sm { background-image:url("img/corporate/i_arrowright_sm.gif"); }
		.corporate #footer .nav li a strong { color:#005883; }
		.corporate .paging .allpages a.selected { color:#005883!important; }
		.corporate .paging .allpages a.selected { background:url("img/corporate/i_arrowup_sm.gif") bottom center no-repeat; }
		.corporate ul#submenu li div.active, /* Active without Submenu */
		.corporate ul#submenu li.open ul li div.active,
		.corporate ul#submenu li.open ul li.open ul li div.active { background:url("img/corporate/i_arrowright_sm.gif") 3px 4px no-repeat; }
		.corporate ul#submenu li.open div.withsub.active, /* Open with Submenu and Active */
		.corporate ul#submenu li.open ul li.open div.withsub.active,
		.corporate ul#submenu li.open ul li.open ul li.open div.withsub.active { background:url("img/corporate/i_arrowdown_sm.gif") 2px 5px no-repeat; }
		.corporate ul#submenu li.open ul li.open div.withsub.active { background-position:1px 5px; }
		.corporate .thumbs a.selected { border-color:#005883; }
		.corporate ul.tabs li.selected a { color:#005883!important; }
		.corporate .subsubmenu ul li.active { background-image:url("img/corporate/i_arrowright_sm.gif"); }
		.corporate .subsubmenu ul li.active a { color:#005883!important; }
		.corporate label span,
		.corporate .mandatory span { color:#005883!important; }

		/*Aerospace*/
		.aerospace div#menu ul li.selected { background-color:#009dd9; }
		.aerospace ul#nav_divisions li.selected a,
		.aerospace div#breadcrumbs a.current,
		.aerospace ul#nav_divisions li a:hover,
		.aerospace ul#nav_divisions li a:visited:hover,
		.aerospace ul#submenu li div.active a { color:#009dd9; }
		.aerospace div#breadcrumbs span.i_arrowleft_sm { background-image:url("img/aerospace/i_arrowright_sm.gif"); }
		.aerospace #footer .nav li a strong { color:#009dd9; }
		.aerospace .paging .allpages a.selected { color:#009dd9!important; }
		.aerospace .paging .allpages a.selected { background:url("img/aerospace/i_arrowup_sm.gif") bottom center no-repeat; }
		.aerospace ul#submenu li div.active, /* Active without Submenu */
		.aerospace ul#submenu li.open ul li div.active,
		.aerospace ul#submenu li.open ul li.open ul li div.active { background:url("img/aerospace/i_arrowright_sm.gif") 3px 4px no-repeat; }
		.aerospace ul#submenu li.open div.withsub.active, /* Open with Submenu and Active */
		.aerospace ul#submenu li.open ul li.open div.withsub.active,
		.aerospace ul#submenu li.open ul li.open ul li.open div.withsub.active { background:url("img/aerospace/i_arrowdown_sm.gif") 2px 5px no-repeat; }
		.aerospace ul#submenu li.open ul li.open div.withsub.active { background-position:1px 5px; }
		.aerospace .thumbs a.selected { border-color:#009dd9; }
		.aerospace ul.tabs li.selected a { color:#009dd9!important; }
		.aerospace .subsubmenu ul li.active { background-image:url("img/aerospace/i_arrowright_sm.gif"); }
		.aerospace .subsubmenu ul li.active a { color:#009dd9!important; }
		.aerospace label span,
		.aerospace .mandatory span { color:#009dd9!important; }

		/*Transportation*/
		.transportation div#menu ul li.selected { background-color:#d42e12; }
		.transportation ul#nav_divisions li.selected a,
		.transportation div#breadcrumbs a.current,
		.transportation ul#nav_divisions li a:hover,
		.transportation ul#nav_divisions li a:visited:hover,
		.transportation ul#submenu li div.active a { color:#d42e12; }
		.transportation div#breadcrumbs span.i_arrowleft_sm { background-image:url("img/transportation/i_arrowright_sm.gif"); }
		.transportation #footer .nav li a strong { color:#d42e12; }
		.transportation .paging .allpages a.selected { color:#d42e12!important; }
		.transportation .paging .allpages a.selected { background:url("img/transportation/i_arrowup_sm.gif") bottom center no-repeat; }
		.transportation ul#submenu li div.active, /* Active without Submenu */
		.transportation ul#submenu li.open ul li div.active,
		.transportation ul#submenu li.open ul li.open ul li div.active { background:url("img/transportation/i_arrowright_sm.gif") 3px 4px no-repeat; }
		.transportation ul#submenu li.open div.withsub.active, /* Open with Submenu and Active */
		.transportation ul#submenu li.open ul li.open div.withsub.active,
		.transportation ul#submenu li.open ul li.open ul li.open div.withsub.active { background:url("img/transportation/i_arrowdown_sm.gif") 2px 5px no-repeat; }
		.transportation ul#submenu li.open ul li.open div.withsub.active { background-position:1px 5px; }
		.transportation .thumbs a.selected { border-color:#d42e12; }
		.transportation ul.tabs li.selected a { color:#d42e12!important; }
		.transportation .subsubmenu ul li.active { background-image:url("img/transportation/i_arrowright_sm.gif"); }
		.transportation .subsubmenu ul li.active a { color:#d42e12!important; }
		.transportation label span,
		.transportation .mandatory span { color:#d42e12!important; }


   Other/Hacks ----------------------------------------------------------- */
		.hide { display:none; }
		.fleft { float:left; }
		.fright { float:right; }

		.clearfix:after {
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
		}
		.clearfix {display:inline-block;}
		/* Hide from IE Mac \*/
		.clearfix {display:block;}
		/* End hide from IE Mac */

		* html .clearfix { height:1px; } /*IE6*/




.portlet-dlg-icon-label {
    font-weight: bold;
    color: #000000; 
    white-space: nowrap;
}


.portlet-icon-label {
    color: #000000;
}


.portlet-section-header {
    font-weight: bold;
    color: #333333;
}


.portlet-section-header-highlight {
    background-color: #F0F0F0;
}


.portlet-font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #333333;
}


.portlet-section-body {
}

.portlet-section-alternate {
}

.portlet-section-selected {
}

.portlet-section-footer {
}


.portlet-section-subheader {
    color: #333333;
}





.portlet-table-text {
}


.portlet-table-selected {
    color: #333333;
    background-color: #c5d1de;
}


.portlet-table-alternate {
    color: #333333;
}


.portlet-table-header {
    font-weight: normal;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
}




.portlet-table-body {
    text-align: left;
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
}

.portlet-table-footer{
}





.portlet-table-subheader {
    font-weight: bold;
    color: #000000;
    text-align: left;
}


.portlet-form-input-field {
    border: 1px solid #999999;
}


.portlet-form-button { 
    font-weight: bold;
    color: #000000;
    background-color: #DDDDDD;
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
    text-align: center;
}



.portlet-form-field, .portlet-form-field-label {
    color: #333333;
}


.portlet-font-dim {
    color: #808080;
}


.portlet-form-label {
    color: #333333;
}





.portlet-msg-error {
    color: #000000;
}


.portlet-msg-alert {
    color: #000000;
}


.portlet-msg-success {
    color: #000000;
}


.portlet-msg-info {
    color: #000000;
}


.portlet-section-text {
    color: #666666;
}


.portlet-msg-status {
    color: #333333;
}





.help {
	font-size: xx-small; COLOR: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.help_indent {
	font-size: xx-small; COLOR: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
A.help {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; COLOR: #3366CC
}
A.help:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; COLOR: #666699
}
A.help:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; COLOR: #3366CC
}
A.help:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; COLOR: #3366CC
}
H2.help {
	PADDING-left: 8px; font-weight: bold; font-size: x-small; COLOR: #000000; PADDING-TOP: 22px; BORDER-BOTTOM: 1px solid #B0B0B0; HEIGHT: 16px; BACKGROUND-COLOR: #F0F0F0; TEXT-ALIGN: left
}
H3.help {
	font-size: x-small; PADDING-left: 8px; font-weight: bold; PADDING-TOP: 3px; HEIGHT: 20px; BACKGROUND-COLOR: #F0F0F0
}
H3 A.help {
	font-size: x-small; COLOR: #000000; BACKGROUND-COLOR: #F0F0F0; TEXT-DECORATION: none
}
H4.help {
	PADDING-left: 8px; MARGIN: 16px 20px 0px 20px; COLOR: #000000; PADDING-TOP: 3px; HEIGHT: 20px; BACKGROUND-COLOR: #F0F0F0; TEXT-ALIGN: left
}
H4 A.help {
	font-weight: normal; font-size: xx-small; COLOR: #000000; font-style: italic; BACKGROUND-COLOR: #F0F0F0
}
P.help {
	PADDING-BOTTOM: 0px; MARGIN: 2px 20px 0px 30px; PADDING-TOP: 4px
}
P.help_indent {
	PADDING-BOTTOM: 0px; MARGIN: 2px 20px 0px 0px; PADDING-TOP: 4px
}
UL.help {
	MARGIN-left: 56px; MARGIN-right: 20px
}
OL.help {
	MARGIN-left: 56px; MARGIN-right: 20px
}
DL.help {
	MARGIN-left: 56px; MARGIN-right: 20px
}
PRE.help {
	MARGIN-left: 30px; font-family: monospace;
}
DT A.help {
	FONT-WEIGHT: 900; COLOR: #000000
}
DD.help {
	PADDING-BOTTOM: 20px; PADDING-TOP: 2px
}
LI.help {
	PADDING-BOTTOM: 2px; PADDING-TOP: 2px
}
TABLE.help {
	PADDING-right: 20px; PADDING-left: 30px; MARGIN-left: 28px
}
TH.help {
	TEXT-ALIGN: center; PADDING-TOP: 5px; PADDING-BOTTOM: 5px; VERTICAL-ALIGN: top;
}
TD.help {
	PADDING-BOTTOM: 3px; VERTICAL-ALIGN: top; PADDING-TOP: 3px; TEXT-ALIGN: left
}
samp {
    font-size: x-small;
}

TABLE.dataTable {
	color              : black; 
	width              : 90%;
	border-collapse    : collapse;
	border-color	   : Black;
	background-color   : white;  
	margin-left  : 28px;
}
.dataTable TH {
   font-weight: bold;
   font-size			: 0.7em;
   color                : black; 
   background-color  	: #F0F0F0;  
	
}

/* Basic Portlet Structure */

div.header {
   width: 100%;
   float: left;
}

div.headlines {
   width: 100%;
   float: left;
}

div.portletTools {
   float: right;
}

div.subheader {
   width: 100%;
   float: left;
}

div.content {
   width: 100%;
   float: left;
}

div.column {
   margin: 0;
   padding: 0;
   float: left;
}

div.grouping {}

div.endfloat {
   padding: 0;
   border: 0;
   clear: both;
}


/*                        Typographic Control  
*
* What's all this voice stuff?								
* IE5/Win renders font sizes as one unit larger than other browsers. 			
* Therefore, small in all browsers would look like medium in IE5/Win.				
* The Tantek Box Model Hack allows IE5/Win to be served a different font size than other browsers.	
* IE5/Win sees this style: voice-family:  "\"}\""; and mistakenly thinks the style is over. 		
* voice-family: inherit; allows other browsers to recover, and read the correct style. 		
* Opera has the same behavior as IE5/Win, so it never gets the right style. 			
* The "Be nice to Opera" rule at the end reinforces the correct style to Opera.		
* For more information: http://tantek.com/CSS/Examples/boxmodelhack.html 
*/

div.OOB h1 {
   margin: 0;
   padding: 0;
   font: normal normal normal x-large Helvetica, Arial, Verdana, sans-serif;  /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal xx-large Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h1 {
	   font: normal normal normal xx-large Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB h2 {
   margin: 0;
   padding: 0;
   font: normal normal normal large Helvetica, Arial, Verdana, sans-serif; /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal x-large Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h2 {
	   font: normal normal normal x-large Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB h3 {
   margin: 0;
   padding: 0;
   font: normal normal normal medium Helvetica, Arial, Verdana, sans-serif; /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal large Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h3 {
	   font: normal normal normal large Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB h4 {
   margin: 0;
   padding: 0;
   font: normal normal normal small Helvetica, Arial, Verdana, sans-serif; /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal medium Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h4 {
	   font: normal normal normal medium Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB h5 {
   margin: 0;
   padding: 0;
   font: normal normal normal x-small Helvetica, Arial, Verdana, sans-serif; /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal small Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h5 {
	   font: normal normal normal small Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB h6 {
   margin: 0;
   padding: 0;
   font: normal normal normal xx-small Helvetica, Arial, Verdana, sans-serif; /* for IE5/Win */
   voice-family: "\"}\""; 
   voice-family: inherit;
   font: normal normal normal x-small Helvetica, Arial, Verdana, sans-serif; /* for Compliant Browsers */
}
	html>div.OOB h6 {
	   font: normal normal normal x-small Helvetica, Arial, Verdana, sans-serif; /* Be nice to Opera */
	}

div.OOB p {
   font: normal normal normal xx-small Helvetica, Arial, Verdana, sans-serif;
}



/* Grouping Controls  */

div.grouping {
  float: left;
} 

div.grouping a {
   text-decoration: none;
}

div.grouping a img.float {
   border: 0;
   float: left;
}

div.grouping a img.inline {
   border: 0;
}



/* Getting Started Portlet Specific Styles  */
div#OOBgettingStarted div.header {
   width: 100%;
   background: #5598e9 url(images/oob/stars.html) top left no-repeat;
}

div#OOBgettingStarted div.headlines {
   color: #fff;
   background: transparent url(images/oob/largeHelpIcon.html) top right no-repeat;
}
	div#OOBgettingStarted div.headlines h1 {
	   padding-top: 22px;
  	   padding-left: 15px;
   	   padding-bottom: 0;
   	   padding-right: 183px;
	}
	div#OOBgettingStarted div.headlines h3 {
         padding-top: 4px;
  	   padding-left: 15px;
   	   padding-bottom: 18px;
   	   padding-right: 183px;
	   width: 502px;
	}

div#OOBgettingStarted div.portletTools {
   display: none;
}

div#OOBgettingStarted div.subheader {
   color: #fff;
   background: #1467cd;
}
	div#OOBgettingStarted div.subheader h4 {
	   padding: 20px 15px;
	}

div#OOBgettingStarted div.content {
   background: #e0edfd url(images/oob/corner-b-l-6.html) bottom left no-repeat;
}


div#OOBgettingStarted div.one,
div#OOBgettingStarted div.two {
   	margin-top: 15px;
	width: 48%;
}


div#OOBgettingStarted div.grouping {
   margin: 8px;
}
	div#OOBgettingStarted div.grouping h5 {
  	   padding-left: 73px;
	   color: #2A7DE3;
	   background: transparent;
	   font-weight: bold;
	}
	div#OOBgettingStarted div.grouping p {
	   margin: 0;
  	   padding-left: 73px;
	   color: #404040;
	   background: transparent;
	   font-size:x-small;
	   font-family:Verdana, Arial, Helvetica, sans-serif
	}

div#OOBgettingStarted div.corner-b-r-6 {
   height: 6px;
   background: transparent url(images/oob/corner-b-r-6.html) bottom right no-repeat;
}



/* Getting Started Help Portlet Specific Styles */
div#OOBgettingStartedHelp{
	/* IE bidi fix */
	padding-right: 5px;
	width: 94%;
}

div#OOBgettingStartedHelp div.header {
   display: none;
}

div#OOBgettingStartedHelp div.subheader {
   display: none;
}

div#OOBgettingStartedHelp h3 {
   	color: #222;
	padding: 5px 0 3px 0;
	background: #fff;
	margin: 0 0 4px 0;
}

div#OOBgettingStartedHelp h3.help {
	color: #222;
}

div#OOBgettingStartedHelp h6 {
   padding: 0 0 7px 0;
   margin: 0;
   color: #666;
   font-size:small;
   font-family: Arial, Helvetica, sans-serif;
}

div#OOBgettingStartedHelp h6 a { 
   color: #1C66C1;
   font-weight: normal;
   text-decoration: none;
}

div#OOBgettingStartedHelp h6 a:hover {
	color: #164ead;
	text-decoration: underline; }

div#OOBgettingStartedHelp h6.link {
	   margin-left: 3px;
  	   padding-left: 13px;
         background: transparent url(images/oob/bullet.html) left 5px no-repeat; }



/* Home Apps Portlet Specific Styles */

#OOBportalApps {
   width: 250px;
   /* Fixes bidi bug in IE */	
   padding-right: 5px;		
}

#OOBportalApps div.headlines {
   color: #000;
   background: #e4edfb url(images/oob/corner-t-l-6.html) top left no-repeat;
}

#OOBportalApps div.headlines h4{
   width: 224px;
   margin-left: 6px;
   padding-top: 13px;
   padding-left: 13px;
   padding-bottom: 10px;
   padding-right: 7px;
   font-weight: bold;
   background: transparent url(images/oob/corner-t-r-6.html) top right no-repeat;
}

#OOBportalApps div.portletTools {
   display: none;
}

#OOBportalApps div.subheader {
   display: none;
}

#OOBportalApps div.content {
   padding: 0;
   background: #E4EDFB url(images/oob/corner-b-l-6.html) bottom left no-repeat;
} 

#OOBportalApps div.columnone {
   padding: 0 6px;
}

#OOBportalApps a {
   color: #767676;
   background: transparent;
   text-decoration: none;
}

#OOBportalApps a img {
   margin-top: 0;
   border: 0;
   padding-top: 0;
   padding-left: 6px;
   padding-bottom: 0;
   padding-right: 7px;
}

#OOBportalApps div.grouping {
   padding: 1px 0;
   color: #767676;
   background: transparent;
   display: block;
}

#OOBportalApps div.grouping a {
   width: 238px;
   background: #e4edfb;
   float: left;
   -moz-border-radius: 4px;
    padding: 1px 0;
}

#OOBportalApps div.grouping a:hover {
   background: #B8D3FD;
}

#OOBportalApps div.grouping a h5 {
   margin-top: 0;
   padding-top: 7px;
   padding-left: 60px;
   padding-bottom: 0;
   padding-right: 6px;
   font-weight: bold;
}

#OOBportalApps div.grouping a p {
   margin: 0;
   padding-top: 1px;
   padding-left: 60px;
   padding-bottom: 3px;
   padding-right: 6px;
}

#OOBportalApps div.corner-b-r-6 {
   height: 6px;
   background: transparent url(images/oob/corner-b-r-6.html) bottom right no-repeat;
}



/* Home New Portlet Specific Styles */

#OOBportalWhatsNew {}

#OOBportalWhatsNew  .header h2 {
/* fixes bidi bug in IE */
   padding-right: 5px;
   padding-bottom: 2px;
   color: #1C66C1;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: x-large;
}

#OOBportalWhatsNew .header h6 {
/* fixes bidi bug in IE */
   padding-right: 5px;
   margin-right: 5px;
   background: transparent;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #888;
}

#OOBportalWhatsNew .columnone {
/* fixes bidi bug in IE */
   padding-right: 5px;
   margin-top: 20px;	
   width: 49%;
   float: left;
}

#OOBportalWhatsNew .columnone h4 {
   margin: 0 0 2px 0;
   color: #1C66C1;
   font-family:Arial, Helvetica, sans-serif;
   font-size: large;
   background: transparent;
}

#OOBportalWhatsNew .columnone p {
   margin: 0 0 15px 0;
   color: #888;
   background: transparent;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
}

#OOBportalWhatsNew .columnone .grouping {
   padding-bottom: 10px;
}

#OOBportalWhatsNew .columntwo {
   margin: 20px 0 0 0;
   width: 49%;
   float: right;
}

#OOBportalWhatsNew .columntwo h4 {
   margin: 0 0 2px 0;
   color: #1C66C1;
   font-family:Arial, Helvetica, sans-serif;
   font-size: large;
   background: transparent;
}

#OOBportalWhatsNew .columntwo p {
   margin: 0 0 15px 0;
   margin-right: 5px;
   color: #888;
   background: transparent;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
}

#OOBportalWhatsNew .columntwo .grouping {
   margin: 0 5px 0 5px;
   padding-bottom: 10px;
   background: #FFFFFF
}

/* Home Start Portlet Specific Styles  */

div#OOBportalStart{
	width: 96%;
	padding-right: 5px;
}

div#OOBportalStart h4 {
		padding: 0;
		margin: 0 0 5px 0;
		font: normal medium "Helvetica", "Arial", "Verdana", sans-serif; }
		
div#OOBportalStart h4 a {
			display: block;
   			padding-top: 4px;
   			padding-left: 20px;
   			padding-bottom: 4px;
   			padding-right: 6px;
			background: transparent url(images/oob/arrow_left.html) left 50% no-repeat;
			text-decoration: none;
			color: #e05f00; }
			
div#OOBportalStart h4 a:hover {
				color: #af4a00;
				background-color: #fff;
				text-decoration: underline; }

#OOBportalStart .portletTools { display: none; }

#OOBportalStart .subheader {display: none; }

#OOBportalStart h2 {
   padding: 15px 0 0 0;
   color: #2871CB;
   background: transparent
}

#OOBportalStart h5 {
   padding: 2px 0 0 0;
   color: #898989;
   background: transparent;
}


/* Home Welcome Portlet Specific Styles   */

#OOBportalWelcome div.col1 {
   margin: 0;
   float: left;
}

#OOBportalWelcome div.col2 {
   float: right;
} 

#OOBportalWelcome div.endfloat {
   border: 0;
   clear: both;
}

#OOBportalWelcome h1 {
   margin: 0;
   padding: 0;
   font: normal normal normal x-large Helvetica, Arial, Verdana, sans-serif;
}

div#OOBportalWelcome h1 {
   padding-top: 16px;
   padding-left: 30px;
   padding-bottom: 0;
   padding-right: 0;
   color: #fff;
   background: transparent url(images/oob/corner-t-l.html) top left no-repeat;
}

#OOBportalWelcome h2 {
   margin: 0;
   padding: 0;
   font: normal normal normal large Helvetica, Arial, Verdana, sans-serif;
}

div#OOBportalWelcome h2 {
   color: #fff;
   background: transparent;
}

div#OOBportalWelcome h2 span {
   color: #1d477c;
   background: transparent;
}

div#OOBportalWelcome h2 {
   color: #1d477c;
   padding-top: 0;
   padding-left: 30px;
   padding-bottom: 6px;
   padding-right: 0;
}

#OOBportalWelcome h3 {
   margin: 0;
   padding: 0;
   font: normal normal normal medium Helvetica, Arial, Verdana, sans-serif
}

div#OOBportalWelcome h3 {
   padding-top: 36px;
   padding-left: 301px;
   padding-bottom: 0;
   padding-right: 27px;
   color: #2871cb;
   background: transparent;
   font-weight: bold;
}

#OOBportalWelcome h4 {
   margin: 0;
   font: normal normal normal small Helvetica, Arial, Verdana, sans-serif;
}

div#OOBportalWelcome h4 {
   padding-top: 14px;
   padding-left: 301px;
   padding-bottom: 0;
   padding-right: 27px;
   color: #fe9a2e;
   background: transparent;
   font-weight: bold;
}

div#OOBportalWelcome h4 a {
			margin-left: 3px;
			display: block;
			padding-top: 4px;
   			padding-left: 21px;
   			padding-bottom: 4px;
   			padding-right: 4px;
			background: transparent url(images/oob/arrow_left.html) left 50% no-repeat;
			text-decoration: none;
			color: #e05f00; }
			
div#OOBportalWelcome h4 a:hover {
				color: #af4a00;
				text-decoration: underline; }

#OOBportalWelcome h6 {
   margin: 0;
   padding: 0;
   font: normal normal bold x-small Helvetica, Arial, Verdana, sans-serif;
}

div#OOBportalWelcome h6 {
   padding-top: 0;
   padding-left: 301px;
   padding-bottom: 0;
   padding-right: 27px;
   color: #515151;
   background: transparent;
   font-weight: normal;
   line-height: 16px;
}
div#OOBportalWelcome {
	/* fixes bidi bug in IE */
	padding-right: 5px;
 }

div#OOBportalWelcome div.header {
   width: 700px;
   background: #b8c2c9 url(images/oob/corner-t-r.html) top right no-repeat;
}

div#OOBportalWelcome div.content {
   margin: 0;
   background: #eee;
}

div#OOBportalWelcome div.col1 {
   width: 237px;
   padding-top: 15px;
   padding-left: 27px;
   padding-bottom: 0;
   padding-right: 0;
   float: left; 
}

div#OOBportalWelcome div.col2 {
   float: none;
   display: block;
}

div#OOBportalWelcome div.content {
    background: #eee url(images/oob/corner-b-l.html) bottom left no-repeat;
    line-height: 1.2;
}

#OOBportalWelcome div.br {
    background: url(images/oob/corner-b-r.html) 100% 100% no-repeat
}

/* Product Blurb Portlet Specific Styles  */

#OOBproductWelcomeBlurb {}

#OOBproductWelcomeBlurb .header { display: none; }

#OOBproductWelcomeBlurb .subheader {display: none; }

#OOBproductWelcomeBlurb .content {
	width: 710px;}

#OOBproductWelcomeBlurb h6{
   margin-top: 0;
   margin-left: 30px;
   margin-bottom: 0;
   margin-right: 15px;
   color: #606060;
   background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size:small;
}

#OOBproductWelcomeBlurb h6 a { 
   color: #1C66C1;
   font-weight: normal;
   text-decoration: none;
}

#OOBproductWelcomeBlurb h6 a:hover {
	color: #164ead;
	text-decoration: underline;
 }

/* Product Welcome Portlet Specific Styles */

#OOBproductWelcome {
   width: 725px;}

#OOBproductWelcome .headerWCM {
   color: #5377AB;	
   background: transparent url(images/oob/message_header_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerSearch {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_search_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerDM {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_documents_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerMessage {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_messaging_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerDomino {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_domino_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerPersonal {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_personalization_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome .headerTemplates {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_templates_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBproductWelcome h1 {
   margin-top: 12px;
   margin-left: 130px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 22px;
   padding-left: 28px;
   padding-bottom: 0;
   padding-right: 0px;
   color: #1C66C1;
   font-family:Arial, Helvetica, sans-serif;
   font-size:xx-large;
}

#OOBproductWelcome h3 {
   margin-top: 0;
   margin-left: 130px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 3px;
   padding-left: 28px;
   padding-bottom: 0;
   padding-right: 0px;
   color: #888888;
   font-family:Arial, Helvetica, sans-serif;
   font-size:large;
}

#OOBproductWelcome .subheader {
   padding-top: 31px;
   padding-left: 19px;
   padding-bottom: 0;
   padding-right: 0;
}

#OOBproductWelcome .content {
   background: #fff;
   padding: 10px 0 0 0;
   width: 700px;
}

#OOBproductWelcome .columnone {
   width: 330px;
   float: left;
}

#OOBproductWelcome .columntwo {
   width: 330px;
   float: right;
}

#OOBproductWelcome .grouping {
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 15px;
}

#OOBproductWelcome p {
   background: transparent url(images/oob/arrowCon_left.html) top left no-repeat;
   margin: 0 0 20px 0;
   margin-left: 10px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:small;
   color:#888888;
   padding-left: 28px;
}

#OOBproductWelcome img.float {
   display: none;
}




/* Workcenter Portlet Specific Styles */

#OOBworkcenter {
   width: 300px;
}

#OOBworkcenter div.headlines {
   padding: 17px 17px 7px 17px;
   color: #3966CD;
   background: transparent;
}

#OOBworkcenter div.headlines h4{
   padding-top: 30px;
   color: #77A1ED;
   background: transparent url(images/oob/corner-t-r-6.html) top right no-repeat;
}

#OOBworkcenter div.portletTools {display: none;}
#OOBworkcenter div.subheader {display: none;}

#OOBworkcenter div.content {
   padding: 0;
} 

#OOBworkcenter div.columnone {
   padding: 0 6px;
}

#OOBworkcenter a {
   color: #767676;
   background: transparent;
   text-decoration: none;
   display: block;
}

#OOBworkcenter a img {
   margin: 5px;
   border: 0;
   padding: 0 0 0 0;
}

#OOBworkcenter div.grouping {		
   padding: 4px 0;
   color: #767676;
   background: transparent;
   display: block;
}

#OOBworkcenter div.grouping a {
   width: 288px;	
   background: #fff;
   float: left;
   -moz-border-radius: 4px;
}

#OOBworkcenter div.grouping a:hover {
   background: #B8D3FD;
}

#OOBworkcenter div.grouping a p {
   margin: 0;
   padding-top: 9px;
   padding-left: 80px;
   padding-bottom: 8px;
   padding-right: 6px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:x-small;
   color:#404040
}

#OOBworkcenter div.endfloat {
   clear: both;
}


/* Admin Section Portlet Specific Styles */

#OOBadminSection{
	width: 725px;
}

#OOBadminSection .headerUI {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_portalUI_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerAccess {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_access_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerSettings {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_settings_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerContent {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_content_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerSearch {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_search_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerAnalysis {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_analysis_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerVirtual {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_vps_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection .headerPortlets {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_portlets_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

#OOBadminSection a{
	display: block;
	text-decoration: none;
}

#OOBadminSection a:hover{
	text-decoration: underline;
}

#OOBadminSection div.headlines h1 {
   margin-top: 12px;
   margin-left: 130px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 20px;
   padding-left: 16px;
   padding-bottom: 0;
   padding-right: 0px;
   color: #1c66c1;
}

#OOBadminSection .headlines h3 {
   margin-top: 0;
   margin-left: 130px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 7px;
   padding-left:16px;
   padding-bottom: 25px;
   padding-right: 0px;
   color: #888;
}

#OOBadminSection .wrap h3,
#OOBadminSection .wrap h5 {
   padding-top: 0;
   padding-left: 16px;
   padding-bottom: 0;
   padding-right: 21px;
}

#OOBadminSection .one h3,
#OOBadminSection .one h5 {
   padding-top: 0;
   padding-left: 16px;
   padding-bottom: 0;
   padding-right: 8px;
   padding: 0 8px 0 16px;
}

#OOBadminSection .two h3,
#OOBadminSection .two h5 {
   padding-top: 0;
   padding-left: 8px;
   padding-bottom: 0;
   padding-right: 16px;
}

#OOBadminSection .content h3 {
   color: #3071c7;
}

#OOBadminSection h3special {
   color: #F86000;
   background: transparent;
   font-family:Arial, Helvetica, sans-serif;
   font-size:large;
   margin-left:7px
}

#OOBadminSection h5 {
   color: #888;
   background: transparent;
}

#OOBadminSection h5.title {
   color: #585858;
   background: transparent;
   font-weight: bold;
}

#OOBadminSection h5.title em {
   color: #F86000;
   background: transparent;
   font-style: normal;
}

#OOBadminSection h5.break {
   margin-top: 15px;
   display: block;
}

#OOBadminSection div.header {
   background: #e0edfd;
}

#OOBadminSection div.headlines {
   background: transparent;
}

#OOBadminSection div.headlines img {
   margin-top: 17px;
   margin-left: 0;
   margin-bottom: 0;
   margin-right: 19px;
   float: right;
}

#OOBadminSection div.subheader {
   height: 4px;
   margin-bottom: 17px;
   background: #e0edfd;
}

#OOBadminSection div.subheader img {
   float: right;
}

div#OOBadminSection div.one,
div#OOBadminSection div.two {
   width: 49%;
}


/* Admin Welcome Portlet Specific Styles */
#OOBadminWelcome{
	width: 725px;
}

#OOBadminWelcome .header {
   color: #5377AB;	
   background: transparent url(images/oob/welcome_administration_left.html) top left no-repeat;
   height: 140px;
   width: 720px;
}

div#OOBadminWelcome h1 {
   margin-top: 30px;
   margin-left: 120px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 0;
   padding-left: 9px;
   padding-bottom: 0;
   padding-right: 0px;
   color: #1963c6;
   background: transparent;
   font-size:x-large;
}

div#OOBadminWelcome h3 {
   margin-top: 0;
   margin-left: 120px;
   margin-bottom: 0;
   margin-right: 20px;
   padding-top: 12px;
   padding-left: 9px;
   padding-bottom: 24px;
   padding-right: 0;
   color: #888;
   background: transparent;
}

div#OOBadminWelcome a{
   display: block;
   text-decoration: none;
   padding-top: 0;
   padding-left: 0;
   padding-bottom: 10px;
   padding-right: 5px;
   -moz-border-radius: 4px;
}

div#OOBadminWelcome a:hover{
   background: #e0edfd;
}

div#OOBadminWelcome div.portletTools {
   display: none;
}

div#OOBadminWelcome div.subheader {
   display: none;
}

div#OOBadminWelcome div.one,
div#OOBadminWelcome div.two {
   width: 48%;
}

div#OOBadminWelcome div.grouping {
   width: 93%;
   margin: 8px;
   font-size:small;
}
div#OOBadminWelcome h6 {
	margin: 0;
  	padding-top: 0;
 	padding-left: 73px;
      padding-bottom: 10px;
      padding-right: 0;
	color: #5C5C5C !important;
	background: transparent;
	font-size: x-small;
}

div#OOBadminWelcome h6.more{
	margin: 0;
  	padding-top: 0;
  	padding-left: 73px;
  	padding-bottom: 15px;
  	padding-right: 0;
	color: #5C5C5C !important;
	background: transparent;
	font-size: x-small;
}

div#OOBadminWelcome h6.less{
	margin: 0;
  	padding-top: 0;
  	padding-left: 73px;
  	padding-bottom: 4px;
  	padding-right: 0;
	color: #5C5C5C !important;
	background: transparent;
	font-size: x-small;
}

div#OOBadminWelcome h5 {
	padding: 12px 0 0 0;
	text-indent: 10px;
   	font-size: small;
	margin: 0 0 0 0;
	color: #1C66C1;
	background: transparent;
}

div.OOB div.grouping img.float {
	border: 0;
	float: left;
}

div#OOBadminWelcome div.endfloat h4 {
   margin: 0 20px 0 20px;
   padding: 19px 6px 0 6px;
   color: #606060;
   background: transparent;
   font-family:Arial, Helvetica, sans-serif;
   font-size:small;
}









.wpsTableAdminHead {
    color: #333333;
    background-color: #CCCCCC;
}


.wpsAdminHeadSeparator {
    background-color: #999999;
    height: 1px;
}


.wpsStatusMsg {
    color: #000000;
    background-color: #E7EFF7; 
    margin: 0px; 
    border: solid 2px #ABCACA; 
    -moz-border-radius: 8px;
    
}






.wpsInstructionText {
    color: #6B6B6B;
    margin: 0.6em 0px 0px 0px;
}



.wpsInstructionText em {
     font-weight: bold;
     font-style: normal;
     color: #8A59A6;
}



.wpsInstructionHeadText {
     font-weight: bold;
     font-size: x-small;
     color: #405380;
}











.wpsIndentXSmall {
        padding-left: 4px; 
}


.wpsIndentSmall {
        padding-left: 8px; 
}


.wpsIndentMedium {
        padding-left: 16px; 
}


.wpsIndentLarge {
        padding-left: 32px; 
}


.wpsIndentXLarge {
        padding-left: 48px; 
}




.wpsTaskIconText {
    font-weight: bold;
    color: #000000; 
    white-space: nowrap;
}


.wpsTaskDisabledIconText {
    font-weight: bold;
    white-space: nowrap;
    color: #888888; 
}


.wpsTaskIconBorderTable, .wpsTaskDisabledIconBorderTable {
    border: 0px;
}


.wpsTaskIconTextBackground {
    background-color: #DDDDDD; 
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center;     
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.wpsTaskDisabledIconTextBackground {
    background-color: #DDDDDD; 
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center;     
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.wpsDialogIconText {
    color: #000000;
}


.wpsDialogDisabledIconText {
    color: #888888;
}


.wpsDialogIconBackground {
    text-align: center;
    vertical-align: middle;
    background-color: #DDDDDD;
    background-image: url("colors/default/DialogIconBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #919191;
    border-right: 0px none #919191;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0px 0px;
    margin: 0px;
}


.wpsDialogIconTextBackground {
    text-align: center;
    vertical-align: middle;
    background-color: #DDDDDD; 
    background-image: url("colors/default/DialogIconTextBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #919191;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-left: 0px none #919191;
    padding: 2px 4px;
    margin: 0px;
    white-space: nowrap;
}


.wpsDialogDisabledIconBackground {
    text-align: center;
    vertical-align: middle;
    background-color: #DDDDDD;
    background-image: url("colors/default/DialogIconBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #919191;
    border-right: 0px none #919191;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0px 0px;
    margin: 0px;
}


.wpsDialogDisabledIconTextBackground {
    text-align: center;
    vertical-align: middle;
    background-color: #DDDDDD; 
    background-image: url("colors/default/DialogIconTextBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #919191;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-left: 0px none #919191;
    padding: 2px 4px;
    margin: 0px;
    white-space: nowrap;
}


.wpsDialogIcon {
    width: 16px;
    height: 16px;
}


.wpsButtonBarTop, .wpsButtonBarBottom {
    background-color: #DFDFDF; 
}





.wpsPortletBack {
    background-color: #FFFFFF;
}


.wpsEditBack, .wpsConfigureBack {
    background-color: #FFFFFF;
}


.wpsAdvancedOptions { 
    background-color: #e4e4e4;
    border: solid 1px #4A4A4A;
    margin-left: 10px;
}


.wpsPortletColorBack {
    background-color: #CCCCCC;
}


.wpsPortletHead, .wpsEditHead {
    font-weight: bold;
    color: #333333;
}


.wpsPortletText, .wpsEditText, .wpsPortletSmText, .wpsEditSmText, .wpsPortletTinyText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #333333;
}

 
.wpsCopyrightText {
	font-size: xx-small;
    color: #999999;
}


.wpsPortletBody {
}


.wpsTableHead {
    font-weight: bold;
    color: #989898;
    text-align: left;
}


.wpsTableHead th {
	padding: 3px;
}

.wpsTableText {
}


.wpsTableRow, .wpsTableNrmRow {
    color: #333333;
    background-color: #ffffff;
}


.wpsTableSelectedRow {
    color: #333333;
    background-color: #c5d1de;
}



.wpsTableShdRow {
    color: #333333;
}



.wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #aaaaaa;
    padding: 3px;
}



.wpsTableHeadLink, .wpsTableHeadLink:visited, .wpsTableHeadLink:hover, .wpsTableHeadLink:active {
    font-weight: normal;
    color: #000000;
}


.wpsTable {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
}

.wpsTable td {
	vertical-align:top;
}


.wpsTableHeadStart, .wpsTableHeadMiddle, .wpsTableHeadEnd {
    font-weight: normal;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
}


.wpsTableHeadStartAlignCenter, .wpsTableHeadMiddleAlignCenter, .wpsTableHeadEndAlignCenter {
    font-weight: normal;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
}


.wpsTableHeadStartNumeric, .wpsTableHeadMiddleNumeric, .wpsTableHeadEndNumeric {
    font-weight: normal;
    color: #000000;
    text-align: right;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: #aaaaaa;
}



.wpsTableDataStart, .wpsTableDataMiddle, .wpsTableDataEnd {
    text-align: left;
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
}



.wpsTableDataStartAlignCenter, .wpsTableDataMiddleAlignCenter, .wpsTableDataEndAlignCenter {
    text-align: center;
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
}



.wpsTableDataStartNumeric, .wpsTableDataMiddleNumeric, .wpsTableDataEndNumeric {
    text-align: right;
    border-width: 1px 0px 0px 0px ! important;
    border-style: solid ! important;
    border-color: #aaaaaa ! important;
}


.wpsPagingTable, .wpsPagingTableHeader, .wpsPagingTableFooter, .wpsPagingTableBody {
    border: 0px;
}


.wpsPagingTableHeaderIcon, .wpsPagingTableFooterIcon {
    width: 16px;
    height: 16px;
}


.wpsPagingTableHeaderStart {
    background-color: #F0F0F0;
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 1px solid #aaaaaa;
}


.wpsPagingTableHeaderMiddle {
    background-color: #F0F0F0;
    border-top: 1px solid #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 0px none #aaaaaa;
    border-left: 0px none #aaaaaa;
}


.wpsPagingTableHeaderEnd {
    background-image: url("colors/default/PagingTableTopRight.html");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: transparent;
}


.wpsPagingTableFooterStart {
    background-color: #F0F0F0;
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
}


.wpsPagingTableFooterMiddle {
    background-color: #F0F0F0;
    border-top: 0px none #aaaaaa;
    border-right: 0px none #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 0px none #aaaaaa;
}


.wpsPagingTableFooterEnd {
    background-image: url("colors/default/PagingTableBottomRight.html");
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-color: transparent;
}


.wpsPagingTableHeaderEmpty {
	height:7px;
	width:7px;
	line-height:1px;
}


.wpsTableRowDetail td {
	border-width:0px;
   	text-align: left;
   	border-width: 0px ! important;
	padding:2px 3px 5px 3px;
}


.wpsTableSectionHead {
    font-weight: bold;
    color: #000000;
    text-align: left;
}


.wpsTableSectionHead th {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #aaaaaa;
    padding: 3px 0 3px 5px;
}


.wpsTableTopRow td {
    border-color: #aaaaaa ! important;
}


.wpsPagingTableHeaderEmpty {
	height: 7px;
	width: 7px;
	line-height: 1px;
}


.wpsTableRowDetail td {
	border-width: 0px;
   	text-align: left;
   	border-width: 0px ! important;
	padding: 2px 3px 5px 3px;
}




.wpsCompactCheckBox, .wpsCompactRadioButton {
   height: 16px;
   margin-top: 0px;
   margin-bottom: 0px;
}


.wpsEditField{
    border: 1px solid #999999;
}


.wpsButtonText{ 
    font-weight: bold;
    color: #000000;
    background-color: #DDDDDD;
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
    text-align: center;
}


.wpsButtonDisabledText { 
    font-weight: bold;
    color: #888888;
    background-color: #DDDDDD; 
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
    text-align: center;
}


.wpsBrowseButton {
}



.wpsLabelText, wpsRequiredLabelText {
    color: #333333;
}


.wpsRequiredLabelText strong {
    color: #ff0000;
}


.wpsDescriptionText {
    color: #808080;
}




.wpsFieldErrorText {
    color: #000000;
}


.wpsFieldWarningText {
    color: #000000;
}


.wpsFieldSuccessText {
    color: #000000;
}


.wpsFieldInfoText {
    color: #000000;
}


.wpsInlineHelpText {
    color: #666666;
}


.wpsFieldMonospaced {
    font-family: monospace;
    font-size: x-small;
}


.wpsFlagText {
   font-size: xx-small;
   color: #FF0000;
}




.wpsPortletTabBar { 
}


.wpsPortletTabBarSeparator {
    background: url("colors/default/portletTabSeparator.html");
	background-repeat: repeat-x;
    background-color: #95a5b9;
    margin: 0px;
    padding: 0px;
    height: 3px;
}


.wpsPortletTabSet {
    border: 0px;
    background-color: transparent;
}


.wpsPortletTab {
    border: 0px;
    background-color: transparent;
}


.wpsPortletSelectedTab {
    border: 0px;
    background-color: transparent;
}


.wpsPortletTabTopStart {
	background-image: url("colors/default/PortletTabTopLeft.html");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
}


.wpsPortletTabTopCenter {
    background-image: url("colors/default/PortletTabTopMiddle.html");
	background-repeat: repeat-x;
	background-position: bottom;
}


.wpsPortletTabTopEnd {
    background-image: url("colors/default/PortletTabTopRight.html");
    background-repeat: no-repeat;
    background-position: bottom right;
    border-style: none;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
}


.wpsPortletTabMiddleStart {
    background-image: url("colors/default/PortletTabCenter.html");
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border-top: 0px none #C0C0C0;
    border-right: 0px none #C0C0C0;
    border-bottom: 0px none #C0C0C0;
    border-left: 1px solid #C0C0C0;
}


.wpsPortletTabMiddleCenter {
    background-image: url("colors/default/PortletTabCenter.html");
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    white-space: nowrap;
    border-style: none;
}


.wpsPortletTabMiddleEnd {
    background-image: url("colors/default/PortletTabCenter.html");
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border-top: 0px none #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 0px none #C0C0C0;
    border-left: 0px none #C0C0C0;
}


.wpsPortletTabBottomStart {
    background-color: #FFFFFF;
    border-top: 0px none #C0C0C0;
    border-right: 0px none #C0C0C0;
    border-bottom: 0px none #C0C0C0;
    border-left: 1px solid #C0C0C0;
    width: 5px;
    height: 5px;
}


.wpsPortletTabBottomCenter {
    background-color: #FFFFFF;
    border-style: none;
}


.wpsPortletTabBottomEnd {
    background-color: #FFFFFF;
    border-top: 0px none #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 0px none #C0C0C0;
    border-left: 0px none #C0C0C0;
    width: 5px;
    height: 5px;
}



.wpsPortletSelectedTabTopStart {
    background-image: url("colors/default/PortletSelectedTabTopLeft.html");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
}


.wpsPortletSelectedTabTopCenter {
    background-image: url("colors/default/PortletSelectedTabTopMiddle.html");
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: 0px solid #AAC2E6;
    border-right: 0px none #AAC2E6;
    border-bottom: 0px none #AAC2E6;
    border-left: 0px none #AAC2E6;
}


.wpsPortletSelectedTabTopEnd {
    background-image: url("colors/default/PortletSelectedTabTopRight.html");
    background-repeat: no-repeat;
    background-position: bottom right;
    border-style: none;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
    width: 5px;
    height: 5px;
}


.wpsPortletSelectedTabMiddleStart {
    background-image: url("colors/default/portletSelectedTabCenterMid.html");
    background-repeat: repeat-x;
    border-top: 0px none #AAC2E6;
    border-right: 0px none #AAC2E6;
    border-bottom: 0px none #AAC2E6;
    border-left: 1px solid #AAC2E6;
}


.wpsPortletSelectedTabMiddleCenter {
    background-image: url("colors/default/portletSelectedTabCenterMid.html");
    background-repeat: repeat-x;
    border-style: none;
    white-space: nowrap;
}


.wpsPortletSelectedTabMiddleEnd {
    background-image: url("colors/default/portletSelectedTabCenterMid.html");
    background-repeat: repeat-x;
    border-top: 0px none #AAC2E6;
    border-right: 1px solid #AAC2E6;
    border-bottom: 0px none #AAC2E6;
    border-left: 0px solid #AAC2E6;
}


.wpsPortletSelectedTabBottomStart {
    background-color: #FFFFFF;
    border-top: 0px none #AAC2E6;
    border-right: 0px none #AAC2E6;
    border-bottom: 0px none #AAC2E6;
    border-left: 1px solid #AAC2E6;
    width: 5px;
    height: 5px;
}


.wpsPortletSelectedTabBottomCenter {
    background-color:  #FFFFFF;
    border-style: none;
}


.wpsPortletSelectedTabBottomEnd {
    background-color:  #FFFFFF;
    border-top: 0px none #AAC2E6;
    border-right: 1px solid #AAC2E6;
    border-bottom: 0px none #AAC2E6;
    border-left: 0px none #AAC2E6;
    width: 5px;
    height: 5px;
}


.wpsPortletTabLink, .wpsPortletTabLink:visited, .wpsPortletTabLink:active, .wpsPortletTabLink:hover {
    color: #333333;
}


.wpsPortletSelectedTabLink, .wpsPortletSelectedTabLink:hover, .wpsPortletSelectedTabLink:visited, .wpsPortletSelectedTabLink:active {
    color: #2056A0;
	font-weight: bold;
}




.wpsPortletToolbar {
    background-color: #c5d1de;
    border-top: 1px solid #e4edf5;
    border-right: 1px solid #95a5b9;
    border-bottom: 1px solid #95a5b9;
    border-left: 1px solid #e4edf5;
}


.wpsPortletToolbarSection {
   border-width: 0px;
}


.wpsPortletToolbarSet {
}


.wpsPortletToolbarButton {    
    background-color: #c5d1de;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #c5d1de;
}


.wpsPortletToolbarButtonRollover {
    background-color: #c5d1de;
    padding: 3px;
    border-top: 1px solid #e4edf5;
    border-right: 1px solid #95a5b9;
    border-bottom: 1px solid #95a5b9;
    border-left: 1px solid #e4edf5;
}


.wpsPortletToolbarButtonPressed {
    background-color: #dadfe5;
    padding: 3px;
    border-top: 1px solid #95a5b9;
    border-right: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
    border-left: 1px solid #95a5b9;
}


.wpsPortletToolbarButtonSelected {
    background-color: #aeb8c4;
    padding: 3px;
    border-top: 1px solid #95a5b9;
    border-right: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
    border-left: 1px solid #95a5b9;
}


.wpsPortletToolbarButtonSelectedRollover {
    background-color: #aeb8c4;
    padding: 3px;
    border-top: 1px solid #e4edf5;
    border-right: 1px solid #95a5b9;
    border-bottom: 1px solid #95a5b9;
    border-left: 1px solid #e4edf5;
}


.wpsPortletToolbarButtonIcon {
    width: 16px;
    height: 16px;
}


.wpsPortletToolbarControl {
    padding: 3px;
}


.wpsPortletToolbarText {
    color: #333333;
}


.wpsPortletToolbarDisabledText {
    color: #999999;
}


.wpsPortletToolbarLink, .wpsPortletToolbarLink:hover, .wpsPortletToolbarLink:visited, .wpsPortletToolbarLink:active {
    color: #333333;
}



.wpsPortletToolbarSeparator {
    background-color: #95a5b9;
    width: 1px;
    margin: 0px;
    padding: 0px;
    border-top: 0px none #95a5b9;
    border-right: 1px solid #e4edf5;
    border-bottom: 0px none #e4edf5;
    border-left: 0px none #95a5b9;
}


.wpsPortletToolbarSpacer {
    padding: 0px 2px 0px 2px; 
}


.wpsPortletToolbarHandle {
    background-color: #c5d1de;
    padding: 0px;
    margin: 0px;
    width: 1px;
    border-top: 1px solid #e4edf5;
    border-right: 1px solid #95a5b9;
    border-bottom: 1px solid #95a5b9;
    border-left: 1px solid #e4edf5;
}





.wpsBreadcrumbTrail {
    font-weight: bold;
}


.wpsBreadcrumbTrailLink, .wpsBreadcrumbTrailLink:hover, .wpsBreadcrumbTrailLink:visited, .wpsBreadcrumbTrailLink:active {
    font-weight: bold;
    color: #3366CC;
    text-decoration: underline;
}












.wpsPortletAccentArea {
    background-color: #c5d1de;
    color: #333333;
}


.wpsPortletAccentArea3DHighlight {
    background-color: #e4edf5;
    color: #333333;
}


.wpsPortletAccentArea3DShadow {
    background-color: #95a5b9;
    color: #333333;
}





.wpsWizardTitle {
    font-weight: bold;
    background-color: #c1c1c1;
    color: black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.wpsWizardStepNotification {
    background-color: #dfdfdf;
    color: black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.wpsWizardBottomSubmit {
    background-color: #c1c1c1;
    color: black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 25px;
}





.wpsCursorPointer {
	cursor: pointer;
}








.weekday_header {
    font-size: x-small;
    background-color: #999999;
    color: #333333;
}


.other_month_header {
    background-color: #E4E3E3;
    color: #7E7001;
    height: 20px;
}


.current_month_header {
    background-color: #CBDBF3;
    color: #333333;
    height: 20px;
}


.other_month_cell {
    background-color: #F0F0F0;
}


.current_month_cell {
    background-color: #FFFFFF;
    color: Black;
}


.current_day_header {
    font-size: x-small;
    background-color: #92B5E6;
    color: #333333;
    height: 20px;
}


a.current_day_header:link {
    background-color: transparent;
    color: #333333;
}


a.other_month_header:link {
    background-color: transparent;
    color: #0000ff;
}


a.current_month_header:link {
    background-color: transparent;
    color: #0050C9;
}









a.wpsPersonName {
	text-decoration: none;
	white-space: nowrap;
	color: #3366CC;
}

a.wpsPersonName:visited {
	text-decoration: none;
	white-space: nowrap;
	color: #666699;
}

a.wpsPersonName:hover {
	text-decoration: underline;
	white-space: nowrap;
	color: #666699;
}







.wpsGettingStartedTitle
{
    font-size: small;
	font-weight: normal;
    color: #2055A3;
}

.wpsGettingStartedHeader
{
    font-size: x-small;
	font-weight: normal;
    color: #2055A3;
}

.wpsGettingStartedBody
{
    font-size: xx-small;
	color: #616161;
    padding-top: 10px;
}

.gsTableOutside
{
    background-color: #E0EDFC;
    vertical-align : top;
}

.gsTableInside
{
    background-color: #E0EDFC;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align : top;
}

.gsTableEnd
{
    background-image: url("colors/default/gs_end.html");
    background-repeat: repeat-x;
}









.wpsSearchInfoBar{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #333333;
	background-color: #c7d9f1;
}

.wpsSearchUrl, a.wpsSearchUrl {
	font-weight: bold;
}

.wpsSearchUrlAddressText{
	color: #008000;
	font-style: italic;
}

.wpsSearchAttributeText{
	color: #c1c1c1;
	font-style: italic;
}














.lwp-teamSpace-title, .lwp-webConference-title {
    font-weight: bold;
    background-color: #5C5C5C;
    color: #FFFFFF;
}


.popup-background {
	background-color: #eeeeee;
}


.lwp-middleToolbar {
    font-size: x-small;
    color: #737373; 
    background-color: #FFFFFF;
    border-bottom: 0px solid #D8D8E0;
    padding: 4px 4px;
    margin: 0px;
}


.lwpAdminButton {
    font-size: x-small;
    color: #FFFFFF; 
    background-color: #A0A0A0;
	text-decoration: none;
	padding: 0px 5px;
    margin: 0px;
}


.lwpAdminButtonLink, .lwpAdminButtonLink:hover, .lwpAdminButtonLink:active, .lwpAdminButtonLink:visited {
    font-size: x-small;
    font-weight: normal;
    color: #FFFFFF; 
    background-color: #A0A0A0;
    margin: 0px;
    text-decoration: none;
}


.lwpNavButton {
    color: #FFFFFF; 
    background-color: #70A8F0;
    margin: 0px;
	text-decoration: none;
	padding: 0px 5px;       
}


.lwpNavButtonLink, .lwpNavButtonLink:hover, .lwpNavButtonLink:active, .lwpNavButtonLink:visited {
    font-weight: normal;
    color: #FFFFFF; 
    background-color: #70A8F0;
    margin: 0px;
    text-decoration: none;
}


.button-link, a.button-link, a.button-link:hover, a.button-link:visited {
	text-decoration: none;
	color: #000000;
}



.lwpButtonGroup{
	margin: .25em 4px;
}


.lwpIconOnly, .lwpIconOnlyDisabled {
	border:0px;
	background-color:white;
}


.lwpDialogIconBackground {
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background-color: #DDDDDD;
	background-image: url("colors/default/DialogIconTextBackground.html");
	background-repeat: repeat-x;
	border: 1px solid #919191;
    padding: 0px 2px;
	margin: 0px;
	overflow: visible;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}


.lwpDialogDisabledIconBackground, .lwpDialogIconBackgroundDisabled {
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background-color: #DDDDDD;
	background-image: url("colors/default/DialogIconTextBackground.html");
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #919191;
    padding: 0px 2px;
	margin: 0px;
	overflow: visible;
	font-weight: normal;
	color: #888888;
}


.lwpButtonText { 
    font-weight: bold;
    text-decoration: none;
	color: #000000;
	vertical-align: middle;
    background-color: #DDDDDD; 
    background-image: url("colors/default/ButtonBackground.html");
    background-repeat: repeat-x;
    background-position: left center; 
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0px 2px;
	overflow: visible;
    margin: 0px;
    text-align: center;
}



.lwpButtonTextDisabled {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
	background-image: url("colors/default/ButtonBackground.html");
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0px 2px;
	margin: 0px;
	overflow: visible;
	font-weight: bold;
	color: #888888;
}


.lwpButtonSpacer {
	margin-right: 2px;
}








.lwpSeparatorBg {
    background-color: #999999;
    height: 1px;
}

div.lwpSeparatorBg {
    background-color: #999999;
	margin: 2px 0 2px 0;
}


.borderNone {
	border-width: 0 ! important;
}


.lwpPortletTitleBorder {
   background-image: url("colors/default/skin_border.html");
   background-position: bottom;
   background-repeat: repeat-x;
}


.lwpAlignRight {
	text-align: right; 
}


.lwpBorderAll {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;	
	border-top: 1px solid #DCDCDC;	
	border-bottom: 1px solid #DCDCDC;	
}


.lwpShadowBorder {
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;	
}


.lwpSearchBar{
	margin: 5px 0;
	background-color: #ECECEC;			
	text-align: right;
}	
	
.lwpSearchBar table{
	margin-right: 0;
	margin-left: auto;
}

.lwpSearchBar td{		
	padding: 5px 3px 5px 2px;
}

.lwpSearchBar .portlet-form-field-label{
	padding-left: 10px;
}


.lwpInlineHelp td{
	padding: 5px 10px 5px 1px;
	vertical-align: top;
}


.lwpMenuHeader, a.lwpMenuHeader, a.lwpMenuHeader:visited, a.lwpMenuHeader:hover {
	background-color: #F0F0F0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}


.lwpMenuBackground {
	background-color: #ffffff;
}


.lwpMenuItem, a.lwpMenuItem, a.lwpMenuItem:visited, a.lwpMenuItem:hover  a.lwpMenuItem:active {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}


.lwpSelectedMenuItem, a.lwpSelectedMenuItem:visited, a.lwpSelectedMenuItem:hover, a.lwpSelectedMenuItem:active{
	background-color: #284888;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}


.lwpMenuItemDisabled, a.lwpMenuItemDisabled, a.lwpMenuItemDisabled:visited, a.lwpMenuItemDisabled:hover, a.lwpMenuItemDisabled:active {
	color: #888888;
	text-decoration: none;
	background-color: #ffffff;
}


.unreadMailText, a.unreadMailText {
    font-weight: bold;
	text-decoration: underline;
	color: #3366CC;
}


.lwpLastReadMark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding: 3px 0;
}


.lwpDateStampMark {
	font-weight: bold;
	color: #666666;
	background-color: #999999;
	text-align: center;
	padding: 3px 0px;
}





.lwpCalFsizeX {
	font-size: small;
}

.lwpCalViewMenuPosition {
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px; 
}

a.lwpCalLinkText {
	text-decoration: none;
}

a.lwpCalLinkText:hover {
	text-decoration: underline;
}

a.lwpCalDateLinkText, a.lwpCalDateLinkText:visited {
	text-decoration: none;
	color: #000000;
}

a.lwpCalDateLinkText:hover {
	text-decoration: underline;
	color: #666699;
}

a.lwpCalInactiveDateLinkText, a.lwpCalInactiveDateLinkText:visited {
	text-decoration: none;
	color: #a0a0a0;
}

a.lwpCalInactiveDateLinkText:hover {
	text-decoration: underline;
	color: #666699;
}

.lwpCal1WeekCellRow {
	height: 6em;
	font-weight: normal;
}

.lwpCalCellRow {
	height: 2.2em;
	font-weight: normal;
}

.lwpCalLDivider {
	border-left: solid 1px #aaaaaa;
}

.lwpCalTDivider {
	border-top: solid 1px #aaaaaa;
}

.lwpCalNoBottom {
	border-bottom: none;
}

.lwpCalHeader {
	color: #3366CC;
    font-weight: bold;
	vertical-align: top;
}

.lwpCalHeaderImage {
   padding: 12px 3px 2px 0px; 
   margin-bottom: 5px;
}

.lwpCalAttendeeHeading { 
	color: #898989; 
}

.lwpCalSectionHeader {
   font-weight: bold;
   color: black;
   padding-top: 12px;
   padding-bottom: 2px;
   margin-bottom: 5px;
   display: block;
}

.lwpCalInviteeSection {
   padding-left:2px;   
}

.lwpCalWeekNumber {
	color: #808080;
}

.lwpCalEntryHoverDetail {
	border : solid 1px #000000;
	position: absolute; 
	visibility: hidden; 
	width: 400px;
	overflow: hidden;
}

.lwpCalEventField { 
	padding:5px 0px 3px 0px; 
}

.lwpCalEntryHoverPosition {
	padding-left: 5px;
}

.lwpCalBgMeeting, .lwpCalBgWebConf {
	background-color: #C3D3E6;
}

.lwpCalBgAppointment{
	background-color: #D8F8D8;
}

.lwpCalBgAnniversary{
	background-color: #F8E8D0;
}

.lwpCalBgReminder{
	background-color: #F8F8D0;
}

.lwpCalBgAllDayEvent{
	background-color: #F8E0E0;
}

.lwpCalTodayCell {
	border: solid 1px #000000;
}

.lwpCalMonthDayCell {
	border-top: solid 1px #AAAAAA;
	height: 6.4em;
	width: 14%;
}

.lwpCalInactiveDayCell {
	background-color: #efefef;
}

.lwpCalInactiveDay {
	color: #a0a0a0;
}

.lwpCalSeperator {
	border-bottom: solid 1px #ffffff;
}

.lwpCalConflict {
	border-left: solid 2px #000000;
}

.lwpCalTimeText {
	text-align: right;
}

.lwpCalEntryPosition {
	padding-top: 2px;
}

.lwpCalBDivider {
	border-bottom: solid 1px #aaaaaa;
}







.lwpPpkList {
    width: 250px;
    height: 200px;
    padding-left: 2px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid black;
    border-top: 1px solid black;
    overflow: auto;
}

.lwpPpkListBorder {
    width: 250px;
    height: 200px;
    border-left: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
}

.lwpPpkNormalText {
    background-color: white; 
    color: black;
}

.lwpPpkSelectedText {
    background-color: #284888;
    color: white;
}








.lwpMailboxRecipientAnchor, a.lwpMailboxRecipientAnchor {	
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.lwpMailboxRecipientAnchor:hover, a.lwpMailboxRecipientAnchor:hover {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.lwpMailboxRecipientAnchor:visited, a.lwpMailboxRecipientAnchor:visited {
	color:black;
}







.chat_background {
    background-color: #FFFFFF;
}

.chat_partner_presence {
	border-top : 1px solid #AAAAAA;
	border-left : 1px solid #AAAAAA;
	border-color : #AAAAAA;
	padding: 3px;
    background-color: #EEEEEE;
}

.chat_partner_presence_corner {

    background-image: url("colors/default/chat_presence_corner.html");
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    background-color: #FFFFFF;
}

.chat_partner_alert {
	border-top : 1px solid #AAAAAA;
	border-left : 1px solid #AAAAAA;
	border-right : 1px solid #AAAAAA;
	border-color : #AAAAAA;
	padding: 3px;
    background-color: #FFFFFF;
	color: #666666;
}

.chat_transcript {
	border-left : 1px solid #AAAAAA;
	border-right : 1px solid #AAAAAA;
	border-bottom : 1px solid #AAAAAA;
	border-top : 1px solid #AAAAAA;
	border-color : #AAAAAA;
}

.chat_transcript_nway {
	border-top : 1px solid #456A8B;
	border-left : 1px solid #456A8B;
	border-right : 1px solid #456A8B;
	border-bottom : 1px solid #456A8B;
	border-color : #456A8B;
}

.chat_message_input {
	border-top : 1px solid #AAAAAA;
	border-left : 1px solid #AAAAAA;
	border-right : 1px solid #AAAAAA;
	border-bottom : 1px solid #AAAAAA;
	border-color : #AAAAAA;
    background-color: #FFFFFF;
}

.chat_statusbar {
	border-top : 1px solid #AAAAAA;
	border-color : #AAAAAA;
	background-color: #EEEEEE;
	color: #AAAAAA;
}

.chat_participants {
	border-bottom : 1px solid #D8D8D8;
	border-color : #D8D8D8;
}












.lwp-agendaItemDocument {
	color: #585858;
	padding-top: 3px;
	padding-bottom: 3px;
}


.lwp-agendaItem-ul {
	padding-top: 3px;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 0px;
}


.lwp-agendaItem-li {
	padding-top: 0px;
	padding-bottom: 0px;
}


.lwp-agendaItem, .lwp-agendaItem:visited, a.lwp-agendaItem, a.lwp-agendaItem:active, a.lwp-agendaItem:visited, .lwp-agendaItemPage, a.lwp-agendaItemPage, .lwp-agendaItemSlide, .lwp-agendaItemPage:visited, .lwp-agendaItemSlide:visited {
	background-color: rgb(246,246,246);
	text-decoration: none;
	color: #7080A8;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}


a.lwp-agendaItem:hover, .lwp-agendaItemPage:hover, .lwp-agendaItemSlide:hover {
	text-decoration: underline;
	color: #639ACE;
	font-weight: normal;
}


.lwp-selectedAgendaItem, a.lwp-selectedAgendaItem {
    background-color: rgb(49, 106, 197);
	padding-top: 1px;
	padding-bottom: 1px;
	color:#FFFFFF;
	line-height: 150%;
	text-decoration: none;
	font-weight: bold;
}

.lwp-selectedAgendaItem:visited, a.lwp-selectedAgendaItem:visited {
	color: #FFFFFF;
}

a.lwp-selectedAgendaItem:hover {
    background-color: rgb(49, 106, 197);
	padding-top: 1px;
	padding-bottom: 1px;
	color:#FFFFFF;
	line-height: 150%;
	text-decoration: underline;
	font-weight: bold;
}


.lwpProjectorHeaderStart { 
	background-color: #70A8F0; 
	border-top: 1px solid #777777;
	border-right: 0px none #777777;
	border-bottom: 0px none #777777;
	border-left: 1px solid #777777;	
}


.lwpProjectorHeaderMiddle {
	background-color: #70A8F0;
	border-top: 1px solid #777777;
	border-right: 0px none #777777;
	border-bottom: 0px none #777777;
	border-left: 0px none #777777;	
	color: #343434;
    font-weight: bold;
}


.lwpProjectorHeaderEnd {
	background-image: url("colors/default/projectorTableTopRight.html");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}


.lwpSlideTable {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}



.lwpSlideTableHeadStart, .lwpSlideTableHeadMiddle, .lwpSlideTableHeadEnd {
    font-weight: bold;
	color: #989898;
	text-align: left;
	background-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
}


.lwpSlideBorder
{
	border-color: #b0b0c0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}


.lwpAgendaFrameDiv
{
	position:absolute;
	width:100%;
	visibility:hidden;
	bottom:0;
	border:1px solid rgb(233, 233, 233);
	background-color: rgb(246, 246, 246);
	top:80px;
}


.lwpAttendeesFrameDiv
{
	width:100%;
	position:absolute;
	bottom:0;
	border:1px solid rgb(233, 233, 233);
	background-color: rgb(246, 246, 246);
	visibility:hidden;
	overflow:auto;
	top:26px;
}


.lwpDownloadsFrameDiv
{
	width:100%;
	position:absolute;
	bottom:2px;
	visibility:hidden;
	top:26px;
	
}

.lwpHostingStarted {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.lwpHostingStartedLarge {
	font-size: small; 
	font-weight: bold;
	color: #FFFFFF;
}










.lwp_labelNormalStyle, a.lwp_labelNormalStyle, a.lwp_labelNormalStyle:visited, a.lwp_labelNormalStyle:active {
    color: #000000; 
	text-decoration: none;
}

.lwp_tdStyle {
	white-space:nowrap; 
	padding:0px; 
}

.lwp_linkTextStyle {
	text-decoration:none;
}

.lwp_nodeStyle {
	border-collapse: collapse; 
	border-spacing:0px;
}


.lwp_nodeImageStyle {
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
}


.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle:active, a.lwp_labelHighlightStyle:visited { 
	font-weight: bold;
    text-decoration: none;
	color: #FFFFFF; 
	background-color: #A0A0A0; 
	padding-right: 5px;
}


.lwp_labelMouseoverStyle, a.lwp_labelMouseoverStyle:hover, a.lwp_labelMouseoverStyle:active {
	font-weight: normal;
    text-decoration: underline;
	color: #000000; 
}


.lwp_labelDragoverStyle{
	font-weight: normal;
	text-decoration: underline;
	color: #000000; 
}


.lwpFldNodeLableSpacing, .lwpFldNodeLabelSpacing {
	padding-left: 5px;
}


.lwpTreePanel {
	overflow: auto;
	height: 100%;
	width: 18em;
}


.lwpTreePanelBody {
	border-left: 1px solid #aaaaaa;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}


.lwpTreePanelHeader {
	background-color: #F0F0F0;
	border-left: 1px solid #aaaaaa;
	border-right: 0px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}


.lwpTreePanelFooter {
	background-color: #F0F0F0;
	border-left: 1px solid #aaaaaa;
	border-right: 0px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}










.lwpPeopleFlyoutExpanded {
	background-color: #DEDEDE;
	border-left: 1px solid #9A9A9A;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #DEDEDE;
}


.lwpPeopleFlyoutCollapsed {
	background-color: #DEDEDE;
	border-left: 1px solid #686868;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #DEDEDE;
}


.lwpPeopleFlyoutFrame {
	background-color: #DEDEDE;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
}









.lwpTimeDateBorder {
	border:0px;
}
 
.lwpTimeDateCalBorder { 
	background-color: white;
	border-top: 1px none #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.lwpTimeDateCalText { 
	font-weight: bold; 
}

.lwpTimeDateDayName { 
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	background-color: white;
	border-top: 1px none #aaaaaa;
	border-right: 1px none #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px none #aaaaaa;
}

.lwpTimeDateDay { 
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #aaaaaa;
}

.lwpTimeDateWeekendDay { 
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #aaaaaa;
}

.lwpTimeDateDayLink { 
	text-decoration:none;
}

.lwpTimeDateCalTop {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}

.lwpTimeDateSelectedCalTop { 
	border: 1px solid #606098;
	background-color: #d0d0d0;
}

.lwpTimeDateSelectedDay { 
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

.lwpTimeDateSelectedDayLink { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #d0d0d0;
}

.lwpTimeDateSelectedWeek { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #d0d0d0;
}

.lwpTimeDateSelectedAllWeeks { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #e8e8e8;
}

.lwpTimeDateWeek { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

.lwpTimeDateMonthRadio { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	width:15px;
	border-right: 1px solid #aaaaaa;
}

.lwpTimeDateWeekRadioOn { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #d0d0d0;
	width:15px;
	border-color: #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.lwpTimeDateWeekRadioOff { 
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	width:15px;
	border-color: #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.lwpTimeDateEmptyDayName { 
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	width:15px;
	border-right: 1px solid #aaaaaa;
	border-left: 1px none #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}











.outerTreeStyle{
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding:0px;
	font-weight: 400;
}


.nodeStyle{
	padding: 0px;
	letter-spacing: 0;
	border-collapse: collapse;
}


.scrollStyle{
 	overflow: auto;
 	width: 200px;
}


.tdStyle{
	padding: 0px;
	width: 200px;	
}



.labelDragoverStyle{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.linkTextStyle{
	text-decoration: none
}


.classForTreeSysIcons {
	
	
}


.tdTreeTabStyle{
	padding: 0px;
	width: 200px;
	margin:0px
}


.tdTableStyle{
	width: 200px;
	padding:0px;
	margin:0px
}


.headerStyle{
	width: 200px;
	background-color: ThreeDFace;
	color: WindowText;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDShadow;
	margin:0px;
	padding:0px;
}



.tree{
}


.tree_outerTreeStyle
{
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	font-weight: 400;
}


.tree_nodeStyle {
	padding: 0px;
	letter-spacing: 0;
	border-collapse: collapse;
	margin: 0px;
}


.tree_scrollStyle{
 	overflow: auto;
 	width: 200px;
}


.tree_tdStyle{
	padding: 0px;
	width: 200px;	
}


.tree_labelNormalStyle {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


.tree_nodeImageStyle {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 19px;
	border-bottom: 0px;
	height: 16px
}


.tree_labelHighlightStyle{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tree_labelMouseoverStyle{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}


.tree_labelDragoverStyle{
	font-size: 11px;
	color: #000000;
	background-color: #bbbbbb;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}


.tree_linkTextStyle{
	text-decoration: none
}


.tree_classForTreeSysIcons {
	
	
}


.tree_tdTreeTabStyle{

	padding: 0px;

	width: 200px;

	margin:0px

}

img.clickimage{

	cursor: hand;

	cursor: pointer;

	font-weight:normal;

	font-family: calibri,arial,verdana, courier new, courier, sans-serif;

	font-size:7pt;

	color:#0000FF;

}



.tree_tdTableStyle{

	width: 200px;

	padding:0px;

	margin:0px

}





.tree_headerStyle{

	width: 200px;

	background-color: ThreeDFace;

	color: WindowText;

	border-width: 1px;

	border-style: solid;

	border-color: ThreeDShadow;

	margin:0px;

	padding:0px;

}





/* Header */
.palette h5
{
    color: #FFFFFF !important;
    background-color: #B7CBE7;
    background: url(colors/default/palette_header_background.html) repeat-x;
    font-size: medium;
    border: 1px solid;
    border-right: 0px;
    border-color: #97A9C1;
	height: 48px;
    margin-top: 0px; 
    margin-bottom: 0px;
}

.palette h5 div
{
	margin-top: 18px;
	margin-left: 10px;
}

/* Hidden forms cause extra whitespace if display is not set to inline */
.palette form
{
    display: inline;
}

/* Search box */
.contentTypeSearch
{
    background-color: #E8EBF1;
    color: #7A93BB;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contentTypeSearch table
{
	margin-left: 10px;
}	

/* Selected category title */
.categoryTitleExpanded
{
    background: url(colors/default/palette_selected_cat.html) repeat-x;
	background-position: top;
	background-color: #E8EBF1;
	font-size: xx-small;
    font-family: arial;
    padding: 5px 10px;
	color: #7A93BB;
    margin-bottom: 0px;
}

/* Unselected category title */
.categoryTitleCollapsed
{
    background: url(colors/default/palette_unselected_cat.html) repeat-x;
    background-position: top;
    background-color: #E8EBF1;
    font-family: arial;
    font-size: xx-small;
    color: #7A93BB;
    padding: 5px 10px;
    margin-bottom: 0px;
}

/* hide the contents of a category when unselected */
.contentItemListCollapsed
{
    display: none;
}

/* An Item in a category */
.contentItem
{
    font-weight: normal;
    font-family: arial;
    font-size: xx-small;
    color: #4E4E4E;
}

/* An Item in a category */
.contentItemGrayed
{
    font-weight: normal;
    font-family: arial;
    font-size: xx-small;
    color: #C6C6C6;
}


.contentItemHover
{
    font-weight: normal;
    font-family: arial;
    font-size: xx-small;
    color: #4E4E4E;
}

.contentItemGrayedHover
{
    font-weight: normal;
    font-family: arial;
    font-size: xx-small;
    color: #C6C6C6;
}


/* the icon associated with the item */
.contentItemIcon
{
    vertical-align: middle; 
    border: 0px;
}

/* Only display the item context menu when hovering over the item */ 
.contentItem button
{
    visibility: hidden;
}

.contentItemHover button
{
    visibility: visible;
}

.contextMenu
{
	border: 0px; 
	background-color: transparent;
}	

.actionMainArea
{
    margin: 4px;
}

.actionFooter
{
    margin-top: 4px;
}


 #cf4a {
  position:relative;
  height:239px;
  width:976px;
  margin:0 auto;
   z-index:-1;
  
}
#cf4a img {
  position:absolute;
  left:0;
 
  
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  
  
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}
#cf4a img:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}



  
        
.table{
	box-shadow: 3px 3px 3px #888888;
	border-bottom-color: #e4e4e4;
	border-top-color: #000000;
	border-left-color: #e4e4e4;
	border-right-color: #000000;
	border-top-width:5px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-radius: 5px;
	background-color:#FFFFFF;
}
.table_1{		
            background-color: #FFFFFF;
            box-shadow: 20px 20px 20px #888888;
			border-bottom-color: #e4e4e4;
			border-top-color: #000000;
			border-left-color: #e4e4e4;
			border-right-color: #000000;
            color: #000000;
            text-decoration:none;                                
            padding:5px 5px 5px 5px;
            font-size:12pt;
	}
        .table_s{
            padding: 8px 12px;
            overflow-y: auto;
            height: 350px;
            border-radius: 5px;
            background: linear-gradient(0deg,lightgray,white,lightgray);
        }
        .table_s2{
            padding: 4px 6px;
            overflow-y: auto;
            height: 800px;
            border-radius: 2px;
            background: linear-gradient(0deg,lightgray,white,lightgray);
        }
        .table_s21{
            overflow-y: auto;
            height: 1000px;
            border-radius: 2px;
        }
        .table_s21::-webkit-scrollbar {
            display: none; 
        }
        .table_s3{
            padding: 4px 6px;
            overflow-y: auto;
            height: 100px;
            border-radius: 2px;
            background: linear-gradient(0deg,lightgray,white,lightgray);
        }
        .table_s4{
	        box-shadow: 10px 10px 10px #888888;
			border-bottom-color: #0066CC;
			border-top-color: #0066CC;
			border-left-color: #0066CC;
			border-right-color: #0066CC;		
			border-top-width:10px;	
            padding: 8px 12px;
            overflow-y: auto;
            border-radius: 5px;
            background: linear-gradient(0deg,lightgray,white,lightgray);
        }
.title{
    font:700 1em oswald-bold;
    font-size:10pt;
    color:#0221140;
    text-align: center;
}
.title2{
    font:700 1em oswald-bold;
    font-size:20pt;
    color:#FFFFFF;
}
.title3{
    font:700 1em oswald;
    font-size:12pt;
    color:#FFFFFF;
    padding: 10px 10px 10px 10px;
}
.content{
    font:700 1em oswald;
    font-size:15pt;
    color:#000000;
    text-align: justify;
    text-justify: inter-word;
}
.bar{
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}