/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #FFFFFF;
	padding: 0;
}

/* 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, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#0099FF
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #660033;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	word-spacing: normal;
	text-align: center;
	padding: 0px;
	background-color: #CD0101;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: normal;
}

/* 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:#FFFFFF;
}

A.OtherTabs:hover   {
	text-decoration:    underline;
	color:#FFFFFF;
	font-size: 12px;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #86B4B7;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:red;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:red;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:red;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:Gray;
}

/* style for separator between site links */
.Accent
{
    color: red;
    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;
    font-size: 11px;
    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: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #666644;
}

/* 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: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #626262;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	white-space: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* 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: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* 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: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
	margin-left: 0px;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
}

A:active    {
    text-decoration:    none;
}

A:hover {
	border-color: #000000;
	color: #5CFF4A;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
	list-style-type:    square;
	margin-left: -15px;
	list-style-image: url(../../Work/InfoGenius/website/images/arrows_grey.png);
	margin-top: 5px;
}

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;
}
.style4Copy {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.normalhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
}
.article2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	white-space: normal;
	vertical-align: 0%;
	padding: 0px;
	margin-top: 5px;
}
.NormalBoldCopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #1F5BCB;
	white-space: nowrap;
	line-height: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: underline;
}
.Upcoming {
	border: solid #666666;
}
.WhiteHeadCopy {
	font-family: "Century Gothic";
	font-size:  15px;
	font-weight:    bold;
	color: #FFFFFF;
	margin-left: 8px;
	padding-left: 8px;
}
.style4Copy2 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: "Trebuchet MS";
}
.Information {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #172C62;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.arialwide {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2445B5;
	font-weight: normal;
	line-height: normal;
	word-spacing: .5mm;
	list-style-image: url(../../Work/InfoGenius/website/images/arrows_grey.png);
	letter-spacing: normal;
}
.News {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #00688A;
	padding-left: 15px;
}
.arialwide2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2345BE;
	letter-spacing: 0.1mm;
	font-weight: normal;
	margin-left: -20px;
	list-style-type: none;
	list-style-image: url(images/arrows_green.png);
	word-spacing: 0.3mm;
	white-space: normal;
	list-style-position: outside;
	padding-left: 5px;
}
.arialwide3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.1mm;
	font-weight: bold;
	margin-left: -20px;
	list-style-type: square;
	list-style-image: url(images/divider.gif);
	word-spacing: 0.3mm;
	white-space: normal;
	list-style-position: outside;
}
.lefttable {
}
.Topmenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
}
.topmenu {
	padding-left: 10px;
}
A.Topmenu:hover {
	color:#99FF00;
	font-size: 12px;
}
.course_outline {
	font-family: "Trebuchet MS";
	margin-left: 20px;
	list-style-type: none;
	color: #373737;
}
.Courses {

	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #3D63A9;
	letter-spacing: normal;
}
.Course_title {

	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #172C62;
	letter-spacing: 0.1em;
	margin-left: 0px;
}
.form {
	padding-left: 30px;
	margin-left: 30px;
}
.UL1 {
	margin-left: -20px;
	color: #333333;
	font-family: "Trebuchet MS";
	margin-right: 20px;
}
UL1 {

	list-style-type:    square;
	margin-left: 10px;
	list-style-image: url(../../Work/InfoGenius/website/images/arrows_grey.png);
	margin-top: 5px;
}
.InformationYellow {

	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #797600;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.InformationGreen {


	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #1B6724;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.Links {
	font-family: "Trebuchet MS";
	color: #1A62AA;
	font-size: 12px;
	list-style-image: url(../images/arrows_grey.png);
}
.Information2 {

	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #172C62;
	letter-spacing: normal;
	margin-left: 10px;
}
.Links2 {
	font-family: "Trebuchet MS";
	color: #1A62AA;
	font-size: 12px;
	list-style-image: url(../images/arrows_grey.png);
}
.blink {
	text-decoration: blink;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
