/**************************** 
  * BodyFrame styles
  ****************************/
  
/* Main content div -- this is background color for everything in bodyframe.
     The border outlines the body */
table#pageContents {
	background-color: #F9F9F9;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 0px 1px 1px;
}

table#SearchCriteriaTable button {
	font-size: 12px;
}

/* Main body element */
iframe#bodyFrame {
	background-color:white;
}

table.datarows, tr.subtable, .dijitDialog {
	background: #F9F9F9;
}

/* Heading bar */
tr.headerrow td {
	border-bottom: 2px solid #AAAAAA;
	padding: 10px 0 1px 4px;
	color: #FF8E01;
	font-family: KnowledgeRegular, arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

/* Another heading bar */
tr.subtableheader td {
	font-size: 17px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: KnowledgeLight, arial, sans-serif;
}

/* Another sub header */
tr.subheaderrow td, tr.plainheader td {
	background-color: #DFDFDF;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none !important;
}

/* Makes the text invisible except when selected. This color should be the same as the main background color */
span.invisible {
	color : #f6f1eb;
}

/****************************
  * Popup styles
  ****************************/
div.popupheader {
	background: #666666 url(../../images/header_gradient.jpg) repeat-x;
	color: white;
}

/****************************
  * Button style
  ****************************/
div.button {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button1.png) no-repeat;
}

div.button span {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button3.png) repeat-x;
}

div.button div {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button2.png) no-repeat;
}

div.button_clicked {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button1_onclick.gif) no-repeat;
}

div.button_clicked span {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button3_onclick.gif) repeat-x;
}

div.button_clicked div {
	behavior: url("styles/iepngfix.htc");
	background: transparent url(../../images/theme/bluegold/button2_onclick.gif) no-repeat;
}

/**************************** 
  * NavFrame styles
  ****************************/

/* Very top bar */
div.header {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 0;
}

/* Color under menu buttons, company selector, etc.. */
body.titlebar {
	background-color : #F9F9F9;
}

/* Status text in the top right corner */
span#statustext {
	color: #444444;
}

/* The logo in the top left corner  -- this should be 125px by 25px */
div.logo {
	background: url(../../images/thomson_reuters_logo_40.png) no-repeat;
}

/****************************
  * Tab Styles
  ****************************/

/* Generic enabled tab style */
#tabsList li {
	background-color: #ffffff;
	border: 1px solid #a7a6a6;
	color: black;
}

/* Disabled tabs */
#tabsList li.disabled {
	color: #bebebe;
}

/* Should be same color as li. This ensures that hovering over disabled tabs
     doesn't change their background color. */
#tabsList li.disabled:hover {
	background-color: #ffffff;
}

/* Mouse hover color -- only works in Firefox */
#tabsList li:hover {
	background-color: #DEE1DD;
}

/* Currently selected tab */
#tabsList li.current {
	background: #8E8E8E;
    border-color: #888 #888 #8E8E8E #888;
    border-style: solid;
    border-width: 1px;
    color: white;
}

/* Should be same color as li.current */
#tabsList li.current:hover {
	 background: #cccccc;
}

/* 1px by 1px image that makes up the bottom of the tabs. This image should be
     the same color as the border of the li element */
div#tabsDiv {
	background: url(../../images/theme/bluegold/tab_bottom.gif) repeat-x bottom;
}

/****************************
  * Wizard styles
  ****************************/

/* Header at the top of the content pane */
h4 {
	background: #5a81a9 url(../../images/theme/bluegold/header_gradient.gif) repeat-x;
	color: white;
}

/* Sidebar */
div.summary {
	background-color : #DEE1DD;
}


.dijitDialogTitleBar {
	background: #EEEEEE;
	cursor: pointer;
}

.dijitDialogCloseIcon, .dijitDialogTitle {
	padding: 10px;
	position: absolute;
}

.dijitDialogTitleBar {
	background:  url("../../images/header_gradient.jpg") repeat-x scroll 0 0 #666666;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
}

.dijitDialogCloseIcon {
	cursor: pointer;
	display: block;
	float: right;
	position: relative;
	outline: none !important;
}

.dijitDialog {
	width: 600px;
	border: 1px solid #CCCCCC;
}

.dijitDialog .closeText {
	position: relative !important;
	display: block !important;
}

.dijitDialogPaneContent {
	padding-top: 10px;
}

div#manageQuickLinksDialog  .dijitDialogPaneContent {
	padding: 0;
	overflow: visible !important;
	height: auto !important;
}

