/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/

/* Below Added By Nick Airdo */

.FormInfo
{
    font-family: Verdana;
    font-size: 8pt;
	padding-left: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
    margin: 5px;
	color: white;
	padding-top: 2px;
	background-color: #9B9AB3;
	text-align: left;
}

.FormInfoTitle
{
    font-size: 14px;
	font-weight: bold;
}

.ErrorInfo
{
	border: solid 1px #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 5px;
	background-color: #FFFFE1;
	text-align: left;
}

.ListItemRow
{
   font-family: Tahoma;
   font-size: 10px;
   color: #000;
   border-bottom: solid 1px #EAE9E1;
   border-left: solid 0px #FFF;
   border-right: solid 0px #FFF;
   
   padding-left: 3px;
   padding-right: 2px;
}

.FieldValue
{
   font-family: Verdana;
   font-size: xx-small;
   font-weight: normal;
   color: #000;
   vertical-align: text-top;
}

/* This is for function menu items like those found in Outlook.
 */
.FunctionMenu
{
    font-family: Tahoma;
    font-weight: bold;
    color: black;
    font-size: 8pt;
    width: 167px;
    height:33px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align:middle;   
    background-color: #8A89A6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#E1E2EC, EndColorStr=#9593B1);
    overflow: visible;
    border: #7C7C94 1px solid;
}

.fmLink
{
	color: black;
	font-family: san-serif;
}

/* hyperlink style for the function menu */
A.fmLink :link {
	color: black;
    text-decoration:    none;
    padding-left: 2px;
    padding-right: 2px;
}

A.fmLink :visited  {
	color: black;
    text-decoration:    none;
    padding-left: 2px;
    padding-right: 2px;
}

A.fmLink :active   {
	color: black;
    text-decoration:    none;
    padding-left: 2px;
    padding-right: 2px;
}

A.fmLink :hover    {
	color: black;
    text-decoration:    none;
    padding-left: 2px;
    padding-right: 2px;
}

.ListHeading
{
   font-family: Tahoma;
   font-size: 11px;
   border-bottom: solid 1px #E0E0E0;
   color: #888888;
}

/* This is for those little messages that are shown
 * inside result-type areas to tell the user things like
 * "no matching items found" or "click button to view" 
 * type messages.
 */
.SmallMessage
{
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, 'Microsoft Sans Serif';
}

.UserText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.DataList
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.GridStyle
{
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #466094;
	border-collapse: collapse;
}

.GridHeader
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #E0E3E8;
	color: #000;
}

/*
.FieldName
{
   font-family: Tahoma;
   font-size: 8pt;
   font-weight: normal;
   color: #333333;
   vertical-align: text-top;
   padding-left: 8px;
}
*/
.FieldName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


/* This is the little help text that appears near
 * the field title which explains a bit more about
 * the field.
 */
.FieldComment
{
	font-family: Tahoma;
	color: #777;
	font-size: xx-small;
	font-weight: normal;
}

.FieldSet
{
	font-family: Verdana;
	font-size: x-small;
}

.Legend
{
	font-family: Verdana;
	color: Blue;
	font-size: x-small;
}

.FieldHelp
{
	font-family: Verdana;
	color: #555;
	font-size: xx-small;
}

.Button
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.SmallButton     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/*** RSS Feed Button ***/
.rssButton:link
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
    vertical-align:middle;   
}
.rssButton:hover
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
    vertical-align:middle;
}
.rssButton:visited
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
    vertical-align:middle;
}

.GridStyle
{
	border: solid 1px #E0DFE3;
}

.HeaderRow 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	color: #494747; 
	vertical-align: bottom;
	border-bottom: solid 1px #C1BFBF;
	background-color: #F7F6F6;
	background-image: url("/portal/images/datagrid_header_bg.jpg");
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#D6D2D3, EndColorStr=#FFFFFF);
}

.Row1 
{
	background-color:#ECECEC;
}
.Row2
{
	background-color: #ECECEC;
}

.FooterRow
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	color: #888888; 
	background-color: #F7F6F6;
	background-position: bottom;
	vertical-align: bottom;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#C6C2C3);
}

/* text style used for places where space is limited */
.NormalBigger
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: normal    
}

.ErrorMessage
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color:#FF0000;
}

/* Above Added By Nick Airdo */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #E0DFE3;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: small;
}

/* 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:#BBB;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
	border-style: solid;
	/* top, right, bottom, left */
    border-color: #FFFFFF #878DA0 #EFF3FF #EFF3FF; /*#ACC1DA; */
    border-width: 1px;
    background-image: url(/portal/images/tabbgsel.gif);
    background-repeat:repeat-x;
    padding: 3px;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	border-style: solid;
    border-width: 1px;
    background-color: #002D96;
	/* top, right, bottom, left */
    border-color: #AAD3FF #4376CD #4376CD #4376CD; /* #002D96;*/
    background-image: url(/portal/images/tabbg.gif);
    background-repeat:repeat-x;
    padding: 3px;
}

/* text style for the selected tab */
.SelectedTab
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#002D96;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #444;
    padding-left: 2px;
    padding-right: 2px;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #444;
    padding-left: 2px;
    padding-right: 2px;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: #444;
    padding-left: 2px;
    padding-right: 2px;
}

A.SiteLink:hover    {
    text-decoration:    none;
    background-color: #B2B4BF;
    color:Black;
    padding-left: 2px;
    padding-right: 2px;
}

/* style for separator between site links */
.Accent
{
    color: #AAA;
    font-weight: normal;
    font-size:  x-small;
    line-height: 12px;
    height: 15px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Geneva, Arial, 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #466094;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: #888888;
}

/* text style used for most text rendered by modules */
.normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: normal;
}

.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: normal;
}
.NormalLighter
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    line-height: normal;
    color: Gray;  
}
/* text style used for places where space is limited */
.NormalSmaller
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: normal;
    color: #555555;  

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, 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: #0046D5;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0046D5;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0046D5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #0000FF;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #0046D5;
}

A:visited   {
    text-decoration:    none;
    color:  #0046D5;
}

A:active    {
    text-decoration:    none;
    color:  #0046D5;
}

A:hover {
    text-decoration:    underline;
    color:  #0000FF;
}

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;
}

/*****************************************************************/
/*    FORM ELEMENTS                                              */
/*****************************************************************/
.FORMTITLE
{
   padding-right: 5px;
   padding-left: 5px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 5px;
   padding-top: 5px;
   font-family: Arial;
   background-color: #6699ff;
   text-align: center;
}

.FORMSUBTITLE
{
   font-size: 12px;
   color: #2e74a5;
   font-family: Arial;
   background-color: #e0b447 
}

.FORMTEXT
{
   font-size: 11px;
   color: black;
   font-family: Arial;
}

.FORMLABEL
{
   font-weight: bold;
   font-size: 10px;
   color: #010000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.FORMDATA
{
   font-size: 11px;
   color: blue;
   font-family: Arial;
}

.FORMGRID
{
   font-size: 9px;
   color: blue;
   font-family: Arial;
}

.FORMBUTTON
{
   border-right: #99ccff 2px solid;
   border-top: #99ccff 2px solid;
   font-weight: bold;
   font-size: 12px;
   border-left: #99ccff 2px solid;
   color: white;
   border-bottom: #99ccff 2px solid;
   font-family: Arial;
   background-color: #6699ff;
}

.FORMERROR
{
	font-size: 11px;
	color: red;
	font-family: Arial;
}

.SCROLLINGPANEL
{
   overflow: auto;
}

.CONTENTSMALL 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;	
}

a.CONTENTSMALL:link {
	text-decoration: underline;
	text-align: left;
	color: #000000;
}

a.CONTENTSMALL:visited {
	text-decoration: underline;
	text-align: left;
	color: #000000;
}

a.CONTENTSMALL:hover {
	text-decoration: underline;
	text-align: left;
	color: #cc0000;
}

