/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #6375d6;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    
}
td#ContentPane{ 
background-image: url(images/bgcontentpane.gif) ; /* forward slash for the path */ 
background-repeat: repeat-y ; 
background-position: right  top; 
text-align: center; 
vertical-align: top; 
} 


/* 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: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: none;
    border-color: none;
    
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
   
    border-color: none;
}

/* text style for the selected tab */
.SelectedTab 
{
	
    font-family: Helvetica, sans-serif, Verdana;
    font-size: 14px;
    color:white;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Helvetica, sans-serif, Verdana;
    font-size: 14px;
    color: #ffffff;
    text-decoration:none;
    font-weight: bold
}

/* 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  {
    text-decoration:    none;
    color:#2B4006;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#2B4006;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:navy;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:blue;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
    
}

.Accent1
{
    color: white;
    font-weight:    bold;
}
/* style for separator between site links */
.Accent
{
    color: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
    font-size: 9px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family:Arabic Transparent;
    font-size:  16px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma;
    font-size: 9px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #8F603F;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #8F603F;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #8F603F;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #8F603F;
}
 
 A.logoff:link {
    font-weight:    bold;
    color: white;
}

A.logoff:visited  {
    
    color: white;
}

A.logoff:active   {
   
    color: white;
}

   
A.logoff:hover   {
   
    color: #2B4006;
}


/* GENERIC */
H1  {
    font-family: Tahoma;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma;
    font-size:  10px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Tahoma;
    font-size:  10px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Tahoma;
    font-size:  9px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Tahoma;
    font-size:  9px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Tahoma;
    font-size:  10px;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
    text-decoration:    none;
    color:  #385203;
}

A:visited   {
    text-decoration:    none;
    color:  #385203;
}

A:active    {
    text-decoration:    none;
    color:  #385203;
}

A:hover {
    text-decoration:    underline;
    color:  black;
}

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
}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #dbffff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ebffff;
}

.ContentPane {
	
	background: #60B7DEurl(images/logo.jpg) repeat-x left top;
	
}