/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

html {
	overflow: -moz-scrollbars-vertical;
}

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}

body,
p {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[disabled=true],
input[disabled=disabled] {
	background: ButtonFace;
	cursor: text;
}

input[type=radio],
input[type=checkbox] {
	margin: 0px 3px 0px 4px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

table {
	border-collapse: separate;
	empty-cells: show;
}

a,
a:link,
a:visited,
a:hover {
	color: #696969;
}

a[disabled=true] {
	color: ButtonShadow;
}

body {
	background: #DFDFDF url("/StyleGuide/img/body_gradient.gif") repeat-x top left;
	text-align: center; /* Required to center Page DIV in viewport in IEs */
}

/*- Native Headings required for Rich Text Editor -----------------*/

h1 {
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
}


/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled=true],
.Button[disabled=disabled] {
	padding: 1px 12px 2px 10px;
   color: ButtonShadow;
	cursor: text;
}

td .Button {
	font-size: 8pt;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #BBB;
	padding: 8px 10px 2px 0px;
}

.EditRecord_Value {
	color: #444444;
	vertical-align: bottom;
	border-top: 1px solid white;
	border-right: 30px solid white;
	border-bottom: 1px solid #DCDCDC;
	border-left: 3px solid white;
   padding: 1px 0px 1px 1px;
   *padding: 0px 0px 0px 1px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #BBB;
	padding: 3px 10px 2px 0px;
}

.ShowRecord_Value {
	color: #404040;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.TableRecords_Title {
	background: url(/StyleGuide/img/TableRecords_Title_Gradient.jpg) top left repeat-x;
	padding: 2px 6px;
}
.TableRecords_Header {
	color: #707070;
	font-weight: bold;
	background-color: #E5E5DA;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
}

.TableRecords_Header a,
.TableRecords_Header a:hover,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: #707070;
}

.TableRecords_Header IMG {
	margin-left: 5px;
	margin-bottom: 7px;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

input.Mandatory {
}

input.Not_Valid {
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
	border-left: 3px solid #ffa85a;
}

td.MandatoryCaption {
}

span.ValidationMessage {
	white-space: nowrap;
	font-weight: normal;
	color: red;
	display: inline;
	margin-left: 5px;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #606060; /* Gray */
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #707070; /* Gray */
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #808080; /* Gray */
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}
.Text_Small {
	font-size: 11px;
}
.Text_Smaller {
	font-size: 10px;
}

.Text_Error {
	color: #c7331f;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
}

.Text_Justified { 
	text-align: justify;
} 

.Meeting_Box{
	border: 2px solid #E0E0E0; 
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
}


/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

/* APS Customization */
.Background {
	background: #DFDFDF url("/StyleGuide/img/body_gradient.gif") repeat-x top left;
	text-align: center; /* Required to center Page DIV in viewport in IEs */
}

/* APS Customization - Added */
.Page {
	margin: 0 auto;
	width: 780px;
	border: 1px solid #777777; /* Dark Gray */
	background-color: white;
	/*background: white url(/StyleGuide/img/aps_whiteshade.jpg) bottom right no-repeat;*/
	background-position: 95% 90%;
	overflow: hidden;
	text-align: left; /* to correct text-align in BODY */
}

.Body {
	padding: 10px;
	background: url(/StyleGuide/img/InnerBodyGradient.jpg) top left repeat-x;
	height: 100%; /* IE7 hack for container with floats */
	_height: 1%; /* IE6 hack for container with floats */
	text-align: left;
}

.Body:after { /* Hack for container with floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Body IMG {
	vertical-align: bottom;
}

/* APS Customization - Changed */
.Header {
	position: relative; /* required for the conteined absolute div */
	height: 70px;
	overflow: hidden;
}

/* APS Customization - Changed */
.Menu {
	width: 780px;
	height: 30px; /* added */
	background-color: white;
}

/* APS Customization - Added */
.TwoCol_Left, 
.ThreeCol_Left {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 190px;
}
.TwoCol_Right {
	float: right;
	display: inline-block;
	width: 560px; /* 10px for the gap between columns */
	overflow: hidden;
}
.TwoCol2_Left {
	width: 630px;
	overflow: hidden;
}
.TwoCol2_Right,
.ThreeCol_Right {
	float: right;
	display: inline-block;
	width: 120px;
	overflow: hidden;
}
.ThreeCol_Center {
	width:420px;
	margin-left: 203px;
	_margin-left: 203px; /* required due to strange behaviour from Firefox */
	/* when adding the overflow:hidden, the content moves to the right ... */
	margin-right: 130px;
	overflow: hidden;
}
/* Because IE7 no longer supports hacks (e.g. *width), specific classes are defined */
.ThreeCol_Center_IE7 {
	width:420px;
	display: inline-block;
	margin-left: 203px;
	margin-right: 130px;
	overflow: hidden;
}
#wtDocumentPage .TwoCol_Left {
	width: 250px;
}
#wtDocumentPage .TwoCol_Right {
	width: 500px;
}
.SingleColumn {
	margin: 30px 60px 0 60px;
}

.ColumnContent {
	border: 1px solid #E0E0E0; /* Gray */
	padding: 5px;
	background-color: white;
	overflow: hidden;
}
*.TwoCol_Left *.ColumnContent {
	width: 178px;
}
*.TwoCol_Right *.ColumnContent {
	border: none;
	padding: 5px;
	background-color: transparent;
	width: 550px;
}
#wtDocumentPage *.TwoCol_Left *.ColumnContent {
	width: 238px;
}
#wtDocumentPage *.TwoCol_Right *.ColumnContent {
	width: 490px;
}

/* APS Customization - Changed */
.Footer {
	height: 20px;
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;	
	background-color: white;
	color: gray;
}


/* APS Customization - Added */
.LeftMenu_Search {
	height: 20px;
	padding: 3px;
	border: 1px solid silver;
	font-weight: bold;
	background-color: #02215A;
	color: white;
}
.LeftMenu_Tree {
	_width: 230px; /* fix required for IE6, where content is king */
	min-height: 30px;
	padding: 3px;
	border: 1px solid silver;
	margin-top: 3px;
	background-color: #F5F5F5;
	overflow: hidden;
}

.Title {
	margin-bottom: 8px;
}

.Title_Links {
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 11px;
}

.Title_Links td {
	font-size: 11px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/

/* APS Customization - Changed */
.Header_Banner {
	height: 70px;
	width: 370px; /* 10px gap for IE6.0 */
	background: url(/StyleGuide/img/aps_177x60.jpg) 5% 35% no-repeat;
	_overflow: hidden;
}
.Header_Banner_Extranet {
	height: 70px;
	width: 370px; /* 10px gap for IE6.0 */
	background: url(/Extranet/img/aps_extranet_212x60.jpg) 5% 35% no-repeat;
	_overflow: hidden;
}
.Header_Banner_Intranet {
	height: 70px;
	width: 370px; /* 10px gap for IE6.0 */
	background: url(/Intranet/img/aps_intranet_212x60.jpg) 5% 35% no-repeat;
	_overflow: hidden;
}
/* APS Customization - Added */
.Header_Right {
	position: relative; /* required for the conteined absolute div */
	float:right; /* required to put DIVs inline */
	height: 70px;
	width: 390px;
}

/* APS Customization - Added */
.Header_Links {
	height: 35px;
	padding: 0px 15px;
	font-size: 11px;
	text-align: right;
	overflow: hidden;
	line-height: 30px;
}
/* APS Customization - Added */
.Header_Links a, 
.Header_Links a:link, 
.Header_Links a:visited {
	color: gray;
}

/* APS Customization - Changed */
.Header_Greetings {
	height: 33px; /* 35px with border */
	padding: 0px 15px 0px 15px;
	border: 1px solid #D0D0D0; /* Gray */
	background-color: #E0E0E0; /* Light Gray */
}
.Header_Greetings_Line {
	height:20px;
	padding:0px;margin:0px;
	margin-top: 8px;
	font-size: 12px;
}
.Header_Greetings_Line * {
	padding:0px;
	margin:0px;
	vertical-align: middle;
	overflow: visible;
}
.Header_Greetings_Line SPAN, INPUT {
	vertical-align: middle;
}
.Header_Greetings IMG {
	position: relative;
}
.Header_Greetings_Line_Search {
	float: left;
	width: 126px;
	text-align: left;
}
.Header_Greetings_Line_Login {
	float: right;
	width: 225px;
	text-align: right;
}

.Header_Title {
	float: left;
	margin-top: 5px;
	font-size: 14px;
	margin-top: 5px;
	color: #6b6b6b;	
}

.Header_Title p {
	vertical-align: top;
	display: inline;
	margin-left: 3px;
	margin-top: 3px;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
	text-decoration: none;
	color: #6b6b6b;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

/* APS Customization */
.Menu_Items { 
	background-color: #919191;
	_height: 1%; /* Hack for container with floats */
}
.Menu_Items:after { /* Hack for container with floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Menu_Items a, .Menu_Items a:link, .Menu_Items a:visited, .Menu_Items a:hover { 
	text-decoration: none;
	color: #F5F5F5;
}
.Menu_Items a:hover { 
	color: #DCDCDC;
}

.Menu_Item {
	background: #919191 url(/StyleGuide/img/MenuItem.jpg);
	float: left;
	width:130px; height:30px;
	padding: 0px;
	line-height: 2.5em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.8px;
	color: #F5F5F5;
}
.Menu_Item_Extranet {
	float: left;
	width:130px; height:30px;
	padding: 0px;
	line-height: 2.5em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.8px;
	color: #F5F5F5;
	background: url(/Extranet/img/MenuItemExtranet.jpg);
}

/* APS Customization */
.Menu_ItemSelected {
	background: url(/StyleGuide/img/MenuItemSelected.jpg);
}

.Menu_Items td,
td.Menu_Item,
td.Menu_ItemSelected { 
	width:130px; height:30px;
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url(/StyleGuide/img/Menu_Gradient.gif) repeat-x; 
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px; 
	color: #F5F5F5;
}
 
td.Menu_ItemSelected { 
	background-color: white; 
} 

td.Menu_ItemActive { 
	background-color: white; 
	border-bottom: solid 1px white;
}

td.Menu_ItemSelected a,
td.Menu_ItemSelected a:link,
td.Menu_ItemSelected a:visited,
td.Menu_ItemSelected a:hover {
	background-color: white;  
	display: block;
	_width: 100%;
}

td.Menu_ItemActive,
td.Menu_ItemActive a,
td.Menu_ItemActive a:link,
td.Menu_ItemActive a:visited,
td.Menu_ItemActive a:hover {
	background-color: white; 
	display: block;
}

.Menu_SubItems {
	border: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	z-index: 10;
}

.Menu_SubItems td { 
	_padding: 0px;
	font-size: 12px; 
	list-style-type: none; 
	display: list-item; 
	list-style: none; 
	text-align: left; 
	text-decoration: none; 
	background-color: #fdfdfd; 
	white-space: nowrap; 
	z-index: 10; 
} 
 
.Menu_SubItems a, 
.Menu_SubItems a:link,
.Menu_SubItems a:visited { 
	text-decoration: none; 
	padding: 2px 8px 3px 8px;
	display: block; 
	_width: 100%;
} 
 
.Menu_SubItems a:hover { 
	_padding: 2px 8px 3px 8px;
	background-color: #efefef;	 
	display: block; 
	_width: 100%;
} 
 
.Menu_ExtraItems {
	float: left;
	position: relative;
	z-index: 1;
}



/* STYLEGUIDE INTRANET TOP MENU */
.Menu_Intranet_Items { 
	float: left;
	border-collapse: collapse;
} 

.Menu_Intranet_Items a, 
.Menu_Intranet_Items a:link,
.Menu_Intranet_Items a:visited { 
	color: white;
	text-decoration: none; 
	padding: 2px 8px 2px 8px;
}

.Menu_Intranet_Items td,  
td.Menu_Intranet_Item, 
td.Menu_Intranet_ItemSelected { 
	width: 130px;
	height:30px;
	text-align:center;
	white-space: nowrap; 
	background: url(/Intranet/img/MenuItemIntranet.jpg);
	font-weight: bold;
	font-size: 12px; 
}

td.Menu_Intranet_Item { 
	background-color: black; 
}

td.Menu_Intranet_ItemSelected {
	background: url(/StyleGuide/img/MenuItemSelected.jpg);
}

td.Menu_Intranet_ItemSelected a,
td.Menu_Intranet_ItemSelected a:link,
td.Menu_Intranet_ItemSelected a:visited,
td.Menu_Intranet_ItemSelected a:hover {
}

td.Menu_Intranet_ItemActive {
	background: url(/StyleGuide/img/MenuItemSelected.jpg);
}

td.Menu_Intranet_ItemActive a,
td.Menu_Intranet_ItemActive a:link,
td.Menu_Intranet_ItemActive a:visited,
td.Menu_Intranet_ItemActive a:hover {
	display: block;
}

.Menu_Intranet_SubItems {
	border: 3px solid black;
	z-index: 10;
	display: none;
	_width:126px;
}

.Menu_Intranet_SubItems td { 
	width:125px;
	_padding: 0px;
	font-size: 11px; 
	font-weight: bold;
	list-style-type: none; 
	display: list-item; 
	list-style: none; 
	text-align: center;
	text-decoration: none; 
	background-color: #EEE; 
	white-space: nowrap; 
	z-index: 10;
} 
 
.Menu_Intranet_SubItems a, 
.Menu_Intranet_SubItems a:link,
.Menu_Intranet_SubItems a:visited { 
	text-decoration: none; 
	padding: 4px 8px 5px 8px;
	_padding: 5px 0px;
	display: block; 
	_width: 100%;
} 
 
.Menu_Intranet_SubItems a:hover { 
	_padding: 5px 0px;
	background-color: Silver;
	color: black;
	display: block; 
	_width: 100%;
}
 
.Menu_Intranet_ExtraItems {
	float: left;
	position: relative;
	z-index: 1;
}



/* LEFT MENU */

.Menu_Expanded, .Menu_Collapsed {
	height:22px;
	border-top: 1px solid white;
	background-color:#E0E0E0;
	border-bottom: 1px solid silver;
}
.Menu_Expanded a, .Menu_Collapsed a {
	line-height: 22px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:1px;
	color: #707070;
}
.Menu_Entry {
	height:20px;
	border-top: 1px solid white;
	background-color:#DADADA;
	border-bottom: 1px solid silver;
	font-size: 11px;
}
.Menu_Entry_Active {
	height:20px;
	border-top: 1px solid white;
	background-color:#DDD;
	border-bottom: 1px solid silver;
	font-size: 11px;
	font-weight: bold;
}
.Menu_Entry a {
	line-height: 20px;
	margin: 0 5px;
	text-decoration: none;
}
.Menu_Entry_Active a {
	line-height: 20px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: bold;
}

.LeftMenu {
}
.LeftMenu a, .LeftMenu a:link, .LeftMenu a:visited {
	text-decoration: none;
}

.LeftMenu_Collapsed, .LeftMenu_Expanded {
	height:19px;
	padding: 3px 0px 0px 8px;
	border-top: 1px solid white;
	background-color:#E0E0E0;
	border-bottom: 1px solid silver;
	font-weight: bold;
	cursor: pointer;
}
.LeftMenu_Main_Active {
	height:19px;
	padding: 3px 0px 0px 8px;
	border-top: 1px solid white;
	background-color:#D6D6D6;
	border-bottom: 1px solid silver;
	font-weight: bold;
	cursor: pointer;
}
.LeftMenu_Entry {
	padding: 3px 8px 3px 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	font-size: 0.8em;
	background-color:#D6D6D6;
}
.LeftMenu_Entry_Active {
	padding: 3px 8px 3px 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	font-weight: bold;
	font-size: 0.8em;
	background-color:#D3D3D3;
}
.LeftMenu_Entry a, .LeftMenu_Entry_Active a {
	text-decoration: none;
}

/*--------Menu WebBlock End--------------------*/



/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
	background-color: white;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	background-color: white;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #9E9E9E;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #9E9E9E;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
	margin-bottom: 8px;	
}

.TableRecords_Frame {
	border-top: 1px solid white;
	background-color: white;
	overflow: auto;
}

.TableRecords_Frame .Button {
	background-color: #efefef;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	border-top-color: #fafafa;
	border-left-color: #fafafa;
}

.TableRecords_Footer {
	font-size: 10px;
	font-style: italic;
	vertical-align: middle;
	float: left;
}

.TableRecords_TopNavigation {
	background-color: #F9F8F3;
	padding: 5px 4px 5px 4px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	background-color: #F9F8F3;
	padding: 5px 4px 5px 4px;
	border-top: 3px solid #E5E5DA;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;
	display: block;
	*display: inline-block;
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	background-color: #E5E5DA;	 
	width: 100%;
}

.FilterCaption {
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding: 2px 0px 2px 4px;
}

.FilterValue {
	white-space: nowrap;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
}
	
td.FilterValue img {
	vertical-align: middle;
	margin: 4px 8px 6px 4px; 
	_margin: 0px;
}

.FilterButtons {
	white-space: nowrap;
	padding: 6px 0px 7px 4px;
}

.FilterButtons .Button {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
}

.FilterRightSpacer {
	vertical-align: middle;
	padding: 8px 4px 8px 4px;
	font-size: 11px;
	text-align: right;
	width: 100%;
	white-space: nowrap;
}

/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 16px;
	margin-bottom: 8px;	
	clear: both;
}

.Login_OuterFrame {	
	float: right;
	width: 222px;
	padding: 1px;
	border: 1px solid #F9F8F3;
	margin-left: 30px;
}

.Login_InnerFrame {
	background-color: #F9F8F3;
	padding: 10px;
	height: 120px;
}

.Login_InnerFrame p {
	margin-bottom: 5px;
	width: 200px;
}

.Login_Caption {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	_padding: 0px;
}

.Login_Value {
	padding: 2px 0px 2px 0px;
}

.Login_RememberValue {
	text-align: right;
	padding-right: 2px;
}

/*--------Login Pattern End--------------------*/

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles Start -------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "WidgetLibary". Do not use, remove or */
/* rename them unless otherwise noted, and if you modify */
/* them, do it with extreme caution                      */
/*-------------------------------------------------------*/

/*-------Tabs Pattern Web Block Start----------*/

.Tabs_Wrapper {
	margin: 0px 0px 8px 0px;
	border: 1px solid transparent;
	_border: 1px solid #F4F4F4;
}

.Tabs_TabBody {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #BBB;
	_height: 1%;
	*display: inline-block;	
background-color:white;
}

.Tabs_TabBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.Tabs_Header {
	margin: 0px;
	padding: 0px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

div.Tabs_TabOn,
li.Tabs_TabOn {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid white;
}

div.Tabs_TabOff,
li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #BBB;
}

div.Tabs_TabDisabled,
li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #BBB;
}

a.Tabs_TabOn,
a.Tabs_TabOn:link,
a.Tabs_TabOn:visited,
a.Tabs_TabOn:hover,
span.Tabs_TabOn {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
}

a.Tabs_TabOff,
a.Tabs_TabOff:link,
a.Tabs_TabOff:visited {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 2px 8px 1px 8px;
	background-color: #DDD;
}

a.Tabs_TabOff:hover {
	background: white;
}

a.Tabs_TabDisabled,
a.Tabs_TabDisabled:link,
a.Tabs_TabDisabled:visited,
a.Tabs_TabDisabled:hover,
span.Tabs_TabDisabled {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	color: gray;
	padding: 2px 8px 1px 8px;	
	background-color: #DDD;
}

/*--------Tabs Pattern Web Block End-----------*/



/*------- Help Pattern Web Block Start --------*/

div.Help_Wrapper {
	_height: 1%;
	*display: inline-block;
}

div.Help_Wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

div.Help_Image {
	float: left;
	margin-right: 3px;
}

div.Help_Image img {
	margin-top: 3px;
}

div.Help_Text {
	font-size: 11px;
	color: #888888;
}

/*------- Help Pattern Web Block End ----------*/



/*------- Feedback Pattern Web Block Start ----*/

div.Feedback_Wrapper {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.Feedback_Text {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
}

div.Feedback_Image {
	float: left;
}

div.Feedback_Error {
	background-color: #ffe5e5;
	border: 2px solid #ffcece;
	color: #c7331f;
}

div.Feedback_Warning {
	background-color: #fbf3e0;
	border: 2px solid #f8e6c2;
	color: #bd830b;
}

div.Feedback_Success {
	background-color: #eeffd7;
	border: 2px solid #d8ffaa;
	color: green;
}

div.Feedback_Info {
	background-color: #e4edf2;
	border: 2px solid #a5c9df;
	color: #166ca5;
}

/*------- Feedback Pattern Web Block End ------*/



/*------- ListNavigation Web Block Start --------------*/

div.ListNavigation_Wrapper {
	float: right;
}

div.ListNavigation_Wrapper a,
div.ListNavigation_Wrapper span {
	text-align: right;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 11px;
}

a.ListNavigation_PageNumber,
a.ListNavigation_Previous,
a.ListNavigation_Next,
span.ListNavigation_Ellipsis {
}

span.ListNavigation_CurrentPageNumber {
	font-weight: bold;
}

span.ListNavigation_DisabledPrevious,
span.ListNavigation_DisabledNext {
	color: gray;
}

/*------- ListNavigation Web Block End ----------------*/



/*------- Bulk Select Web Block Start ---------*/

div.BulkSelect_Wrapper {
	padding-top: 4px;
	padding-bottom:4px;
	font-size: 11px;
}

td.BulkSelect_SelectedLine {
	background-color: #cccccc;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #cccccc;
}

/*------- Bulk Select Web Block End -----------*/



/*------- Calendar Web Block Start ------------*/

div.calendar {
	position: relative;
}

div.calendar,
div.calendar table {
	border: 1px solid white;
	font-size: 11px;
	cursor: default;
	background-color: green;
	color: red;
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	border-collapse: 
}

div.calendar {
	border-color: #F9F8F3;
}

div.calendar .button { 
	text-align: center; 
	padding: 2px;       
	font-weight: bold;
	color: black;
	background-color: #F9F8F3;
	border: 1px solid #F9F8F3;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .button.notclose { 
	border-top: 1px solid #F9F8F3;
}

div.calendar .nav {
	font-family: verdana,tahoma,sans-serif;
}

div.calendar thead .title { 
	font-weight: bold;      
	color: black;
	text-align: center;
	padding: 2px;
	background-color: #F9F8F3;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .name { 
	padding: 2px;
	text-align: center;
	color: black;
	background-color: #F9F8F3;
	border-bottom: 1px solid #a4d1ff;
}

div.calendar thead .weekend { 
	color: #a0a0a0;
}

div.calendar thead .hilite { 
	background-color: white;
	border: 1px solid #a4d1ff;
}

div.calendar thead .button.notclose.hilite { 
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .day.hilite { 
	padding: 1px 1px 2px 1px;
}

div.calendar thead .active { 
	background-color: #0a6bca;
	color: white;
	padding: 3px 1px 1px 3px;
	border: 1px solid #cccccc;
}

div.calendar thead .active.notclose { 
	padding: 3px 1px 0px 3px;
}

div.calendar tbody .day { 
	font-family: verdana, tahoma, sans-serif;
	width: 2em;
	color: black;
	background-color: white;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

div.calendar tbody .day.othermonth {
	font-size: 1.5ex;
	background-color: white;
	color: black;
	font-style:  italic;
}

div.calendar tbody .day.othermonth.oweekend {
	background-color: white;
	color: #a0a0a0;
}

div.calendar tbody td.active.day.othermonth {
	background-color: #0a6bca;
}

div.calendar tbody .rowhilite td.hilite.day.othermonth {
	background-color: white;
}

div.calendar tbody .rowhilite td.day.othermonth {
	background-color: #a4d1ff;
}

div.calendar table .wn {
	padding: 2px 4px 3px 3px;
	background-color: white;
	border: 1px solid white;
	border-right: 1px solid #a4d1ff;		
}

div.calendar .daynames .wn {
	border: 1px solid #F9F8F3;
	border-right: 1px solid #a4d1ff;		
	border-bottom: 1px solid #a4d1ff;
	background-color: #F9F8F3;	
}

div.calendar tbody .rowhilite td {
	background-color: #a4d1ff;
}

div.calendar tbody .rowhilite td.selected {
	background-color: #E5E5DA;
}

div.calendar tbody .rowhilite td.wn {
	background-color: white;	
	border: 1px solid #cccccc;
}
div.calendar tbody td.today {
	font-weight: bold;
}

div.calendar tbody td.hilite { 
	background-color: white;
	color: black;
	padding: 1px 3px 1px 1px;
	border: 1px solid #cccccc;
}

div.calendar tbody td.active { 
	padding: 2px 2px 0px 2px;
	background-color: #0a6bca;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.weekend { 
	color: #a0a0a0;
}

div.calendar tbody td.selected {
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 1px;
	background-color: #E5E5DA;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.selected.hilite {
	background-color: white;
	color: black;
}

div.calendar tbody .disabled {
	color: red;
}

div.calendar tbody .emptycell { 
	background-color: white;
}

div.calendar tbody .emptyrow { 
	display: none;
}

div.calendar tfoot .footrow { 
	text-align: center;
	background-color: green;
	color: red;
}

div.calendar tfoot .ttip { 
	padding: 2px;
	background-color: white;
	color: black;
	border-top: 1px solid #a4d1ff;		
}

div.calendar tfoot .hilite { 
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
	padding: 1px;
}

div.calendar tfoot .active { 
	background-color: #0a6bca;
	color: white;
	padding: 2px 0px 0px 2px;
}

div.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	background-color: white;
	border: 1px solid #cccccc;
	color: black;
	z-index: 100;
	font-size: 90%;
}

div.calendar .combo .label,
div.calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}

div.calendar .combo .label-IEfix {
	width: 4em;
}

div.calendar .combo .hilite {
	background-color: #a4d1ff;
	color: black;
}

div.calendar .combo .active {
	background-color: #a4d1ff;
	color: black;
	font-weight: bold;
}

div.calendar td.time {
	padding: 1px 0px;
	text-align: center;
	background-color: #F9F8F3;
	color: black;
	border-top: 1px solid #a4d1ff;
}

div.calendar td.time .hour,
div.calendar td.time .minute,
div.calendar td.time .ampm {
	padding: 0px 5px 0px 6px;
	font-weight: bold;
	background-color: #F9F8F3;
	border: 1px solid #F9F8F3;
	color: black;
}

div.calendar td.time .hour,
div.calendar td.time .minute {
	font-family: monospace;
}

div.calendar td.time .ampm {
	text-align: center;
}

div.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

div.calendar td.time span.hilite {
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
}

div.calendar td.time span.active {
	background-color: #0a6bca;
	color: white;
}

div.calendar td.special {
	background-color: #efefef;
	border: 1px solid #cccccc;
}

div.calendar tbody td.hilite.special {
	background-color: white;
	padding: 2px 4px 2px 2px;
}

div.calendar .rowhilite td.special {
	background-color: #efefef;
}

/*------- Calendar Web Block End --------------*/

/*-----------------------------------------------------------------*/
/*----------------- WidgetLibrary eSpace Styles End ---------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*---------------- Enterprise eSpace Styles Start -----------------*/
/*-----------------------------------------------------------------*/

.Enterprise_Menu {
	margin: 0px;
	width: 190px;
	height: 1%;
	padding-left: 8px;
	display: block;
	overflow: hidden;
}

.Enterprise_Menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_LeftFrozen {
	float: left;
	width: 199px;
	display: inline-block;
	_overflow: hidden; 
}

.Enterprise_Frame_LeftFrozen:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Enterprise_Frame_RightBody {
	padding: 0px 0px 4px 16px;
	margin: 0px;
	min-height: 300px;
	_height: 300px;
}

.Enterprise_Frame_RightBody .Button {
	margin-top: 10px;
}

.Enterprise_TwoColumns_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_LeftFrozen_Collapsed { 
	float: left;
	width: 68px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: #fdfdf0;
	margin-bottom: 16px;
	margin-left: 16px;
	_margin-left: 8px;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_RightLiquid { 
	margin-left: 216px;
	display: inline-block;
	_overflow: hidden; 
} 

.Enterprise_TwoColumns_RightLiquid_Expanded { 
	margin-left: 86px;
	display: inline-block;
	_overflow: hidden; 
} 
 
.Enterprise_SubTree_LeftFrozen { 
	float: left;
	width: 198px;
	display: inline-block;
	_overflow: hidden; 
}
 
.Enterprise_SubTree_LeftFrozen:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

.Invisible {
	display: none;
}

/*-----------------------------------------------------------------*/
/*------------------ Enterprise eSpace Styles End -----------------*/
/*-----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/*------------------- APS Specific Styles Start -------------------*/
/*-----------------------------------------------------------------*/

/* CMS - Header Banner */
.Home_Header_Banner {
	position: absolute;
	top:8px; left: 215px;
	width: 148px; height:55px;
}

/* CMS - Left Column */
.Home_LeftColumn {
	width: 186px;
	border: 2px solid #E0E0E0; /* Gray */
	background-color: white;
}
.Home_LeftColumn_Banner {
	height:100px;
	overflow: hidden;
}
.Home_LeftColumn_Item {
	padding:5px;
	margin: 5px;
	background-color: #F3F3F3;
	font-size: 10px;
}
.Home_LeftColumn_Title {
	font-weight: bold;
}
.Home_LeftColumn_Description {
	
}
.Home_LeftColumn_Link {
	padding-top: 2px;
	text-align: right;
	font-size: 10px;
}

/* CMS - Spotlight */
.Home_Spotlight {
	width:420px;
}
.Home_Spotlight_Item {
	height:140px; width:418px;
	border: 1px solid #CDCDCD;
	margin-bottom: 5px;
	overflow:hidden;
}
.Home_Spotlight_Image {
}
.Home_Spotlight_Text {
	float:right;
	padding:10px;
	text-align: right;
}
.Home_Spotlight_Title {
	font-size: 32px;
	color: #EF723B; /* Strong Orange */
}
.Home_Spotlight_Description {
	font-size: 18px;
}

/* CMS - Highlight */
.Home_Highlight {
	width:420px;
}
.Home_Highlight_Item {
	height:60px;
	padding: 6px;
	margin: 5px 0px;
	background-color: #F3F3F3;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	overflow: hidden;
	border: 2px solid #DFDFDF;
}
.Home_Highlight_Item SPAN {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.Home_Highlight_Image {
	float:left;
	height:60px; width:60px;
	margin-right:5px;
	overflow: hidden;
}
.Home_Highlight_ImageCorner {
	display: none; /* removed to save problems */
	position:relative;
	top:-60px;
	_top: -64px;
	left:0px;
}
/* Because IE7 no longer supports hacks (e.g. *width), specific classes are defined */
.Home_Highlight_ImageCorner_IE7 {
	display: none; /* removed to save problems */
	position:relative;
	top:-64px;
	left:0px;
}
.Home_Highlight_Title {
	font-weight: bold;
	color: #000151;
}
.Home_Highlight_Title a, .Home_Highlight_Title a:link, .Home_Highlight_Title a:visited {
	text-decoration: none;
	color: #000151;
}
.Home_Highlight_Title a:hover {
	text-decoration: underline;
}
.Home_Highlight_Description {
	color: #000151;
}

/* CMS - News */
.Home_News {
	width:420px;
	_height: 1%; /* Hack for container with floats */
}
.Home_News:after { /* Hack for container with floats */
	content: "."; 
	display: inline;
	line-height: 0;
	clear: both; 
	visibility: hidden;
}
.Home_News_Item {
	float:left;
	height:50px;
	width:192px;
	*width: 190px; /* for IE only */
	padding: 6px;
	border: 1px solid #E5E5E5;
	margin: 5px 2px 5px 2px;
	font-size: 11px;
	background-color: #F3F3F3;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	overflow: hidden;
}
.Home_News_Item SPAN {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.Home_News_Image {
	float:left;
	height:40px; width:40px;
	margin-right:5px;
	overflow: hidden;
}
.Home_News_ImageCorner {
	display: none; /* removed to save problems */
	position:relative;
	top:-45px;
	left:0px;
}
/* Because IE7 no longer supports hacks (e.g. *width), specific classes are defined */
.Home_News_ImageCorner_IE7 {
	display: none; /* removed to save problems */
	position:relative;
	top:-63px;
	left:0px;
}
.Home_News_Title {
	font-weight: bold;
	color: #000151;
}
.Home_News_Title a, .Home_News_Title a:link, .Home_News_Title a:visited {
	text-decoration: none;
	color: #000151;
}
.Home_News_Title a:hover {
	text-decoration: underline;
}
.Home_News_Description {
	color: #000151;
}

/* CMS - Right Column */
.Home_RightColumn {
	width:120px;
	overflow: hidden;
}
.Home_RightColumn_Magazine {
	border: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
.Home_RightColumn_ImageLinks {
	margin: 5px 0;
}

/* CMS - Fallout */
.Home_Fallout {
	width:440px;
	border: 1px solid #CDCDCD;
	overflow:hidden;
}

/* CMS - Highlight */
.CMS_Document {
	width:420px;
}
.CMS_Document_Item {
	padding: 6px;
	margin-top: 6px;
	background-color: #F2F2F2;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	overflow: hidden;
	border: 2px solid #E5E5E5;
}
.CMS_Document_Item SPAN {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.CMS_Document_Item IMG {
	vertical-align: middle;
}
.CMS_Document_Image {
}
.CMS_Document_Title {
	font-weight: bold;
	line-height: 1.3;
}
.CMS_Document_Title a, .CMS_Document_Title a:link, .CMS_Document_Title a:visited {
	text-decoration: none;
	color: #191919;
}
.CMS_Document_Title a:hover {
	text-decoration: underline;
}
.CMS_Document_Description {
	color: #191919;
}
.CMS_Document_Paid {
	color: #D88218;
}

.CMS_Info {
	padding: 5px;
}

/* CMS - News */
.CMS_Associates {
	width:420px;
	_height: 1%; /* Hack for container with floats */
}
.CMS_Associates:after { /* Hack for container with floats */
	content: "."; 
	display: inline;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.CMS_Associates_Item {
	float:left;
	height:400px;
	width:191px;
	padding: 6px;
	border: 1px solid #E5E5E5;
	margin: 0px 2px 5px 2px;
	font-size: 11px;
	background-color: #F3F3F3;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	overflow: hidden;
}
.CMS_Associates_Item SPAN {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.CMS_Associates_Image {
	float:left;
	height:80px; width:80px;
	margin-right:5px;
	overflow: hidden;
}
.CMS_Associates_ImageCorner {
	position:relative;
	top:-45px;
	left:0px;
}
.CMS_Associates_ImageCorner_IE7 {
	position:relative;
	top:57px;
	left:0px;
}
.CMS_Associates_Title {
	font-weight: bold;
	font-size:12px;
	color: #000151;
}
.CMS_Associates_Title a, .CMS_Associates_Title a:link, .CMS_Associates_Title a:visited {
	text-decoration: none;
	color: #000151;
}
.CMS_Associates_Title a:hover {
	text-decoration: underline;
}
.CMS_Associates_Description {
	color: #000151;
}



.Associate_Wrapper {
	padding: 10px;
	border:1px solid #CDCDCD;
	background-color: #F5F5F5;
}
.Associate_Image {
	float:right;
	margin:5px;
}
.Associate_SubTitle {
	font-weight: bold;
}

.Pad_Ten {
	padding: 10px;
}

.Bottom_Links {
	float: left;
	margin-top: 10px;
}
.Bottom_Links_Center {
	float: left;
	margin: 0 11px;
	margin-top: 10px;
}
/*-----------------------------------------------------------------*/
/*------------------- APS Specific Styles End ---------------------*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*------------- Page Calendar Specific Styles Start ---------------*/
/*-----------------------------------------------------------------*/
.Calendar_Container {
	width: 420px;
}
.Calendar_Sidebar {
	width: 200px;
	padding: 5px;
	margin: 10px;
	float:right;
}
.Calendar_Title {
	padding-bottom:3px;
}
.Calendar_Title IMG {
	vertical-align:text-bottom;
}
.Calendar_Container DIV DIV SPAN {
	padding:3px;
	line-height:1.5;
}

.Calendar_Day {
	float: left;
	height: 75px; width: 63px;
	margin: 3px;
/*	height: 80px; width: 15%;
	margin: 0.3%;*/
	background-color:Silver;
}
.Calendar_Day SPAN {
	padding:3px;
	line-height:1.5;
}
.Calendar_EmptyDay {
	position: relative;
	float: left;
	height: 77px; width: 61px;
	margin: 2px;
/*	border: 1px solid Transparent; Does not work in IE6 */
}
.Calendar_EmptyWeekendDay {
	position: relative;
	float: left;
	height: 77px; width: 42px;
	margin: 2px;
}
.Calendar_Today {
	position: relative;
	float: left;
	height: 75px; width: 59px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #C2D7EF;
	overflow: hidden;
}
.Calendar_Weekday {
	position: relative;
	float: left;
	height: 75px; width: 59px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #EFEFEF;
	overflow: hidden;
}
.Calendar_Today_Weekend {
	position: relative;
	float: left;
	height: 75px; width: 40px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #C2D7EF;
	overflow: hidden;
}
.Calendar_Weekend {
	position: relative;
	float: left;
	height: 75px; width: 40px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #FFEDCF;
	overflow: hidden;
}
.Calendar_Weekday_Holiday {
	position: relative;
	float: left;
	height: 75px; width: 59px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #DCD1DF;
	overflow: hidden;
}
.Calendar_Weekend_Holiday {
	position: relative;
	float: left;
	height: 75px; width: 40px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #DCD1DF;
	overflow: hidden;
}

.Calendar_DayTitle {
	font-size:12px;
	font-weight:bold;
}
.Calendar_DayDescription {
	font-size:11px;
	vertical-align: baseline;
	white-space: nowrap;
	overflow: hidden;
}
.Calendar_Items {
	margin: -2px 2px 0px 2px;
	padding: 0px;
	font-size:10px;
	line-height: 1.2;
}
.Calendar_Item {
	margin:1px 0px;
	font-size:10px;
	white-space: nowrap;
	overflow: hidden;
}
.Calendar_Item a, .Calendar_Item a:link, .Calendar_Item a:visited {
	text-decoration:none;
}
.Calendar_Item a:hover {
	text-decoration:underline;
}
.Calendar_Item_Number {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
	/* IE Dynamic Property to simulate the hover behaviour */
	h: expression(
		onmouseover=new Function("this.className='Calendar_Item_Number-hover';"),
		onmouseout=new Function("this.className='Calendar_Item_Number';"));
}
.Calendar_Item_Number-hover,
.Calendar_Item_Number:hover {
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;	
	background-color: #333333;
	color: #FAFAFA;
	cursor: pointer;
}
.Calendar_Side {
	display: none;
	padding: 5px;
	border: 1px solid #CCCBC7;
	background-color: white;
	margin-top:25px;
}
.Calendar_Side_Close {
	float:right;
	cursor: pointer;
}
.Calendar_Side_Items {
	margin-top:5px;
}
.Calendar_Side_Item {
	background-color: #EFEFEF;
	margin-top: 3px;
	padding:2px;
}
.Calendar_Side_ItemTitle {
	font-size:12px;
	font-weight: bold;
}
.Calendar_Side_ItemTitle a,
.Calendar_Side_ItemTitle a:link,
.Calendar_Side_ItemTitle a:visited {
	text-decoration: none;
}
.Calendar_Side_ItemTitle a:hover {
	text-decoration: underline;
}
.Calendar_Side_ItemSubTitle {
	font-size:12px;
	vertical-align: baseline;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
.Calendar_Side_ItemDescription {
	font-size:10px;
	padding-top: 2px;
}

/*-----------------------------------------------------------------*/
/*-------------- Page Calendar Specific Styles End ----------------*/
/*-----------------------------------------------------------------*/
div.auto_complete {
	background-color: white;
	border: 1px solid Gray;
	color: #707070;
	font-size:11px;
}

div.auto_complete ul, 
div.auto_complete li {
	padding: 0px;
	margin:1px;
	list-style: none;
}

.ClearBoth {
/*	clear: both;*/
}

.rss_items {
padding: 3px;
font-size: 11px;
}
.rss_item {
margin-top: 3px;
}
.rss_item SPAN {
font-size: 9px;
}

.Sitemap {
	font-size: 12px;
	font-weight: bold;
}
.Sitemap A,
.Sitemap A:link,
.Sitemap A:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Sitemap A:hover {
	text-decoration: underline;
}
.SitemapLevel0 {
	padding: 3px 0px;
}
.SitemapLevel1 {
	padding: 3px 0px;
}
.SitemapLevel2 {
	padding: 3px 15px;	
}
.SitemapLevel3 {
	padding: 3px 30px;
}

.Content_Print {
	float: right;
	font-size: 11px;
	text-decoration: underline;
}

.PoweredBy {
	float: left;
	margin-left:15px;
	margin-top: -5px;
}