A
{
color: #006699;	
}
A:link, A:visited, A:active
{
color: #006699;	
}


A.title:link 
{
color: #006699;	
}

A.title:visited 
{
color: #006699;	
}

A.title:active 
{
color: #006699;	
}

A.title:hover 
{
color: #ffcc33;	
text-decoration: underline; 
}

.titleBold 
{

}

.sample 
{
     text-align:left;
}

.path 
{
color: #006699;
text-align:left;
padding-bottom:20px;
}

.navigation 
{
color: #006699;
}

A.navigation:link
{
color: #006699;	
}

A.navigation:visited
{
color: #006699;	
}

A.navigation:active
{
color: #006699;	
}

A.navigation:hover
{
color: #ffcc33;	
}



				
/*********************************************************************/
/* Template Style     					   					         */
/*********************************************************************/

/* unpan_temp_ContentHighlight.htm template -------------------------*/

.ContentHighlight_Title {
	font: bold 14 Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	padding-bottom: 10px;
}

.ContentHighlight_ListIcon {
	margin-right: 5px;
}

.ContentHighlight_Header {
	font: normal 11 Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #EFF3FF;
	padding: 10px;
}

.ContentHighlight_Content {
	font: normal 11 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* unpan_temp_ContentList.htm template -------------------------*/

.ContentList_Title {
	font: bold 12 Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	padding-bottom: 5px;
	background-image:url(/Portals/0/templates/images/list01.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:12px;
	text-align:justify;

}

.ContentList_ListIcon {
	margin-right: 5px;
}

.ContentList_Content {
	font: normal 11 Verdana, Arial, Helvetica, sans-serif;
	/*color: #333;*/
	padding-bottom: 15px;
	text-align:justify;
}

/* unpan_temp_ImgRight.htm template ----------------------------------*/

.ImgRight_Content {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	/*color: #333;*/
}
	.ImgRight_Content img {
		float: Right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.ImgRight_Title {
		font: bold 14 Verdana, Arial, Helvetica, sans-serif;
		color: #006699;
		padding-bottom: 15px;
		display: block;
	}

/* unpan_temp_ImgLeft.htm template ----------------------------------*/

.ImgLeft_Content {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	/*color: #333;*/
}
	.ImgLeft_Content img {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.ImgLeft_Title {
		font: bold 14 Verdana, Arial, Helvetica, sans-serif;
		color: #006699;
		padding-bottom: 15px;
		display: block;
	}

/* unpan_temp_ContentListHover_box.htm template -------------------------*/

.ContentListHover_Box_Title {
	font: bold 14 Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}

.ContentListHover_Box ul 	{ 
	list-style-type: none; 
	width: 100%; 
	margin-left: 0px; 
	padding-left: 0px;
} 
	.ContentListHover_Box li { 
		border: solid 1px #ccc; 
		border-width: 1px; 
		margin: 10px 0; 
		list-style-type: none;
		list-style-image: none;
	}	
	.ContentListHover_Box li a, 
	.ContentPane .Normal .ContentListHover_Box li a { 
		font-weight: bold; 
		color: #ca7111; 
		text-decoration: none;
	    display: block; 
		padding: 8px; 
	}	
	.ContentListHover_Box li img { 
		border:0; 
		margin-right: 10px; 
		float: left; 
	}	
	* html .ContentListHover_Box li a,
	* html .ContentPane .Normal .ContentListHover_Box li a  /* make hover effect work in IE */ { 
		width: 100%;
		text-decoration: none; 
	}	
	.ContentListHover_Box li a:hover, 
	.ContentPane .ContentListHover_Box li a:hover { 
		color: #FECE30; 
		text-decoration: none; 
		background: #006ba2; 
	}
		.ContentListHover_Box li a:hover span, 
		.ContentPane .ContentListHover_Box li a:hover span { 
			color: #FECE30;
		}
		 
		.ContentListHover_Box li a:hover em.Headline, 
		.ContentPane .ContentListHover_Box li a:hover em.Headline,
		.ContentPane .Normal .ContentListHover_Box li a:hover em.Headline {
			color: #FECE30;
		}
		
		.ContentListHover_Box li a:hover em.NormalText,
		.ContentPane .ContentListHover_Box li a:hover em.NormalText {
			color: #fff;
		}

.ContentListHover_Box em.Headline { 
	font-weight: bold; 
	font-style: normal; 
	color: #333; 
	display: block; 
	padding-top: 8px;
}

.ContentListHover_Box a em.NormalText	{ 
	font-weight: normal; 
	font-style: normal; 
	color: #333; 
	line-height: 125%; 
	display: block; 
	padding: 8px 0px 8px 0px; 
}

.ContentListHover_Box a span { 
	font-weight: bold; 
	color: #9d0000; 
	line-height: 150%; 
	text-decoration: none;
}

	.ContentListHover_Box a span:hover { 
		font-weight: bold; 
		color: #9d0000; 
		line-height: 150%; 
		text-decoration: underline;
	}

/* unpan_temp_ContentListHover_dotted.htm template -------------------------*/

.ContentListHover_Dotted_Title {
	font: bold 14 Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}
.ContentListHover_Dotted ul { 
	list-style-type: none; 
	width: 100%; 
	margin: 5px 5px 5px 0;
	padding:0px;
} 

	.ContentListHover_Dotted li { 
		border-bottom: 1px dotted #999; /* Border Style */ 
		border-width: 1px 0; 
		margin:0;
		padding:0 0 0 2px;
		list-style-type: none;
		list-style-image: none;
	}
	
	.ContentListHover_Dotted li a,
	.ContentPane .Normal .ContentListHover_Dotted li a { 
		font-weight: bold; 
		color: #006699; 
		text-decoration: none;
		display: block; 
		/*padding: 5px 10px 5px 10px; */
		margin:0;
		padding:0 0 0 2px;
	}
	
	* html .ContentListHover_Dotted li a /* make hover effect work in IE */ { 
		 width: 100%; 
	 }
	
	.ContentListHover_Dotted li a:hover,
	.ContentPane .ContentListHover_Dotted li a:hover /* Text Link Hover color*/ { 
		color: #006699; 
		text-decoration: none; 
		background: #EFF3FF; 
	}
		
		.ContentListHover_Dotted li a:hover span,
		.ContentPane .ContentListHover_Dotted li a:hover span{ 
			color: #9d0000;
		}

.ContentListHover_Dotted em.Headline	/* Text Headline Style */ { 
	font-weight: bold; 
	font-style: normal; 
	color: #333; 
	display: block; 
	padding-top: 8px;
}
	 
.ContentListHover_Dotted a em.NormalText /* Content Text Style */ { 
	font-weight: normal; 
	font-style: normal; 
	color: #444; 
	line-height: 125%; 
	display: block; 
	padding: 0px 0px 8px 0px; 
}

.ContentListHover_Dotted a span /* Link style */{ 
	color: #006699; 
	line-height: 150%; 
}

.ContentListHover_Dotted img { 
	border: 1px solid #CCC;
	margin-left:10px;
	padding:5px;
	height: 75px;
	float:right;
}

/*********************************************************************/
/* UNPAN Style     					   					         */
/*********************************************************************/
.imgRight{
float: right;
margin-left: 10px;
margin-bottom: 5px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;

}

/* Border */
.ConBorder {
	border: dotted 1px #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}
.ConBG {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #eff3ff;
}

/* unpan_temp_ImgRight.htm template ----------------------------------*/

.ImgRight_Content {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
}
	.ImgRight_Content img {
		float: Right;
		clear:right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.ImgRight_Title {
		font: bold 14 Verdana, Arial, Helvetica, sans-serif;
		color: #006699;
		padding-bottom: 15px;
		display: block;
	}

/* unpan_temp_ImgLeft.htm template ----------------------------------*/
.imgLeft{
float: left;
margin-right: 10px;
margin-bottom: 5px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
}

.ImgLeft_Content1 {	
	float: left;
margin-right: 10px;
margin-bottom: 5px;
border:solid 1px #ccc;
clear:left;
}


.ImgLeft_Content {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
}
	.ImgLeft_Content img {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.ImgLeft_Title {
		font: bold 14 Verdana, Arial, Helvetica, sans-serif;
		color: #006699;
		padding-bottom: 15px;
		display: block;
	}
	/*Line*/
.DottedLine {
	border-bottom: dotted 1px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}







/*CODE SNIPPET TEMPLATES  ----------------------------------*/

/* DPADM EVENT ----------------------------------*/


.my_event_post
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
padding:0px;
border:1px solid #cccccc;
background-color: #eeeeee;
text-align: left;
}

.my_event_post_label
{
    font-weight:bold;
}


.DPADM_Event_Table {  
	width:100%;
	padding-bottom: 5px;
	padding-left: 5px;
}

.DPADM_Event_Div
{

}

.DPADM_Event_Image
{
    float:right;
	padding-left: 3px;
}

.DPADM_Event_Title {  
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #006699;
padding-bottom: 5px;
width:100%;	
}	

.DPADM_Event_Title a{  
color: #006699;
}
.DPADM_Event_Title a:hover{  
color: #006699;
}
.DPADM_Event_Title a:visited{  
color: #006699;
}
.DPADM_Event_Title a:active{  
color: #006699;
}

.DPADM_Event_Date {  
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
white-space: nowrap;
text-align:right;
font-weight: bold;
vertical-align:top;	
}
.DPADM_Event_location {  
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
white-space: nowrap;
font-weight: bold;
padding-bottom: 2px;
vertical-align:top;	
}
.DPADM_Event_summary {  
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
padding-bottom: 2px;
text-align:justify;
}
.DPADM_Event_links a{  
	color:#9d0000;
	font-weight: bold;
}
.DPADM_Event_links td{  
	font-weight: bold;
}

/*FOR ROUNDED FEATURE BOXES  ----------------------------------*/


.roundcont {background-color: #0169A8; color: #fff; } 
.roundcont p { margin: 0 5px;color: white; } 
.roundcont a {color: white; } 
.roundtop {background: url(/Portals/0/images/Content/rounded/tr.gif) no-repeat top right; } 
.roundbottom { background: url(/Portals/0/images/Content/rounded/br.gif) no-repeat top right; } 
.roundcont img.corner { border: none; display: block !important; }

/*
* Section Titles
* ----------------------------------------------- */	
.section_title
{
 color:Black;
 background-color:#ddd;
 font-weight:bold;
 width:100%;
 padding:3px 3px 3px 3px;
 margin: 0px 0px 0px 0px;
}	
	
.section_title1
{
 color:Black;
 background-color:#ddd;
 font-weight:bold;
 width:100%;

}


/*
This the style for the expand/collapse list.
*/

.expand_collapse
{
    padding:0px;
    margin:0px;
}

.expand_collapse_title
{
    text-indent:3px;
    padding:0px;
    margin:0px;
    color:Black;
    font-weight:bold;
}

.expand_collapse div
{
    background-color:#fff;
    padding:0px;
    margin:0px;
    border:none;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
}

.switchgroup2{
 padding-left:10px; 
 padding-right:0px;
 padding-bottom:10px;
 background-color:#fff;
 border: solid 1px #ddd;
 margin-right:0px;
 margin-left:0px;
}
.switchgroup3{
 background-color:#efefef;
 border-bottom: solid 1px #ddd;
 border-top: solid 1px #ddd;

}

.switchgroup_title{
    font: bold 16px Arial, Helvetica, sans-serif;
	color: #125695;
	text-align: left;	
	padding-bottom: 1px;
}

.switchgroup3_title a{
    font: bold 14px Arial, Helvetica, sans-serif;
	color: #125695;
	text-align: left;	
	padding-bottom: 1px;
}
.year_links_table
{
       width:95%; 
}

.year_links_table td {
    border: solid 1px #999;
    white-space:nowrap;
    text-align:center;
}

.content_border {
    border: solid 1px #eee;
    padding: 10px;
}



/* for my Information resources Stellent module.*/

.FieldSets
{
  border:solid 1px #ddd;
  width:95%;
  text-align:left;
}

.FieldSets legend
{
  font-weight:bold;
}

/* for the index page in the meet unpan partners page*/
.break_bar
{
  color:#bbbbbb;
}

/* flagship yellow image border*/
.flagship_img
{
    border: solid 2px #ffcc33;
    padding:3px;
    width:80px;
}


.filter_CheckBoxList td
{
    text-align:left;

}
.filter_CheckBoxList
{
    text-align:left;
    width:100%;
}


/*
 DPADM Announcements
*/

.a1{
background-color:#FFFFFF;
}

.a2{
 background-color:#ECECEC;
}
.a_title{
font-size:18px;
padding-bottom:5px;
}
.a_description{
text-align:justify !important;
}
.a_outer_img{ width:220px; float:right;}
.a_img img{ width:90%; padding:10px;}



/*
 UNPAN WHATS NEW
*/

td.menuon { background-color: #e8f1f6; color: #FFFFFF; }
td.menuoff { background-color: #FFFFFF; color: #e8f1f6; }

.unpan_whatsnew_item 
{
        width:100%;
}

.unpan_whatsnew_item td
{
        width:100%;
}

.unpan_whatsnew_alt_item
{
        border-bottom: 1px dotted #999;
        width:100%;
}
.unpan_whatsnew_seperator
{
    border:0;
    height: 0px;
}
.unpan_whatsnew_readmore 
{
    text-align:right;
    font-weight:bold;
    text-transform:capitalize;
}

.unpan_whatsnew_readmore a
{
    text-decoration:none;
}

.unpan_whatsnew_img img
{
    
	max-width:120px;

    padding:5px;
    border:solid 1px #eee;
	clear:both;

}

.unpan_whatsnew_title
{
    text-decoration:none;
    font-weight:bold;
}

.unpan_whatsnew_title a
{
    text-decoration:none;
    font-weight:bold;
}
.unpan_whatsnew_date
{
 color:White;
}

/* for my resources module*/

.Resource_Link_List{
	padding-bottom: 5px;
	background-image:url(/Portals/0/templates/images/list01.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:12px;
	text-align:left;
	
}
.Resource_content_border {
    border: solid 1px #ddd;
    padding:0;
    margin:0;
    width:100%;
}

.Resource_Title
{
 background-color:#b8d3e2;
 font-weight:bold;
 width:100%;
 text-align:left;
 padding-top:3px;
 padding-bottom:3px;
 border-bottom:solid 1px #666;
}



/*********************************************************************/
/* UNPAN partners page				   					         */
/*********************************************************************/
.float_image_left_1
{
    float:left;
    clear:left;
    padding:3px;
    border:1px solid #222;
    margin:3px;
}

.float_image_right
{
  float:right;
  	margin-left: 3px; 
	margin-bottom: 3px;
	border: 0px;  
}

.float_image_left
{
  float:left;
  	float: left; 
	margin-right: 3px; 
	margin-bottom: 3px; 
	border: 0px;
}
.TablePartnerTitle {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #eff3ff;
}

.ComboBoxDropDown_default
{
z-index: 10000 !important;
}
