﻿/* PCI Global Default Style Sheet
 *
 * Created by Vanessa Chung
 * vanessa.chung@iomer.com
 * January 4, 2008
 *
 */

/* GLOBAL STYLES ***/

html, form {height:100%;}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #c6bb94;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

.clear {
	clear: both;
}


a:link,
.ms-WPBody a:link { color: #205e8a; text-decoration: underline; }


a:visited,
#PCI_content .ms-WPBody a:visited,
#PCI_content .ms-vb a:visited, 
#PCI_content .ms-vb2 a:visited, 
#PCI_content .ms-GRStatusText a:visited, 
#PCI_content .ms-vb-user a:visited, 
#PCI_content .ms-vb .ms-announcementtitle a:visited, 
#PCI_content .ms-disc a:visited { color: #69a3cc; text-decoration: underline; }



a:hover,
a:active,
.ms-WPBody a:hover, 
.ms-WPBody a:active { }






#PCI_content .ms-WPBody h1,
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	color: #4a3226; /* Dark brown */
	margin: 15px 0;
}
#PCI_content .ms-WPBody h1 a, #PCI_content .ms-WPBody h1 a:link, #PCI_content .ms-WPBody h1 a:visited,
h1 a, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #4a3226;
}

#PCI_content .ms-WPBody h2,
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a55227; /* Orange */
}

#PCI_content .ms-WPBody h3,
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3226; /* Dark brown */
}

#PCI_content .ms-WPBody h4,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #4a3226; /* Dark brown */
}

#PCI_content .ms-WPBody p,
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Custom Rich HTML Styles */

.Home-FeatureLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

.Home-FeatureTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.3em;
	color: #983f12; /* Orange */
}

.Home-FeatureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #251a0e; /* Dark brown */
}

/* HEADER ***/

#PCI_print_header {
	display: none;
}

#PCI_header {
	height: 94px;
	width: 100%;
	background: url(images/header_bkgd.jpg) repeat-x;
}

#PCI_header .container {
	width: 956px;
	height: 94px;
	background: url(images/header_bkgd.jpg) repeat-x;
	margin: auto;
	position: relative;
}

#PCI_header .systemContainer {
	width: 956px;
	height: 94px;
	background: url(images/header_bkgd.jpg) repeat-x;
	position: relative;
}

#PCI_header #PCI_logo {
	float: left;
	width: 157px;
	height: 90px;
	background: url(images/PCI_logo.gif) no-repeat;
	margin-top: 4px;
	margin-left: 21px;
}

#PCI_header #PCI_logo_noNav {
	float: left;
	width: 157px;
	height: 90px;
	background: url(images/PCI_logo_noNav.gif) no-repeat;
	margin-top: 4px;
	margin-left: 21px;
}

*html #PCI_header #PCI_logo, *html #PCI_header #PCI_logo_noNav { /* Fix for IE6 */
	margin-left: 10px;
}

#PCI_header #PCI_tagline {
	position: absolute;
	top: 15px;
	left: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #88975c;
	font-style: italic;
}

/* Global navigation */
#PCI_header #global_nav {
	float: right;
	margin-top: 4px;
	background: url(images/global_stretch.gif) repeat-x;
	font-size: 11px;
}

#PCI_header #global_nav img {
	float: left;
}

#PCI_header #global_nav img.leftEnd {
	background: url(images/global_leftEnd.gif) no-repeat;
	width: 10px;
	height: 34px;
}

#PCI_header #global_nav img.rightEnd {
	background: url(images/global_rightEnd.gif) no-repeat;
	width: 10px;
	height: 34px;
}

#PCI_header #global_nav .links {
	float: left;
	margin-top: 8px;
}

#PCI_header #global_nav .ms-HoverCellInActive,
#PCI_header #global_nav .ms-SpLinkButtonInActive,
#PCI_header #global_nav .ms-HoverCellActive,
#PCI_header #global_nav .ms-SpLinkButtonActive {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: transparent;
	background-image: none;
}

#PCI_header #global_nav .ms-SPLink img {
	display: none;
}

#PCI_header #global_nav .ms-SPLinkButtonActive a,
#PCI_header #global_nav a:link,
#PCI_header #global_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #617033;
	text-decoration: underline;
}

#PCI_header #global_nav .ms-SPLinkButtonActive a:hover,
#PCI_header #global_nav a:hover {
	text-decoration: none;
}

#PCI_header #global_nav span {
	color: #adc06f;
}

/* Search */
#PCI_header #global_nav #PCI_search {
	float: left;
	display: inline;
	width: 230px;
}

#PCI_header #global_nav #PCI_systemSearch {
	float: left;
	display: inline;
	width: 350px;
}

#PCI_search td.ms-sbcell,
#PCI_search .ms-WPBorder,
#PCI_search .ms-WPBorderOnly,
#PCI_search .ms-WPHeader td {
	border: 0;
	border-bottom: 0;
}

td.ms-sbgo {
	background-color: transparent;
	border: 0;
}

.srch-SocDistTitle, .psrch-Description, .psrch-Description b,
.psrch-PropLabel, .psrch-PropValue,
.psrch-Title, .srch-BestBetsTitle, .srch-BB-Description, .srch-BB-SpecialTerm,
.srch-Title, .srch-Description, .srch-Description b,
.srch-InputText, .srch-options, .srch-optionsts, .srch-page,
.srch-results, .srch-stats, .srch-sort, .srch-url, .srch-metadata {
	font-family: Arial, Helvetica, sans-serif;
}

.psrch-Title a:link, .psrch-Title a:visited,
.psrch-Action a:link, .psrch-Action a:visited,
.srch-Title a:link, .srch-Title a:visited,
.srch-Action a:link, .srch-Action a:visited,
.srch-BestBetsTitle a:link, .srch-BestBetsTitle a:visited,
.srch-sort a:link, .srch-sort a:visited,
.srch-alertme a:link, .srch-alertme a:visited,
.srch-sort-right a:link, .srch-sort-right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #205e8a; /* Blue */
}

.psrch-Title a:hover, .srch-BestBetsTitle a:hover, .srch-sort a:hover,
.srch-alertme a:hover, .srch-sort-right a:hover {
	color: #205e8a; /* Blue */
	text-decoration: underline;
}

.srch-Icon a img {
	padding-right: 5px;
}

input .ms-sbplain {
	border: 0;
}

/* Main navigation */
#PCI_header #main_nav {
	position: absolute;
	top: 63px;
	left: 177px;
}

ul.nav {
	width: 766px;
	height: 26px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	float: left;
	background: #d0e38e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

*html ul.nav { /* Nav background fix for IE6 */
	background: url(images/nav_bkgd.gif) repeat-x;
}

ul.nav li {
	float: left;
}

ul.nav a {
	display: block;
	padding: 0 10px;
	line-height: 2.2em;
	text-decoration: none;
	color: #205e8a; /* Blue */
}

ul.nav a:hover {
	color: #a55227; /* Orange */
}

ul.nav li.selected1 {
	background: url(images/nav_pointer.gif) no-repeat bottom center;
	height: 30px;
}

ul.nav li.selected1 a {
	background: #ecffab;
	color: #0c4269; /* Navy */
}

ul.nav li.selected1 a:hover {
	color: #a55227; /* Orange */
}

ul.nav span {
	display: block;
	padding: 0 10px;
	line-height: 26px;
	text-decoration: none;
	color: #a55227; /* Orange */
	background: #ecffab;
}

/* Site Actions */
#PCI_header #siteactions {
	float: right;
	margin-top: -54px;
	padding-right: 3px;
}

#PCI_header #siteactions a {
	color: #ffffff;
}

/* CONTENT AREA ***/

#PCI_content {
	background: #d0e48f url(images/people_bkgd.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#PCI_content .container {
	width: 956px;
	background: #ffffff url(images/page_leftShadow.gif) repeat-y top left;
	margin: auto;
}

#PCI_content .systemContainer {
	min-width: 956px;
	width: 100%;
	background: #ffffff;
	margin: auto;
	border-top: 1px solid #ffffff;
}

#PCI_content .container .pageRight {
	width: 950px;
	background: url(images/page_rightShadow.gif) repeat-y top right;
	padding: 1px 3px 1px 3px;
}

#PCI_content .container #PCI_logoBottom {
	margin-top: -1px;
	padding-left: 18px;
}

#PCI_content .systemContainer #PCI_logoBottom {
	margin-top: -1px;
	padding-left: 21px;
}

*html #PCI_content .container #PCI_logoBottom { /* Logo bottom adjustment for IE6 */
	padding-left: 17px;
}

/* Site Map Page */

#PCI_content #oneColumn {
	margin-top: 10px;
	margin-left: 190px;
	width: 740px;
}

ul.sitemap {	
	margin: 0;
	padding: 0;
}

ul.sitemap li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	list-style: none; 
}

ul.sitemap a {
	padding: 5px 10px 0 10px;
	line-height: 2.2em;
	text-decoration: none;
	color: #205e8a; /* Blue */
	display: block;
	border-bottom: 1px solid #dfdcd3;
}

ul.sitemap a:hover {
	color: #a55227; /* Orange */
}

ul.sitemap ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bullet_sitemap.gif) no-repeat left 3px;
}

ul.sitemap ul a {
	padding: 0 10px;
	line-height: 1.5em;
	display: inline;
	border-bottom: 0;
}

/* Home Page Content */
#PCI_content #leftHomeColumn {
	float: left;
	width: 190px;
	margin-left: 20px;
	margin-top: 10px;
}

*html #PCI_content #leftHomeColumn { /* Margin fix for IE6 */
	margin-left: 10px;
}

#PCI_content .newsletter 
{
    background-color: #d3e2a1; /* Green */
    padding: 5px 10px;
}

    .newsletter p
    {
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
    }
    
    .newsletter input
    {
        display: block;
        margin-bottom: 5px;
    }

#PCI_content .homeColumn {
	float: left;
	width: 340px;
	margin-left: 20px;
	margin-top: 10px;
}

#PCI_content #primaryCare {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.3em;
	color: #a24f26;
}

#PCI_content #primaryCare span {
	color: #a24f26;
}

#PCI_content .homeFeature {
	background-color: #84a4b1;
	padding: 6px 6px 4px 6px;
}

#PCI_content .homeFeature2 {
	background-color: #84a4b1;
	padding: 0px 6px 0px 6px;
	margin-top: -4px;
	margin-bottom: 20px;
}

#PCI_content .homeFeature2 #description {
	position: relative;
	bottom: -5px;
	padding: 10px;
	background: url(images/feature_paperBkgd.jpg) repeat-y;
}

#PCI_content .hide {
	display: none;
}

/* Subpage Content */
#PCI_content #leftColumn {
	float: left;
	width: 210px;
}

#PCI_content #contentColumn {
	float: left;
	width: 700px;
	margin-left: 20px;
	line-height: 1.5em;
}

.contentImageRight {
	float: right;
	color: #aec468; /* Sets border color in FF */
}

.contentImageRight img {
	margin-left: 10px;
	margin-bottom: 10px;
	border-color: #aec468;
}

.contentImageLeft {
	float: left;
	color: #aec468; /* Sets border color in FF */
	width:0;

}

.contentImageLeft img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #aec468;
}

.layoutZone {
	margin-bottom: 20px;
}

/* System Content */
#systemArea {
	/* margin-top: -15px; */
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Sub-navigation */
h2#IRsubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4a3226; /* Dark brown */
	background-color: #ecffab;
	margin: 0;
	padding: 5px 10px 5px 20px;
	border-top: 1px dotted #9b9377;
	border-bottom: 1px dotted #9b9377;
}

h2#IRsubtitle a {
	color: #4a3226; /* Dark brown */
	text-decoration: none;
}

a.current, a.current:link, a.current:visited,
ul.subnav li.selected1 ul li.selected2 ul li a.current {
	color: #a55227; /* Orange */
}

/* Level 2 */
ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

ul.subnav li {
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #dfdcd3;
	line-height: 1.3em;
}

ul.subnav li a {
	text-decoration: none;
}

ul.subnav li a:hover {
	color: #a55227; /* Orange */
}

ul.subnav li span {
	color: #a55227; /* Orange */
}

ul.subnav li.selected1 {
	padding-left: 15px;
	border-left: 5px solid #e8a05a; /* Light orange */
	color: #a55227;
}

/* Level 3 */
ul.subnav ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

ul.subnav ul li {
	background: url(images/bullet_plus.gif) no-repeat 0px 9px;
	list-style-type: none;
	margin-left: 0px;
	padding: 5px 0 1px 10px;
	border-bottom: none;
	line-height: 1.3em;
}

/* Level 4 */
ul.subnav ul li.selected2 ul {
	background: #f0e7c6 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 5px -10px 0 -25px;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #c3bead;
	border-bottom: 1px dotted #c3bead;
}

ul.subnav ul ul li {
	background: none;
	border-bottom: none;
	padding: 2px 10px 2px 25px;
}

ul.subnav ul ul li a, ul.subnav ul ul li a:visited {
	color: #4f748f; /* Light blue */
}

/* Traces your nav trail in navy */
ul.subnav li.selected1 ul li.selected2 ul li.selected3 a {
	color: #0c4269; /* Navy */
}

ul.subnav li.selected1 ul li.selected2 ul li a, 
ul.subnav li.selected1 ul li.selected2 ul li.selected3 ul li a {
	color: #4f748f; /* Light blue */
}

ul.subnav li.selected1 a:hover,
ul.subnav li.selected1 ul li.selected2 a:hover,
ul.subnav li.selected1 ul li.selected2 ul li.selected3 a:hover,
ul.subnav li.selected1 ul li a:hover,
ul.subnav li.selected1 ul li.selected2 ul li a:hover,
ul.subnav li.selected1 ul li.selected2 ul li.selected3 ul li a:hover {
	color: #a55227; /* Orange */
}

/* Fifth Level Navigation */
#fifthNav {
	background: #f0e7c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin-bottom: 15px;
	border-left: 5px solid #e8a05a;
}

#fifthNav #dotted_borders {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border-top: 1px dotted #c3bead;
	border-bottom: 1px dotted #c3bead;
}

#fifthNav ul {
	padding: 0;
	margin: 0;	
}

#fifthNav ul li {
	width: 200px;
	float: left;
	margin: 0;
	padding: 2px 0 2px 20px;
	list-style: none;
	line-height: 1.3em;
}

#fifthNav ul li a, #fifthNav ul li a:visited {
	color: #4f748f; /* Light blue */
	text-decoration: none;
}

#fifthNav ul li a:hover {
	color: #a55227; /* Orange */
}

#fifthNav ul li span {
	color: #a55227; /* Orange */
}

/* Breadcrumb */
#PCI_breadcrumb {
	color: #918e7b;
	background-color: #ece8e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -13px 0 0 230px;
	padding: 7px 10px;
}

#PCI_systemBreadcrumb {
	color: #918e7b;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -13px 0 0 184px;
	padding: 7px 10px;
}

#PCI_breadcrumb a, #PCI_systemBreadcrumb a {
	color: #617033;
	text-decoration: none;
}

#PCI_breadcrumb a:hover, #PCI_systemBreadcrumb a:hover {
	color: #a55227; /* Orange */
}

#PCI_breadcrumb a.current {
	color: #918e7b;
}

/* ARHA Map */
#ARHA_map {
	float: left;
	padding-right: 20px;
	width: 231px;
	height: 423px;
	position: relative;
}

#ARHA_map ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ARHA_map a {
	position: absolute;
	width: 26px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a5681; /* Blue */
	text-decoration: none;
	border: 1px solid transparent;
}

#ARHA_map .R1 a {
	top: 389px;
	left: 155px;
}

#ARHA_map .R2 a {
	top: 352px;
	left: 195px;
}

#ARHA_map .R3 a {
	top: 341px;
	left: 129px;
}

#ARHA_map .R4 a {
	top: 284px;
	left: 116px;
}

#ARHA_map .R5 a {
	top: 256px;
	left: 186px;
}

#ARHA_map .R6 a {
	top: 245px;
	left: 125px;
}

#ARHA_map .R7 a {
	top: 187px;
	left: 138px;
}

#ARHA_map .R8 a {
	top: 159px;
	left: 39px;
}

#ARHA_map .R9 a {
	top: 47px;
	left: 141px;
}

#ARHA_map a:hover {
	border: 1px dotted grey;
}

#ARHA_map a .note {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 75px;
	padding: 0.2em 0.5em;
	background-color: #edfeaa;
	margin-left: -30px;
	display: none;
}

#ARHA_map a:hover .note {
	display: block;
	left: 0;
}

/* FOOTER ***/

#PCI_footer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	background: url(images/footer_bkgd.gif) repeat-x top;
}

#PCI_footer .container {
	width: 956px;
	background: url(images/page_bottom.gif) no-repeat top;
	margin: auto;
	padding-top: 40px;
}

#PCI_footer .systemContainer {
	width: 100%;
	min-width: 956px;
	margin: auto;
	padding-top: 20px;
}

#PCI_footer #partners {
	float: left;
}

#PCI_footer .systemContainer #partners {
	margin-left: 20px;
}

#PCI_footer #partners img.logo {
	float: left;
	margin-right: 10px;
	border: none;
}

#PCI_footer #copyright {
	font-size: 11px;
	color: #4f4f4f;
	float: right;
	margin-right: 10px;
}

#PCI_footer .systemContainer #copyright {
	margin-right: 20px;
}

#PCI_footer #copyright a:link,
#PCI_footer #copyright a:visited {
	color: #6e5b51;
}

#PCI_footer #copyright span {
	color: #a29876;
}

/* SHAREPOINT STYLES ***/

.ms-SPLink {
	font-family: Arial, Helvetica, sans-serif;
}

.ms-bodyareaframe, .ms-viewareaframe {
	background-color: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.ms-quicklaunchouter {
	width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#PCI_content .ms-WPTitle,
#PCI_content .ms-WPTitle a:link,
#PCI_content .ms-WPTitle a:visited {
	background-color: #ece8e1;
	color: #617033; /* Green */
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#PCI_content .ms-WPTitle img {
	padding-right: 2px;
}

#PCI_content .ms-WPTitle a:hover {
	color: #0e2e40;
}

#PCI_content table tr.ms-WPHeader {
	background-color: #ece8e1;  /* Color of the entire header including dropdown arrow */
	border: none;
}

#PCI_content .ms-WPHeader td {
	border-bottom: 1px dotted #9b9377;
	border-top: 1px dotted #9b9377;
	padding: 2px 5px;
}

#PCI_content .ms-WPBody, #PCI_content .ms-WPBody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
}

/* Discussion board */
table tr td.ms-disc-bordered-noleft {
	font-size: 1em;
}

/* Custom CQW Styles */
.whitespace {
	margin-bottom: 0;
}

.featuredItem {
	background-color: #f0e7c6; 
	padding: 5px 10px 10px 10px;
	margin-bottom: 15px;
	margin-top: 0;
}

.featureLabel {
	display: inline-block;	
	font-family: Georgia,Times New Roman,serif; 
	font-size: 12px; 
	color: #ae6239; 
	line-height: 1.5em;
	padding-bottom: 2px;
}

.regularItem {
	margin-top: 10px;
	padding-bottom: 5px;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
}

.pcnInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
	float: left;
	width: 330px;
	padding-bottom: 10px;
}

.featuredItem a:link, .featuredItem a:visited,
.regularItem a:link, .regularItem a:visited,
.description a:link, .description a:visited,
.pcnInfo a:link, .pcnInfo a:visited {
	color: #205e8a; /* Blue */
}

.itemImage {
	float: left;
}

.itemImage img {
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 6px solid #c6bfa1;
}

.eventDate, .newsDate {
	color: #948d79;
	font-style: italic;
	display: inline-block;
	line-height: 1.5em;
}

.description {
	display: inline-block;
}

.description .more a:link, .description .more a:visited {
	color: #4f748f; /* Light blue */
	font-size: 11px;
	text-decoration: underline;
}

.description .more a:hover {
	text-decoration: none;
}

/* Custom CQW for Quicklinks */
.linkItem {
	margin-top: 5px;
}

.iconImage {
	float: left;
	padding-right: 10px;
}

.link {
	float: left;
	margin: 0;
	padding: 0;
}

.linkItem a:link, .linkItem a:visited {
	color: #205e8a; /* Blue */
}

/* Event/Announcement List View */
.aidLink {
	color: #948d79; /* Tan grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.aidLink a:link, .aidLink a:visited {
	color: #4f748f; /* Light blue */
	text-decoration: underline;
}

.aidLink a:hover {
	text-decoration: none;
}

/* Event/Announcement Detail View */
.eventDetail h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.eventDetail, .newsDetail {
	line-height: 1.5em;
}

/* Styles for adding items to a webpart or in the blog quicklaunch */
td.ms-addnew { 
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	padding-top: 5px;
}
	
	
td.ms-addnew a:hover {}

/* Tool Pane */
.ms-TPBorder {
	padding-right: 7px;
}

.ms-ToolPaneOuter {
	border-right: 0;
	border-top: 0;
}

.ms-ToolPaneBorder {
	border-style: none;
}

.ms-ToolPaneBody {
	padding: 2px;
}

#MSOTlPn_MainTD {
	background-color: #F2F2F2;
}


.ms-partline {
	background-color: #fff;
}

.ms-formlabel, .ms-formbody {
	font-size: 1em;
}

.ms-descriptiontext, .ms-formbody, .ms-formdescription,
.ms-toolbar, .ms-viewtoolbar, .ms-formtoolbar, .ms-toolbarContainer {
	font-family: Arial, Helvetica, sans-serif;
}

.link-item, .link-item a, .link-item a:link, .link-item a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link-item a:hover {
	color: #205e8a; /* Blue */
}

.ms-subsmanagecell {
	font-size: 8pt;
}

td.ms-vb, td.ms-vb-title {
	vertical-align: top;
}

th .ms-vb a, .ms-vh2-nofilter a, .ms-vh2-nofilter-icon a { /* Column titles */
	font-size: 8pt;
}

.ms-vb a, .ms-vb2 a, 
.ms-GRStatusText a, .ms-vb-user a, .ms-disc a, 
{
	font-family: Arial, Helvetica, sans-serif;
	
}	



.ms-vh, .ms-vh2, .ms-vh-icon, 
.ms-vh-icon-empty, .ms-vhImage, 
.ms-gb, .ms-gb2, .ms-gbload, 
.ms-vb, .ms-vb2, .ms-vb-tall, 
.ms-GRFont, .ms-vb-user, 
table.ms-disc td, .ms-vh2-nofilter, 
.ms-vh2-nograd, .ms-vh3-nograd, 
.ms-vh2-nograd-icon, .ms-vh2-nofilter-icon, 
.ms-pb, .ms-pb-selected, .ms-ph {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	line-height: 1.5em;
	font-size: 12px;
}

.ms-propertysheet object {width:100%!important;height:auto!important;}
/* fix to hide the RTE dialog helper ActiveX control on the page */
#RTEDialogHelper { width:0; height: 0 !important; }



.ms-WPBody .cbq-layout-main {
	 width: 100%;
}
/*
	the style def fo a group header when CQWP group-by-some-attribute
*/
.ms-WPBody .cbq-layout-main div.groupheader {
	font-size: 15px;
	border-bottom: 1px solid #dfdcd3;
	padding: 2px 0;
}

/* Related to PCN Maps */
div.PCN_pcnItemWrapper {
	padding: 2px 0;
	border-bottom: 1px solid #dfdcd3; 
	display: block; 
	width:100%; 
	clear: both;
}

div.summarySpacer {
	clear:both; 
	height: 3px; 
	display: block; 
	width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
}

div.summaryLeft {
	 display: block;
	 width: 48%;
	 float:left;
}
div.summaryRight {
	 display: block;
	 width: 48%;
	 float:right;
}




/* sharepoint calendar fixes */


/* fix for calendar view spacing issues with long title events */
.contB {width:auto;}
.ms-gridCol {font-size:1.5em;padding-bottom:3px;}
.ms-gridT1, .ms-propertysheet th.ms-gridT1 {font-size:1.35em;padding:5px;}

/* fix for calendar width, this will allow the calendar to resized to as low as 400px wide */	
.ms-calheader img { width: auto; }
