﻿/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

Body
{font-size:smaller;
background-color:#096C96;
}

.GreenBorder
{
  border-top:solid 1px #99CC99;
  border-bottom:solid 1px #99CC99;
  border-right:solid 1px #99CC99;
  border-left:solid 1px #99CC99;
}
./**/
.SearchTextBox
.{
  Height:12pt;
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-right:solid 1px #CCCCCC;
  border-left:solid 1px #CCCCCC;
}

 .ModuleTitle
{ font-size:smaller;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {font-size:smaller;

}

/* background color for the content part of the pages */
Body
{font-size:smaller;
background-color:#FCFBDD;
}

/* background/border colors for the selected tab */
.TabBg {font-size:smaller;
}

.LeftPane  { font-size:smaller;
}

.ContentPane  {font-size:smaller;
}

.RightPane  { font-size:smaller;
}

/* text style for the selected tab */
.SelectedTab {font-size:smaller;
color:#0000FF;
}

/* hyperlink style for the selected tab */



A.SelectedTab:link {
font-size:smaller;
color:#9999cc;
}

A.SelectedTab:visited  {font-size:smaller;
color:#9999cc;
}

A.SelectedTab:active   {font-size:smaller;
color:#9999cc;
}

A.SelectedTab:hover    {font-size:smaller;
color:#9999cc;
}

/* text style for the unselected tabs */
.OtherTabs {font-size:smaller;
color:#064397;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {font-size:smaller;
color:#064397;
}

A.OtherTabs:visited  {font-size:smaller;
color:#064397;
}

A.OtherTabs:active   {font-size:smaller;
color:#064397;
}

A.OtherTabs:hover    {
color:#000000; font-size:smaller;
}
/* breadcrumb */
A.BreadCrumb{font-size:smaller;

}
A.BreadCrumb :link  {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:visited   {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:active    {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:hover {font-size:smaller;
color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head   {font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}




/* style of item titles on edit and admin pages */
.SubHead    {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

span.SubHead
{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/* text style used for most text rendered by modules */

DIV.Normal{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
}

span.Normal{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color:#000000;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
line-height:150%;
border-top:solid 1px #999999;
border-bottom:solid 1px #999999;
border-right:solid 1px #999999;
border-left:solid 1px #999999;
}

.NormalRed
{font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

.NormalBold
{font-size:small;
line-height:150%;
letter-spacing:1pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
font-size:smaller;
border-top:solid 1px #c9c9c9;
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;
border-left:solid 1px #c9c9c9;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-size:smaller;
}

A.CommandButton:visited  {font-size:smaller;
}

A.CommandButton:active   {font-size:smaller;
}

A.CommandButton:hover    {font-size:smaller;
}

A.OtherTabs{
color:#000000; font-size:smaller;
}


    
/* GENERIC */
H1  {font-size:smaller;
}

H2  {font-size:smaller;
}

H3  {font-size:smaller;
}

H4  {font-size:smaller;
}

H5, DT  {font-size:smaller;
}

H6  {font-size:smaller;
}

TFOOT, THEAD    {font-size:smaller;
}

TH  {font-size:smaller;
}


smaller   {
font-size:  10pt;
}

BIG {
}

BLOCKQUOTE, PRE {font-size:smaller;
}


UL LI   {font-size:smaller;
}

UL LI LI    {font-size:smaller;
}

UL LI LI LI {font-size:smaller;
}

OL LI   {font-size:smaller;
}

OL OL LI    {font-size:smaller;
}

OL OL OL LI {font-size:smaller;
}

HR {font-size:smaller;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {font-size:smaller;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {font-size:smaller;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {font-size:smaller;
}

.ModuleTitle_MenuBar {font-size:smaller;
}

.ModuleTitle_MenuItem {font-size:smaller;

}

.ModuleTitle_MenuIcon {font-size:smaller;
}

.ModuleTitle_SubMenu {font-size:smaller;
}

.ModuleTitle_MenuBreak {font-size:smaller;
}

.ModuleTitle_MenuItemSel {font-size:smaller;

}

.ModuleTitle_MenuArrow {font-size:smaller;

}

.ModuleTitle_RootMenuArrow {font-size:smaller;
}

/* Main Menu */

.MainMenu_MenuContainer {
width:114px;
}

.MainMenu_MenuBar {
background-image: url(menu/w_menu01.gif);

}

.MainMenu_MenuItem {

text-indent:20px;
color:#0018FF; font-size:12px;
height:26px;
background-image: url(menu/w_menu02.gif);
background-repeat:no-repeat;
letter-spacing:130%;
}

.MainMenu_MenuIcon {
/*background-image: url(menu/w_menu02.gif);*/
width:20px;
background-repeat:no-repeat;
}

.MainMenu_SubMenu {
background-image: url(menu/w_menu02.gif);
height:26px;
background-repeat:no-repeat;
}


.MainMenu_MenuBreak {
margin-left:0px;
}

/* ??Lcolor:#3F455A*/
.MainMenu_MenuItemSel {
text-indent:20px;
color:#E70419; font-size:12px;
background-image: url(menu/w_menu02.gif);
height:26px;
background-repeat:no-repeat;
}

/*?I?AI|X{C*/
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
background-image: url(menu/w_menu02.gif);
color:#E70419; font-size:12px;
padding:0px 0px 0px 0px;/*iH?�g*/
width:114px;
}

/*-----------------------OtherTabs----------------------*/
A.OtherTabs:link{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color:#064397;
}

A.OtherTabs:visited{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color:#064397;
}

A.OtherTabs:active{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #464680;
}

A.OtherTabs:hover{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

span.OtherTabs{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #1B5F7B;
}

.OtherTabsk{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #1B5F7B;
}

/*----------------------WEB----------------------*/
A.web:link{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.web:visited{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.web:active{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.web:hover{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}


/*-----------------------div----------------------*/
div{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;

}
.tid468 td
{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
}


/*----------word------------------*/
.word04{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}

A.word04:link{
line-height:150%;
font-size:small;
letter-spacing:1pt;

}

div.word04{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}


A.word05:link{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color:#ffffff;
}

A.word05:visited{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color:#ffffff;
}

A.word05:active{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word05:hover{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word06:link{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
}

A.word06:visited{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
}

A.word06:active{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word06:hover{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}
/*----------------Ti-------------------*/
.ModuleTitle{
font-size:15PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModuleDescription{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

.ModuleUser{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/*----------------|-----------------*/
span.BREADCRUMB
{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color:#00126D;
}

.BREADCRUMB{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color:#000000;
}


margincss{
margin:50px 50px 50px 50px;
}


/*----------------------link----------------------*/
.link:link{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #000000;
margin-left:20pt;
}

.link:visited{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #000000;
margin-left:20pt;
}

.link:active{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
margin-left:20pt;
}

.link:hover{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
margin-left:20pt;
}

div.Normal DNN_ANN_Description{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}

/*----------------------U----------------------*/

.TitleHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.OwnerHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CategoryHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModifiedDateHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.SizeHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.DownloadHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CreatedByHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CreatedDateHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModifiedByHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.DescriptionHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.TitleCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.OwnerCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CategoryCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.ModifiedDateCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.SizeCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.DownloadCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CreatedByCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CreatedDateCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.ModifiedByCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.DescriptionCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.GreenBorder
{
  border-top:solid 1px #99CC99;
  border-bottom:solid 1px #99CC99;
  border-right:solid 1px #99CC99;
  border-left:solid 1px #99CC99;
}
./**/
.SearchTextBox
.{
  Height:12pt;
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-right:solid 1px #CCCCCC;
  border-left:solid 1px #CCCCCC;
}

 .ModuleTitle
{ font-size:smaller;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {font-size:smaller;
}

/* background color for the content part of the pages */
Body
{font-size:smaller;
}

/* background/border colors for the selected tab */
.TabBg {font-size:smaller;
}

.LeftPane  { font-size:smaller;
}

.ContentPane  {font-size:smaller;
}

.RightPane  { font-size:smaller;
}

/* text style for the selected tab */
.SelectedTab {font-size:smaller;
}

/* hyperlink style for the selected tab */



A.SelectedTab:link {
font-size:smaller;
}

A.SelectedTab:visited  {font-size:smaller;
}

A.SelectedTab:active   {font-size:smaller;
}

A.SelectedTab:hover    {font-size:smaller;
}

/* text style for the unselected tabs */
.OtherTabs {font-size:smaller;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {font-size:smaller;
color:#FFFFFF;
}

A.OtherTabs:visited  {font-size:smaller;

}

A.OtherTabs:active   {font-size:smaller;
}

A.OtherTabs:hover    {
color:#064397; font-size:smaller;
}
/* breadcrumb */
A.BreadCrumb{font-size:smaller;

}
A.BreadCrumb :link  {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:visited   {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:active    {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:hover {font-size:smaller;
color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head   {font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}




/* style of item titles on edit and admin pages */
.SubHead    {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

span.SubHead
{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/* text style used for most text rendered by modules */

DIV.Normal{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
}

span.Normal{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color:#000000;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
line-height:150%;
border-top:solid 1px #999999;
border-bottom:solid 1px #999999;
border-right:solid 1px #999999;
border-left:solid 1px #999999;
}

.NormalRed
{font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

.NormalBold
{font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {font-size:smaller;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-size:smaller;
}

A.CommandButton:visited  {font-size:smaller;
}

A.CommandButton:active   {font-size:smaller;
}

A.CommandButton:hover    {font-size:smaller;
}

A.OtherTabs{
color:#000000; font-size:smaller;
}


    
/* GENERIC */
H1  {font-size:smaller;
}

H2  {font-size:smaller;
}

H3  {font-size:smaller;
}

H4  {font-size:smaller;
}

H5, DT  {font-size:smaller;
}

H6  {font-size:smaller;
}

TFOOT, THEAD    {font-size:smaller;
}

TH  {font-size:smaller;
}


smaller   {
font-size:  10pt;
}

BIG {
}

BLOCKQUOTE, PRE {font-size:10pt;
}


UL LI   {font-size:10pt;
}

UL LI LI    {font-size:10pt;
}

UL LI LI LI {font-size:10pt;
}

OL LI   {font-size:10pt;
}

OL OL LI    {font-size:10pt;
}

OL OL OL LI {font-size:10pt;
}

HR {font-size:10pt;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {font-size:smaller;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {font-size:smaller;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {font-size:smaller;
}

.ModuleTitle_MenuBar {font-size:smaller;
}

.ModuleTitle_MenuItem {font-size:smaller;

}

.ModuleTitle_MenuIcon {font-size:smaller;
}

.ModuleTitle_SubMenu {font-size:smaller;
}

.ModuleTitle_MenuBreak {font-size:smaller;
}

.ModuleTitle_MenuItemSel {font-size:smaller;

}

.ModuleTitle_MenuArrow {font-size:smaller;

}

.ModuleTitle_RootMenuArrow {font-size:smaller;
}

/* Main Menu */

.MainMenu_MenuContainer {
width:114px;
}

.MainMenu_MenuBar {
background-image: url(menu/w_menu01.gif);

}

.MainMenu_MenuItem {
font-weight:normal; 
text-indent:20px;
color:#0018FF; font-size:12px;
height:26px;
background-image: url(menu/w_menu01.gif);
background-repeat:no-repeat;
letter-spacing:130%;
}

.MainMenu_MenuIcon {

}

.MainMenu_SubMenu {
background-image: url(menu/w_menu02.gif);
height:26px;
background-repeat:no-repeat;
}


.MainMenu_MenuBreak {
margin-left:0px;
}

/* ??Lcolor:#3F455A*/
.MainMenu_MenuItemSel {
font-weight:normal; 
text-indent:20px;
color:#E70419; font-size:12px;
background-image: url(menu/w_menu02.gif);
height:26px;
background-repeat:no-repeat;
}

/*?I?AI|X{C*/
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
background-image: url(menu/w_menu02.gif);
color:#E70419; font-size:12px;
padding:0px 0px 0px 0px;/*iH?�g*/
width:147px;
}

/*-----------------------OtherTabs----------------------*/
A.OtherTabs:link{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.OtherTabs:visited{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
/*color: #F0C00F;*/
}

A.OtherTabs:active{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #0C00FF;
}

A.OtherTabs:hover{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

span.OtherTabs{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

.OtherTabsk{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #0C00FF;
}

/*----------------------WEB----------------------*/

A.web:link{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.web:visited{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.web:active{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #064397;
}

A.web:hover{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}


/*-----------------------div----------------------*/
div{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;

}


/*----------word------------------*/
.word04{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}

A.word04:link{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;

}

div.word04{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}


A.word05:link{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color:#ffffff;
}

A.word05:visited{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color:#ffffff;
}

A.word05:active{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word05:hover{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word06:link{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #FFFFFF;

}

A.word06:visited{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #B4CEFF;
}

A.word06:active{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.word06:hover{
font-size:12PX;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}
/*----------------Ti-------------------*/
.ModuleTitle{
font-size:15PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModuleDescription{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
}

.ModuleUser{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/*----------------|-----------------*/
span.BREADCRUMB
{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color:#00126D;
}

.BREADCRUMB{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color:#000000;
}


margincss{
margin:50px 50px 50px 50px;
}


/*----------------------link----------------------*/
.link:link{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #000000;
margin-left:20pt;
}

.link:visited{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #000000;
margin-left:20pt;
}

.link:active{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
margin-left:20pt;
}

.link:hover{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
margin-left:20pt;
}

div.Normal DNN_ANN_Description{
line-height:150%;
font-size:smaller;
letter-spacing:1pt;
}

/*----------------------U----------------------*/

.TitleHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.OwnerHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CategoryHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModifiedDateHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.SizeHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.DownloadHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CreatedByHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.CreatedDateHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.ModifiedByHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.DescriptionHeader{
font-size:13PX;
line-height:200%;
letter-spacing:1pt;
color: #233999;
}

.TitleCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.OwnerCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CategoryCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.ModifiedDateCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.SizeCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.DownloadCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CreatedByCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.CreatedDateCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.ModifiedByCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}

.DescriptionCell{
font-size:15PX;
line-height:150%;
letter-spacing:1pt;
}


/*--------- LINKS ---------------*/

A.NoScript:link{
color:#0000FF; 
font-size:15px;
background: url(images/menu02.gif) no-repeat;
width:146px;
height:26px;
text-decoration:none;
padding: 6px 14px 2px 20px;
padding: 6px 14px 2px 20px !important;
vertical-align:bottom;
overflow:hidden;

}

A.NoScript:visited{
color:#0000FF; 
font-size:15px;
background: url(images/menu02.gif) no-repeat;
width:146px;
height:26px;
text-decoration:none;
padding: 6px 14px 2px 20px;
padding: 6px 14px 2px 20px !important;
vertical-align:bottom;
overflow:hidden;

}

A.NoScript:active{
color:#E70419; 
font-size:15px;
background: url(images/menu01.gif) no-repeat;
width:146px;
height:26px;
text-decoration:none;
padding: 6px 14px 2px 20px;
padding: 6px 14px 2px 20px !important;
vertical-align:bottom;
overflow:hidden;

}

A.NoScript:hover{
color:#E70419; 
font-size:15px;
background: url(images/menu01.gif) no-repeat;
width:146px;
height:26px;
text-decoration:none;
padding: 6px 14px 2px 20px;
padding: 6px 14px 2px 20px !important;
vertical-align:bottom;
overflow:hidden;

}

A.MoreLink:link{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.MoreLink:visited{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #9999FF;
}

A.MoreLink:active{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A.MoreLink:hover{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color: #FF0000;
}
















