 
/* Default Styles */
body { 
	margin: 0px 0px 0px 0px;
	background-color:#83b0eb;
	font-family: Verdana, Helvetica, sans-serif, Segoe UI;
	color:#000000;
	border-style: none;
	}
/*
img {
	behavior:	url("include/pngbehavior.htc");
}
*/
.body { 
	font-size: 11px;
	}

	
table,td {
	font-size: 11px;
	}

p {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 5px;
	}
	
form {
	margin: 0px;
	}
 
h2, h1 {
	font-size: 11px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	}

h3, .monthHeaderH3, .schedulerTopDateCell {
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 0.05em;
	}

.h3Row, .monthHeader, .schedulerTopDateCell { 
	border-top: 1px solid #9197af;
	border-bottom:solid 1px #9197af;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: top;
}

h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 0px;
	padding-left: 2px;
	margin-top:0px;
	}
h4.dataLabel {
margin-top: 0;
padding-left: 0;
padding-top: 0;
}

h8 {
	font-size: 11px; 
	font-weight: normal; 
	margin-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 0.05em;
	line-height: 22px
	}

LI {
	LIST-STYLE-TYPE: square; 
	margin-left: 6px; 
	MARGIN-BOTTOM: 2px;
	}
	
UL {
	MARGIN-TOP: 2px;
	}
	
hr {
	height: 1px;
}
a:link, a:visited {
	text-decoration: none;
	color:#6997d3;
	font-size:8pt;
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	}
/* Form Styles */

/*.button {
	border: 1px solid #808080;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left:5px;
	padding: 2px;
	color:#24417B;
	}*/
	
/*.buttonOn, .button:hover, .button:focus, .buttonOn:focus
{
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
}*/
.button, a.button:link, a.button:visited {
	background: #5c99e8;
	background-image: -webkit-linear-gradient(top, #5c99e8, #5084c9);
	background-image: -moz-linear-gradient(top, #5c99e8, #5084c9);
	background-image: -ms-linear-gradient(top, #5c99e8, #5084c9);
	background-image: -o-linear-gradient(top, #5c99e8, #5084c9);
	background-image: linear-gradient(to bottom, #5c99e8, #5084c9);
	-webkit-border-radius: 4 4 4 4;
	-moz-border-radius: 4 4 4 4;
	border-radius: 4px 4px 4px 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	height: 22px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #5084c9;
	}
	.buttonOn, .button:hover, .button:focus, .buttonOn:focus, a.button:hover {
	background: #a9cdfd;
	background-image: -webkit-linear-gradient(top, #a9cdfd, #5c99e8);
	background-image: -moz-linear-gradient(top, #a9cdfd, #5c99e8);
	background-image: -ms-linear-gradient(top, #a9cdfd, #5c99e8);
	background-image: -o-linear-gradient(top, #a9cdfd, #5c99e8);
	background-image: linear-gradient(to bottom, #a9cdfd, #5c99e8);
	text-decoration: none;
	}

	a.button:link, a.button:visited {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;

		}
	/*a.button:link, a.button:visited {
	color:#24417B;
	text-decoration: none;
		}
		
	a.button:hover {
	text-decoration: none;
	color:#993300;
	}*/

	
input,select,textarea {
	border: 1px solid #dadada;
	font-size:8pt;
	}
	
/*input:focus,textarea:focus, select:focus { 
	outline: none;
	border: 1px solid #800000;
	border-radius: 4px;
    box-shadow: 0 0 8px #800000;
    background-color:#FFFFF0;
	 }*/
input:focus,textarea:focus,select:focus{ 
	outline: none;
	border: 1px solid #5084c9;
	border-radius: 4px;
    box-shadow: 0 0 8px #5084c9;
    background-color:#f4f4d9;
	 }

.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
	}

	
/* Content Specific Styles 
	/* body text */
	.contentBox {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0px 10px 0px 0px;
		margin: 10px 0 10px 0;
	}
	.teamNoticeBox {
		border-bottom: 2px solid;
		padding: 0px 10px 0px 10px;
		background: #fff;
	}
	a.body:link, a.body:visited {
		text-decoration: underline;
		}
		
	a.body:hover {
		text-decoration: underline;
		}
	
	/*for the main screen navigation tabs*/
	.tabRow {
		height: 20px;
		background-position: top;
		background-repeat: repeat-x;	
		border-bottom: solid 1px ;
	}
	.currentTab 
	{
		/* ms-topnav */
		color:#003399;
		background:url("images/topnavselected.gif");
		background-repeat:repeat-x;
		font-weight:bold;
		border:solid 1px #79a7e3;
		border-bottom-width:0px;
		border-left:solid 1px #e3efff;
		background-color:#6593cf;
		height:19px;
		padding-right:5px;
		padding-left:5px;
	}
	.currentTabhover
	{
		/* ms-topnav */
		color:#003399;
		background:url("images/topnavhover.gif");
		background-repeat:repeat-x;
		font-weight:bold;
		border:solid 1px #79a7e3;
		border-bottom-width:0px;
		border-left:solid 1px #e3efff;
		background-color:#6593cf;
		height:19px;
		padding-right:5px;
		padding-left:5px;
	}
	.currentTab a,.currentTab a:link,.currentTab a:visited
	{
		color:#003399;
		text-decoration:none;
	}
		.currentTabhover a,.currentTabhover a:link,.currentTabhover a:visited
	{
		color:#003399;
		text-decoration:none;
	}

	/*
	.currentTabLeft, .otherTabLeft {
		background-position: top left;
	}		
	.currentTabRight, .otherTabRight {
		background-position: top right;
	}
	
	a.currentTabLink:link, a.currentTabLink:visited {
		text-decoration: none;
		}
	a.currentTabLink:hover {
		text-decoration: none;		
		}
	*/	
	.otherTab 
	{
		/* ms-topnavselected */
		border:solid 1px #c2dcff;
		border-left:solid 1px #ffffff;
		border-bottom:none;
		background-image:url("images/topnavunselected.gif");
		background-repeat:repeat-x;
		font-size:8pt;
		background-color:#e2efff;
		color:#3764a0;
		} 
	.otherTabhover
	{
		border:solid 1px #c2dcff;
		border-left:solid 1px #ffffff;
		border-bottom:none;
		background-image:url("images/topnavhover.gif");
		background-repeat:repeat-x;
		font-size:8pt;
		background-color:#e2efff;
		color:#3764a0;
	}
	.otherTab a,.otherTab a:link,.otherTab a:visited
	{
		display:block;
		white-space:nowrap;
		padding:1px 8px 0px 8px;
		height:18px;
		text-decoration:none;
		color:#3764a0;
	}
	.otherTabhover a,.otherTabhover a:link,.otherTabhover a:visited
	{
		display:block;
		white-space:nowrap;
		padding:1px 8px 0px 8px;
		height:18px;
		text-decoration:none;
		color:#3764a0;
	}
	/*
	.otherTabRight , .otherTabLeft, .otherTab {
		border-bottom: solid 1px;
		}
	a.otherTabLink:link, a.otherTabLink:visited {
		text-decoration: none;
		padding-top: 0px;

		}
	a.otherTabLink:hover {
		text-decoration: none;
		}
	*/	
	#groupTabs {
		margin-top: 20px;
		}
		
	.moreHandle {
		background: url('images/more.gif') no-repeat bottom left;
		}
				
	.subMenu {
		width: 100%;
		padding: 0px;
		border-top: 0px;
		margin: 0px 0px 0px 0px;
		color: #3966bf;
		background: #f7faff;
		border-bottom: 1px solid;
		text-decoration: none;
		padding-top:4px;
		}
	
	ul.subMenu li
		{
		list-style: none;
		margin: 0px;
		border: 0px;
		border-top: 0px solid;
		text-decoration: none;
		height:20px;
		background: #f7faff;
		}

	ul.subMenu li a,ul.subMenu li a:visited {
	
		display: block;
		border: 0px;
    	text-decoration:none;
		text-align: left;
		padding: 0px 0px 0px 1px;
		background: #f7faff;
		color: #3966bf;
		}	
		
	ul.subMenu li a:hover {
		color: #3966bf;
		text-decoration: underline;
		background: #f7faff;
		}		
	ul.subMenu li span {
		display: block;
		border: 0px;
		text-decoration: none;
		text-align: left;
		padding: 0px 0px 0px 6px;
		}	
		
	ul.subMenu li span:hover {
		text-decoration: underline;
		color: #000;
		}		

	table.leftColumnModuleHead th {
	/*left column styles*/
		text-align: left;
		padding-left: 6px;	
		padding-top: 2px;
		padding-bottom: 0px;
		border-top: 1px solid;
		background-repeat: repeat-x;
		background-position: top;
	}
	.subMenuLink
	{
		border-bottom: 0px;
		padding-left: 0px; /*		cursor: hand; */
		cursor: pointer;
	}
	a.subMenuLink:hover {
		text-decoration: none;
		border-bottom: 0px;
		}
		
	/* myArea is for my account, admin, logout, an about links*/

	
		
	/*welcome user and date bar and last view*/
	.moduleTitle 
	{
		/* ms-pagebreadcrumb */
		
	padding:2px 3px 3px 5px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-size:8pt;
	background-color:#ebf3ff;
	color:#666666;
	text-decoration:none;
	margin-bottom:-5px;
	line-height:25px;
	}
	.moduleTitle h2
	{
		font-size:8pt;
		color:#666666;
		text-decoration:none;
		font-weight:normal;
	}
	.logo {
	padding: 10px 10px 15px 15px;
	height: 60px;
	vertical-align: bottom;
	}
	.headerBg {
		font-size: 12px;
		background-repeat: repeat-x;
		background-position: top;
		}
	.welcome {
		font-size: 12px;
		font-weight: normal;
		border-right: 1px solid;
		border-bottom: 1px solid;
		padding: 3px 10px 3px 10px;
		vertical-align: middle;
		background-repeat: repeat-x;
		background-position: top;
		height: 23px;
	}
	.searchField {
		font-size:8pt;
		border:none;
		background-color:#FFF;
		/* ms-sbplain */
	}

	#subtabs {
		height: 21px;
		border-bottom: 1px solid;
		background-repeat: repeat-x;
		background-position: bottom;
		}
ul.subTabs
{
padding: 2px 0;
margin: 3px 0 0 0;
border-bottom: 1px solid;
font: 11px Verdana, Helvetica, sans-serif;
}
ul.subTabs li
{
list-style: none;
margin: 0;
display: inline;
}


.activeSubTab, ul.subTabs li a.activeSubTab:link, ul.subTabs li a.activeSubTab:visited, ul.subTabs li a.activeSubTab:hover
{
background-repeat: repeat-x;
background-position: top;
border-bottom: 1px solid;
font-weight: bold;
}

ul.subTabs li a
{
background-repeat: repeat-x;
background-position: bottom;
padding: 3px 8px;
margin: 0px;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: none;
text-decoration: none;
}

ul.subTabs li a:link { text-decoration: none; }
ul.subTabs li a:visited { text-decoration: none; }

ul.subTabs li a:hover
{
border-top: 1px solid;
background-repeat: repeat-x;
background-position: top;
}

	.subTabMore {
		font-size: 11px;
		text-decoration: none;
		padding-top: 3px;
	}	
	
	.date {
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid;
		padding-right: 10px;
		}
		
	.lastView
{
	width: 100%;
		padding: 0px;
		border-top: 0px;
		margin: 0px 0px 0px 0px;
		color: #3966bf;
		background: #f7faff;
		border-bottom: 1px solid;
		text-decoration: none;
		padding-top:0px;
}
.a.lastViewLink
{
	height:10px;
}	
	a.lastViewLink:link, a.lastViewLink:visited, .lastViewLink
{
		
		border: 0px;
    	text-decoration:none;
		text-align: left;
		padding: 0px 0px 2px 6px;
		background: #f7faff;
		color: #3966bf;
		height:20px;
		
}
	a.lastViewLink:hover
{
	color: #3966bf;
		text-decoration: underline;
		background: #f7faff;

}

	.leftColumn {
		border-right: 1px solid;
		padding-right: 8px;
		}
		
	.leftColumnModuleName {
		padding-left: 3px;	
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.leftColumnModuleS3  {
		font-size: 11px;
		border-bottom: 1px solid;
		padding: 8px 8px 5px 8px;
	background-repeat: repeat-x;
	background-position: bottom;
	}
	.leftColumnModuleS3 input, .leftColumnModuleS3 select {
	margin-bottom: 4px;
	margin-top: 2px;
	}
	td.leftColumnModuleS3 .button {
	padding-top: 0px;
	vertical-align: bottom;
		font-size: 11px;
	}
	td.leftColumnModuleS3 .dataLabel {
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 0px;
	vertical-align: bottom;
		font-size: 11px;
	}
	
	td.leftColumnModuleS3 .dataField {
	padding-bottom: 3px;
	}
	.leftColumnModuleS3 #jscal_trigger {
	margin-bottom: 4px;
	margin-top: 2px;
	vertical-align: bottom;
	}
	a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
		text-decoration: underline;
		border-bottom: 0px;
		padding-left: 0px;
		font-size: 11px;
		}
	a.leftColumnModuleS3Link:hover {
		text-decoration: underline;
		border-bottom: 0px;
		}
	
	/*right main content (suffix S1 stands for Style 1) */
		.listView {
		border-top: 1px solid #aac0d7;		
		border-right: 0px solid #aac0d7;		
		border-bottom: 1px solid #aac0d7;		
		border-left: 0px solid #aac0d7;	

	}

	table.listView th, .listViewThS1{
		/* this definition should be exactly the same as .listViewThS1 */
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		padding: 3px 5px 3px 5px;
		border-bottom: 1px solid #aac0d7;
		border-left: solid 1px #aac0d7;
		border-right: solid 1px #aac0d7;
		border-top: 1px solid #aac0d7;
	}
	 
	.listViewSubHeadS1 {
	}
	 


	table.listview th a:link, table.listview th a:visited {
		/* this definition should be exactly the same
			as a.listViewThLinkS1:link, a.listViewThLinkS1:visited */
		font-weight: bold;
		text-decoration: none;
	}

	table.listview th a:hover {
		/* this definition should be exactly the same
			as a.listViewThLinkS1:hover */
		text-decoration: none;
	}

	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
		font-weight: bold;
		text-decoration: none;
		}
	a.listViewThLinkS1:hover {
	text-decoration: none;
		}


	a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 12px;
	text-decoration: none;
		}
	a.listViewTdLinkS1:hover {
	text-decoration: underline;
		}
	a.listViewTdLinkS2:link, a.listViewTdLinkS2:visited {
	font-size: 12px;
	text-decoration: none;
		}
	a.listViewTdLinkS2:hover {
	text-decoration: underline;
		}
	a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited {
	text-decoration: none;
		}
	a.listViewTdToolsS1:hover {
	text-decoration: none;
		}
		
	.listViewTdToolsS1
	{
		border: 0px;
		padding: 0px 1px 0px 1px;
	}	
	.evenListRowS1, .oddListRowS1
{
	font-size: 8pt;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 2px;
	vertical-align: middle;
	color: #1d1640;
}
	.oddListRowS1 td,.evenListRowS1 td
	{
	padding: 3px 5px 3px 5px;
	border-style:none;  
	}
.evenListRowS1 a:link,.evenListRowS1 a:active,.evenListRowS1 a:visited,.evenListRowS1 a, .oddListRowS1 a,.oddListRowS1 a:visited,.oddListRowS1 a:link,.oddListRowS1 a:active{
		font-size: 8pt;
		color:#6997d3;
	}

	.listViewHRS1 {
	}
	.pageNumbers {
	}	

	.tabDetailView .listViewPaginationTdS1 {	
		padding: 2px 5px 3px 8px;
		border-bottom: 1px solid;
	}
	
	.listViewPaginationTdS1 {
		/* ms-areaseperator */
		background-color:#ffeaad;
		background-image:url("images/formtitlegrad.gif");
		background-repeat:repeat-x;
		border-right:none;
		border-left:none;
		padding-left:5px;
		height:20px;
		}
	a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		padding-right:5px;
		height:25px;
		padding-top:7px;
		color:#4e6d82;
		}
	a.listViewPaginationLinkS1:hover {
		text-decoration: underline;
		color:#4e6d82;
		}
	a.listViewCheckLink:link, a.listViewCheckLink:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewCheckLink:hover {
		}
		
	a.utilsLink:link, a.utilsLink:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		padding-bottom: 3px;
		}
	a.utilsLink:hover {
		text-decoration: underline;
		}
	.listViewCalCurrentAppt {
	background-color: #75AF4F;
	}
	.listViewCalOtherAppt {
	background-color: #4D5EAA;
	}
	.listViewCalConflictAppt {
	background-color: #AA4D4D;
	}
	.listViewCalCurrentApptLgnd {
	background-color: #75AF4F;
	border: 1px solid #444444;
	}
	.listViewCalOtherApptLgnd {
	background-color: #4D5EAA;
	border: 1px solid #444444;
	}
	.listViewCalConflictApptLgnd {
	background-color: #AA4D4D;
	border: 1px solid #444444;
	}
	/* charting styles */
	.chartBox {
		border: 1px solid;
		padding: 5px;
	}
	
	a.chartToolsLink:link, a.chartToolsLink:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		}
	a.chartToolsLink:hover {
		text-decoration: none;
		}
		
	table.chartForm {
		border: 1px solid;
		padding: 5px;
	}
	
	table.chartForm td {
	}
	
	/* main tab forms */
	
	.tabForm {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 1px 0px 1px 0px;
		font-size: 12px;
		background-repeat: repeat-x;
		background-position: top;
	}
	.subpanelTabForm {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 15px 0px 12px 0px;
		font-size: 12px;
		background-repeat: repeat-x;
		background-position: top;
	}
	table.subpanelTabForm td .listViewButtons {
	background-color: #fff;
	}
	.subpanelTabForm p {
		background: #fff;
		margin-bottom:0;
	}
	.subpanelTabForm h3 {
	font-size: 11px;
	}
	.subpanelTabForm .h3Row {
	padding-bottom: 5px;
		margin-top: 0;
	}
	.subpanelTabForm .listView {
	margin-bottom: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
	table.tabForm tr 
	{
		border-bottom:solid 1px #ddd;
	}
	
	table.tabForm td 
	{
	}

	h5.dataLabel {
		font-size: 12px; 
		font-weight: bold; 
		margin-bottom: 0px;
		text-align: left;
		padding-bottom: 15px;
		margin-top: 1px;
		padding-left: 5px;
	}
	td.dataLabel{
		padding : 5px 5px 5px 5px;
	}
	.dataLabel {
		text-align: left;
		font-size: 8pt;
		font-weight: normal;
		border-bottom:solid 1px #d9d9d9;
		padding:10px;
	}
	.dataField {
		font-size: 8pt;
		font-weight: normal;
		padding:3px;
		padding-left:3px;
		border-bottom:solid 1px #d9d9d9;
	}
	
	.tabFormAddDel {
		padding-left: 4px; 
		padding-right: 4px; 
		vertical-align: middle; 
		text-align: center;
		border:solid 1px #ddd;
	}
	
	a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
		font-size: 11px;
		text-decoration: none;
		line-height: 20px;
		margin-right: 2px;
		}
	a.tabFormAdvLink:hover {
		text-decoration: none;
		}
	
	/* main tab panel views */
	.tabDetailView {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.tabDetailViewLine
{
	border-bottom: #ddd 2px solid;
	border-top: #ddd 2px solid;
	color: #444444;
	background-color: #fff;
}
	
	.tabDetailView .listViewPaginationTdS1 .tabDetailViewDL, table.monthHeader td
	{
	border: none; 
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px; 
	}
	
	
	.tabDetailViewDL
{
	
	/* ms-authoringcontrols 
font-size: 11px;
	padding: 5px 6px 5px 6px;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid;
	color: gray;	
*/
		background-color:#FFFFFF;
		font-size:8pt;
		color:#525252;
       	padding: 5px 6px 5px 6px;
	    text-align :right;
		border-bottom:solid 1px #d9d9d9;
}
	
	h4.tabDetailViewDL {
		font-size: 12px; 
		font-weight: bold; 
		margin-bottom: 0px;
		text-align: left;
		border: none;
		
	}
	.tabDetailViewDF 
	{
		/* ms-authoringcontrols 
	font-size: 12px;  
		border-bottom: 1px solid;
		padding: 5px 10px 5px 6px;
		vertical-align: top;*/
		background-color:#ebf3ff;
		font-size:8pt;
		color:#525252;
		padding: 5px 10px 5px 6px;
		border-bottom:solid 1px #d9d9d9;
	}

	a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {
		text-decoration:none;
		color:#6997d3;		
		}
	a.tabDetailViewDFLink:hover {
		text-decoration: underline;
		}
		
	.tabDetailView2 {
		border-bottom: 1px solid;
		
	}
	.tabDetailViewDL2 {
	font-size: 12px; 
		font-weight: normal;
		padding: 3px 6px 4px 6px;
		vertical-align: middle;
		border-top: 1px solid #ddd;
	}
	.tabDetailViewDF2 {
	font-size: 11px;  
		border-left: 2px solid #ddd;
		font-weight: normal; 
		padding: 4px 10px 4px 6px;
		vertical-align: middle;
	}
	a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {
		font-size: 11px;
		text-decoration: underline;
		}
	a.tabDetailViewDL2Link:hover {
		}
		
/* Popup Calendar */
table.Calendar
{
	padding:2px 6px 4px 6px;
	font-weight:normal;
	color:#003399;
	background-image:url("images/quickLaunchHeader.gif");
	background-repeat:repeat-x;
	background-color:#d6e8ff;
	border-left:solid 1px #f2f8ff;
	font-size:8pt;
	height:20px;
}
table.CalendarTitle td
{
	font-weight:bold;
	background-image:url("images/quickLaunchHeader.gif");
	background-repeat:repeat-x;
	background-color:#d6e8ff;
	height: 20px;
	color:#003399;

}
th.CalendarDayHeader
{
	font-size:8pt;
	color:#727272;
	text-align:center;
	border-bottom:solid 1px #c2dcff;
	border-top:solid 1px #add1ff;
	padding:2px 0px 3px 0px;
	font-weight:normal;
	width: 50px; 
}
td.CalendarDay
{
	text-align:center;
	font-size:8pt;
	border:solid 1px #f2f8ff;
	color:#003399;
	text-decoration:none;
}
td.CalendarDay a:hover
{
	color:#000000;
	text-decoration:underline;	
}
td.CalendarWeekendDay
{
	color: #ff0000;
}
td.CalendarOtherMonthDay
{
	color: #C0C0C0;
	background-color: #e8f0f4;
}
td.CalendarToday
{
	text-align:center;
	font-size:8pt;
	background-color:#ffdf88;
	border-style:solid;
	border-width:1px;
	border-color:#f2f8ff;
}

		
	/* calendar styles */
	.monthBox {
	font-size: 9pt;
	}

	.monthFooterPrev, .monthFooterNext {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	}
	
	.monthCalBody {

	}
	
	.monthHeaderPrevTd {
	padding-left: 5px;
	}
	.monthHeaderNextTd {
	padding-right: 5px;
	}
	a.NextPrevLink:link, a.NextPrevLink:visited, a.NextPrevLink:hover {
	text-decoration: none;
	}
	 	
	.monthCalBodyTHWeek, .monthCalBodyTHDay {
	padding: 5px;
	}
	 
	.monthCalBodyWeek {
	vertical-align: top;
	padding: 5px;
	}
	a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {
	font-size: 11px;
	}
	.monthCalBodyTodayWeekDay, .monthCalBodyTodayWeekEnd {
	border: 1px solid;
	padding: 3px;
	text-align: right;
	}
.monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:visited, 
.monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:visited
{
	font-weight: bold;
	}	
	.monthCalBodyWeekDay, .monthCalBodyWeekEnd  {
	padding: 3px;
	text-align: right;
	}
	
	a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited {
	font-size: 12px;
	}
	a.monthCalBodyWeekDayDateLink:hover, a.monthCalBodyWeekEndDateLink:hover {
	}		 
	a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited, a.monthCalBodyDayItemLink:hover  {
	font-size: 10px;
	}	
	.monthCalBodyDayItem {
	margin: 7px 0px 7px 0px;
	padding: 5px 0px 8px 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	}
	.monthCalBodyDayIconTd {
	padding-right: 3px;
	vertical-align: top;

	}
	.monthCalBodyDayItemTd {
	vertical-align: top;


	}
	.monthViewDayHeight {
	height: 100px;
	}
	.yearViewDayHeight {
	height: 40px;
	}
	.dailyCalBodyTime {
	vertical-align: top;
	padding: 7px;
	height: 20px;
	}
	
	.dailyCalBodyItems {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	}
	
	a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {
	}
	a.weekCalBodyDayLink:hover {
	}

	.yearCalBody {
	}
	.yearCalBodyMonth {
	padding-top: 5px;
	}
	.yearCalBodyMonth th {
	
	}
	.yearCalBodyMonth #daily_cal_table {
	margin-top: 5px;
	border-top: 1px solid;
	}
	.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
	border-top: 1px solid;
	}
	
	a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
	text-decoration: none;
	}
	a.yearCalBodyMonthLink:hover {
	text-decoration: underline;
	}
	.calSharedUser {
	height: 20px;
	padding-top: 5px;
	padding-left: 8px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px;
	}

	/* misc font displays */
	.todaysTask {
		color: #FF7800
	}
	.overdueTask {
		color: #ff0000;
	}
	.required {
		color: #ff0000;
	}
	.error {
		color: #ff0000;
	}
	.success {
		color: #00ee00;
	}
	.rssItemDate {
		color: #666666;
		font-size: 11px;
	}
	.dateFormat {
		font-weight: normal;
		font-style: italic;
		font-size: 11px;
	}
	.chartFootnote {
		font-size: 11px;
	
	}

	.copyRight 
	{
		font-size:8pt;
		color:#fff;
	}
	a.copyRightLink:link, a.copyRightLink:visited 
	{
		color:#3d3d3e;
		text-decoration:underline;
		font-size:9pt;
		color:#fff;
	}
	a.copyRightLink:hover 
	{
		text-decoration:none;
	}
	
	.tm {
		font-size: 8px;
	}
	
	.footer {
padding: 6px;
line-height: 22px;
width: 98%;
margin-bottom: 20px;
margin-top: 6px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	}
	a.footerLink:link, a.footerLink:visited 
	{
		color:#3d3d3e;
	text-decoration: none;
	
	}
	a.footerLink:hover {
	text-decoration: underline;
	}
	
	.footerHR {
	}
	.aboveFooter {
  padding-top: 10px;
	}
	.underFooter {
  padding-top: 10px;
  padding-bottom: 10px;
	}
/* Scheduler Styles */
 .schedulerDiv {
		font-size: 12px;
		color: #000000;
	text-align: left;
  width: 100%;
  background-color: #FAFAFA;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	margin-top: 0px;
 }
 .schedulerTable {
  width: 100%;
	border-collapse: collapse;
 }
 table.schedulerTable td {
	height: 18px; }

 .schedulerTopRow, .schedulerTopDeleteHeaderCell, .schedulerDeleteHeaderCell, .schedulerTopHeaderCell, .schedulerAttendeeHeaderCell, .schedulerAttendeeHeaderCell  {
	height: 22px; 
	border-bottom: 1px solid #ddd; 
 }

 .schedulerTimeRow{
	border-top: 1px solid #999; 
	border-collapse: collapse;
 }
 .schedulerTimeCell, .schedulerAttendeeDeleteCell {
	border-left: 1px solid #dddddd;
	padding-left: 4px;
 }

 .schedulerAttendeeCell {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #ddd; 
	overflow: hidden;
    padding-left: 4px;
	width: 125px;
}
 .schedulerAttendeeIconCell {
	border: 1px solid #dddddd;
  	padding: 0px;
	width: 16px;
  }
 .schedulerSlotEmptyDiv {
	border: 0px solid transparent;
  width: 100%;
  height: 100%;
 }
 .schedulerSlotCellStartTime {
	border-left: 4px solid #75AF4F;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
  	padding: 0px;
  background-color: #eeeeee;
  width: 15;
 }
 .schedulerSlotCellEndTime {
	border-left: 4px solid #ff0000;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
  	padding: 0px;
  background-color: #eeeeee;
  width: 15;
 }
 .schedulerSlotCellHour {
	border: 1px solid #dddddd;
  	padding: 0px;
  background-color: #eeeeee;
  width: 15;
 }
 .schedulerAttendeeRow {
}

	.schedulerEvenListRow, .schedulerOddListRow {
		padding: 2px 5px 4px 5px;
		background-color: #f6f6f6;
	}
	
/* dynamic tab styles */
.myArea {

font: 12px Verdana, Helvetica, sans-serif;
border-bottom: 1px solid;
}
ul.myArea
{
white-space: nowrap;
height: 15px;
padding: 3px 0;
margin: 0;
font: 12px Verdana, Helvetica, sans-serif;
}
 
ul.myArea li
{
list-style: none;
margin: 0 1px 0 0;
display: inline;
}
ul.myArea li a
{
background-repeat: repeat-x;
background-position: bottom;
padding: 3px 5px 3px 5px;
margin: 0px;
text-decoration: none;
border-bottom: 1px solid;
}

ul.myArea li a:link { text-decoration: none; }
ul.myArea li a:visited { text-decoration: none; }

ul.myArea li a:hover
{
background-repeat: repeat-x;
background-position: top;
}

#colorpicker {
vertical-align: middle;
}
ul.colorpicker {
 border: none;
 padding: 0px;
 margin: 0;
 }
ul.colorpicker li
{
list-style: none;
display: inline;
padding: 0px;
/*cursor: hand; */
/*cursor: pointer;*/
margin: 0;
}
ul.tablist
{
padding: 3px 0;
margin: 0;
border-bottom: 1px solid;
border-top: 1px solid #ebf3ff;
font: 8pt Tahoma;
background-color:#ebf3ff;
padding-left:10px;
}
 
ul.tablist li
{
list-style: none;
margin: 0;
display: inline;

}
ul.tablist li a
{
background:none;
background-color:#ebf3ff;
padding: 3px 8px;
margin: 0px;
border:solid 1px #ebf3ff;
border-bottom:none;
text-decoration: none;

}

ul.tablist li a:link { text-decoration: none;color:#6b7a8d; }
ul.tablist li a:visited { text-decoration: none; }

ul.tablist li a:hover
{
background:none;
background-image:url("images/portaltabhover.gif");
border:solid 1px #96a9ca;
border-bottom:none;
background-repeat: repeat-x;
color:#000;
}

ul.tablist li a.current, ul.tablist li a.current:hover
{
background:none;
background-image:url("images/portaltabselected.gif");
background-repeat:repeat-x;
border:solid 1px #96a9ca;
color:#000;
border-bottom-width:0px;
}
ul.tablist li a.current:hover
{
background:none;
background-image:url("images/portaltabhover.gif");
}

ul.subpanelTablist
{
padding: 3px 0;
margin: 0;
border-bottom: 1px solid;
font: 12px Verdana, Helvetica, sans-serif;
font-weight: bold;
}
 
ul.subpanelTablist li
{
list-style: none;
margin: 0;
display: inline;
}
ul.subpanelTablist li a
{
background-repeat: repeat-x;
background-position: top;
padding: 3px 8px;
margin: 0px;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: none;
text-decoration: none;
}

ul.subpanelTablist li a:link { text-decoration: none; }
ul.subpanelTablist li a:visited { text-decoration: none; }

ul.subpanelTablist li a:hover
{
border-top: 1px solid;
background-repeat: repeat-x;
background-position: bottom;
}

ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover
{
background-repeat: repeat-x;
background-position: bottom;
border-bottom: 1px solid;
font-weight: bold;
}

.sqsFloater {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
}

.sqsFloater td {
border:1px inset;
color:black;
}

.sqsMatchedSmartInputItem {
font-size:11px;
padding: 2px 5px 2px 5px;
margin: 0;
/*cursor: pointer;*/
/*cursor: hand;*/
}

.sqsSelectedSmartInputItem {
background-color:#DEEFFF;
}

#sqsSmartInputResults {
padding:0;margin:0;
}

.sqsNoMatch {
padding: 2px 5px 2px 5px;
font-weight: bold;
background-color:#eeeeee;
color:#980000;
}

.olFontClass { }
.olFontClass A { }
.olCapFontClass { 
	font-weight: bold; 
	color: #222222;
	background-color: #dfdfdf; 
}
.olCapFontClass A { 
	color: #dfdfdf; 
	font-size: 9px; 
}
.olFgClass td { 
	background-color: #f9f9f9; 
	padding: 5px 7px 7px 7px;
	line-height: 18px;
}
.olCgClass td {
	border-top: 1px solid #f1f1f1; 
	border-bottom: 1px solid #aaaaaa;
	background-color: #dfdfdf; 
	padding-left: 5px;  
}
.olCgClass {
 padding: 0px;
 border: 0px;
}
.olBgClass { 
	background-color: #9e9e9e; 
}
.olCloseFontClass { 
	padding-bottom: 1px;
	text-align: right; 
	background-color: #dfdfdf; 
}

/* acl role colors */

.aclAll {
 color: #008000;
 font-weight: bold;
}
.aclOwner {
 color: #000000;
 font-weight: bold;
}
.aclNone {
 color: #FF0000;
 font-weight: bold;
}
.aclEnabled {
 color: #008000;
 font-weight: bold;
}
.aclDisabled {
 color: #FF0000;
 font-weight: bold;
}
.aclAdmin {
 color: #0000FF;
 font-weight: bold;
 
}
.aclNormal {
 color: #008000;
 font-weight: bold;
}

ul.noBullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li.noBullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* help styles */
table.tabForm td ul li {
list-style-type: none;
margin-bottom: 10px;
}

.helpButton {
font-weight: bold;
}

.helpShortcut {
font-weight: bold;
}



/* gantt styles */

	table.days {
		font-size: 11px;
	}
	td.days {
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 0px;
		border-right: 0px;
	}
	
	td.sunday {
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
		border-right: 0px;
	}
	
	td.saturday {
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 0px;
		border-right: 1px solid #dfdfdf;
	}		
	
	td.date {
		width: 100%;
		padding: 0px;
		border-top: 0px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		font-size: 10px;
	}	
	
	tr.empty {
	    height: 2px;
	}
	
	div.completed {
		background-color: #777777;
		float: left; 
		width: 100%; 
		line-height: 10px; 
		margin-top: 4px;
	}	

	div.inprogress {
		background-color: #002E4D;
		float: left; 
		width: 100%; 
		line-height: 10px; 
		margin-top: 4px;
	}

	div.inprogress_bar {
		background-color: #ff0000;
		float: left; 
		width: 100%; 
		line-height: 10px; 
		margin-top: 4px;
	}

	div.notstarted {
		background-color: #cccccc;
		float: left; 
		width: 100%; 
		line-height: 10px; 
		margin-top: 4px;		
    }
    
    div.indent_left {
		background-color: #000000;
        float: left; 
		line-height: 10px; 
		margin-top: 4px;
    }
    
    div.indent_bar {
    	background-color: #000000;
        float: left; 
		margin-top: 4px;
    }

    div.indent_right {
		background-color: #000000;
        float: right; 
		line-height: 10px; 
		margin-top: 4px;
	}	
		
	#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}
	#horizBGDiv
	{
		position:relative;
		top:60px;
		background:url(horizBg.png) no-repeat;
		height:26px;
		width:218px;
	/*	zindex:5*/
	}	
	#horizHandleDiv { 
	    position:absolute; 
	    left: 100px; /* the default position is the center of the bg */
	    top: 8px;  /* force the image down a bit */
/*	    cursor:default;*/
	    width:18px; 
	    height:18px; 
	}	
	
	
/* SHAREPOINT THEME */
.ms-globalbreadcrumb{
font-size:8pt;
text-align:right;
background-color:#ebf3ff;
padding:2px 10px 2px 5px;
}
.ms-globalbreadcrumb,.ms-globalbreadcrumb a{
text-decoration:none;
color:#666666;
}
.ms-globalbreadcrumb a:hover{
text-decoration:underline;
color:#000000;
}	
.ms-globallinks{
font-size:8pt;
background:transparent;
}
.ms-globallinks,.ms-globallinks a,.ms-globallinks a:visited {
color:#666666;
text-decoration:none;
}
.ms-globallinks a:hover {
text-decoration:underline;
}
.ms-globalTitleArea{
text-align:right;
background-image:url("/_layouts/images/siteTitleBKGD.gif");
background-position:right top;
background-repeat:repeat-y;
padding-left:5px;
padding-right:0px;
padding-top:1px;
}
.ms-globalTitleAreaSeparator{
background-color:#ffffff;
background-image:url("/_layouts/images/siteTitleBKGD.gif");
background-position:right;
background-repeat:repeat-y;
}
.ms-titlearea,.ms-mwstitlearea{
color:#666666;
font-size:8pt;
letter-spacing:.1em;
}
.ms-titlearea a
{
color:#3966bf;
text-decoration:none;
}
.ms-titlearea a:hover,.ms-mwstitlearea a:hover
{
color:#000000;
text-decoration:underline;
}
td.ms-mwstitlearea a
{
color:#3966bf;
text-decoration:none;
}
.ms-sitetitle
{
font:11pt verdana;
font-weight:bold;
color:#666666;
padding:4px 0px 7px 6px;
vertical-align:middle;
margin:0;
}
.ms-sitetitle a
{
font:11pt verdana;
font-weight:bold;
color:#666666;
text-decoration:none;
}
h1.ms-sitetitle{
margin:0;
padding:0;
}
.ms-titleimagearea{
padding-left:10px;

}
.ms-sbLastcell,.ms-rightbodysectionsearchbox{
width:100%;
}
.ms-sbtable{
color:#000000;
font-size:0.7em;
font-style:normal;font-weight:normal
}
.ms-sbtablealt{
color:#000000;
font-size:0.7em;
font-style:normal;font-weight:normal
}
.ms-sbtable-ex{
width:100%;
border-collapse:collapse;
margin-top:2px;
margin-left:2px;
}
.ms-sbtable-border{
border:1px solid #97b4e9;
}
td.ms-sbcell{
padding:0px;
padding-left:2px;
white-space:nowrap;
border:solid 1px #7f9db9;
}
td.ms-sbcellnoborder{
padding-right:2px;
white-space:nowrap;
border:0;
}
.ms-sbtext{
font-size:1em;
font-weight:bold;
}
.ms-sblink a:link,.ms-sblink a:visited{
font-size:8pt;
color:#666666;
text-decoration:none;
padding-left:4px;
}
.ms-sblink a:hover{
color:#000000;
text-decoration:underline;
}
td.ms-sbgo{
background-color:#e9f2fd;
padding-left:3px;
padding-right:3px;
padding-bottom:1px;
padding-top:1px;
}
.ms-sbLastcell,.ms-rightbodysectionsearchbox{
width:100%;
}
.ms-sbLastCell{
padding-right:10px;
}
td.ms-sbscopes{
border:none !important;
}
select.ms-sbscopes{
font-size:8pt;
width:170px;
}
.ms-topnavContainer{
border:none;
border-left:solid 1px #c2dcff;
}
.ms-bannerContainer{
background-image:url("images/siteTitleBKGD.gif");
background-position:right top;
background-repeat:repeat-y;
background-color:#FFFFFF;
}
.ms-navbar
{
background-image:url("images/pageTitleBKGD.gif");
background-position:top;
width:100%;
height:10px;
background-color:#d6e8ff;
background-repeat:repeat-x;
}
.ms-quicklaunchouter{
border-bottom:solid 1px #83b0ec;
border-right:solid 1px #83b0ec;
}
.ms-quickLaunch{
border:solid 1px #6f9dd9;
border-bottom:solid 1px #6f9dd9;
font-size:8pt;
line-height:10pt;
background-color:#f2f8ff;
}
.ms-standardheader{
font-size:1em;
margin:0em;
text-align:left;
color:#525252;
}

.ms-quicklaunchheader{
padding:2px 6px 4px 6px;
font-weight:normal;
color:#003399;
background-image:url("images/quickLaunchHeader.gif");
background-repeat:repeat-x;
background-color:#d6e8ff;
border-left:solid 1px #f2f8ff;
font-size:8pt;
height:20px;
}
.ms-navheader{
background-color:#d6ebff;
}
.ms-navheader td{
border-top:solid 1px #f2f8ff;
border-left:solid 1px #f2f8ff;
border-bottom:solid 1px #a6bdc3;
padding:1px 4px 4px 4px;
font-weight:bold;
color:#003399;
text-decoration:none;
width:100%;
}
.ms-nav{
background-color:#83b0ec;
background-image:url("images/navshape.jpg");
background-repeat:repeat-x;
}
/* CUSTOM */
.ContentStil
{
	background-color:#83b0ec;
	background-image:url("images/pagebackgrad.gif");
	background-repeat:repeat-x;
	height:100%;
	padding-right:10px;
	padding-left:0px;
}
.dm_body_label_red
{
	font-weight:900;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid red;
	border-radius: 4px;
    box-shadow: 0 0 20px red;
    background-color:#FFFFF0;
	color:red;
	padding-left :5px;
	padding-right :5px;
}
.dm_body_label_green
{
	font-weight:700;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid green;
	border-radius: 4px;
    box-shadow: 0 0 20px green;
    background-color:#FFFFF0;
	color:green;
	padding-left :5px;
	padding-right :5px;
}
.dm_body_label_blue
{
	font-weight:700;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid blue;
	border-radius: 4px;
    box-shadow: 0 0 20px blue;
    background-color:#FFFFF0;
	color:blue;
	padding-left :5px;
	padding-right :5px;
}
.dm_body_label_gold
{
	font-weight:700;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid Gold;
	border-radius: 4px;
    box-shadow: 0 0 20px Gold;
    background-color:#FFFFF0;
	color:Gold;
	padding-left :5px;
	padding-right :5px;
}
.dm_body_label_black
{
	font-weight:700;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid black;
	border-radius: 4px;
    box-shadow: 0 0 20px black;
    background-color:#FFFFF0;
	color:black;
	padding-left :5px;
	padding-right :5px;
}
.dm_body_DropDownList
{
	font-weight:900;
	text-align:center;
	background-color:white;
	outline: none;
	border-radius: 4px;
    background-color:#FFFFF0;
	padding-left :0px;
	padding-right :0px;
}

.dm_body_DropDownList_red
{
	font-weight:900;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid red;
	border-radius: 4px;
    box-shadow: 0 0 8px red;
    background-color:#FFFFF0;
	color:red;
	padding-left :0px;
	padding-right :0px;
}
.dm_body_DropDownList_gold
{
	font-weight:900;
	text-align:center;
	background-color:white;
	outline: none;
	border: 1px solid Gold;
	border-radius: 4px;
    box-shadow: 0 0 8px Gold;
    background-color:#FFFFF0;
	color:Gold;
	padding-left :0px;
	padding-right :0px;
}
/* end gantt styles */
