/*-----------------------------------------------------------------*/
/*----------------- 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: #F2F2EA url("img/body_gradient.gif") repeat-x top left;
	text-align: center; /* Required to center Page DIV in viewport in IEs */
}

ul {
	margin: 17px;
	padding: 0px;
	border: none;
	list-style-image: url(img/list_style_image.gif);
}
li {
	padding-bottom: 3px;
}

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

h1 {
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	color: #007009; /* Green */
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px 3px 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
}
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: #007009; /* Green */
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px 3px 10px;
}

.Heading3 {
	color: #007009; /* Green */
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 2px 6px;
}

.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;
	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 - Added */
.Page {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
	text-align: left; /* to correct text-align in BODY */
}

.Body {
	text-align: left;
}

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

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

.Body IMG {
	vertical-align: bottom;
}

.BodyInner {
	padding: 15px 30px;
	background: url(img/box_body.gif) top left repeat-y;
}
.BodyEnd {
	height:10px;
}
.BodyEnd IMG {
	vertical-align: top;
}
/* APS Customization - Changed */
.Header {
	height: 70px;
	overflow: hidden;
}

/* APS Customization - Changed */
.Menu {
	width: 780px;
	height: 60px;
}

/* 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;
	display: inline-block;
	margin-left: 15px;
	_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;
}
.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;
}

/* APS Customization - Changed */
.Footer {
	height: 20px;
	clear: both;
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;	
	color: gray;
}

.Title {
	margin-bottom: 8px;
}

.Title_Links {
	margin-top: 0px;
	font-size: 11px;
}

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

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

.Invisible {
	display: none;
}

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



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

/* APS Customization - Changed */
.Header_Banner {
	height: 70px;
	width: 600px;
	background: url(img/gpcv_header2.gif) 9% 40% no-repeat;
	_overflow: hidden;
}

/* APS Customization - Added */
.Header_Right {
	float:right; /* required to put DIVs inline */
	height: 50px;
	width: 50px;
	padding: 28px 25px;
	text-align: right;
}

/* 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: 120px;
	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: url(img/menu_body.gif) top left repeat-y;
	/*_height: 1%;  Hack for container with floats */
	height: 20px;
}
.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: white;
}

.Menu_Item {
	float: left;
	width:120px; height:20px;
	padding: 0px;
	line-height: 1.6em;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #F5F5F5;
}

.Menu_Item_Larger {
	float: left;
	width:160px; height:20px;
	padding: 0px;
	line-height: 1.6em;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #F5F5F5;
}

/* APS Customization */
.Menu_ItemSelected_Larger,
.Menu_ItemSelected {
font-weight:bold;
}

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



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

.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 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 ------*/


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


/*-----------------------------------------------------------------*/
/*------------------ GPCV Specific Styles Start -------------------*/
/*-----------------------------------------------------------------*/

.Associate_Wrapper {
	padding: 10px;
}
.Associate_Image {
	float:right;
	margin:5px;
}
.Associate_SubTitle {
	font-weight: bold;
}

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

.footer_APS {
	float: right;
	margin-right:25px;
}

/*-----------------------------------------------------------------*/
/*------------------ GPCV Specific Styles End ---------------------*/
/*-----------------------------------------------------------------*/
