/*BX.COM STANDARDIZED STYLESHEET v3.0.1 8/8/01*/
/*Alter the properties and values as needed, but do not change the names of the classes defined here*/

/*Basic Text Styles --------------------------------------------------------- */

/*.noprint {display: none;}*/
.noscreen
{
	display: none;
}

Body
{
	margin: 0;
	font-family: Verdana, Geneva;
	font-size: 12px;
	background: #FFFFFF url(/images/pagebg.gif) repeat-y;
}

P, TD, .maintext, .td
{
	font-family: Verdana, Geneva;
	font-size: 12px;
}
/*backup to body declaration*/

P.subtitle-text
{
	font-size: 11px;
	font-weight: bold;
}

span.subtitle-text
{
	font-size: 11px;
	font-weight: bold;
}

li
{
	list-style-image: url(/images/tri.gif);
}

ul.nav
{
	margin-left: 5px;
	padding-left: 11px;
	margin-bottom: 11px;
	margin-top: 5px;
}

li.nogif
{
	list-style-image: none;
	list-style-type: decimal;
}

li.letters
{
	list-style-image: none;
	list-style-type: lower-alpha;
}

li.nav
{
	list-style-image: url(/images/tri2.gif);
	color: #FFFFFF;
}
li.here
{
	list-style-image: url(/images/tri3.gif);
	color: #FFFFFF;
}
hr
{
	color: #2F8DBC;
	background-color: #2F8DBC;
	border: 0px;
	height: 2px;
}

/* Highlight class--for inverse text*/
.hilite
{
	color: #FFFFFF;
	background-color: #008DBC;
}

.padded
{
	padding: 0px 15px;
}
/*For adding padding to paragraphs or divs*/
.compact
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.compactHeader
{
	margin-bottom: 3px;
}

/*Header Styles ------------------------------------------------------------- */
H1, .tophead, .head1
{
	font-family: Verdana, Geneva; /*top level header--used for page level headers*/
	font-size: 17px;
	font-weight: bold;
	color: #2F8DBC;
}

.H1alt
{
	font-family: Verdana, Geneva; /*top level header--used for page level headers*/
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}

H2, .pagehead, .head2
{
	font-family: Verdana, Geneva; /*subtitle for page level header. Formerly subhead*/
	font-size: 14px;
	font-weight: bold;
	color: #2F8DBC;
}

H3, .sectionhead, .head3
{
	font-family: Verdana, Geneva; /*subsection title. Formerly tertiary*/
	font-size: 13px;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 8px;
	margin-bottom: 2px;
}

H4, .parahead, .head4
{
	font-family: Verdana, Geneva; /*Paragraph header*/
	font-size: 12px;
	font-weight: bold;
	color: #2F8DBC;
}

/*Link Styles --------------------------------------------------------------- */

/* Set up main links--link setting to be used within the body of the page--no class necessary*/
A:link
{
	color: #2F8DBC;
	text-decoration: underline;
}
A:visited
{
	color: #666666;
	text-decoration: underline;
}
A:active
{
	color: #5AC3E5;
	text-decoration: none;
}
A:hover
{
	color: #5AC3E5;
	text-decoration: none;
}

/*Additional Link Classes-- each has a nonlink declaration for NN4, followed by link declarations*/


A:link
{
	color: #2F8DBC;
	text-decoration: underline;
}
A:visited
{
	color: #666666;
	text-decoration: underline;
}
A:active
{
	color: #5AC3E5;
	text-decoration: none;
}
A:hover
{
	color: #5AC3E5;
	text-decoration: none;
}

.verysmall
{
	color: #999999;
	font-size: 9px;
	text-align: center;
}


/*Textlinks--class for the bottom text links--intended ONLY for text links on bottom of page--
  may be in colored area. */
.textlinks
{
	font-family: Arial, Geneva;
	font-size: 11px;
	color: #000066;
}

/* BoldLinks (used for highlighting choices */
A.boldlinks:link
{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
A.boldlinks:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.boldlinks:active
{
	color: #5AC3E5;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.boldlinks:hover
{
	color: #5AC3E5;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/*Navigational Link Classes--used for the structural links for site navigation. Properties will
usually be set at the proto stage */

/* Navlinks1--for top level links-- ONLY when images are not used*/
.navlinks1
{
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
A.navlinks1:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.navlinks1:visited
{
	color: #F8F8F8;
	text-decoration: none;
}
A.navlinks1:active
{
	color: #ccFFFF;
	text-decoration: none;
}
A.navlinks1:hover
{
	color: #ccFFFF;
	text-decoration: underline;
}

/*Class used to denote that we're on/in this page/section. Top Level. Only used when images are not used for
top level navigation*/
.thispage1
{
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #ccFFFF;
}

A.thispage1:link
{
	color: #ccFFFF;
	text-decoration: underline;
}
A.thispage1:visited
{
	color: #ccFFFF;
	text-decoration: underline;
}
A.thispage1:active
{
	color: #ccFFFF;
	text-decoration: underline;
}
A.thispage1:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Navlinks2--for second level links */
.navlinks2
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #F8F8F8;
}
A.navlinks2:link
{
	color: #F8F8F8;
	text-decoration: none;
}
A.navlinks2:visited
{
	color: #F0F0F0;
	text-decoration: none;
}
A.navlinks2:active
{
	color: #F8F8F8;
	text-decoration: none;
}
A.navlinks2:hover
{
	color: #F8F8F8;
	text-decoration: underline;
}

/*Class used to denote that we're on/in this page/section. Second level */
.thispage2
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #ccFFFF;
}

A.thispage2:link
{
	color: #ccFFFF;
	text-decoration: none;
}
A.thispage2:visited
{
	color: #ccFFFF;
	text-decoration: none;
}
A.thispage2:active
{
	color: #ccFFFF;
	text-decoration: underline;
}
A.thispage2:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Navlinks3--for third level links */
.navlinks3
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #ccFFFF;
}
A.navlinks3:link
{
	color: #ccFFFF;
	text-decoration: none;
}
A.navlinks3:visited
{
	color: #ccFFFF;
	text-decoration: none;
}
A.navlinks3:active
{
	color: #ccFFFF;
	text-decoration: none;
}
A.navlinks3:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/*Class used to denote that we're on/in this page/section. Third level */
.thispage3
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

A.thispage3:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.thispage3:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
A.thispage3:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.thispage3:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}



/*conflict link class */
.conflict
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	color: yellow;
	background-color:  #FF7F50 ;
	border: 2px;
}

/*greenlinks class*/
.greenlinks
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #337733;
}

A.greenlinks:link
{
	color: #337733;
	text-decoration: underline;
}
A.greenlinks:visited
{
	color: #225522;
	text-decoration: underline;
}
A.greenlinks:active
{
	color: #44CC44;
	text-decoration: none;
}
A.greenlinks:hover
{
	color: #44CC44;
	text-decoration: none;
}

/*Red link class */
.redlinks
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.redlinkslarge
{
	font-family: Verdana, Geneva;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}

/*Disabled link class */
.disabledlinks
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #AAAAAA;
}

/*Highlighting class (for select boxes)*/
.highlight
{
	font-family: Verdana, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #DDEEFF;
}

A.redlinks:link
{
	color: #990000;
	text-decoration: none;
}
A.redlinks:visited
{
	color: #660000;
	text-decoration: none;
}
A.redlinks:active
{
	color: #FF0000;
	text-decoration: underline;
}
A.redlinks:hover
{
	color: #FF0000;
	text-decoration: underline;
}



/* PLEASE WAIT CLASS */
.pleasewait
{
	color: #696969 ;
	border: 2px solid black;
	font-size: 12px;
	font-weight: bold;
	background: #99DFFF;
}


/*Print Styles --------------------------------------------------------------- */

.standardletter
{
	page-break-after: always;
}

/* this style has a border onscreen but not when printed */
.stdletter
{
	page-break-after: always;
	border: solid 1px black;
}

.hsformfeed
{
	border: solid gray 1px;
	padding: 0px; /*height:522px;*/
	width: 637px; /*top-margin:84px;    bottom-margin:450px;    page-break-after:always;*/
}




/*Label(print) Styles --------------------------------------------------------------- */
.labelprint
{
	border: 1px solid silver;
	color: #000000;
	margin-top: 0px;
	margin-left: 29px;
	margin-bottom: 5px;
}



/*Calendars Styles --------------------------------------------------------------- */
.calendarhead
{
	color: #FFFFFF;
	border-left-width: 1;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #2F8DBC;
}
/*For calendar day column headers*/

.calendarhead2
{
	color: #FFFFFF;
	border-left-width: 0;
	border-right-width: 1;
	border-top-width: 0;
	border-bottom-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #2F8DBC;
}
/*For calendar day column headers*/



.calendardata
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #535353;
	border-color: #DDDDDD;
	border-width: 1;
	border-style: solid;
	background: #EEEEEE;
}

.calendartoday
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #535353;
	border-color: #AA7733;
	border-width: 2;
	border-style: solid;
	background-color: #EEEEEE;
}

.calendarweekend
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	border-width: 1;
	border-style: solid;
	border-color: #DDDDDD;
	background: #DDDDDD;
}


.calendarweekendhili
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	border-width: 1;
	border-style: solid;
	border-color: #DDDDDD;
	background: pink;
}

/*Table Styles --------------------------------------------------------------- */
th
{
	font-family: Verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2F8DBC;
}

.colhead
{
	color: #FFFFFF;
	height: 18px;
	background-color: #2F8DBC;
}

a.colhead, a.colhead:active, a.colhead:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.colhead:hover
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.colheadbold
{
	color: #FFFFFF;
	background-color: #2F8DBC;
	font-weight: bold;
	height: 18px;
}

.colhead2
{
	color: #696969 ;
	height: 18px;
	background-color: #DCDCDC ;
}

a.colhead2, a.colhead2:active, a.colhead2:visited
{
	color: #696969 ;
	font-weight: bold;
	text-decoration: none;
}

a.colhead2:hover
{
	color: #696969 ;
	font-weight: bold;
	text-decoration: underline;
}

table.TabSet
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}

.containertable, .datainputtable
{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.containercell, .datainputcell
{
	vertical-align: bottom;
	white-space:nowrap;
}

.containerrow, .datainputrow
{
	height: 20px;
}

table.report
{
	table-layout: fixed 
}

thead.report, tfoot.report
{
	display: none;
}


/*Information/Logical Styles ------------------------------------------------- */

a.data:link
{
	color: #535353;
}
a.data:active
{
	color: #535353;
}
a.data:visited
{
	color: #535353;
}
a.data:hover
{
	color: #535353;
}

.data
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #ffffff;
}


.dataalt
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #F5F5F5;
}

.dataredbg
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #FFDEDE;
}


.dataredbgalt
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #FFCDCD;
}

.databluebg
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #C4E4F4;
}

.datawsbg
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #F5F5F5 ;
	border: solid 1px #DCDCDC ;
}

.datayellowbg
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #FFFFC0;
}


.databluebgalt
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #E6F3FA;
}

.datastrike
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #FFFFFF;
	text-decoration: line-through;
}

.pendhilite
{
	color: #2F8DBC;
	background: #FFFFFF;
}

.datatop
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	color: #535353;
}

.dataalt
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #eeeeee;
}

.dataaltstrike
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	background-color: #eeeeee;
	text-decoration: line-through;
}

.dataalttop
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #535353;
	vertical-align: top;
	background-color: #eeeeee;
}

a.dataalt:link
{
	color: #535353;
}
a.dataalt:active
{
	color: #535353;
}
a.dataalt:visited
{
	color: #535353;
}
a.dataalt:hover
{
	color: #535353;
}


.databold
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #535353;
}

a.databold:link
{
	color: #535353;
}
a.databold:active
{
	color: #535353;
}
a.databold:visited
{
	color: #535353;
}
a.databold:hover
{
	color: #535353;
}

.yell
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #D8F0F0;
}

.label
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px 3px 0px 13px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	height: 20px;
	width: 100px;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
	white-space: nowrap;
}

.labelcenter
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	height: 20px;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
	white-space: nowrap;
}

.label150
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px 3px 0px 13px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	height: 20px;
	width: 150px;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
	white-space:normal;
}

.label2
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
}

.label3
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #D8F0F0;
}

.displaylabel
{
	font-family: verdana;
	font-size: 12px;
	color:Black;
	text-align: left;
	vertical-align:middle;
	padding: 1px;
	border-width: 1px 1px;
}

.labelnopadding
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	padding: 0px 3px 0px 3px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
}


.labeltop
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #2F8DBC;
	text-align: right;
	vertical-align: top;
	padding: 0px 3px 0px 13px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #D8F0F0 url(/images/labelbg.gif) repeat-y;
}

 .fieldvalue 
 {
    color: #696969 ; 
    background-color: #F5F5F5; 
    padding-left: 5px;
    padding-right: 20px;
    border: solid 1px white; 
 }

.small
{
	font-size: 11px;
}

.errorlogin
{
	font-family: verdana;
	font-weight:  bold;
	font-size: 12px;
	color: #B22222;
	background-color: #eeeeee;
	vertical-align: top;
	text-align: center;
}

.alert
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #B22222;
	background-color: #FAFAD2;
	text-align: justify;
	padding: 20px 15px 25px 15px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	white-space:normal;
}
/*Smaller than normal text-assumes normal text is bigger than 11px*/

.smallbold
{
	font-weight: bold;
	font-size: 11px;
}
/*Smaller than normal text, and bold*/

/*label text in header */
.headerlabel
{
    font-family: verdana;
	font-weight: bold;
	font-size: 11px;
    color :#008DBC;
    text-align :right;
}

/*Form Styles --------------------------------------------------------------- */
.inputclass
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #B6E4E3; /*#41C4F0;*/
	background-image: url(/images/inputbg.gif);
	margin-bottom: 1px;
}


.bgclass
{
	background-image: url(/images/inputbg.gif);
}

.readonlyblueinput
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to readonly BLUE input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px solid DFF1F7;
	color: white;
	width: 20px;
	height: 18px;
	background-color: #2F8DBC;
}

.readonlygreyinput
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to readonly BLUE input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 11px;
	border: 1px solid #DCDCDC ;
	color: #696969 ;
	width: 20px;
	height: 18px;
	background-color: #F5F5F5;
}

.readonlyattendancepassed
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to readonly BLUE input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px solid DFF1F7;
	color: blue;
	width: 50px;
	height: 18px;
	background-color: #F0F8FF;
}

.readonlyattendancenotpassed
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to readonly BLUE input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px solid DFF1F7;
	color: red;
	width: 50px;
	height: 18px;
	background-color: #F0F8FF;
}

.passwordclass
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	color: #FFC0CB ;
	border: 1px ridge red;
	background-image: url(/images/passwordbg.gif);
}

.textareaclass
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal; /*height:100px;*/
	font-size: 12px;
	border: 1px ridge #B6E4E3; /*#41C4F0;*/
	background-color: #F6FCFC; /*#F0F8FF;*/
}

.select
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	background-color: #F6FCFC; /*#F0F8FF;*/
	background-image: url(/images/inputbg.gif);
}

.select0
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 55px;
	background-color: #F0F8FF;
}

.select1
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 100px;
	background-color: #F0F8FF;
}

.select2
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 150px;
	background-color: #F0F8FF;
}

.select3
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 200px;
	background-color: #F0F8FF;
}

.select4
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 250px;
	background-color: #F0F8FF;
}

.select5
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 300px;
	background-color: #F0F8FF;
}

.select6
{
	font-family: Verdana,geneva, sans-serif; /*class to be applied selectively to input fields*/
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	border: 1px ridge #41C4F0;
	width: 100%;
	background-color: #F0F8FF;
}

fieldset, .fieldset
{
	border: 1px solid #CCCCCC;
}
/*fieldset for grouping forms. Class "fieldset" can be used on a div to give border*/

legend, .legend
{
	font-family: Verdana, Geneva; /*Legend for fieldsets*/
	font-size: 13px;
	font-weight: bold;
	color: #1D5D8E;
}

.reqlabel
{
	color: #990000; /*Class for marking the label of required fields*/
	font-weight: bold;
}

.reqsym
{
	color: #990000; /*Class for marking the symbol used to denote a required field*/
	font-weight: bold;
	padding: 0px 3px;
	background-color: #D8F0F0;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

.reqsymtop
{
	color: #990000; /*Class for marking the symbol used to denote a required field*/
	font-weight: bold;
	padding: 0px 3px;
	vertical-align: top;
	background-color: #D8F0F0;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
/* ted please mAke align top like the labeltop one */

/*Button Classes--note: most of these will not be visible in NN4--------------- */

/* Conflicts with zpcal calendar
.button
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 75px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
} */

.expandablebutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}


.doublebutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 161px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.addstudentbutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	width: 161px;
	background-color: #D8F0F0;
	border: 2px outset white;
}

.anysizebutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.warningbutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	width: 75px;
	background-color: red;
	border: 2px outset #ccFFFF;
}

.printbutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 100px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.smallbutton
{
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 18px;
	width: 70px;
	background-color: #2F8DBC;
	border: 1px outset #ccFFFF;
}

.mediumbutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 100px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.largebutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.largebutton2
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 170px;
	background-color: #2F8DBC;
	border: 2px outset #ccFFFF;
}

.update
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	width: 100px;
	background-color: #2F8DBC;
	border: 1px outset #ccFFFF;
}

.reset
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2F8DBC;
	border: 2px outset #666666;
}

.cancel
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #DCDCDC ;
	width: 100px;
	background-color: gray;
	border: 1px outset #DCDCDC ;
}

.delete
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFeeee;
	background-color: #C00000;
	border: 2px groove #660000;
}

.expandabledelete
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFeeee;
	background-color: #990000;
	border: 2px groove #660000;
}

.submit
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2FADBC;
	border: 2px outset #ccFFFF;
}
/* A larger than 1 px border causes problems in NN4*/

.detail
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BBBBBB;
	border: 2px outset #999999;
}

/* DataGrid select item buttons */
.plusbutton
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	background-color: #FFFFFF;
	border: 0px;
}

.plusbuttonalt
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	background-color: #EEEEEE;
	border: 0px;
}

.plusbuttonbluebg
{
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	background-color: #ADD8E6 ;
	border: 0px;
}


/*Border classes, for putting a border on something -------------------------- */
.border1
{
	border: 1px solid #2F8DBC;
}
/* 1 px solid border */
.border2
{
	border: 2px solid #2F8DBC;
}
/* 2 px solid border */
.border3
{
	border: 3px solid #000000;
}
/* 3 px solid border */

.helptip
{
	display: none;
	width: 545;
	padding: 7px;
	margin: 11px;
	background: #DFF1F7;
	border: 2px ridge #41C4F0;
}

.helptipviz
{
	display: none;
	padding: 7px;
	margin: 11px;
	background: #DFF1F7;
	border: 2px ridge #41C4F0;
}

#helpbutton
{
	position: relative;
	top: 0;
	left: 575;
}

.unshown
{
	display: none;
}

.helv
{
	font-family: Helvetica, Arial;
}

.searchnote
{
	width: 500px;
}
/*class used for the explanatory notes above the searches--restrains width*/
