/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "RichWidgets".                        */
/* To customize the widgets css copy css from that oml,  */
/* paste here and modify the styles                      */
/*-------------------------------------------------------*/
@import url("/RichWidgets/web.css");
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */



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

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

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

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

body,
p {
	margin: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
	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 {
	text-align: center; /* Required to center Page DIV in viewport in IEs */
	background-color: #CCCCCC;
}

/*- 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;
}

th .Button /* copied from 'td .Button' in the upgrade to 5.0.0.0 */ {
	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;
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
	border-left: 3px solid #ffa85a;
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}

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;
	font-weight: normal;
}
.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;
	word-wrap: break-word;
}

.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: 754px;
	padding: 0 8px;
	overflow: hidden;
	text-align: left; /* to correct text-align in BODY */
	background-color: white;
}

.Body {
	padding: 8px 0 16px;
	_height: 1%; /* Hack for container with floats */
	text-align: left;
	background-color: white; /* for print version */
}

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

.BodyEnterprise {
	padding: 15px;
	text-align: left;
	background-color: white;
}

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

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

.Body th .Button /* copied from '.Body td .Button' in the upgrade to 5.0.0.0 */ {
	margin-top: 0px;
}

.Body IMG {
	vertical-align: bottom;
}

.BodyInner {
	margin-top: 10px;
	padding-top: 0px;
	background: url(img/body_background.gif) top left repeat-y;
}

/* APS Customization - Changed */
.Header {
	position: relative; /* required for the conteined absolute div */
	height: 90px;
	overflow: hidden;
	background-color: white; /* for print version */
}

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

/* APS Customization - Added */
.TwoCol_Left {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 226px;
}
.TwoCol_Right {
	float: right;
	display: inline-block;
	width: 520px;
	margin-left: 8px;
	overflow: hidden;
}
.TwoCol2_Left {
	float:left;
	width: 172px;
	overflow: hidden;
}
.TwoCol2_Right {
	float: right;
	display: inline-block;
	width: 574px;
	overflow: hidden;
}
.SingleColumn {
	margin: 40px 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;
}

.Footer {
	height: 20px;
	clear: both;
	border-top: 3px solid #E3E3E3;
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	margin-top:20px;
	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 {
	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: -5px;
	font-size: 11px;
}

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

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
	font-size: 11px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

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



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

/* APS Customization - Changed */
.Header_Banner {
	height: 90px;
	width: 240px;
	padding: 16px 0 0 8px;
	_overflow: hidden;
}
.Header_Right {
	float:right; /* required to put DIVs inline */
	height: 90px;
	width: 340px;
	text-align: right;
	padding-top:7px;
}
.Header_Right2 {
	float:right; /* required to put DIVs inline */
	height: 90px;
	width: 140px;
	padding-top:30px;
	padding-right: 10px;
}
.Header_Links {
	height: 35px;
	padding: 0px 15px;
	font-size: 11px;
	overflow: hidden;
	line-height: 30px;
}
.Header_Links a, 
.Header_Links a:link, 
.Header_Links a:visited {
	color: gray;
}

.Header_Search {
	padding: 10px 15px;
	font-size: 11px;
}
.Header_Search * {
	vertical-align: middle;
}
.Header_Search INPUT {
	border: 1px solid gray;
}


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



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

/* APS Customization */
.Menu_ItemsIE { }
.Menu_Items {
	background: url("img/menu_gradient.gif") repeat-x top left;
	height: 30px;
	width: 754px;
}

.Menu_Items a, .Menu_Items a:link, .Menu_Items a:visited, .Menu_Items a:hover { 
	text-decoration: none;
	color: white;
}
.Menu_Item_Last,
.Menu_Item {
	float: left;
	height:30px;
	padding: 0 17px;
	_padding: 0 23px;
	line-height: 2.5em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.8px; /* not supported by IE6 */
	background: url("img/menu_separator.gif") no-repeat top right;
	color: white;
}
.Menu_Item_Last {
	background: none;
}
.Menu_ItemSelected {
	height: 31px;
	border-bottom: 2px solid #EDB558; /* Orange */
}
.Menu_ItemsIE .Menu_Item_Last,
.Menu_ItemsIE .Menu_Item {
	padding: 0 23px;
}

/* 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;
}
.Menu_Entry_Active {
	height:20px;
	border-top: 1px solid white;
	background-color:#DDD;
	border-bottom: 1px solid silver;
}
.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 {
	padding-bottom:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
}
.LeftMenu a, .LeftMenu a:link, .LeftMenu a:visited {
	text-decoration: none;
	color:black;
}

.LeftMenu_Collapsed, .LeftMenu_Expanded {
	height:20px;
	padding: 8px 0px 0px 6px;
	background-color:#E0E0E0;
	margin-bottom:3px;
	cursor: pointer;
}
.LeftMenu_Main_Active {
	height:20px;
	padding: 8px 0px 0px 6px;
	background-color:#E0E0E0;
	margin-bottom:3px;
	font-weight: bold;
	cursor: pointer;
}
.LeftMenu_Entry0,
.LeftMenu_Entry1,
.LeftMenu_Entry2,
.LeftMenu_Entry3,
.LeftMenu_Entry4,
.LeftMenu_Entry5,
.LeftMenu_Entry6,
.LeftMenu_Entry7,
.LeftMenu_Entry {
	height:18px;
	padding: 7px 0px 0px 5px;
	background-color:#EBEBEB;
	border-bottom: 4px solid #E0E0E0;
	margin-bottom:3px;
	font-size:10px;
	cursor: pointer;
}
.LeftMenu_Entry0 {
	border-bottom: 4px solid #6A8592; /* Blue Cyan */
}
.LeftMenu_Entry1 {
	border-bottom: 4px solid #005663; /* Dark Blue Cyan */
}
.LeftMenu_Entry2 {
	border-bottom: 4px solid #4E9583; /* Weird Green */
}
.LeftMenu_Entry3 {
	border-bottom: 4px solid #01A163; /* Green */
}
.LeftMenu_Entry4 {
	border-bottom: 4px solid #A53D34; /* Blood Red */
}
.LeftMenu_Entry5 {
	border-bottom: 4px solid #A57834; /* Brown */
}
.LeftMenu_Entry6 {
	border-bottom: 4px solid #DBC16D; /* Light Brown */
}
.LeftMenu_Entry7 {
	border-bottom: 4px solid #AE0CFF; /* Purple */
}

.LeftMenu_Entry_Active0,
.LeftMenu_Entry_Active1,
.LeftMenu_Entry_Active2,
.LeftMenu_Entry_Active3,
.LeftMenu_Entry_Active4,
.LeftMenu_Entry_Active5,
.LeftMenu_Entry_Active6,
.LeftMenu_Entry_Active7,
.LeftMenu_Entry_Active {
	height:18px;
	padding: 7px 0px 0px 5px;
	background-color:#EBEBEB;
	border-bottom: 4px solid #E0E0E0;
	margin-bottom:3px;
	font-size:10px;
	font-weight: bold;
	cursor: pointer;
}
.LeftMenu_Entry_Active0 {
	border-bottom: 4px solid #6A8592; /* Blue Cyan */
}
.LeftMenu_Entry_Active1 {
	border-bottom: 4px solid #005663; /* Dark Blue Cyan */
}
.LeftMenu_Entry_Active2 {
	border-bottom: 4px solid #4E9583; /* Weird Green */
}
.LeftMenu_Entry_Active3 {
	border-bottom: 4px solid #01A163; /* Green */
}
.LeftMenu_Entry_Active4 {
	border-bottom: 4px solid #A53D34; /* Blood Red */
}
.LeftMenu_Entry_Active5 {
	border-bottom: 4px solid #A57834; /* Brown */
}
.LeftMenu_Entry_Active6 {
	border-bottom: 4px solid #DBC16D; /* Light Brown */
}
.LeftMenu_Entry_Active7 {
	border-bottom: 4px solid #AE0CFF; /* Purple */
}

.LeftMenu_Entry_2 {
	height:16px;
	padding: 6px 0px 0px 4px;
	background-color:#F0F0F0;
	border-bottom: 4px solid #A53D34;
	margin-bottom:3px;
	font-size:9px;
	cursor: pointer;
}
.LeftMenu_Entry_Active_2 {
	height:16px;
	padding: 6px 0px 0px 4px;
	background-color:#F0F0F0;
	border-bottom: 3px solid #A53D34;
	margin-bottom:3px;
	font-size:9px;
	font-weight: bold;
	cursor: pointer;
}

/*--------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: #E5E5DA;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E5E5DA;
}

/*--------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;
}

th.FilterValue img /* copied from 'td.FilterValue img' in the upgrade to 5.0.0.0 */ {
	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_InnerFrame .Paragraph /* copied from '.Login_InnerFrame p' in the upgrade to 5.0.0.0 */ {
	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 white;
}

.Tabs_TabBody {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #606060;
	_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 #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid white;
}

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

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

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: white url('/StyleGuide/img/tab_gradient.gif') repeat-x;
}

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: white url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

/*--------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;
}

th.BulkSelect_SelectedLine /* copied from 'td.BulkSelect_SelectedLine' in the upgrade to 5.0.0.0 */ {
	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 th.active.day.othermonth /* copied from 'div.calendar tbody td.active.day.othermonth' in the upgrade to 5.0.0.0 */ {
	background-color: #0a6bca;
}

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

div.calendar tbody .rowhilite th.hilite.day.othermonth /* copied from 'div.calendar tbody .rowhilite td.hilite.day.othermonth' in the upgrade to 5.0.0.0 */ {
	background-color: white;
}

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

div.calendar tbody .rowhilite th.day.othermonth /* copied from 'div.calendar tbody .rowhilite td.day.othermonth' in the upgrade to 5.0.0.0 */ {
	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 th /* copied from 'div.calendar tbody .rowhilite td' in the upgrade to 5.0.0.0 */ {
	background-color: #a4d1ff;
}

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

div.calendar tbody .rowhilite th.selected /* copied from 'div.calendar tbody .rowhilite td.selected' in the upgrade to 5.0.0.0 */ {
	background-color: #E5E5DA;
}

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

div.calendar tbody .rowhilite th.wn /* copied from 'div.calendar tbody .rowhilite td.wn' in the upgrade to 5.0.0.0 */ {
	background-color: white;	
	border: 1px solid #cccccc;
}
div.calendar tbody td.today {
	font-weight: bold;
}

div.calendar tbody th.today /* copied from 'div.calendar tbody td.today' in the upgrade to 5.0.0.0 */ {
	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 th.hilite /* copied from 'div.calendar tbody td.hilite' in the upgrade to 5.0.0.0 */ { 
	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 th.active /* copied from 'div.calendar tbody td.active' in the upgrade to 5.0.0.0 */ { 
	padding: 2px 2px 0px 2px;
	background-color: #0a6bca;
	color: white;
	font-weight: bold;
}

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

div.calendar tbody th.weekend /* copied from 'div.calendar tbody td.weekend' in the upgrade to 5.0.0.0 */ { 
	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 th.selected /* copied from 'div.calendar tbody td.selected' in the upgrade to 5.0.0.0 */ {
	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 th.selected.hilite /* copied from 'div.calendar tbody td.selected.hilite' in the upgrade to 5.0.0.0 */ {
	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 th.time /* copied from 'div.calendar td.time' in the upgrade to 5.0.0.0 */ {
	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 th.time .hour /* copied from 'div.calendar td.time .hour' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .minute /* copied from 'div.calendar td.time .minute' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .ampm /* copied from 'div.calendar td.time .ampm' in the upgrade to 5.0.0.0 */ {
	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 th.time .hour /* copied from 'div.calendar td.time .hour' in the upgrade to 5.0.0.0 */ ,
div.calendar th.time .minute /* copied from 'div.calendar td.time .minute' in the upgrade to 5.0.0.0 */ {
	font-family: monospace;
}

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

div.calendar th.time .ampm /* copied from 'div.calendar td.time .ampm' in the upgrade to 5.0.0.0 */ {
	text-align: center;
}

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

div.calendar th.time .colon /* copied from 'div.calendar td.time .colon' in the upgrade to 5.0.0.0 */ {
	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 th.time span.hilite /* copied from 'div.calendar td.time span.hilite' in the upgrade to 5.0.0.0 */ {
	background-color: white;
	border: 1px solid #a4d1ff;
	color: black;
}

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

div.calendar th.time span.active /* copied from 'div.calendar td.time span.active' in the upgrade to 5.0.0.0 */ {
	background-color: #0a6bca;
	color: white;
}

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

div.calendar th.special /* copied from 'div.calendar td.special' in the upgrade to 5.0.0.0 */ {
	background-color: #efefef;
	border: 1px solid #cccccc;
}

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

div.calendar tbody th.hilite.special /* copied from 'div.calendar tbody td.hilite.special' in the upgrade to 5.0.0.0 */ {
	background-color: white;
	padding: 2px 4px 2px 2px;
}

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

div.calendar .rowhilite th.special /* copied from 'div.calendar .rowhilite td.special' in the upgrade to 5.0.0.0 */ {
	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 -----------------*/
/*-----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/*---------------- Academia Specific Styles Start -----------------*/
/*-----------------------------------------------------------------*/

.CMS_Box {
	margin-bottom: 8px;
	text-align: left;
}
.CMS_Box A,.CMS_Box A:link,.CMS_Box A:visited {
	text-decoration: none;
}
.CMS_Box A:hover {
	text-decoration: underline;
}

.Bold {
	font-weight: bold;
}

/* CMS - Box A */
.CMS_BoxA {
	background-color: #E3E3E3;
	padding: 5px;
}
.CMS_BoxA_Title {
	border-bottom: 3px solid white;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.CMS_BoxA_Content {
	padding: 5px;
	font-size: 11px;
	color: gray;
}

/* CMS - Box B */
.CMS_BoxB {
	background-color: white;
	border: 5px solid #E3E3E3;
	padding: 5px;
}
.CMS_BoxB_Title {
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}
.CMS_BoxB_Content {
	padding: 5px;
	font-size: 11px;
	color: gray;
}

/* CMS - Box C */
.CMS_BoxC {
}
.CMS_BoxC_Title {
	border-left: 5px solid #E3E3E3;
	border-top: 5px solid #E3E3E3;
	border-right: 5px solid #E3E3E3;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}
.CMS_BoxC_Content {
	padding-top: 6px;
	font-size: 11px;
}
.CMS_BoxC_ContentBox {
	float: left;
	width: 101px; height: 100px;
	padding-bottom: 5px;
	margin-right: 3px;
	background-color: #E3E3E3;
}
.CMS_BoxC_ContentBox_Item0,
.CMS_BoxC_ContentBox_Item1,
.CMS_BoxC_ContentBox_Item2,
.CMS_BoxC_ContentBox_Item3,
.CMS_BoxC_ContentBox_Item4,
.CMS_BoxC_ContentBox_Item5,
.CMS_BoxC_ContentBox_Item6,
.CMS_BoxC_ContentBox_Item7,
.CMS_BoxC_ContentBox_Item {
	height: 55px;
	padding: 35px 5px 0;
	font-weight: bold;
	font-size: 11px;
}
.CMS_BoxC_ContentBox_Item0 {
	border-bottom: 4px solid #6A8592; /* Blue Cyan */
}
.CMS_BoxC_ContentBox_Item1 {
	border-bottom: 4px solid #005663; /* Dark Blue Cyan */
}
.CMS_BoxC_ContentBox_Item2 {
	border-bottom: 4px solid #4E9583; /* Weird Green */
}
.CMS_BoxC_ContentBox_Item3 {
	border-bottom: 4px solid #01A163; /* Green */
}
.CMS_BoxC_ContentBox_Item4 {
	border-bottom: 4px solid #A53D34; /* Blood Red */
}
.CMS_BoxC_ContentBox_Item5 {
	border-bottom: 4px solid #A57834; /* Brown */
}
.CMS_BoxC_ContentBox_Item6 {
	border-bottom: 4px solid #DBC16D; /* Light Brown */
}
.CMS_BoxC_ContentBox_Item7 {
	border-bottom: 4px solid #AE0CFF; /* Purple */
}

.CMS_BoxC_ContentBox_Item A,
.CMS_BoxC_ContentBox_Item A:link,
.CMS_BoxC_ContentBox_Item A:visited {
	text-decoration:none;
}
.CMS_BoxC_ContentBox_Item A:hover {
	text-decoration:underline;
}

/* CMS - Box D */
.CMS_BoxD {
	background-color: #E3E3E3;
	padding: 5px;
}
.CMS_BoxD_Title {
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}
.CMS_BoxD_Content {
	font-size: 11px;
	background-color: white;
	color: gray;
}

/* CMS - Main Content */
.CMS_MainContent {
	border-top: 5px solid #E3E3E3;
	padding: 5px;
}
.CMS_MainContent_Title {
	padding: 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.CMS_MainContent_Content {
	font-size: 11px;
	color: gray;
}
.CMS_MainContent_Content_Description {
	margin: 5px 0;
	font-weight: bold;
}
.CMS_MainContent_Content_HTML {
	margin: 5px 0;
}


/* CMS - Spotlight and Highlight */
.CMS_Spotlight {
	width:520px; height: 210px;
	overflow: hidden;
}
.CMS_Highlight {
	width:574px; height: 92px;
	overflow: hidden;
}

/* CMS - Document */
.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;
}

.CourseBox {
	font-size: 11px;
	color: #666666;
}
.CourseBox_Title {
	border-bottom: 7px solid #6A8592;
	padding: 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 4px;
}
.CourseBox_Print {
	float: right;
	font-size: 11px;
	text-decoration: underline;
}
.CourseBox_Title_Area {
	color: #999999; /* Gray */
}
.CourseBox_Title_Title {
	color: #E38E00; /* Orange */	
}
.CourseBox_Main {
	padding: 0px 204px 5px 0;
}
.CourseBox_Main_Title {
	padding: 10px 0;
	margin-bottom:3px;
	font-weight: bold;
	background: url(img/course_main_title.gif) bottom left no-repeat;
}
.CourseBox_Right {
	float: right;
	width: 170px;
	padding: 0px 10px 20px 10px;
	background-color: #DEE4E7; /* Light Blue */
}
.CourseBox_Right_Title {
	padding: 10px 0 10px;
	margin-bottom:3px;
	font-weight: bold;
	background: url(img/course_right_title.gif) bottom left no-repeat;
}

.CourseList {
	border-bottom: 5px solid #E3E3E3;
	padding: 10px 0;
}
.CourseList_Item {
	padding: 3px 8px 0 8px;
	border-bottom: 3px solid #CCC;
	font-weight:bold;
	font-size:12px;
}
.CourseList_Item A,
.CourseList_Item A:link,
.CourseList_Item A:visited {
	text-decoration:none;
}
.CourseList_Item A:hover {
	text-decoration:underline;
}
.CourseList_Title {
	line-height:1.4em;
}
.CourseList_Details {
	padding: 3px 8px 0 8px;
	margin-bottom: 8px;
}
.CourseList_Area {
	float: right;
	color: #E38E00; /* Orange */
}
.CourseList_Right {
	float: right;
}

/* Calendar Page Layout */
.CalendarBox_Main {
	padding: 10px 0;
	width:396px;
	margin-right: 174px;
}
.CalendarBox_Main_Title {
	padding: 6px 0;
	font-weight: bold;
	background: url(img/course_main_title.gif) bottom left no-repeat;
}
.CalendarBox_Right {
	float: right;
	width: 170px;
	padding: 10px 0;
}
.CalendarBox_Right_Title {
	padding: 6px 0;
	font-weight: bold;
	background: url(img/course_right_title.gif) bottom left no-repeat;
}

.NextCourse_Item {
	padding: 2px 0 3px;
	color: #5D5D5D;
}
.NextCourse_Date {
	white-space: nowrap;
}

/*-----------------------------------------------------------------*/
/*------------------ Academia 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: 58px;
	margin: 3px;
	background-color:Silver;
}
.Calendar_Day SPAN {
	padding:3px;
	line-height:1.5;
}
.Calendar_EmptyDay {
	position: relative;
	float: left;
	height: 77px; width: 58px;
	margin: 2px;
/*	border: 1px solid Transparent; Does not work in IE6 */
}
.Calendar_EmptyWeekendDay {
	position: relative;
	float: left;
	height: 77px; width: 36px;
	margin: 2px;
}
.Calendar_Today {
	position: relative;
	float: left;
	height: 75px; width: 56px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #C2D7EF;
	overflow: hidden;
}
.Calendar_Weekday {
	position: relative;
	float: left;
	height: 75px; width: 56px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #EFEFEF;
	overflow: hidden;
}
.Calendar_Today_Weekend {
	position: relative;
	float: left;
	height: 75px; width: 34px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #C2D7EF;
	overflow: hidden;
}
.Calendar_Weekend {
	position: relative;
	float: left;
	height: 75px; width: 34px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #FFEDCF;
	overflow: hidden;
}
.Calendar_Weekday_Holiday {
	position: relative;
	float: left;
	height: 75px; width: 56px;
	margin: 2px;
	border: 1px solid Silver;
	background-color: #DCD1DF;
	overflow: hidden;
}
.Calendar_Weekend_Holiday {
	position: relative;
	float: left;
	height: 75px; width: 34px;
	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: 2px;
	line-height: 1.2em;
	/* 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: 2px;
	line-height: 1.2em;
	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:11px;
	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:11px;
	vertical-align: baseline;
	white-space: nowrap;
	overflow: hidden;
}
.Calendar_Side_ItemDescription {
	font-size:10px;
}

.Calendar_SmallBox {
	width: 217px;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	color: gray;
	_height: 1%; /* Hack for container with floats */
}

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

.Calendar_SmallHeader {
	width: 216px;
	padding: 1px 0px;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 -1px;
	text-align: center;
	font-weight: bold;
}
.Calendar_SmallWeek {
	float: left;
	width: 28px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: -1px 0 0 -1px;
	text-align: center;
}
.Calendar_SmallDay {
	float: left;
	height: 22px; width: 28px;
	padding: 2px 1px;
	border: 1px solid #CCCCCC;
	margin: -1px 0 0 -1px;
}
.Calendar_SmallTitle {
	padding: 0 2px;
	font-size: 11px;
}
.Calendar_SmallBar {
	height: 6px;
	background-color: #D88218;
	color:gray;
	overflow: hidden;
	margin: 1px 2px;
	_width:24px;
}
.Calendar_SmallBar a,
.Calendar_SmallBar a:link,
.Calendar_SmallBar a:visited {
	color: #D88218;
}

/*-----------------------------------------------------------------*/
/*-------------- Page Calendar Specific Styles End ----------------*/
/*-----------------------------------------------------------------*/


.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;
}

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

.Comment {
	background-color: Yellow;
	border: 1px solid silver;
	margin: 5px;
	padding: 2px;
}

/* ADDED STYLES */
.SortColumns_Sortable {
	font-weight: normal;
	cursor:pointer;
	color:#707070;
}	
.SortColumns_Sortable:hover {
	text-decoration:underline;
}	
.SortColumns_Sorted {
	font-weight: bold;
	cursor:pointer;
	color:#707070;
}
.SortColumns_Sorted:hover {
	text-decoration:underline;
}
