/* ================================
    CSS STYLES FOR AIC Portal
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background: url(AICLogo_wm.jpg) white fixed no-repeat center 50%;
	scrollbar-base-color: #5480CF; 
    scrollbar-arrow-color: DarkBlue;
    scrollbar-track-color: #B0C4E4;
    scrollbar-shadow-color: black;
    scrollbar-lightshadow-color: black; 
    scrollbar-darkshadow-color: rgb(220,140,174); 
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: rgb(140,30,70); 
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: DarkBlue;
}

.HeaderPane  { 
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.LeftPane  { 
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.ContentPane  { 
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.RightPane  { 
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.FooterPane  { 
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 2px;
   padding-bottom: 2px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:Lightgreen;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:Blue;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  17px;
    font-weight:    bold;
    color: DarkBlue;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: DarkBlue;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-top-width: 2px;
	font-weight: bold;
	border-left-width: 2px;
	font-size: 11px;
	border-bottom-width: 2px;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	border-right-width: 2px;
	font-variant: small-caps;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:   none;
    color: Blue;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: Blue;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: Blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #3C783B;
}
    
/* GENERIC */
H1  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 20px;
  font-weight: Bold;
  color: #5480CF;
}

H2  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 17px;
  font-weight: Bold;
  color: #5480CF;
}

H3  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 15px;
  font-weight: Bold;
  color: #5480CF;
}

H4  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 12px;
  font-weight: Bold;
  color: #5480CF;
}

H5, DT  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #5480CF;
}

H6  { 
  font-family: Arial, Helvetica, Tahoma;
  font-size: 11px;
  font-weight: normal;
  color: #5480CF;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  Blue;
}

A:visited   {
    text-decoration:    none;
    color:  Blue;
}

A:active    {
    text-decoration:    none;
    color:  Blue;
}

A:hover {
    text-decoration:    underline;
    color:  #3C783B;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	list-style-type: square;
}

UL LI LI
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style-type: disc;
}

UL LI LI LI
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style-type: circle;
}

OL LI
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	list-style-type: decimal;
}

OL OL LI
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Styles for GoogleSearch*/

.gHead
{
	background-color: #D9E4FF;
}

.gItemInfo
{
	font-weight: bold;
	color: dimgray;
}
.gItemTitle
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 10pt;
	font-weight:    bold;
	color: Blue;
	text-decoration: none;
}

.gItemSpecs
{
	font-size: 8pt;
	color: Green;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

/* css for cms article */
.CMS_Headline    {font-family:Arial;font-size:16pt;}
.CMS_Byline      {font-family:Arial;font-style:italic;font-size:9pt;margin-bottom:5pt;}
.CMS_Teaser      {font-family:Arial;font-size:8.5pt;line-height:130%;background-color:#f1f1f1;
	          margin-top:4pt;margin-bottom:5pt;}
.CMS_Body        {padding-top:0pt;padding-bottom:15pt;}
.CMS_TagLine     {font-family:Arial;font-size:8pt}
.CMS_PageTitle   {font-family:Arial;font-size:12pt;font-weight:bold;
		  color:#003366; margin-top:6pt;margin-bottom:0pt;}
.CMS_TOC	 {font-family:Arial;font-size:8pt;margin-top:2pt;margin-bottom:10pt;}
.CMS_TOCHead	 {font-family:Arial;font-size:10pt;font-weight:bold;margin-bottom:0pt;
		  margin-top:10pt;}

TD.CMS_Body P    {font-family:Arial;font-size:9pt;line-height:140%}
TD.CMS_Body UL   {font-family:Arial;font-size:9pt}
TD.CMS_Body LI   {font-family:Arial;font-size:9pt}

TD.CMS_TagLine    {border-top:1px solid darkgray;padding-top:5pt;}

.CMS_LeftPane     { background-color:#f1f1f1;}
.CMS_ContentPane  { padding-left:10pt;padding-right:10pt;}
.CMS_RightPane    { background-color:#f1f1f1; padding-left:5pt;padding-right:5pt;}

P.CMS_ListTitle   { font-family: Tahoma, Arial, Helvetica;font-size:14px;
		    font-weight:bold;color: #003366;margin-bottom:0pt;}
P.CMS_ListAuthor  { font-family: Tahoma, Arial, Helvetica;font-size:11px;
		    font-style:normal;margin-top:4pt;margin-bottom:0pt;}
P.CMS_ListSummary { font-family: Tahoma, Arial, Helvetica;font-size:12px;
		    margin-top:8pt;line-height:140%}


/* css for cms rating */
.RateTitle	{color:#003366;font-family:Tahoma,arial;font-size:8pt;font-weight:bold;}
.RateAvg	{font-family:arial;font-size:8pt;}

TD.RateTitle	{border-bottom: 1px solid darkgray;background-color:#ffcc00;padding-left:4pt;
		 padding-top:2pt; padding-bottom:2pt;}
TD.RateAvg	{padding-top:4pt;}
TD.RateOptions TABLE {font-family:arial;font-size:8pt;}

/* css for cms link list */
.CMSLink	{font-family:arial;font-size:8pt;}
TD.CMSLink	{padding-top:4pt;padding-left:4pt;}

/* css for cms page navigation */
.CMS_PageNav	{font-family:arial;font-size:8pt;}
TD.CMS_PageNav	{padding-top:4pt;padding-left:4pt;}

/* css for orgchart */
TD.orgname {border: 2 solid #5480CF;padding-left: 2pt;padding-top: 2pt;
            padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.orgactive {border: 2 solid #3C783B;padding-left: 2pt;padding-top: 2pt;
              padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.org3top {border-left: 2 solid #3C783B; border-bottom: 2 solid #3C783B;width:10px;}
TD.org3bot {border-left: 2 solid #3C783B;width:5px;}
TD.org3spacertop {border-left: 2 solid #3C783B;}
TD.org2left {border-right: 1 solid gray;border-top: 2 solid #3C783B;width:5px;}
TD.org2right {border-top: 2 solid gray;border-left: 1 solid #3C783B;width:5px;}
TD.org2spacerright {border-top: 2 solid #3C783B;width:10px;}              
TD.org3spacerright {width:5px;}
TD.org1left {border-right: 1 solid #3C783B;}
TD.org1right {border-left: 1 solid #3C783B;}
P.orgname {font-family:arial;font-size:8pt;color:#5480CF;
           margin-top:0pt;margin-bottom:0pt;}
P.orgjob {font-family:arial;font-size:8pt;color:#5480CF;
          margin-top:0pt;margin-bottom:0pt;}


/* CSS Styles for DNNDownloads Modules */
.DownloadStyle
{
	font-family:Arial;
	border-color:WhiteSmoke;
    	border-style:Solid;
    	font-size:10pt;
    	border-width:0px;
    	background-color:Black;
}

.DownloadItemStyle
{
	background-color:#FFFFFF;
	Font-Size:10pt;
	font-family:Arial Narrow;
	border-width:0px;
    	border-style:solid;
   	border-color:WhiteSmoke;
    
    
 	
}
.DownloadHeadText
{
	color:#FFFFFF;
	font-size:14pt;
	font-family:Arial Narrow;
	font-weight:bold;
}
.DNNHeaderStyle
{

 	font-family:Arial; 
 	border-width:1px;
 	color:White;
 	border-style:outset;
 	background-color:DarkBlue; 

}

/* css for notification module */
TABLE.NotifyTable { border: 1px darkblue solid; }
TD.NotifyTitle {background-color: darkblue; align: center;}
TD.NotifyText  {align: center;}
TD.NotifyCheck {align: center;}
.NotifyTitle {color: white; font-family: Arial; font-size: 10pt; font-weight:bold;}
.NotifyText {font-family: Arial; font-size: 10pt; font-weight:normal;}
.NotifyCheck {font-family: Arial; font-size: 10pt; font-weight:normal;}

/* Styles for Private Messaging */

/* Style used for default non-selected tabs */
.TabDefault { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; padding-left: 20px; background-color: #D6E3EF; margin-left: 10px; margin-right: 10px; border-bottom: solid 2px DarkBlue; }

/* Style used for the selected tab */
.TabSelected { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; background-color: #9CAEDE; border: 2px solid DarkBlue;  border-bottom: none; padding-left: 20px; }

/* Style used for seperating the tabs */
.TabSeparator { background-color: #ffffff; border-bottom: 2px solid DarkBlue; width: 5px; }

/* Style used for messaging central table */
.TabPage { border: solid 2px DarkBlue; border-top: none; }

.PMSOtherCellTop { border-bottom: 1px DarkBlue solid; padding: 6px; background-color: #9CAEDE; }

.PMSOtherCellBottom { border-top: 1px DarkBlue solid; padding: 6px; background-color: #9CAEDE; }

.PMSHeaderCell
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: lavender;
}

.PMSCell { font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: black; padding: 5px; }

.PMSCellAlternate
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: LightYellow;
}

/*****************************************************
TTT Forum style sheet - Updated on Aug,23,2003 
*****************************************************/
.TTTBorder
{
	border: 1px solid;	
}
.TTTSubBorder
{
    border: 0px solid; 
}

.TTTHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Helvetica;	
	background-color: #006699;	
	background-image: url(../../images/TTT/TTT_Header_BG.gif);	
}

.TTTHeaderText
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: Verdana, Arial, Helvetica;	
}


.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}

.TTTAltHeaderText
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
}

.TTTSubHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;	
}

.TTTTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #D4D9EC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.TTTRow
{	
	color: #4455aa;	
	font-family: Verdana, Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;
	
}

.TTTRowHighLight
{	
	color: #4455aa;	
	font-family: Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;	
}
   
.TTTFooter
{
	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
    	background-color: #006699;
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}
.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}
.TTTFooterText
{
    	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
}


/* hyperlink style for the selected tab */
A.TTTTitle:link {
    text-decoration:    none;
    color:#4455aa;
}

A.TTTTitle:visited  {
    text-decoration:    none;
    color:#D4D9EC;
}

A.TTTTitle:active   {
    text-decoration:    none;
    color:#4455aa;
}

A.TTTTitle:hover    {
    text-decoration:    none;
    color:#D4D9EC;
}

.TTTFormControl
{
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica;
}
.TTTErrorText
{
	color: red;
}
.TTTQuote
{
	border-top: 1px #646e95 solid; 
	border-bottom: 1px #646e95 solid; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommand
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TTTCommand:link
{
	color: white;
	text-decoration: underline;
}

A.TTTCommand:visited
{
	color: white;
	text-decoration: underline;
}

A.TTTCommand:active   {
    text-decoration:    underline;
    color: white;
}

A.TTTCommand:hover
{
	color: #ff9933;
	text-decoration: underline;
}
TD.TTTRow
{
    background-color: #eef3fb;        
}
TD.TTTMainHeader
{
	
}
TD.TTTHeader
{
	background-image: url(../../images/TTT/TTT_Header_BG.gif);	
	height: 28px;
	background-color: #006699;
}
TD.TTTAltHeader
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);
}
TD.TTTAltFooter
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}

TD.TTTSubHeader
{
	background-color: #D4D9EC;		
}
TD.TTTRowHighlight
{
    background-color: #D4D9EC;
}
TD.TTTFooter
{	
	background-color: #006699;
	height: 28px;
	background-image: url(../../images/TTT/TTT_Footer_BG.gif);
}



