/* ================================
    CSS STYLES FOR SiteODU PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #0000aa;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.NormalWide
{
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:white
}


    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

.SigninBold{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:  bold;
    color:#6a7ba7;
} 
.Signin {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#6a7ba7;
}   
  


.SigninLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:  bold;
}   

/* hyperlink style for the site links */
A.SigninLink:link {
    text-decoration:    underline;
    color: #006699;
}

A.SigninLink:visited  {
    text-decoration:    underline;
    color: #006699;
}

A.SigninLink:active   {
    text-decoration:     underline;
    color: #006699;
}

A.SigninLink:hover    {
    text-decoration:    underline;
    color: #006699;
}

/* style for separator between site links */
.Accent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;

    color: white;
    font-weight:  bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #4698b6;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    bold;
    color: #006699;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #162d76;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    background-color: #FFFFFF;
    border-top: 1px solid #807E79;
    border-left: 1px solid #807E79;
    border-bottom: 1px solid #DEDBCE;
    border-right: 1px solid #DEDBCE;
    color:#6a7ba7;
    padding-left: 2px;
    padding-right: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#ff6600;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #006699;
}

.NormalItal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style:italic;
    font-weight: normal;
    color: #162d76;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#ff6600;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#ff6600;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:#ff6600;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:darkred;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0000aa;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0000aa;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0000aa;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0000aa;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #0000aa;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0000aa;
}

A:link  {
    text-decoration:    none;
    color:#6a7ba7;
}

A:visited   {
    text-decoration:   none;
    color:#6a7ba7;
}

A:active    {
    text-decoration:    none;
    color:#6a7ba7;
}

A:hover {
    text-decoration:    underline;
    color:#6a7ba7;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

TD.bline 
{
	BACKGROUND-IMAGE: url('images\bline.gif'); background-repeat: 'repeat-x'
}
TD.vline 
{
	BACKGROUND-IMAGE: url('images\vline.gif'); background-repeat: 'repeat-x'
}
TD.wing
{
	BACKGROUND-IMAGE: url('images\planes4.gif'); background-repeat: 'no-repeat'; background-position:top right;
}

.copyrights
{
    BACKGROUND-IMAGE: url('images\left_corner.gif'); background-repeat: 'no-repeat'; background-position:top left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #4698b6;
    text-decoration: none;

}

.copyrights A:link    {
    text-decoration:    none;
    color:#ff6600;
}

.copyrights A:visited {
    text-decoration:    none;
    color:#ff6600;
}

.copyrights A:active  {
    text-decoration:    none;
    color:#ff6600;
}

.copyrights A:hover   {
    text-decoration:    underline;
    color:#ff6600;
}



.Delims {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
    text-decoration: none;
    font-weight: normal;
    word-wrap:break-word;
}

.fmBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #667279;
}

.fmHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

