﻿.glass {
	background-color: #e6e6e6;
	border-style:solid;
	border-width:1px;
	border-color: #c0c0c0;
	padding: 6px;
	text-align: center;
	margin-bottom: 20px;
}
a.glass {
	text-decoration: none;
	color: #505050 ;
}

#clientTopNav {
	width: 697px;
	display: table;
}
 #clientTopNav ul {
	font-family: "Lucida Sans";
	color: #4c4d62;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: auto;
	display: table-row;
}

#clientTopNav ul li {
	font-size: 110%;
	text-align: center;
	list-style-type: none;
	background-image: url(../images/admin_nav_tab.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9A9A9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A9A9A9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	line-height: 90%;
	vertical-align: middle;
}
#clientTopNav ul li a{
	color: #4D4D4D;
	display:block;
	text-decoration: none;
}
#clientTopNav ul li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A9A9;
}
#clientTopNav ul .clientTopNavCurrent {
	background-image: url(../images/admin_nav_tab_selected.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#clientTopNav ul .clientTopNavCurrent a {
	color: #000000;
}
#clientContent { 
	width: 665px;
	padding: 15px;
	clear: both;
	background-color: #E0E0E0;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #A9A9A9;
	border-top-width: 0px;
}
.loggedIn {
	font-style: italic;
	size: 100%;
	color: #000000;
}
.stateprofile {border:1px dotted gray;}
.stateprofile td{ padding:5px;}

/***********************************************************/
/* STYLES FOR IE TABLE FIX *******************************/

#clientTopNav  table {
	font-family: "Lucida Sans";
	color: #4c4d62;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 100%;
}

#clientTopNav td {
	font-size: 110%;
	text-align: center;
	background-image: url(../images/admin_nav_tab.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9A9A9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A9A9A9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 90%;
	vertical-align: middle;
}
#clientTopNav td a{
	color: #4D4D4D;
	display:block;
	text-decoration: none;
}
#clientTopNav td:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A9A9;
}
#clientTopNav td.clientTopNavCurrent  {
	background-image: url(../images/admin_nav_tab_selected.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#clientTopNav  .clientTopNavCurrent a {
	color: #000000;
}

/*******************
/* CALENDAR ******** */

table.calendar  {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding: 3px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color: #c0c0c0;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color: #c0c0c0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #c0c0c0;
}
caption.calendar-month  {
	background-image:url(images/ui-bg_glass_75_e6e6e6_1x400.png) ;
	background-repeat:repeat-y;
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-color: #c0c0c0;
	size: 115%;
	font-weight: bold;
	margin: 0px;
	width: auto;
}
.calendar th {
	padding: 3px 6px 3px 6px;
}
.calendar td {
	border-style:solid;
	border-width:1px;
	border-color: #c0c0c0;
	text-align: center;
	background-image:url(images/ui-bg_glass_75_e6e6e6_1x400.png);
	padding: 3px 6px 3px 6px;
}
td.calendarEvent {
	cursor: pointer;
	background: #3152A5;
	color: #C6B5DE;
}

.ui-datepicker
{
	z-index: 2000;
}

ul.eventList {
	padding-left: 0px;
	margin-left: 0px;	
}

ul.eventList li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: -25px;
	margin-top: 3px;
}

span.eventLabel {
	margin-left: 0px;
	color: #4c4d62;
	font-weight: bold;
}


fieldset {
	clear: both;
}

form.cmx fieldset {
  margin-bottom: 10px;
}
form.cmx legend {
	color: 	#4D4D4D;
  padding: 5px;
  font-weight: bold;
   _margin: 0 -7px; /* IE Win */
}
form.cmx label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmx fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmx fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmx fieldset fieldset {
	border: none;
  margin: 3px 0 0;
}
form.cmx fieldset fieldset legend {
	color: 	#4D4D4D;
	padding: 0 0 5px ;
}

form.cmx fieldset fieldset label {
	
	display: block;
	width: auto;
}
form.cmx em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmx label {
  width: 120px; /* Width of labels */
}
form.cmx fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmx textarea {
/*border: 1px solid #4c4d62;
	background-color: #f5f5f5;
	padding: 5px 0px 5px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 90%;
  width: 500px; /* Width of labels */
}

/** PARTNERS **/

/** ACTIVITIES **/

.cmxOptions {
	margin-top: -25px;
}

/* computer width of fieldset is 661px */

form.cmx fieldset.activities {
	border: 1px solid #4c4d62;
}

form.cmx fieldset.activities legend {
	font-weight: bold;
	font-size: 125%;
	border: 1px solid #FFFFFFF;
}

form.cmx fieldset.activities label{
	width: 175px;
	font-weight: bold;
	font-size: 90%;
}

form.cmx fieldset.activities input[type="text"]{
	width: 385px;
	border: 1px solid #4c4d62;
	background-color: #f5f5f5;
	padding: 5px 0px 5px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 90%;
}

form.cmx fieldset.activities textarea {
	width: 385px;
	height: 150px;
	border: 1px solid #4c4d62;
	background-color: #f5f5f5;
	padding: 5px 0px 5px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 90%;
}

/** PARTNERSHIP ACTIVITIES **/

form.cmx fieldset.activities textarea.additionalNotes {
	height: 50px;
}

form.cmx fieldset.activities textarea.activityName {
	height: 30px;
}

form.cmx fieldset.activities textarea.activityPerson {
	height: 50px;
}

form.cmx fieldset fieldset.agencyType {
  border: none;
}
form.cmx fieldset fieldset.agencyType legend {
	width: 175px;
	font-weight: bold;
	font-size: 90%;
}
form.cmx fieldset fieldset.agencyType label {
	width: 300px;
	margin-left: 178px;
	font-weight: normal;
}

/** SAP ACTIVITIES **/

form.cmx fieldset.partners label{
	width: 125px;
}

form.cmx fieldset.partners input[type="text"]{
	width: 475px;
}

/** SAP GOALS **/

form.cmx fieldset.activities li.goals label{
	width: 50px;
}

form.cmx fieldset.activities  li.goals textarea {
	width: 550px;
	height: 50px;
}

form.cmx fieldset.activities  li.goals button {
	display: block;
	margin-top: 10px;
	margin-left: 53px;
}

.ui-dialog-content {
	text-align: left;
}

ul#activityList {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}
ul#activityList li {
	float: left;
	padding: 0px 7px 0px 7px;
}

.fieldLabel {
	font-size: 90%;
	font-style: italic;
}

.fg-button {
	font-size: 85%;
}

/*State folders for Coaches' Corner*/
div.stateFolder {
	text-align: center;
	float: left;
	font-weight: bold;
	width:25%;
	margin-bottom:1.5em;
	margin-top:1em;
}

/* Breadcrumb*/
.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited{
	font-size: 90%;
	font-style:italic;
	font-weight:bold;
}

/* COACHES CORNER ACTION ITEMS TABLES */

.actionItemsOdd {
	background-color: #f5f5f5;
}

table#actionItemsTable {
	width: 650px;
	font-size: 85%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#actionItemsTable th {
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #4c4d62;
	background: #666666;
	color: #f5f5f5;
	margin-bottom: 4px;
}

table#actionItemsTable td {
	padding: 4px;
	margin: 0x;
	border-bottom: 1px solid #4c4d62;
}

table#supportingDocuments {
	width: 650px;
	font-size: 85%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#supportingDocuments th {
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #4c4d62;
	background: #666666;
	color: #f5f5f5;
	margin-bottom: 4px;
}

table#supportingDocuments td {
	padding: 4px;
	margin: 0x;
	border-bottom: 1px solid #4c4d62;
}

td.docDownload {
	text-align: center;
	width: 10%;
}

td.docTitle {
	width: 25%;
}
