/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	border: none;

}

/* background color for the content part of the pages */
Body
{
	background-color: #CCCCCC;
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	
	scrollbar-face-color:#003300;
	scrollbar-arrow-color:#cccc99;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#cccc99;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#cccc99;

}


/* 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 {
	word-spacing: 25px;
	color: #FFFFFF;
	border: none;




}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	word-spacing: 25px;
	border: none;



}

/* text style for the selected tab */
.SelectedTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003300;
	font-weight: bolder;
	word-spacing: 25px;
	border: none;
	text-decoration: none;




}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#003300;
	text-decoration:none;
	border: none;

}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#003300;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#003300;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#003300;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#000000;
}
    
/* 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;
	color: #FFFFFF;

}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#003300;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#009900;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#FF0000;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* style for separator between site links */
.Accent
{
    color: #003300;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, Times, serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #FFCC00
}   

/* style of item titles by Announcements and events */
.CatTitle    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: #FFFFFF;
	background-color: #666666;
	margin: 3;
	width: 150;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2;
	text-align:left
}

/* style of item titles by Announcements and events */
.SubCatTitle    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #333300;
	background-color: #FFFFFF;
	margin: 3;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 2;
	text-align:left
}



/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Helvetica, Times, serif;
	font-size:  10px;
	font-weight:    bolder;
	color: #FFFFFF;
	background-color: #666600;
	background-position: center center;
	width: 100%;
	padding-left: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;











}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #006600;
}

/* 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: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #003300;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003300;

}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003300;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003300;

}

/* 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;
	color: #003300;

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: ##003300;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: ##003300;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: ##003300;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: ##003300;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bolder;
    color: #003300;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #33CCFF;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0099FF;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #FF3300;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFCC00;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFCC00;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #666600;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003300;
}

A:link  {
    text-decoration:    none;
    color:  #006600;
}

A:visited   {
    text-decoration:    none;
    color:  #003300;
}

A:active    {
    text-decoration:    none;
    color:  ##003300;
}

A:hover {
    text-decoration:    underline;
    color:  ##003300;
}

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
}
.bodycol {
	background-attachment: scroll;
	background-image: url(images/body.gif);
	background-repeat: no-repeat;
}
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFF00;
}
.smalsmalsmaltext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.NormalTableList {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	color: #003300;
	text-align: center;
	vertical-align: top;
	font-variant: small-caps;


}
.NormalHtmlText {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	color: #003333;
}
table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	vertical-align: top;

}

itemTable {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	vertical-align: top;
}
.title1 {

	font-family: Verdana, Helvetica, Times, serif;
	font-size:  10px;
	font-weight:    bolder;
	color: #FFFFFF;
	background-color: #666600;
	background-position: center center;
	width: 100%;
	padding-left: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.list {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #003300;
	list-style-type: circle;

}
