/* =====================================
   CSS STYLES FOR SCHOPF SOFTWARE PORTAL 
   =====================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-image:url(images/banner.gif);
    background-repeat:no-repeat;
    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;
}


/* 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: white
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:#2054A0;
    border-color: #DBDBDB;
    border-width:0px;
    border-style:None;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:#2054A0;
    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:#2054A0;
    background-repeat:repeat; 
    border-collapse: collapse;
    border-width:0px; 
    color:#FFFFFF;
    /*border-top:groove 0px #F2F2F2;
    border-bottom:groove 0px #F2F2F2;*/
}

/* text style for the selected tab */
.SelectedTab
{
	background-color: #2054A0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	background-color:#2054A0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:none; 
	text-align:center; 
}

/* TS: Tooltip */
.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 selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:active
{
	color: #FFFFFF;
	text-decoration: none;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:active
{
	color: #FFFFFF;
	text-decoration: none;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}

/* 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
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#dcdcdc;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#dcdcdc;
}

A.SiteLink:active
{
	color: #dcdcdc;
	text-decoration: none;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#2054A0;
}

/* style for separator between site links */
.Accent
{
    color: #dcdcdc;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0033cc;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	padding-left: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 14px;
	background-color: #cccccc;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0033CC;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, 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, Helvetica, sans-serif;
}

/* 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: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* 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: #0033cc;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0033CC;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0033CC;
}

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:  16px;
    font-weight:    normal;
    color: #0033CC;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #0033CC;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0033CC;
    cursor: pointer;
    cursor: hand;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0033CC;
}


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #0033CC;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0033CC;
}

A:link  {
    text-decoration:    none;
    color:  #0033CC;
}

A:visited   {
    text-decoration:    none;
    color:  #0033CC;
}

A:active    {
    text-decoration:    none;
    color:  #0033CC;
}

A:hover {
    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
}

