/*
** Some CSS from the plone crew:
**
** Copyright Alexander Limi - http://www.plonesolutions.com**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
*/

.large_black_bold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000
}

.large_black_bold2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000
}

.header
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff
}

#header a:hover, #sidebar a:active
{color: #FFFFFF;background-color: #0099CC;border: 2px solid #000;
}

.header_background
{
/*background-image:url("http://westendpsych.net/images/banners/head_img8.png");*/
background-repeat:no-repeat;
height:175px;
}

.page_background1
{
/*background-color:#666699;*/
background-image:url("http://westendpsych.net/images/background2.gif");
background-repeat: repeat;
background-attachment: scroll;
}

.page_background2
{
background-color:#CCCCFF;
}
/******************/

CAPTION {
background-color: #9999CC;
/*
this is the purple
background-color: #663399;
*/
border: 1px solid #003366;
font-weight: bold;
color: #000000;
text-align: left;
padding: 2px;
font-size: 11px;
}


body {
/*font: 85% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
/*background-color: #CCCCFF;*/
/*
this is the pale dull yellow
background-color:#FFFF99;

this is the purplish blue
background-color: #CC99FF;
*/

/*background-image: url(http://westendpsych.net/images/background.gif);*/
/*background-repeat: no-repeat;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;

color: Black;
margin: 0;
padding: 0;
}

table {
font-size: 100%;
}


a {
    text-decoration: underline;
    color: #436976;
    background-color: transparent;
}


img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: White;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}


h7 {
    color: #009999;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 120%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h8 {
    color: White;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

h7 {
    font-size: 100%;
    border-bottom: 1px solid #009999;
    font-weight: bold;
}


ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://plone.org/bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospace;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: top;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

.netscape4 {
    display: none;
}


/*
** Structural Elements
*/

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}

/* The new form elements */

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 100%;
    font-weight: bold;
}

.fieldRequired {
    background: url(http://plone.org/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 68% !important;
}

.error .fieldRequired {
   color: #ffce7b;
}

/********************************************************************/

.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}

/* Compensation when rendering portlets in the content area */
#region-content .portlet {
    font-size: 94%;
}

.portlet h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h3 {
    background: #9CCF63;
    border: 1px solid #ffffff;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    font-color: #ffffff;
    white-space: nowrap;
}


.portlet h5 {
    /*background: #dee7ec;*/
    background: #666699;
    border: 1px solid #ffffff;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 12px;
    height: 1em;
    font-weight: normal;
    font-color: #ffffff;
    white-space: nowrap;
}

.portlet h6 {
    /*background: #dee7ec;*/
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

/*
this is the nav border that creates a box around the nav elements
*/
.portletBody {
    /*background: transparent;*/
	/*background: #CC9999;*/
	background: #FFCC99;
    border-collapse: collapse;
    /*border: 1px solid #CCCCCC;*/
	border: 1px solid #666699;
}

.portletqnBody {
    /*background: transparent;*/
	/*background: #CC9999;*/
	background: #FFCC99;
    border-collapse: collapse;
    /*border: 1px solid #CCCCCC;*/
	border: 1px solid #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

color: Black;
margin: 0;
padding: 0;
}
.portletDetails {
    text-align: right;
}

.portletMore {
    display: block;
    text-align: right;
}

.portletContent {
    padding: 1em;
}
.portletClose {
    float: right;
    text-transform: none;
    border-left: 1px solid #8cacbb;
    padding: 0em 0.2em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet .even {
    /*background-color: #f7f9fa;*/
	background-color: #f7f9fa;
}
.portlet .odd {
    background-color: transparent;
}
.portlet input {
    font-size: 100%;
}

.portlet ul,
.portlet li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: 1em;
}


.spacer {
	margin: 1em;
}
/********************************************************************/

/* Navigation tree styling */

.navIcon,
.navIconRoot {
    position: relative;
    right: 20px;
}

.navItemText {
    margin-left: -20px;
}
.navItemText_indent {
    margin-left: -10px;
}

/*
borders around each link in the nav
*/
.navRootItem,
.navItem {
    margin: 0 0 0.2em 0;
    /*border: 1px solid #CC9999;*/
	border: 1px solid #FFCC99;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0.25em 0.2em 20px;
}

.currentNavItem,
#portlet-navigation-tree a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
    text-decoration: none;
    background-color: transparent;
}


.currentNavItem,
#portlet-navigation-tree a:hover {
    /*background-color: #dee7ec;*/
    background-color: #CCCCCC;
    /*color: #436976;*/
	color: #333366;
    border: 1px solid #333366;
}
/********************************************************************/
.navLevel1 {
    margin-left: 0em;
}

.navLevel2 {
    margin-left: 1em;
}

.navLevel3 {
    margin-left: 2em;
}

.navLevel4 {
    margin-left: 3em;
}

.navLevel5 {
    margin-left: 4em;
}

.navLevel6 {
    margin-left: 4.5em;
}

.navLevel7 {
    margin-left: 5em;
}

.navLevel8 {
    margin-left: 5.5em;
}
.even {
    background-color: #f7f9fa;
}
.odd {
    background-color: transparent;
}




/* Form behaviors
// This is with a javascript to get onfocus() in
// IE and Mozilla browsers
*/
input,select,textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #003366
}

input[type=submit],
input[type=reset],
input[type=button],
button {
	background-color: #CCCCCC;
	color: #000000;
}

input:focus,
input.sffocus,
select:focus,
select.sffocus,
textarea:focus,
textarea.sffocus {
	background-color: #EFEFEF;
	border: 1px solid #FF0000
}

.button {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(http://westendpsych.net/images/formButtonBg.gif);
	}

.buttonOn {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(/http://westendpsych.net/images/formButtonBgOn.gif);
	}

/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #00000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}

/***************************************************/

TH {
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding: 2px;
	font-size: 11px;
}

/* Forms */
th.FormSection {
	border: 1px solid #000000;
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

th.FormLabel {
	color: #003366;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

td.FormField {
	color: #FF0000;
	font-weight: normal;
	text-align: left;
	padding: 2px;
}


/* delete this once we move away from static tables (DW) */
td.List {
	background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: inherit;
	padding: 2px;
}


td.footer{
background-image: url(http://westendpsych.net/images/banners/banner_foot.png);
background-repeat: repeat;
color: #000000;
font-size: 10px;
font-weight: bold;
text-align: inherit;
padding: 2px;
}

td.services {
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

tr.List {
	background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: inherit;
	padding: 2px;
}

tr.Highlight {
	background-color:#EFEFEF;
	cursor:hand;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: inherit;
	padding: 2px;
}

tr.Select {
	background-color:#CCCCCC;
	cursor:hand;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: inherit;
	padding: 2px;

}

