/* 
TITLE: mig_main.css   copied from wdktools.css
AUTHOR: mvp
DATE: 3-22-2008
PURPOSE:  THIS IS THE MAIN CSS SHEET FOR the entire MIG site
            MAYBE NOT...I'm already using biz.css for all the biz pages....
			  might have one css for each audience.
 */

/*
  in the hrefs...the order matters...to get the hover 
  to work AFTER having visited a page you always need 
  to have the HOVER UNDERNEATH the VISITED!!!!!
*/	
 	
	  /* See the toptxt links down below for this style text */	
body
{
 margin: 0px;
 /* color: #5E3C00;  THIS WAS OLD COLOR TILL 7-19-08 dark brown color as in the nav bar for the page's text */ 
 color: 336699;
 font-family: helvetica, arial, sans-serif;
 font-size: 10pt;
 font-weight: 400;
}	

table
{
 /* so that the text inside of table matches the body text. */ 
 color: 336699;
 font-family: helvetica, arial, sans-serif;
 font-size: 10pt;
 font-weight: 400;
}	

#left_col {
	width: 180px;
	/* height: 100%;  */
	background: #f7f6e3;
	border: #9ad47f solid 1px;
	position: absolute;
	top: 108px;
	margin-left: 0px;	
	margin-right: 0px;	
	font-size: 11px;
	padding-left: 0px;
	padding-right: 5px;
}



#center_col {
	width: 77%; 
	text-align: justify;
	padding-left: 10px;
/*	position: absolute;
	top: 110px;  when top was designated then the footer slid up too high cause the center_col wasn't in the flow.
	left: 200px; */
/* the position relative works...but I'm afraid of shifting at diff resolutions */
	position: relative;
	left: 200px; 
	z-index: 2;  /*moved this down from 5 on 8-31-08 so the announcment box (set at 3) wouldn't get hidden */
	background-color: #ffffff;
}

/* for my notes to molly on the pages */
.molly {
	*color: #ff0000;  /*dark blue from MIG*/
	font-family: helvetica, arial, sans-serif;
	font-size: 18pt;
	font-weight: 100;
	text-align : center;
	font-style: italic;
    }



.toptitle {
	*color: #0e1676;  /*dark blue from MIG*/
	font-family: helvetica, arial, sans-serif;
	font-size: 18pt;
	font-weight: 800;
	text-align : center;
    }
	
.toptitle_right {
	*color: #0e1676;  /*dark blue from MIG*/
	font-family: helvetica, arial, sans-serif;
	font-size: 18pt;
	font-weight: 800;
	text-align : right;
	margin-right: 0px;
    }	
	
	
	 /*sub top titles: if I need them*/
.toptitle2 {
	color: #4DA82D;   /*medium green*/
	font-family: helvetica, arial, sans-serif;
	font-size: 15pt;
	font-weight: 800;
	text-align : center;
    }	

	
	
 /* I'M MOVING THIS INTO THE BODY SO THAT ALL TEXT WILL BE THIS!!  7-19-08See the toptxt links down below for this style text 	
.toptext {
    color: 336699;
    font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 400;
    }	
*/	

	 /*colored text: if I need them*/
.greentext {
	color: #4DA82D;   /*medium green*/
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	}	
	
.bluetext {
	color: #0e1676;  /*dark blue from MIG*/
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	}	
	
.browntext {
	color: #412700;   /*medium brown*/
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	}			
	
	
.width-content {
    width: 900px;
	margin-left: 15px;
    }	
	


.opaque50   /* this doesn't seem to work...need more research..might not work in CHROME anyway.          */
{
 background-color: #ffffff;  /* the background          */
 filter:alpha(opacity=50);   /* Internet Explorer       */
 -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
 opacity: 0.5;               /* newer Mozilla and CSS-3 */	
}	

 /* 	placed it at bottom of screen not bottom of page...so sometimes it showed
        up right over the text if the page was longer than the screen!!
#footerplacement {
    position: absolute;
	bottom: 30px;
	background-color:#ffff00;
    }		
*/	
	
	
/* <<<<<<<<<<<<<<<<<<<<  FOR FORMS  >>>>>>>>>>>>>>>>>>      */
	
.input-label {
	*color: #0e1676;   /*dark blue from MIG*/
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
    }	
	
legend {
	*color: #1a760a; /*dark green ....made up by me*/
	font-family: helvetica, arial, sans-serif;
	font-size: 13pt;

    }		
	
.box {
	color: #0e1676;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #f5f8ec;             /* #feffe8;  nice light green #ddffc7; #f9f5ec; */
	border: 1px solid #669966;
}	
	
 /* text for inside explanation of the popup boxes for the help messages on any FORM */	
.helpmsg {
    color: #0e1676;
    font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: 400;
    }		
		
		
 /* this is for SELECT pulldown menus so that font isn't big and black */	
option {
    color: 336699;
    font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 400;
    }			
		


#summaryline  /* see bottnav links below */
{
	height: 18px;
	text-align: center;
	font-style: italic;	
	font-size: 14px;
	color: #0F1676;   /* dark blue color from header words for myinternshipgopher.com */	
}


#privacy  /* see bottnav links below */
{
    width: 80%;
	height: 18px;
	text-align: center;
	background-color: #5E3C00;   /* dark brown color as in the nav bar for the page's text */	
	margin-top: 10px;		
}

#bottinfo {
	text-align: center;
    padding-bottom: 50px;
}

a.bottnav:link {
	font-size: 11px;
	text-align: center;
	color: #ddddaa;
	text-decoration: none;
}
a.bottnav:visited {
	font-size: 11px;
	text-align: center;
	color: #ddddaa;
	text-decoration: none;
}
a.bottnav:hover {
	font-size: 11px;
	text-align: center;
	color: #dddd00;
	text-decoration: underline;
}










/*  ----------- Dig here EXTRA SMALLtag line link use in SEARCH INTERNSHIP RESULTS page ------------ */
a.dighere_small:link {
    font-family: Bellerose, helvetica, arial,sans-serif;
    font-size: 12px;
	color: #5e3c00;
	text-decoration: none;
}
a.dighere_small:visited {
    font-family: Bellerose, helvetica, arial, sans-serif;
    font-size: 12px;
	color: #5e3c00;
	text-decoration: none;
}
a.dighere_small:hover {
    font-family: Bellerose, helvetica, arial, sans-serif;
    font-size: 12px;
	color: #336699;
	text-decoration: underline;
	/*background-color: #dddd00;*/
}

