/****************************************/
/* networking.css - for CAN application */
/****************************************/

/* this is for orgs that are NOT using new templating system */
/* comment or remove fir new templates */
SELECT,OPTION,TEXTAREA{font-family:arial,helvetica;font-size:12px;color:000000;font-style: plain;line-height:18px;}


/***********************************/
/* general text areas (non-wizard) */
/***********************************/

/* title and sub-header styles; sometimes header really is the title depending upon client build */
.nw-title        { font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #660000;
	font-style: italic;}
.nw-header       { font-size: 14px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: #000000; FONT-STYLE: normal; }

/* this is for normal CAN text */
.nw-text { font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333; }
a:link.nw-text	{text-decoration: underline;}
a:visited.nw-text {text-decoration: underline;}
a:hover.nw-text { text-decoration: underline;}


/* smaller text */
.nw-smalltext    { font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #000000; FONT-STYLE: normal;}

/* special messages - error, update, etc. */
.nw-success-text   { font-size:13px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: #990000; }
.nw-error-text   { font-size:13px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: #990000; }
.nw-specmsg-text { font-size:13px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: #990000; }

/* nav menu at top of pages */
.nw-nav-list { font-size: 15px; font-family: Arial, Helvetica, sans-serif; COLOR: #000000; }

/* used for small links, like pop-up links */
.nw-small-link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


/******************************************/
/* profile and search form display fields */
/******************************************/

/* label names */
.nw-labelname
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #093626;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 18px;
}

/* special text that is below the label name */
.nw-labeltext
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    LINE-HEIGHT: 14px;
}


/* display values in profiles */
.nw-fldvalue
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
}

/* this is for text that appears below or next to input fields */
.nw-fldinput-note
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000;
    FONT-STYLE: italic;
}


/* the following will most always match nw-labelname and nw-fldvalue */
/* this is in case org wants to make statistics different font/color */
.nw-profile-stats-value
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
}

.nw-profile-stats-name
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #093626;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 18px;
}


/* this is section separator on update and profile pages */
.nw-sub-separator
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #003399;
}


/***********************/
/* search results page */
/***********************/

.nw-searchres-header
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #FFFFCC;
    BACKGROUND-COLOR: #000000;
}
.nw-searchres-column
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
}


/**************/
/* misc items */
/**************/

/* all buttons will have this attribute */
.nw-button
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    padding-left: 0px;
    padding-right: 0px;
}
.nw-radio-button
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}



/***************/
/* Wizard area */
/***************/

/* has own because some clients like to display different colors when in wizard mode */


/* text for top of the first page of the wizard */
.wz-intro { font-size: 13px; font-family: Arial, Helvetica, sans-serif; COLOR: #000000; }

/* special text area that may preface a section of a wizard page */
.wz-section
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
a:link.wz-section     { color: #000;  text-decoration: underline;}
a:visited.wz-section  { color: #000;  text-decoration: underline;}
a:hover.wz-section    { COLOR: #000000; text-decoration: underline;}


.wz-header
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #093626;
}

/* used to separate sections; equivalent to function of nw-sub-separator class */
.wz-sub-separator
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #FFFFCC;
    BACKGROUND-COLOR: #000000;
}

