/* ================================
    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: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
	background-image: url(images/NewPageBG.jpg); background-repeat: repeat-y
}


/* 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:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color:#333333;
    font-weight: bold
; text-decoration: underline
}

/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#E6EEF0;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#E6EEF0;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:#E6EEF0;
}

A.SelectedTab:hover   {
    text-decoration:    none;
    color:#FFCC00;
}
    

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#FF0000;
}

/* text style for the unselected tabs */
.GeneralHyperlink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
    font-weight: normal
}

/* hyperlink styles of the unselected tabs */
A.GeneralHyperlink:link    {
    text-decoration:    none;
    color:#003366;
}

A.GeneralHyperlink:visited {
    text-decoration:    none;
    color:#003366;
}

A.GeneralHyperlink:active  {
    text-decoration:    none;
    color:#003366;
}

A.GeneralHyperlink:hover   {
    text-decoration:    underline;
    color:#003366;
}

    
/* 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:#003366;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#003366;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#003366;
}

/* 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: Tahoma, Verdana, Arial;
    font-size:  16px;
    font-weight:    bold;
    color: #003366;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
}

/* 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: #FFFFFF;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	cursor: default;
}
.NormalFormView
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	cursor: default;
	width: 800px;
}


.NormalFormView Span
{
	position: absolute;
	left: 400px;
	}

.NormalFormView Input
{
	position: absolute;
	left: 400px;
	}

.NormalFormView Select
{
	position: absolute;
	left: 400px;
	}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.QuickTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#999999;
}
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #000000;
	cursor: default;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
    
a.Button:link, a.button:visited  {
	font-family: Arial,Vardana, Helvetica, sans-serif;
	font-size: 11px;
	color: #545472;
	text-transform: capitalize;
	text-decoration: none;
	cursor: hand;
}
a.Button:hover, a.button:active {
	color: #009933;
	text-transform: capitalize;
	text-decoration: none;
	cursor: hand;
}

ASPLink:link, ASPLink:visited, ASPLink:hover, ASPLink:active {
	cursor: hand;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

A.CommandButton:visited  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

A.CommandButton:active   {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

A.CommandButton:hover    {
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
}
    



/* 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  {
    text-decoration:    bold;
    color:  #666666;
}

A:visited   {
    text-decoration:    underline;
    color:  #333333;
}

A:active    {
    text-decoration:    underline;
    color:  #333333;
}

A:hover {
    text-decoration:    underline;
    color:  #333333;
}

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
}

.ListItem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
.smallItalic {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal}
.NormalHead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold}
.ChatHead {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 9px; color: #666666}
.ForumHeader {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#666666; border: 1px #E4E4E4 solid; cursor:default; background-image:url(images/forumHeaderBG.gif); background-position:right bottom; background-repeat:no-repeat; }
.ChatBody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
.NormalBlue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4A718A}
.PageTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 21px; color: #FFFFFF; font-weight: 400}
.NormalSmall { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal }
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor:default;
}
.NormalWhite { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal ; color: #FFFFFF}
.NormalBoldItalic { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold ; color: #000000 ; font-style: italic}

a.child {
font:8pt Tahoma; 
color:#666666; 
text-decoration:none; 
padding-left: 12px; 
text-align:right; 
display:block;
} 
.switchcontent { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	white-space: pre; 
	text-decoration: none
 }
.ExtraSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.PaneBg {
	background-image: url(images/PaneBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.style1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	
}
.col2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.botrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	color:#666666;
}
.botrowCol2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.toprow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	color:#666666;
}
.toprowCol2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.botrowCol1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00254A;
}
a.style2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00254A;
	text-decoration:none;
}

.Filter {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.TitleBar {
	background-image: url(images/TitleBar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#DivPhoto {
	display: block;
	}
	
studenttext {
	font-family: tahoma;
	font-size: 11px;
	color: #FF9900;
}
studenttextBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
a.studentlink:link {
	color: #FF9900;
	text-decoration: none;
}
a.studentlink:visited {
	text-decoration: none;
	color: #FF9900;
}
a.studentlink:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.studentlink:active {
	text-decoration: none;
	color: #FF9900;
}

.gdvButton 
{
	cursor: pointer;
}

.projectUsers
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
}

.projectUsers td
{
	border: none;
	padding: 2px;
}