﻿/* CSS RESET */
 img
{
	border: 0;
}

caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: text-top;
}
sub
{
	vertical-align: text-bottom;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body
{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*table
{
	font-size: inherit;
	font-size: 100%;
	background-color: #ffffff;
}*/
pre, code, kbd, samp, tt
{
	font-family: monospace;
	line-height: 100%;
}
/* CSS RESET */



body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(../../images/MasterPage_06.jpg);
	background-repeat: repeat-x;
	min-width: 770px; /*** This is needed for moz. Otherwise, the header and footer will 	slide off the left side of the page if the screen width is narrower than the design. 	Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
	text-align: center;
}

p
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a
{
	color: #333333;
	font-size: 11px;
}

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #666666;
}

a.fitin
{
	color: dimgray;
	font-size: 10px;
}

a.fitin:hover
{
	text-decoration: underline;
}

a.search
{
	color: red;
	font-size: 11px;
}
#bg
{
	width: 772px;
	margin: 0 auto;
}
#wrap
{
	width: 772px;
	text-align: left;
	vertical-align: top;
}

.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clearfix
{
	clear: both;
}



/* header */
#header
{
	vertical-align:top;
	height: 445px;
	background: url(../../images/careershome.jpg) no-repeat top;
}
#header h1
{
	font-size: 36px;
	padding: 10px 0 0 30px;
}
#nav
{
	height: 65px;
	width: 772px;
	background: url(../../images/toyotaBadge.jpg) white no-repeat right;
	vertical-align: bottom;
	text-align: left;
}
#nav li
{
	float: left;
	font-weight: 700;
}
#nav a
{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #acd600;
}
#nav a:hover
{
	background: #DDED06 url(images/hover.jpg);
	color: #000000;
}

li
{
	font-size: 11px;
}

ul
{
}



/* content */
#content, #footer
{
	background-color: #FFFFFF;
	width:772;
}
#content h2
{
	font-size: 24px;
	margin: 15px 0;
}
#content p
{
	margin: 10px 0;
}




/* footer */
#footer
{
	width:790;
	border-top: #FFFFFF 1px solid;
	padding: 15px 0;
}

#ContentMain
{
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.style2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #575757;
	background-image: url(../../Images/seekerhome_07.jpg);
}


.style3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: Black;
	background-image: url(../Images/search_13.jpg);
}

.style4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#EEEEEE;
}

.hiddencol
{
	display: none;
}

.viscol
{
	display: block;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/*********************************************************/
/********** HOME PAGE MAIN CONTROL ***********************/
/*********************************************************/

td.mainlogin
{
    background-image: url('../../images/maincontrol/login.jpg'); 
    background-repeat: no-repeat;
    padding-top: 30px; 
    padding-left: 10px; 
    width: 195px; 
    height: 190px;
}

td.mainfeatures
{
    background-image: url('../../images/maincontrol/features.jpg'); 
    background-repeat: no-repeat;
    padding-top: 30px; 
    padding-left: 10px; 
    width: 385px;
}

td.mainsearch
{
    background-image: url('../../images/maincontrol/search.jpg'); 
    background-repeat: no-repeat;
    width: 195px;
    padding-top:30px;
}

td.mainsearch table.advanced
{
    padding-top: 30px;
     background-color: #000000; 
    color: #ffffff;
}


/*********************************************************/
/********** SEEKER HOME PAGE MAIN CONTROL ****************/
/*********************************************************/

td.portfolio
{
    background-image: url('../../images/seeker/portfolio.jpg'); 
    background-repeat:no-repeat;
    width: 190px;
    height: 109px;
    padding-left:10px;
}

td.resume
{
    background-image: url('../../images/seeker/resume.jpg'); 
    background-repeat:no-repeat;
    width: 170px; 
    height: 109px;
    padding-left:10px;
}

td.alerts
{
    background-image: url('../../images/seeker/alerts.jpg'); 
    background-repeat:no-repeat;
    width: 180px; 
    height: 109px;
    padding-left:10px;
}

td.applications
{
    background-image: url('../../images/seeker/applications.jpg');
    background-repeat:no-repeat;
    width: 200px; 
    height: 244px; 
    padding-top:30px;
}

td.copy
{

}