/* =====================================
   CSS STYLES FOR SCHOPF SOFTWARE PORTAL 
   =====================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	/*background-color: #6892f4;*/
	background-image:url(images/portal.jpg);
    background-repeat:repeat-x;
    background-color:#FFFFFF;
    width:100%; 
    padding: 0 0 0 0;
    border-collapse: collapse;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Tahoma, Arial, sans-serif;
    font-size:75%;
    
}


/* 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: 30px;
    font-weight: Bold;
    color: black;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:#FFFFFF;
    border-color: #DBDBDB;
    border-width:0px;
    border-style:None;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:#FFFFFF;
    border-color: #DBDBDB;
    border-width:0px;
    border-style:None
}

.MenuBg {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:11px; 
	/*height:18px;
    padding:-3,-3,-3,-3;
    /*background-image:url(images/status.gif);*/
    background-color:#FFFFFF;
    background-repeat:repeat; 
    border-collapse: collapse;
    border-width:0px; 
    color:#696969;
    border-top:groove 1px #F2F2F2;
    border-bottom:groove 2px #F2F2F2;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bolder;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;	
}

/* text style for the unselected tabs */
.OtherTabs {
	background-color:#FFFFFF;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal; 
	color:#696969; 
	text-decoration:none; 
	text-align:center; 
}

/* TS: Tooltip */
#tooltip 
{
	Z-INDEX: 200; 
	VISIBILITY: hidden; 
	POSITION: absolute 
}

.TabTooltip
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: Black;
	background-color: #ffffe0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.ImageTooltip
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	border-color: Black;
	background-color: #ffffe0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#696969;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#696969;
}

A.OtherTabs:active
{
	color: #696969;
	text-decoration: none;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#696969;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: #eeeeee;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #ff9900;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #3333ff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
.NormalMust
{
    background: #ffffcc;
    border-style: solid;
    border-width: 1px;
    border-color: #a9a9a9;
}
/*
Input
{
	background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #a9a9a9;
}
Select
{
	background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #a9a9a9;
}
Textarea
{
	background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #a9a9a9;
}
*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Tahoma, Arial, 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: #3333ff;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #3333ff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #3333ff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* text style for buttons and link buttons used in the portal admin pages */
.MenuButton     {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.MenuButton:link {
    text-decoration:    none;
    color: #000000;
}

A.MenuButton:visited  {
    text-decoration:    none;
    color: #000000;
}

A.MenuButton:active   {
    text-decoration:    none;
    color: #000000;
}

A.MenuButton:hover    {
    text-decoration:    none;
    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:  16px;
    font-weight:    normal;
    color: #3333ff;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #3333ff;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #ff9900;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ff9900;
}


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #3333ff;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #3333ff;
}

A:link  {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:    none;
    color:  #3333ff;
}

A:visited   {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:    none;
    color:  #3333ff;
}

A:active    {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:    none;
    color:  #3333ff;
}

A:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:    underline;
    color:  red;
}

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
}



