/* ================================
    CSS STYLES FOR IBUYSPY PORTAL
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.TitleBg {
    background-color: #FFFFFF;
}


/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}


/* 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: Arial Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:black;
}
.ViewTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: black;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: #00319C;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #01256D;
}

/*cell background colours*/
.linebg{
    background-color: #00319C;
}
.leftbg{
    background-color: #FFFFFF;
}

.lightgreybg{
	background-color: #F7F7F7
}

.darkbg{
    background-color: #01256D
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    font-weight:    bold;
    /*border-color: black;*/
}

/* text style for the selected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #F7F7F7;
    text-decoration:none;
    font-weight: bold
}
/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:white;
}

/* hyperlink styles of 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:    underline;
    color:white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
    color:black;

}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:black;
}

/* style for separator between site links */
.Accent
{
    color: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

.MenuHead   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: navy;
}


.HeadBg {
    background-color: white;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.NormalLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalWhite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.NormalItalic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.NormalGeorgia
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalGeorgiaBold
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: Bold;
}

.ErrorTxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/*Menu Module*/
.Menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:black;
    font-weight:    bold;
    /*border-color: black;*/
}

/* hyperlink styles of the unselected tabs */
A.Menu:link    {
    text-decoration:    none;
    color:black;
}

A.Menu:visited {
    text-decoration:    none;
    color:black;
}

A.Menu:active  {
    text-decoration:    none;
    color:black;
}

A.Menu:hover   {
    text-decoration:    underline;
    color:black;
}



/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: blue;
}




/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
    text-decoration:    underline;
    color:  blue;
}

A:visited   {
    text-decoration:    underline;
    color:  blue;
}

A:active    {
    text-decoration:    underline;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

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
}

HR.white{
    color: white;
    height:1pt;
    text-align:left
}
TD.title{
	background-color: white;
}

TD.nopic{
	background-image : url(images/nopic.gif); background-repeat : no-repeat;
}

.dgheader{
    background-color: #00319C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white

}

.dgitem{
    /*background-color: #;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black

}

.dgalternates{
background-color: #F7F7F7

}
.tdheader{
    background-color: #00319C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white

}
.tdnormal{
    background-color: #white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black

}
.tdgrey{
    background-color: #F7F7F7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black

}

.sidebar{
    background-color:#FFFFFF;
    width: 100px;
    float: right;
    margin-left: 15px;
}

.sidebar2{
    border: solid 1px Navy;
    background-color:#FFFFFF;
    width: 159px;
    float: right;
    margin-left: 15px;
    padding: 5px;
}


