/* ---------- Global Type Selectors ----------*/
a, a:link
{
	color: #100C7B;
}

a:hover
{
	color: #0000CD;
}

body
{
	background-color: #FFFFFF;
}


/* ---------- End Global Type Selectors ----------*/

/* ---------- Global Class Selectors ----------*/
.AjaxPanel
{
	background-color: #D7E2FE;
}

.button
{
	background-image: url(../Images/gradient-horiz-25px-rev.gif);
	background-color: #D7E2FE;
	color: #000000;
}

div.popup
{
  background-color: #D7E2FE; 
}

.footer
{
	color: #666666;
}

.footer a
{
	color: #666699;
}

.GridVerticalLines td
{
	border-color:#666666;
}

.GridHorizontalLines td
{
	border-color:#666666;
}

.GridAllLines td
{
	border: solid 1px #666666;
}

.headerText a
{
	color: #FFFFFF;
}

.headerText a:hover
{
	color: #D7E2FE;
}

.headerText
{
	background-color: #100C7B;
	color: #FFFFFF;
}


.img-shadow
{
	background: url(../Images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../Images/shadow.gif) no-repeat bottom right;
}

.img-shadow img
{
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
}

.InfoPanelHeader
{
	background-color: #100C7B;
	color: #FFFFFF;
}

.penBackground
{
	background-image: none;
}

.ScrollingInfoPanel
{
	background-color: #EFF0FE;
}

.validationErrors
{
	color: #990000;
}

/* ---------- End Global Class Selectors ---------*/

/* ---------- Alpha Picker ----------*/
.apAlphaPicker
{
	background-color: #CCCCCC;
}

.apNormalLetter a, .apSelectedLetter a
{
	color: #100C7B;
}

.apNormalLetter a:hover
{
	color: #100C7B;
	background-color: #FCF0CC;
}

.apNormalLetter
{
	background-color: #d7e2fe;
}

.apSelectedLetter
{
	background-color: #100C7B;
}

.apSelectedLetter a, .apSelectedLetter a:hover
{
	color: #FCF0CC;
}
/* ---------- END Alpha Picker ----------*/

/* ---------- Batch Processing ----------*/

hr.documentDivider
{
	background-color:blue; 
}
/* ---------- END Batch Processing ----------*/

/* ---------- Box Content ----------*/
.entireBoxContent
{
	background-color: #D7E2FE;
}

.boxcontentLogin, .boxcontentSearch
{
	background-image: none;
}

.boxcontentDocGridTop, .boxcontentDocGridBottom
{
	background-color: #100c7B;
}

.boxcontentInteriorMessageBox
{
	background-color: #D7E2FE;
	color: #100C7B;
}

.boxcontentLeftTitle
{
	background-color: #100C7B;
}

.boxcontentTopTitle
{
	color: white; 
	background-color: #100C7B;
}

.boxcontentPPThumbTop, .boxcontentPPThumbBottom
{
	background-color: #100c7B;	
	color: #FFFFFF;
}

.boxcontentGrad50
{
	background-image: url(../images/gradient-horiz-50px.gif);
}

.boxcontentGrad100
{
	background-image: url(../images/gradient-horiz-100px.gif);
}

.boxcontentGrad250
{
	background-image: url(../images/gradient-horiz-250px.gif);
}

.boxcontentGrad500
{
	background-image: url(../images/gradient-horiz-500px.gif);
}

.boxcontentGrad50Rev
{
	background-image: url(../images/gradient-horiz-50px-rev.gif);
}

.boxcontentGrad100Rev
{
	background-image: url(../images/gradient-horiz-100px-rev.gif);
}

.boxcontentGrad250Rev
{
	background-image: url(../images/gradient-horiz-250px-rev.gif);
}

.boxcontentGrad500Rev
{
	background-image: url(../images/gradient-horiz-500px-rev.gif);
}

/* ---------- CONTENT BOX (cb) ----------*/
div.cbLB
{
	background: url(../images/cb-lb.gif) no-repeat left bottom;
}
div.cbLT
{
	background: url(../images/cb-lt.gif) no-repeat left top;
}
div.cbRB
{
	background: url(../images/cb-rb.gif) no-repeat right bottom;
}
div.cbRT
{
	background: url(../images/cb-rt.gif) no-repeat right top;
}

div.cbBody
{
	padding: 5px;
	background-color: #D7E2FE;
}
/* ---------- End CONTENT BOX (cb) ----------*/

/* ---------- Document Actions Menu ----------*/
div#divDocumentActions
{
  background-image:url(../images/docactions_arrow.gif); 
}

span.damDocName
{
	color: #100C7B;
}

/* ---------- End Document Actions ----------*/

/* ---------- Edit Registration ----------*/
span.UploadQueueFileName
{
	color:Red;
}
/* ---------- END Edit Registration ----------*/

/* ---------- Enhanced Datagrid ----------*/

.edgPagerStyle
{
	background-color: #EBF0FE;
}

.edgRowHighlight
{
	background-color: #D7E2FE;
}

.edgRowNoHighlight
{
	background-color: White;
}

.edgSearchTextBox
{
	background-color: White;
}

.edgSelectedItem
{
	background-color: #EBF0FE;
	color: Black;
}

.edgUnSelectedItem
{
	background-color: White;
}

/* ---------- End Enhanced Datagrid ----------*/

/* ---------- Error Page ----------*/
.errorContactInfo
{
	background: #D7E2FE;
}
/* ---------- END Error Page ----------*/

/* ---------- FILE ADMINISTRATION (fa) ----------*/
.faPathBar
{
	background-color: #D7E2FE;
}

.faPathBarMessages td
{
	background-color: white;
}

.faPathBarPath th, .faPathBarMessages th
{
	background-color: #100C7B;
	color: white;
}

.faPathBarPath td
{
	background-color: white;
}
/* ---------- End FILE ADMINISTRATION (fa) ----------*/

/* ---------- Main search page (default.aspx) ----------*/
.divThumbnailImages
{
	background-color: #EBF0FE;
}

.srNoRecords
{
	color: #000000;
}

.srSelectedItem
{
	background-color: #EBF0FE;
}

.srSelectedItem a
{
	color: #100C7B;
}

/* ---------- END Main search page (default.aspx) ----------*/

/* ---------- Navigation Menu ----------*/
#CurrentMenuItem
{
	color: #D7E2FE;
	background-color: #100C7B;
}

.HeaderMenu a, .HeaderMenu a:visited, .HeaderMenu a:active
{
	color: #100C7B;
}

.HeaderMenu a:hover
{
	color: #FFFFFF;
	background-color: #100C7B;
}

.HeaderMenu
{
	padding-top: 17px;
}

/* ---------- END Navigation Menu ----------*/

/* ---------- Paperless Press ----------*/
td#PPLogo
{
	background-image: url(../images/paperlesspress_logo.gif);
}

/* This style is also used for batch processing thumbnails */
.divPPThumbnailImages
{
	background-color: #D7E2FE;
}
/* ---------- END Paperless Press ----------*/

/* ---------- Processing Block ----------*/
.ProcessingBlock
{
	background-color: #BCC3C7;
}

.ProcessingBlock p
{
	color: #D7E2FE;
}
/* ---------- END Processing Block ----------*/

/* ---------- Tabs ----------*/
#tabheader a
{
	background: url( "../images/tab_left.gif" ) no-repeat left top;
}

#tabheader a span
{
	background: url( "../images/tab_right.gif" ) no-repeat right top;
	color: #765;
}

#tabheader a:hover span
{
	color: #333;
}

#tabheader ul li.current a span
{
	color: #333;
}

td.VerticalTabContent
{
	background-color:#D7E2FE;
}

div.TabPanel, div.TabPanelVertical
{
	background-color: #EBF0FE;
}
/* ---------- END Tabs ----------*/
/* ---------- Highslide overrides ---------*/
.highslide-html {
	background-color: #d7e2fe;
}

.highslide-header 
{
	background-color: #d7e2fe;
    	padding-bottom: 0px;
}

/* ---------- END Highslide overrides ---------*/