/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/
body, select, textarea, input, td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

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 {
	color: #747F8B;
}
a:hover {
	color: #747F8B;
	background-color: #C2C1B8;
}

a[disabled=true] {
	color: ButtonShadow;
}

/*-----------------------------------------------------------------*/
/*----------------- 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 {
	white-space: nowrap;
	padding: 8px 10px 2px 0px;
}

.EditRecord_Value {
	vertical-align: bottom;
    padding: 1px 0px 1px 1px;
    *padding: 0px 0px 0px 1px;
}

.ShowRecord_Caption {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid white;
	padding: 8px 10px 2px 0px;
}

.ShowRecord_Value {
	vertical-align: bottom;
	font-size: 12px;
	vertical-align: bottom;	
	padding: 2px 2px 2px 2px;
}

.TableRecords_Header {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-top: 1px solid #ADA694;
	border-bottom: 1px solid #ADA694;
	border-right: 1px solid #ADA694;
}

.TableRecords_Header a:hover {
	color: #747F8B;
}

.TableRecords_Header a:visited {
	color: red
}

.TableRecords_OddLine, .TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-bottom: 1px solid #ADA694;
	border-right: 1px solid #ADA694;
}

.TableRecords_OddLine a:visited, .TableRecords_EvenLine a:visited {
}

input.Mandatory {
}

input.Not_Valid {
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
}

td.MandatoryCaption {
	font-weight: bold;
}

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------------------------*/
.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.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;
} 

/*--------General End--------------------------*/

/*--------StyleGuide General Start-------------*/
.Body {
	padding: 0px 16px 14px 16px;
	min-height: 300px;
	_height: 300px;
}

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Header {
}

.Menu {
	position: absolute;
	top: 50px; 
	left: 16px;
	z-index: 2;
}
.Footer {
	height: 1px;
	clear: both;
	border-top: 1px solid #cccccc;
	color: gray;
	padding: 7px 16px 0px 17px;
	font-size: 11px;
}

.Title {
	margin-bottom: 16px;
}

.Title_Links {
	margin-top: -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----------------*/
.Header_Banner {
	height: 70px;
	width: 100%;
	background: url(img/Header_Background.jpg);
	border-bottom: 1px solid #cccccc;
	_overflow: hidden;
}

.Header_Greetings {
	font-size: 11px;
	padding: 3px 16px 1px 1px;
	text-align: right;
	line-height: 10px;
	margin: 1px;
}

.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------------------*/
.Menu_Items { 
	float: left;
} 
 
.Menu_Items td, td.Menu_Item, td.Menu_ItemSelected { 
	white-space: nowrap; 
	margin: 0px;
	background-color: white;
	background-position: left;
	background: #dddddd url(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: black; 
	text-decoration: none; 
} 
 
td.Menu_ItemSelected { 
	background-color: white; 
} 

td.Menu_ItemActive { 
	background-color: white; 
	border-bottom: solid 1px white;
} 
 
.Menu_Items a, .Menu_Items a:link, .Menu_Items a:visited { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: block;
	padding: 2px 8px 2px 8px;
} 
  
.Menu_Items a:hover { 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	background-color: white;	 
	white-space: nowrap; 
	margin: 0px; 
	background-position: left; 
} 
 
td.Menu_Item { 
	background-color: none; 
}

td.Menu_Item a, td.Menu_Item a:link, td.Menu_Item a:visited {
	display: block;
	_width: 100%;
}
 
td.Menu_Item a:hover {
	background-color: white; 
	display: block;
	_width: 100%;
}
 
td.Menu_ItemSelected {
	background-color: 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;
}

/*--------Menu WebBlock End--------------------*/

/*--------ShowRecord Pattern Start-------------*/
.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

/*--------ShowRecord Pattern End---------------*/

/*--------EditRecord Pattern Start-------------*/
.EditRecord_Wrapper {
	margin-bottom: 8px;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #52a6fd;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #52a6fd;
}

/*--------EditRecord Pattern End---------------*/

/*--------TableRecords Pattern Start-----------*/
.TableRecords_Wrapper {
	margin-bottom: 0px;
}

.TableRecordsWithFilters_Wrapper, .Filters_Wrapper {
}

.TableRecords_Frame {
	border-right: solid 1px #ADA694;
	border-left: solid 1px #ADA694;
	overflow: auto;
	width: 740;
}

.TableRecords_Frame .Button {
	background-color: #efefef;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	border-left-color: #fafafa;
}

.TableRecords_Actions, .TableRecords_Footer {
	font-size: 10px;
	font-style: italic;
	vertical-align: middle;
	float: left;
}

.TableRecords_TopNavigation {
	background-color: #FFFFFF;
	padding: 5px 4px 5px 4px;
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	border-left: solid 1px #ADA694;
	_height: 1%;
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	background-color: #FFFFFF;
	padding: 5px 4px 5px 4px;
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	border-left: solid 1px #ADA694;
	_height: 1%;
	display: block;
	*display: inline-block;	
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	width: 100%; 
:/email
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	border-left: solid 1px #ADA694;
}

.FilterCaption {
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}

.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 #cce6ff;
	margin-left: 30px;
}

.Login_InnerFrame {
	background-color: #cce6ff;
	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 white;
}

.Tabs_TabBody {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #a8d4ff;
	_height: 1%;
	*display: inline-block;	
}

.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 #a8d4ff;
	border-left: 1px solid #a8d4ff;
	border-right: 1px solid #a8d4ff;
	border-bottom: 1px solid white;
}

div.Tabs_TabOff, li.Tabs_TabOff {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #bbddff;
}

div.Tabs_TabDisabled, li.Tabs_TabDisabled {
	float: left;
	margin: 0px;
	padding: 1px;
	list-style: none;
	border: 1px solid #bbddff;
}

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: #d5ecfe url('/WidgetLibrary40/img/Tabs_Gradient.gif') repeat-x;
}

a.Tabs_TabOff:hover {
	background-color: 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: #d5ecfe 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;
	font-size: 8px;
}

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: white;
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	border-collapse: 
}

div.calendar {
	border-color: #cce6ff;
}

div.calendar .button { 
	text-align: center; 
	padding: 2px;       
	font-weight: bold;
	color: black;
	background-color: #cce6ff;
	border: 1px solid #cce6ff;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .button.notclose { 
	border-top: 1px solid #cce6ff;
}

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: #cce6ff;
	border-top: 1px solid #a4d1ff;
}

div.calendar thead .name { 
	padding: 2px;
	text-align: center;
	color: black;
	background-color: #cce6ff;
	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 #cce6ff;
	border-right: 1px solid #a4d1ff;		
	border-bottom: 1px solid #a4d1ff;
	background-color: #cce6ff;	
}

div.calendar tbody .rowhilite td {
	background-color: #a4d1ff;
}

div.calendar tbody .rowhilite td.selected {
	background-color: #52a6fd;
}

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: #52a6fd;
	color: white;
	font-weight: bold;
}

div.calendar tbody td.selected.hilite {
	background-color: white;
	color: black;
}

div.calendar tbody .disabled {
}

div.calendar tbody .emptycell { 
	background-color: white;
}

div.calendar tbody .emptyrow { 
	display: none;
}

div.calendar tfoot .footrow { 
	text-align: center;
}

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: #cce6ff;
	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: #cce6ff;
	border: 1px solid #cce6ff;
	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 -----------------*/
/*-----------------------------------------------------------------*/
Theme Name: IPATIMUP
Theme URI: http://www.ipatimup.pt/
Description: The default IPATIMUP theme.
Version: 0.3
Author: Jos? Rui Fernandes & Rui Sousa
Author URI: This theme was designed by Jos? Rui Fernandes, and built by Rui Sousa.
*/

/* Begin Typography & Colors */
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-size: 100%;
}

p { 
	line-height:150%; 
}

/* Images */
img { 
	border: none; 
}

/* Links */
a, a:hover { 
	text-decoration: none; 
}

/* Header logotype and image */
.header1_box_site {
	margin: 0px 0px 0px 41px;
	height: 60px;
	width: 900px;
}


.header1l_box_site {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 570px;
	height: 20px;
}

.header1r_box_site {
	margin: 20px 0px 0px 0px;
	float: right;
	width: 80px;
	height: 20px;
	text-align: right;
}

/* Header diferent image */	
.header2_box_site {
	margin: 0px 0px 0px 0px;
	height: 160px;
	width: 100%;
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
}

.header2c_box_site {
	margin: 0px 0px 0px 40px;
	height: 160px;
	width: 900px;
	border-left: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	*width:900px;
}

.header2c_imagebox_site {
margin: 0px 0px 0px 160px;
padding:0px 0px 0px 20px;
	width: 700px;
	*height:158px;
	border-left: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	height:160px;
}
.header3
{
position:absolute;
top:223px;
left:1px;

}
/* Page body */
.body_box_site {
	margin: 0px 0px 0px 40px;
	width: 899px;
	border-left: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
}

.body_header_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 899px;
}

.body_headerl_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;	
	width: 160px;
	background-color: #C2C2BA;
	border-right: solid 1px #ADA694;
}

.body_headerr_box_site {
	float: right;
	margin: -40px 0px 0px 0px;
	height: 40px;
	width: 736px;
	border-left: solid 2px #D3CED4;
}

.body_headerr_text_box_site {
	margin: 10px 0px 0px 20px;
	width: 540px;
	height: 25px;
}

.body_menu2_box {
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 899px;	
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
}

.body_menu2l_box {
	margin: 0px 0px 0px 0px;
	height: 20px;	
	width: 160px;
	border-right: solid 1px #ADA694;
	background-color: #C2C2BA;
}


.body_menu2r_box {
	float: right;
	margin: -20px 0px 0px 0px;
	height: 20px;
	width: 736px;
	border-left: solid 2px #D3CED4;
	background:#ffffff;
}

.body_menu2r_text_box {
	float: left;
    margin: 0px 0px 0px 20px;
	text-indent: 10px;
    height: 20px;
    width: 558px;
	border-left: solid 1px #ADA694;
display:inline;
}

.body_central_box_site {
	margin: 0px 0px 0px 0px;
	width: 900px;
    overflow: hidden;
}
.body_centralr_box_site {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 737px;
	border-left: solid 2px #D3CED4;
    min-height: 450px;
}

body.body_centralr_box_site {
	width: 737px;
	color: #ee0000;
	border-left: solid 3px #D3CED4;
}

/* Menu Box */
.body_centrall_box_site {
	float: left; 
	margin: 0px 0px 0px 0px;
	_margin-left:-20px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 200px;
	border-right: solid 1px #ADA694;
	background-color: #C2C2BA;
    margin-bottom: -1000000px; 
    padding-bottom: 1000000px;
}

.menu_box
{
   margin: 0px 0px 0px 0px;
   width: 120px;
   _text-indent:20px;
}

/* Textos do body */
.body_text_box_site {
	margin: 20px 0px 40px 20px;
	width: 697px;
	font-size: 12px;
	color: #747F8B;
}

.body_text_box_title_site, .Heading1 {
	margin: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
}

.body_text_box_subtitle_site, .Heading2 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia;
	font-size: 16px;
	color: #747F8B;
}

.body_text_box_text_site {
	vertical-align:top;
	color:#747F8B;
}

/* Footers */
.clear {
    clear: both; padding-top: 0px;
	margin: 0px 0px 0px 0px;
	height: 0px;
 }
 
.footer_box_site {
	margin: 0px 0px 0px 40px;
	width: 899px;
	_width: 900px;
	border-left: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
}

.footer1_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 100%;
	border-top: solid 1px #ADA694;
}

.footer2_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 100%;
	border-top: solid 1px #ADA694;
	_height:42px;
}

.footer2l_box_site {
	margin: 0px 2px 0px 0px;
	position: absolute;
	left:41px;
	height: 40px;
	width: 460px;
}
.footer2l_box_site_img{
	margin: 0px 0px 0px 0px;
	float: left;
	height: 40px;
	width: 160px;
	border-right: solid 1px #ADA694;
	_width:158px;
	_height:36px;
}


.footer2l1_box_site {
	position: absolute;
	left:1px;
	top:0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 153px;
        height: 40px;
}

.footer2l1_box_paragraph {
	font-size: 12pt;
	font-family: Verdana;
    mso-bidi-font-family: Arial
    font-weight:bold;
}

.footer2l2_box_site {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	left:153px;
	top:0px;
	margin: 0px 0px 0px 0px;
	width: 152px;
    height: 31px;
    border-left: solid 1px #ADA694;
    border-right: solid 1px #ADA694;
}

.footer2l2_box_paragraph {
	font-family:times new roman;
	font-size:16px;
	color: #003399;
	font-weight:bold;
}

.footer2l3_box_site {
	position: absolute;
	left:307px;
	top:0px;
	margin: 0px 0px 0px 0px;
	width: 153px;
	height: 40px;
	_height:38px;
}

.footer2c_box_site {
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 660px;
	height: 40px;
	width: 120px;
}

.footer2c_letterl_box_site {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 40px;
	height: 40px;
	border-left: solid 1px #ADA694;
	z-index:3;
	_height:41px;
}

.small_letter_box_site {
	margin: 13px 0px 0px 10px;
	width: 20px;
	height: 12px;
	text-align: center;
}

.footer2c_letterc_box_site {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 40px;
	height: 40px;
	border-left: solid 1px #ADA694;
	_height:41px;
}

.medium_letter_box_site {
	margin: 12px 0px 0px 10px;
	width: 20px;
	height: 16px;
	text-align: center;
}

.footer2c_letterr_box_site {
	margin: -40px 0px 0px 0px;
	float: right;
	width: 40px;
	height: 40px;
	border-left: solid 1px #ADA694;
	_height:42px;
}

.big_letter_box_site {
	margin: 9px 0px 0px 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.footer2r_box_site {
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 780px;
	height: 40px;
	width: 160px;
	_height:38px;
}

.print_box_site {
	margin: 0px 0px 0px 0px;
	float: left;
	height: 40px;
	width: 80px;
	border-left: solid 1px #ADA694;
	_width:78px;
	_height:36px;
}

.print_label {
	position: absolute;
	left: 700px;
	top: 10px;
}

.print_label a,.print_label a:hover {
	background:#FFFFFF;
}

.email_box_site {
	margin: -40px 0px 0px 0px;
	float: right;
	height: 40px;	
	width: 79px;
	border-left: solid 1px #ADA694;
	_height:16px;
	_width:60px;
	_margin: 0 0 0 0 ;
	_position:absolute;
	_top:0px;
	_left:80px;

}

.footer3_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 100%;
	_width:860px;
	border-top: solid 1px #ADA694;
}

.footer3c_box_site {
	margin: 14px 20px 0px 20px;
	height: 12px;
	width: 900px;
	_width:860px;
	text-align: center;
}

.footer4_box_site {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 740px;
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;	
}

.footer4c_box_site {
	margin: 14px 20px 0px 20px;
	height: 12px;
	width: 700px;
	text-align: center;
}

.body_text_date_box_site {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 110px;
	text-align: right;
}

.body_text_author_box_site {
	margin: 0px 0px 0px 0px;
	width: 270px;
}

.body_text_gender_box_site {
	margin: -14px 0px 0px 0px;
	float: right;
	width: 270px;
}

/* Dotted line */
.dot_line_site { 
	border-bottom: dotted 1px #666666;
}

/* Links styles */
.internal_link_site, .internal_link_site:visited {
	color: #747F8B;
	border-bottom: solid 1px #747F8B;
}

.internal_link_site:hover {
	color: #747F8B;
	background-color: #C2C1B8;
	border-bottom: solid 1px #C2C1B8;
}

.external_link_site, .external_link_site:visited {
	color: #747F8B;
	border-bottom: dotted 1px #747F8B;
}

.external_link_site:hover {
	color: #747F8B;
	background-color: #C2C1B8;
	border-bottom: solid 1px #C2C1B8;
}

.title_link_site, .tittle_link_site:visited { 
	color: #747F8B; 
}

.title_link_site:hover {
	color: #747F8B;
	background-color: #C2C1B8;
	border-bottom: solid 1px #C2C1B8;
}
.Photo_professional_name{
	text-align:center;
}
.footer_link_site, .footer_link_site:visited, footer_link_site:hover { 
	color: #BABFC5; 
}

/* Body text and 'Read more' */
.body_text_box_text_site > ul, .body_text_box_text_site > li, .body_text_box_text_site > blockquote, .body_text_box_text_site, .text_continue_site, .body_text_site {
    font-family: Arial;
    color: #747F8B;
}

/* Texts (Flag,Data,Signature,File,Google,Read more)*/
.text_data_site {
	font-family: Arial;
	font-size: 11px;
	color: #747F8B;
}

/* Titles */
.body_text_title_text_site {
	font-family: Georgia;
	font-size: 20px;
	color: #747F8B;	
}

.body_headerr_title_site {
	font-family: Arial;
	font-size: 18px;
}

/* Text size (small,medium,big) */
.normal_link {
	background-color: #FFFFFF;
}

.normal_link a:hover { 
	background-color: #FFFFFF;
}

.small_text_site a:hover { 
	background-color: #FFFFFF; 
}

.medium_text_site a:hover { 
	background-color: #FFFFFF; 
}

.big_text_site a:hover { 
	background-color: #FFFFFF;
}

.small_text_site { 
	font-size: 10px;
}

.medium_text_site { 
	font-size: 12px; 
}

.big_text_site { 
	font-size: 18px; 
}

.text_translation_feedback {
	font-size: 11px;
	color: #c7331f;
}

/* Footer text*/
.footer_text_site {
	font-family: Arial;
	font-size: 9px;
	color: #BABFC5;
	word-wrap: break-word;
}

/* Texts styles */
.text_bold_site { 
	font-weight: bold; 
}

/* Texts styles */
a.text_payment_method{ 
	font-weight: bold;
	color: #D36C32; 
}
a.text_payment_method:hover{ 
	font-weight: bold;
	color: #red;
 background-color:#000000;
}


.text_subtitle_site {
	font-family: Georgia;
	font-size: 18px;
	color: #747F8B;
	word-wrap: break-word;
}
.text_title_site, .Heading1, a.text_title_site, p.text_title_site {
	font-family: Georgia;
	font-size: 20px;
	color: #747F8B;
  	margin-right:55px;
	word-wrap: break-word;
}
.activity_title {
	font-family: Georgia;
	font-size: 20px;
	color: #747F8B;
/*  	margin-right:55px;*/
	word-wrap: break-word;
}

/* Menus */
#menu1Container { visibility:hidden; left:203px; overflow:hidden; }

#menu1Container, #menu1Content { position:absolute; width:160px; height:300px;}

#menu2Container { visibility:visible; left:203px; overflow:visible; }

#menu2Container, #menu2Content { position:absolute; width:160px; height:300px;}

#menu3Container { visibility:hidden; left:203px; overflow:hidden; }

#menu3Container, #menu3Content { position:absolute; width:280px; height:300px;}

#menu4Container { visibility:hidden; left:203px; overflow:hidden; }

#menu4Container, #menu4Content { position:absolute; width:300px; height:300px;}

#menu5Container { visibility:hidden; left:203px; overflow:hidden; }

#menu5Container, #menu4Content { position:absolute; width:200px; height:300px;}

#menu6Container { visibility:hidden; left:203px; overflow:hidden; }

#menu6Container, #menu4Content { position:absolute; width:280px; height:300px;}

#menu7Container { visibility:hidden; left:203px; overflow:hidden; }

#menu7Container, #menu4Content { position:absolute; width:160px; height:300px;}

#menu8Container { visibility:hidden; left:203px; overflow:hidden; }

#menu8Container, #menu8Content { position:absolute; width:180px; height:300px;}

#menu1Container {
    visibility:hidden; 
    left:201px; 
    top:303px;
    overflow:hidden; 
    z-index:10000; 
}

#menu1Container, #menu1Content {
    position:absolute; 
    width:112px; 
    height:300px; 
    clip:rect(0 112 300 0);
}

#menu2Container {
    visibility:hidden; 
    left:201px; 
    top:323px; 
    overflow:hidden; 
    z-index:10000;
}

#menu2Container, #menu2Content {
    position:absolute; 
    width:163px; 
    height:300px; 
    clip:rect(0 163 300 0); 
}

#menu3Container {
    visibility:hidden; 
    left:201px; 
    top:343px; 
    overflow:hidden; 
    z-index:10000;
}

#menu3Container, #menu3Content {
    position:absolute; 
    width:275px; 
    height:300px;
    clip:rect(0 275 300 0);
}

#menu4Container {
    visibility:hidden;
    left:201px;
    top:363px;
    overflow:hidden;
    z-index:10000;
}

#menu4Container, #menu4Content {
    position:absolute; 
    width:190px; 
    height:300px;
    clip:rect(0 190 300 0);
}

#menu5Container {
    visibility:hidden;
    left:201px;
    top:383px;
    overflow:hidden;
    z-index:10000;
}

#menu5Container, #menu5Content {
    position:absolute; 
    width:187px; 
    height:300px;
    clip:rect(0 187 300 0);
}

#menu6Container {
    visibility:hidden;
    left:201px;
    top:403px;
    overflow:hidden;
    z-index:10000;
}

#menu6Container, #menu6Content {
    position:absolute;
    width:248px; 
    height:300px;
    clip:rect(0 248 300 0);
}

#menu7Container {
    visibility:hidden;
    left:201px;
    top:423px;
    overflow:hidden;
    z-index:10000;
}

#menu7Container, #menu7Content {
    position:absolute;
    width:160px; 
    height:300px;
    clip:rect(0 160 300 0);
}

#menu8Container {
    visibility:hidden;
    left:0px;
    top:0px;
    overflow:hidden;
    z-index:10000;
}

#menu8Container, #menu8Content {
    position:absolute;
    width:0px; 
    height:0px;
    clip:rect(0 0 0 0);
}

/*.menus*/ 
.options {
	margin-bottom: 1px;
	border-right: 1px solid #9E9E94;	
	background-color: #C2C1B8;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

.menus a {
	color: #747F8B;
	display: block;
	text-indent: 20px;
}

.menus a:visited { 
	color:#747F8B; 
}

.menus a:hover {
	color: #747F8B;
	background-color: #B3B4AF;
}

.under{
	width:100%;
	_margin-left:20px;
}

.options_under {
	margin-bottom: 1px;
	background-color: #C2C1B8;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

.menus_under a {
	color: #747F8B;
	display: block;
	text-indent: 20px;
}

.menus_under a:visited { 
	color:#747F8B;
}

.menus_under a:hover {
	color: #747F8B;
}


/* SubMenus */
.explorer {
    font-family: Arial; 
    font-size: 14px;  
    background:#FFFFFF; 
    height:20px;
}

.explorer_over {
    font-family: Arial; 
    font-size: 14px;
    text-decoration:none; 
    background:#C2C2BA; 
    height:20px;
}

.explorer_down {
    font-family: Arial; 
    font-size: 14px;  
    text-decoration:none; 
    background:#C2C2BA;  
    height:20px;
}

.explorer_active {
    font-family: Arial; 
    font-size: 14px;  
    text-decoration:none;
    background:#ADA694;
    height:20px;
	clear: both;
	margin: 0 0 0 0;
}

.submenu {
    font-family: Arial; 
    font-size: 14px;  
    text-decoration:none; 
}

/* Navigation */
.navigation {
        display: block;
        text-align: center;
        margin-bottom: 0px;
}

.alignright { 
	float: right; 
}

.alignleft { 
	float: left 
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	background-color: #ffffff;
	-moz-opacity: 0.4;
	opacity: .60;
	filter: alpha(opacity=60);
	height:60%;
}

.emailw {
	height:300px;
}

.mailinp {
}
.top_img
{
	border-left: solid 1px #ADA694;
	border-right: solid 1px #ADA694;
	height: 160px;
	width: 700px;
}

.top_timeline
{
	position: absolute;
	top: 60px;
	left: 61px;
	width: 700px;
}
.top_arrow a:hover
{
	background-color:transparent;
}

.top_arrow
{
	position: absolute;
	top: 201px;
	cursor:pointer;
	left: 762px;
background-color:transparent;
}

.header2_box_Registration {
	margin: 0px 0px 0px 0px;
	height: 60px;
	width: 982px;
	border-top: solid 1px #ADA694;
	border-bottom: solid 1px #ADA694;
}


.TableRecords_HeaderRegistration {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-left: 1px solid #ADA694;
	border-top: 1px solid #ADA694;
	border-bottom: 1px solid #ADA694;
	border-right: 1px solid #ADA694;
}


.TableRecords_LineRegistration {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 1px solid #ADA694;
	border-bottom: 1px solid #ADA694;
	border-right: 1px solid #ADA694;
	border-left: 1px solid #ADA694;
}

/* End */