﻿/* Demostyle -- bulldog tradestyle for demos */
/* Controls the overall size of the application*/
div.MainSize
{
	width: 770;
	height:100%;
	text-align:center; 
	border-style: solid; 
	border-width: 0px;
	margin:0px;
	padding:0px; 
}
/* The company name portion of the header */
.CompanyName
{
	font-weight: bold;
	font-size: 1.7em;
	color: white;
	background-color: white;
    background-image: url(PacificRimCapitalLogoNew2.gif);
    background-repeat: no-repeat;
    height: 110px;
	text-align: center;
}
/* The user defined links in the header */
.Links
{
	font-weight: bold;
	color: black;
	font-size: 10px;
	background-color: white;
}
a.UserLink
{
	font-size: 14px;
      color: black;
	background-color: white;
	font-weight: bold;
}
a.UserLink:hover
{
	/*color: #f0f0f0;*/
      text-decoration: none;
}
/*Creates area between header and footer. On every page.*/
Table.MainContentBox
{
	border-color: black;
	border-width: 0px;
	border-style:solid;
	border-color: #B0171F;
	/*background-image: url(images/toptxtr.jpg);*/
	background-color: white;
	height:75%;
	width:100%;
}
/* The link trail that contains the ICB Report links used for navigation on
   every page except signon.aspx */
div.nav
{
	margin: 10px;
      margin-top: 15px;
      padding: 0px;
	width: 100%;
	background-color: #508ECC;
	border-color:D0C163;
	border-width: 3px;
	border-style:solid;	
	height:28px;
	vertical-align:middle;
	padding-bottom:2px;
	padding-top:2px;
}
/*Text for non links in menu system.*/
span.nav
{
    /* font-family: Arial; */
    font-size: .8em; 
    font-weight: normal;
	color: white;
}
/*Menu links*/
a.nav
{
	text-decoration: underline;
	color: white;
	/* font-family: Arial; */
	font-size: .8em; 
	font-weight: bold;	
}
a.nav:hover
{
	color: Black;
	text-decoration: none;
}
/*Used for page footer on every page.*/
.PageFooter
{
	background-color: #508ECC;
	color:white; 
      font-size: .75em;
	  padding: 3px;
	/* font-family: Times New Roman; */
}
a.PageFooter
{
	color:white; 
      font-size: 1em;
	/* font-family: Times New Roman;  */
}
a.PageFooter:hover
{
	color: #ffff00;
}
span.PageFooter
{
	color:white; 
      font-size: 10px;
      font-weight: bold;
	/* font-family: Times New Roman; */
}
/* Help Line*/
.HelpLine
{
	font-size: .9em;
	padding-bottom:10px;
	color: black;
}
/*Image on sign on page*/
.SignOnLogo
{
	background-image: url(lteam/greatcircle.gif);
	/*background-repeat: repeat;*/
	height: 200px;
	width: 200px;
}
 
/* Controls the spacing used by the ICBTemplate. On every page. */
div.layout
{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
      border-style: solid;
      border-width: 0px;
      width: 99%;
      padding: 5px;
	text-align: left;
	height:90%;	
}
/* Following elements on PublishedReportByFolder.aspx and ReportAdministration.aspx */
.folder
{
	border-style: solid;
	border-width: 2px;
	border-color:black;
	background-color: #F2F2F2;
}
.FolderHeadings
{
	text-align:center;
	font-weight: bold;
	background-image: url(FolderListTopPacificRim.gif); 
	background-repeat: no-repeat;
	height: 25px;
	color:white;
}
table.report
{
	margin-left:20px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.reportbox
{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #F2F2F2;
}
.ReportHeadings
{
	text-align:center;
	font-weight: bold;
	background-image: url(ReportListCenterPacificRim.gif);
	background-repeat: no-repeat;
	height: 25px;
	color: white;
}
 
a.FolderList
{
	text-decoration: underline;
	color: black;
	/* font-family: Arial; */
	font-size: .9em; 
	font-weight: normal;
}
a.FolderList:hover
{
	/*color: #f0f0f0; */
      text-decoration: none;
}
/*Link to run report*/
A.Report 
{
	text-decoration: underline;
	color: black;
	font-weight: bold;
	/* font-family: Times; */
	font-size: .9em;
}
A.Report:hover
{
	/*color: #F0F0F0; */
      text-decoration: none;
}
/*Link to scheduled output and history*/
A.schedule
{
	text-decoration: underline;
	color: blue;
	font-weight: normal;
	font-size: .8em;
}
/*Report Description*/
.ReportDescription
{
	font-weight: normal;
	font-size: .7em;
}
A.schedule:hover
{
	text-decoration: underline;
	color: #8B6969; 
	font-weight: normal;
	font-size: .8em;
}
/* Used for hypelinks that are commands such as Add New Published Report*/
A.CommandLink
{
	text-decoration: underline;
	color: black;
	/*font-family: Arial;*/
	font-size: .6em; 
	font-weight: bold;	
}
A.CommandLink:hover
{
	text-decoration: none;
	color: black;
	/*font-family: Arial;*/
	font-size: .6em; 
	font-weight: bold;	
}
/*End of elements used on PublishedReportByFolder.aspx and ReportAdministration.aspx*/
 
/* Used as the default link style. Is not used for running reports, just a bad name */
A.ReportLink
{
	text-decoration: underline;
	color: blue;
	/* font-family: Arial; */
	font-size: .8em; 
	font-weight: normal;
}
A.ReportLink:hover
{
	color: #8B6969; 
      text-decoration: underline;
}
/* Used like an H1 on all admin forms*/
.Title
{
	font-size: 1.1em;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 5px;
}
/* A column heading in tables  */
.Label
{
	font-size: 1em;
	font-weight: bold;
	color: Black;
}
/*For tables that use alternating colors for each row*/
tr.FirstRowColor
{
	background-color:#FAF0E6;
}
tr.AlternatingRowColor
{
	background-color:#EEE5DE;
}
/*Lable for data entry field on all forms*/
.FormLabel
{
	font-size: .9em;
	font-weight: bold;
	color: black;
}
/*Form Label with link to help*/
a.FormLabel
{
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	/* font-family: Times;	*/
}
/*Read Only for data entry form*/
.ReadOnly
{
	background-color: #DCDCDC;
}	
/* draws a box arround a series of radio buttons, used on forms. */
div.Group
{
	border-style: solid;
      border-width: 1px;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
/* Generic elements */
div
{
	margin: 10px;
	font-family: verdana, Arial, sans-serif;
	font-size: 1em;
}
td
{
	font-family: verdana, Arial, sans-serif;
	font-size: .9em;
}
A
{
	text-decoration: underline;
	color: black;
	font-family: verdana, Arial, sans-serif;
	font-size: .9em; 
	font-weight: normal;
}
A.:hover
{
	color: black; 
      text-decoration: underline;
}
H1
{
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 5px;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#5d5d5d;
	background: #ffffff;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-align: center;
}
 
/*Used only by the one folder interface*/
 
.OneFolderReportDescriptionContainer
{
	height:55px; 
	border-color: red; 
	border-width: 0px; 
	border-style:solid;
	vertical-align:top;
	background-color: #eeeeee;
}
.OneFolderRunReportContainer
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
 
 
 
           
 
 

