/* 
Description: BCA Helpline
Author: RMA
Version: 1
Copyright: URS Gaithersburg
Filename: bca_regis.css 
*/



/* -------------------------GLOBAL ELEMENTS --------------------------------------- */
/* -------------------------------------------------------------------------------- */
body  {
	margin: 0; padding: 0;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 62.5%;			/* This allows for the ems to be used within the body as the value of one em is now 10 pixels. */
}

/* Links and Headings -------------------------------------------------------------- */
a:link, a:active, a:visited {
	color: #0069D2;
	text-decoration: none;
}
a:hover {
	color: #0069D2;
	text-decoration: underline;
}

/* general classes ---------------------------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: smaller;
	margin-left: 2px;
}
/* small font-size area */
.smtxt {
	font-size: .9em;
}
.smtxtnote {
	font-size: .9em;
	font-style:italic;
}	



.nudgeright {
    margin-left: 25px;
}

/* style NOTE div - used for highlighted information */
.note {
	margin: 15px auto; padding: 0;   /* auto margin will center this object within the main div */
	border: 1px solid #ddd; /* #87C2F2;  */
	width: 485px;
	color: #444;
}
.note p {   /* ensure that anything in the span is bolded */
	line-height:normal;
	margin: 0; padding: 5px;
	font-weight: normal;
}
.note .noteheader { 			/* style the header h2 for the notes */
	margin: 0;
	padding: 3px 7px;
	border-bottom: 1px solid #ddd;
	background-color: #b7d246;
	color:#444;
	font-size: 1em;
	font-weight: bold;
}




/* --------------------------------- NAVIGATION ----------------------------------- */
/* -------------------------------------------------------------------------------- */
#tabs {
	margin: 0; padding: 0;
	display: block;
	text-align: left;
	line-height: normal;
	padding-top: 96px;	
}
#tabs ul {
	margin:0; padding: 0 10px 0 50px;
}
#tabs li {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0; padding: 0;
}
#tabs a {
	color: #222; /*#40382d; /*#647226;*/
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	display: block;
	background-image: url(../images/bg_tab_lft_img.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	clear: none;
	text-align: center;
	line-height: 28px;	
	margin:0 0 0 2px;
	padding:0 9px;
}
#tabs a span {
	float: left;
	color:#222;
	background-image: url(../images/bg_tab_rt_img.gif);
	background-repeat: repeat-x;
	background-position: right top;
/*	padding:8px 15px 8px 8px;*/
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span { float:none; }
/* End IE5-Mac hack */
#tabs a:hover {
	color: #f3ffe7;
}
#tabs a:hover {
	background-position:0% -30px;			/* this locates the tab left image at the left(horizontal) and -30px down(vertical) on hover */
}
#tabs a:hover span {	
	background-position:100% -30px;			/* this locates the tab right image at the right(horizontal) and -30px down(vertical) on hover */
	color: #f3ffe7;
}
#tabs li.current a {  /* highlight the current section by having the tab remain highlighted as on the hover */
	background-position:0% -30px;
	color: #f3ffe7;
}
#tabs li.current span {  /* highlight the current section by having the tab remain highlighted as on the hover */
	background-position: 100% -30px;
	color: #f3ffe7;		/* make the current tab color white to highlight it! */
}
/* END tabs ********************************************************/






/* --------------------------------- HEADER ELEMENTS------------------------------- */
/* -------------------------------------------------------------------------------- */
/* top area on all pages */
#sitetop {
	height: 20px;
	background-color: #EFF4EA; /*#b7d246;*/
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
#sitetop .toplink {
	color: #444;
	font-size: .9em;
	float: right;
	padding: 4px 10px 2px 0;
}
#sitetop .toplink a:link,
#sitetop .toplink a:visited {
	color: #444; 
	text-decoration: underline;
	font-weight: bold;
}
#sitetop .toplink a:hover {
	text-decoration: none;
}
 
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #efefef;
	border: none; 
	padding: 0px; margin: 0px;
	width: 780px;	
	height: 131px;
} 







/* --------------------------------- MAIN  ELEMENTS  ------------------------------ */
/* -------------------------------------------------------------------------------- */
#container {
	width: 780px;
	background-color: #fdfdfd;
	height: auto;
	margin: 2px auto;
	padding: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/**************** sidebars ********************************/
#sidebar1 {
	margin:0; padding:0;
	float: right; /* since this element is floated, a width must be given */
	width: 216px;
	background: url(../images/sidebar_head2.gif) no-repeat top left;
	display: block;
	text-align: left;
	position: relative;
	margin-top: 20px;
	clear: left;
}
#sidebar1 p {
	width: 207px;
	margin:0; padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 16px;
	background-color: #EFF4EA;
	display: block;
	border: 1px solid #ddd;
	margin: 6px 0 0 0;
	padding: 2px 4px 3px 3px;
}
#sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	width: 218px;
	margin: 0;
	margin-top: -21px;
	padding-left: 9px;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
}
/* sidebar2 class ****************************************************/
#sidebar2 {
	float: right;
	background-image: url(../images/sidebar_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 218px;
	left: 231px;
	padding-top: 34px;
	margin: 0;
	position: relative;
	margin-right: 8px;
	clear: left;
	margin-left: -215px;
	padding-right: 5px;
	margin-top: 248px;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 6px;
	padding-top: 2px;
	background-color: #EFF4EA;
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 0px;
	padding-right: 4px;
	width: 207px;
}
#sidebar2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 212px;
	margin: 0;
	margin-top: -21px;
	padding-left: 9px;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
}
/* sidebar3 class ****************************************************/
.sidebar3  {
	float: right; /* since this element is floated, a width must be given */
	width: 191px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; margin: 0;  /* zero out spacing */
	margin: 20px 7px 0 0;
	display: inline;
}

.sidebar3 h3 {
	background: #daf8d8 url(../images/sidebar_head2.gif) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 1.1em;
	color: #fff;
	margin: 0;	padding: 8px 10px;
}

.sidebar3 div {
	margin: 0; padding: 0;
	font-size: 1.2em;
	border: 1px solid #ccc;      /*#413F2C;* - rma changed 051608 */
	background: #daf8d8;
}

.sidebar3 p { margin: 0; padding: 5px 8px; }

/*******************************************************************************************************************/

/* sidewrapper ***************************************************************************************/
#sidewrapper {
	margin: 0; padding: 0;
	width: 200px;
	float: right;
}
#sidewrapper .bcontainer {
	position: relative;	/* allows for badge positioning */
}
#sidewrapper .badge {	/* new announcement badge */
	position: absolute;
	top:-2px; left:180px;
}




/* START mainContent div *************************************************/
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	text-align: left;
	margin: 0 215px 0 0;
	padding: 6px 0 0 20px;
} 

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #444;
	padding: 4px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	line-height: 13px;
}

#mainContent h3, #mainContent h3 a {
	margin:0; padding: 15px 0 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0069D2;
	text-decoration: none;	
}
#mainContent h3 a:hover {
	text-decoration: underline;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	padding-top: 3px;
/*	padding-left: 8px;*/
	color: #444;
	font-style: normal;
}
.mainContentul, .mainContentul_icon {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	display: inline;
	color:#444;
}
.mainContentul ul {   /* style the entire list */
	margin: 5px 0;
	padding:0 0 0 18px; 
	list-style-type: square;
}  
.mainContentul_icon ul {   /* style the entire list */
	margin: 5px 0;
	padding:0 0 0 6px; 
	list-style-type: none;
}
.mainContentul_icon li{
	padding: 1px 0;
}
.mainContentul_icon img{
	padding:2px;
	vertical-align:text-top;
}
.mainContentul li { padding: 1px 0; }  /* styles the list element text */

.mainContentli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#mainContent .faqlist {
	float: left;
	margin:0; padding:0;
	list-style-type: none;
}
#mainContent .faqlist li {
	padding:0;
	margin:0;
	background: #fff url(../images/bullet.gif) 0 0.3em no-repeat;  /* this inserts and positions an image (bullet) for the list elements */
	padding: 0 30px 0 15px;   /* spacing for the list elements */
	margin: 3px 0 3px 10px;
}
#mainContent .faqlist li a {
	text-decoration: none;
	color: #0069D2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#mainContent .faqlist li a:hover {
	text-decoration: underline;
}
/* styling a line element */
#mainContent .line {
	margin: 4px 0;
}
#mainContent .line hr {
	color: #ccc;
	height: 1px;
}	
/* END mainContent div --------------------------------- */


/* main content links ---------------------------------- */
.main_links  {		/* remove inherent browser spacing */
	margin: 0;
	padding: 0;
	font-size: .85em;
}	
.main_links ul {
	margin: 0; padding: 0;
	list-style-type: none;		/* remove list bullets */
}
.main_links li {   					/* set the attributes for all the li elements */
	padding: 3px 0 3px 0;			/* spaces the text of the list element */
	margin: .8em 1em;			    /* spaces the image icon */
}
.main_links li a:link, .main_links li a:visited, .main_links li a:active  {
	text-decoration: none;
	color: #0069D2;
	font-weight: bold;
/*	vertical-align: middle;*/
}
.main_links li a:hover {
	text-decoration: underline;
	color: #414141;
}
.main_links li img  {   /* this aligns the icon image for the list */
	margin: 0; padding: 0 5px 0 0;
	border-style: none;
	text-align: left;
	float: left;
}



/* specific to the training links for student manual downloads */
.training li a:link,
.training li a:visited
 { font-weight: bold; font-size: 1em; text-decoration: underline }  
.training li.smtxtnote { font-style: normal; color: #777; margin-top: 0 }



/* list styles: training */
.main_links .ul-training li a:link, 
.main_links .ul-training li a:visited {
	margin: 0;
	padding: 0 0 0 18px;
}




/* this section contains the styles for hidden submenus ****************/
.hide{
	display: none;
}
.show{
	display: block;    /*  show entire block within the class or div */
}




/* this following section styles the nested lists for #main_links ****************/
.main_links ul ul { margin-top: 5px; margin-left: 20px; padding: 0; }   /* spaces the entire nested list */

.main_links li li a {  /* this takes care of the spacing in  between the text and the images of this list for all other browsers beside IE **/
	margin /*All except IE6/Win/StandardsMode*/: .4em 1em; padding: 3px;
}
/* IE only to repair spacing issue */
.main_links li li.pdf {       /* this takes care of the spacing in IE between the text and the images of this list **/
	padding: 3px;			/* positions the text of the list element */
	margin: .4em 1em;			/* positions the background image icon */
}
/* END: this following section styles the nested lists for #main_links ****************/





/* Multiple background image options can be used within a single list. 
/* This is achieved by creating a class for each icon, and styling individual "LI's" as required.  */
.main_links li.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.word {
	background-image: url(../images/ms-word.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.pdf_word {		/* this icon has two (2) images so it needs different spacing from the other icons */
	background-image: url(../images/pdf_word.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 40px;			/* positions the text of the list element */
	margin: .2em .5em;						/* positions the background image icon */
}
.main_links li.folder {
	background-image: url(../images/folder.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.htm {
	background-image: url(../images/explorer.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.excel {
	background-image: url(../images/ms-excel.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.notepad {
	background-image: url(../images/notepad.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 20px;			/* positions the text of the list element */
	margin: .2em 1em;						/* positions the background image icon */
}
.main_links li.gp {
	background-image: url(../images/16X16/grant_icon_gr.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;			/* positions the text of the list element */
	margin: .4em 1em;						/* positions the background image icon */
}
/*  end icon li's styling ******/
.main_links li span 
{

}
/* END main_links list styling ----- */





/* --------------------------------- FORM ----------------------------------------- */
/* -------------------------------------------------------------------------------- */
.aspsum {
	margin: 25px;
}
.displayasp {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color:	#414141;	     /* default light grey text color */
	padding: 2px;			/* adds spacing in the user input area */
	margin-bottom: 3px;
}
.aspInnerTable {    /*** style for table within a table (asp controls are converted to tables by browsers ***********/
	border: none;
	padding: 3px;
}





/* --------------------------------- EXTRAS --------------------------------------- */
/* -------------------------------------------------------------------------------- */

/********** this table class styles the tables used in the .asp pages for registration/users ********************/
.tableform { 					/* used for .asp form pages **************/
	border: 1px solid #ddd;
	border-collapse:collapse;
	font-size: 11px;
	margin: 8px 0 0 0; padding: 5px;
}
.tableform td {				/* used for .asp form pages **************/
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	padding: 7px;
	text-align:left;
}
.tableform table, .tableform table a {    /*** style for table within a table (asp controls are converted to tables by browsers ***********/
	border: none;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}
.tableform table a { color: #0069D2 }   /* link within the table */

.tableform .gridheader td, .tableform .gridheader td a {   /* grid header */
	font-size: 12px;
	border-bottom: 1px solid #ccc; 
	background-color: #b7d246;
	margin: 0; padding: 5px 5px 5px 7px;
	text-align: left;  
}


/* tablefaq **********/
.tablefaq table {
	border: 1px solid #ddd;
	border-collapse:collapse;
}
.tablefaq td {
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
	font-weight: normal;
	padding: 3px;
	line-height: 15px;
	vertical-align: top;
}


/* download page only */
#mainContent .options {
	width: 480px;
	margin: 0 0 0 20px; 
	padding: 10px;
	border:2px solid #ccc;
}
#mainContent .options img {
	margin: 5px 10px 0 0;
	vertical-align: middle;
}
#mainContent .options p {
	margin: 5px 0 0 0; 
	padding: 7px 0;
}
#mainContent .options p.notes {
    font-size: 0.8em;
    color: #666666;    
}
#mainContent .options p.downloadlink 
{
    background-color: #f1f5fa;
    padding: 10px;
    border: 1px solid #cbdefa;
    text-align: center;
}

#mainContent .options span.specs { 
    color: #666666;
    font-size: 1.2em;
}

#mainContent .options a:link,
#mainContent .options a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
#mainContent .options a.downloadme {
    font-size: 1.5em;
}


.tinytxt {
    font-size: 0.8em;   
}


/* ------------------------- FOOTER ELEMENTS -------------------------------------- */
/* -------------------------------------------------------------------------------- */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 42px;
	width: 780px;
	display: block;
	margin: 30px 0 0 0;  
	padding: 0;
	text-align: center;
	color: #444;
	background-color: #EFF4EA;
	border-top: 1px solid #ddd;
} 
#footer p {
	margin: 0;  padding:0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0069D2;
	padding-top: 21px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}
#footer a:hover {
	color: #444;
	text-decoration: underline;	
}
#footer ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer li {
	display:inline;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0069D2;
	text-decoration: none;
}
#footer a span {
	color: #0033CC;
}





