/* CSS Document */

/* COLORS 
	body background: transparent;
	main text: #222222;
	blue link: #466e92;
	orange link: #F47B20;
	orange headline: #F47B20
*/

/*CSS RESET START*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/*CSS RESET END*/

/* GENERIC
---------------------------------------------------------------*/
html {
	min-height: 101%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}
#container{
	margin:0 auto;
	top: 0px;
	border: 1px solid #444444;
	width: 996px;
}
#clear {
	clear: both;
}
#clearbody{
	clear: both; 
}
#clearrightnav{
	clear: both; 
}
#clearfooter{
	clear: both; 
}
.clear {
    clear: both;
}
.spacer {
	height: 10px;
}
p {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	line-height: 18px;
	padding-bottom: 10px;
}
p a {
	color: #466e92;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.orangelink {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #F47B20;
	margin-top: -5px;
	border-top: 1px solid #ffffff; /* strange fix for IE */
	padding-bottom: 0px;
}
.orangelink a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #F47B20;
}
.orangelink a:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #466e92;
	margin-top: -5px;
}
.bluelink {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #466e92;
}
.bluelink a {
	text-decoration: underline;
	font-size: 11px;
	color: #466e92;
	margin-top:-5px;
}
.bluelink a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #f6832e;
}

/* HEADER
------------------------------------------------------------- */
#header{
	margin: 0 auto;
	width: 996px;
	height: 162px;
	background: url(http://www.workday.com/Images/shared/wd-bgheader.gif) no-repeat;
}
#logo {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
#toplinks {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #002E56;
	text-decoration: none;
	text-align: right;
}
.links a {
	font-size: 11px;
	font-weight: normal;
	color: #002E56;
	text-decoration: none;
}	

.links a:hover {
    color: #F47B20;
	text-decoration: underline;
}

.search {
	font-size: 13px;
	font-weight: bold;
	color: #002E56;
	margin-top: 10px;
}
.searchbox {
	font-size: 12px;
	font-weight: normal;
	color: #002E56;
	width: 145px;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #002E56;
	vertical-align: middle;
}
.searchgobutton {
   vertical-align: bottom;
}



/* TOP NAV
------------------------------------------------------------- 
#menu {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -60px;
}
#topnav {
	width: 966px;
	height: 26px;
	border: 1px solid #5e88a2;
	background-image: url(http://www.workday.com/Images/shared/bg-topnav.gif);
}
#topnav ul{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#topnav li {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #003768;
}

#topnav li a {
	padding-left: 2%;
	padding-right: 2%;
	text-decoration: none;
	color: #003768;
}
#topnav li.on a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #F47B20;
}
#topnav li a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #F47B20;
}
*/

/* Nw DROPDOWN 
-----------------------------------------------------------------*/

div#menu {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -60px;
}
.role_divider {
	border-top:1px #ccc solid;
	padding-top:3px;
}
.role_title {
	font-size:12px;
	padding-left:3px;
	color:#F47B20;
	font-weight:bold;
}
div#topnav {
	width: 907px;
	height: 26px;
	padding-left:59px;
	border: 1px solid #5e88a2;
	background-image: url(http://www.workday.com/Images/shared/bg-topnav.gif);
	position: relative;
	display: block;
	background-repeat: repeat-x;
	list-style-type: none;
	list-style-image: none;
}
div#topnav ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	z-index: 1000;
	margin:0px auto;
}
div#topnav li {
	position:relative;
	color: #003768;
	display: inline;
	text-align: left;
	float: left;
	z-index: 1000;
	margin-right: 1%;
}
div#topnav li a:link, div#topnav li a:visited {
	text-align:center;
	text-decoration:none;
	color:#003768;
	display: block;
	height: 26px;
}
div#topnav li:hover a, div#topnav li a:hover, div#topnav li a:active {
	color:#FFF;
	font-weight: bold;
	display: block;
	height: 26px;
}
#topnav .spacer {
	padding-top: 4px;
	
}
div#topnav li ul.topnavLevel2 {
	list-style:none;
	display:none;
	position:absolute;
	top:26px;
	color: #507CA5;
	z-index: 1000;
	border-bottom: 1px solid #507CA5;
	border-right-style: none;
	border-left-style: none;
	left: 0px;
	border-top: 1px solid #507CA5;
}
div#topnav li:hover ul.topnavLevel2 {
	display:inline;
}
div#topnav li ul.topnavLevel2 li {
	clear:left;
	border-right: 1px solid #5D87A1;
	border-left: 1px solid #5D87A1;
	background-color: #FFF;
	list-style-type: none;
	padding: 0px;
	height: 20px;
	width:170px;
}
div#topnav li ul.topnavLevel2 li a:link, div#topnav li ul.topnavLevel2 li a:visited {
	clear:left;
	border:none;
	position:relative;
	z-index:1000;
	color: #466e92;
	display: inline;
	background-image: none;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 11px;
	height: 15px;
	width:166px;
	padding-left:4px;
}
div#topnav li ul.topnavLevel2 li:hover a, div#topnav li ul.topnavLevel2 li a:active, div#topnav li ul.topnavLevel2 li a:hover {
	clear:left;
	border:none;
	position:relative;
	z-index:1000;
	color: #F47B20;
	display: inline;
	background-color: #ECF4F9;
	
}
li.solutions {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/solution_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
}

li.solutions a, li.solutions a:link, li.solutions a:visited {
	display:inline;
	float:left;
}
li.solutions img {
	border:0;
}
li.solutions a:hover img {
	visibility:hidden;
}
li.workdayDifference {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/workday_difference_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
}
li.workdayDifference a, li.workdayDifference a:link, li.workdayDifference a:visited {
	display:inline;
	float:left;
}
li.workdayDifference img {
	border:0;
}
li.workdayDifference a:hover img {
	visibility:hidden;
}
li.customers {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/customer_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
}
li.customers a, li.customers a:link, li.customers a:visited {
	display:inline;
	float:left;
}
li.customers img {
	border:0;
}
li.customers a:hover img {
	visibility:hidden;
}
li.partners {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/partners_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
}
li.partners a, li.partners a:link, li.partners a:visited {
	display:inline;
	float:left;
}
li.partners img {
	border:0;
}
li.partners a:hover img {
	visibility:hidden;
}
li.resources {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/resources_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
li.resources a, li.resources a:link, li.resources a:visited {
	display:inline;
	float:left;
}
li.resources img {
	border:0;
}
li.resources a:hover img {
	visibility:hidden;
}
li.events {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/events_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	float:left;
}
li.events a, li.events a:link, li.events a:visited {
	display:inline;
	float:left;
}
li.events img {
	border:0;
}
li.events a:hover img {
	visibility:hidden;
}
li.company {
	height: 26px;
	background-image:url(http://www.workday.com/Images/Navigation/company_hover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
li.company a, li.company a:link, li.company a:visited {
	display:inline;
	float:left;
}
li.company img {
	border:0;
}
li.company a:hover img {
	visibility:hidden;
}


/* END DROPDOWN */





/* FOOTER
---------------------------------------------------------------*/
#footer {
	width: 996px;
	height: 77px;
	background: url(http://www.workday.com/Images/shared/wd-bgfooter2.jpg) no-repeat;
}
#footerLeft {
	float: left;
	margin-left: 15px;
}
#footerRight {
	float: right;
	margin-right: 15px;
}
.greennote {
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	color: #c3cf1b;
	text-decoration: none;
	line-height: 29px;
	margin-left: 5px;
	margin-top: 15px;
	padding-left: 30px;
	/*background: url(http://www.workday.com/Images/shared/windmills.gif) no-repeat;*/
}
.footerlinks {
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #002E56;
	text-decoration: none;
}
.footerlinks a {
	color: #002E56;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #F47B20;
	text-decoration: underline;
}
.tagline {
/* A.D. enlarge IINI image to allow seasonal imagery
	margin-right: 5px;
	margin-top: 40px;
*/
	margin-top: 10px;
}

/* LEFT_NAV
---------------------------------------------------------------*/
#sidenav {
	float: left;
	height: auto;
	margin-top: 15px;
	border-right: 1px solid #466e92;
	padding-right: 10px;
	padding-left: 15px;
}
#sidenav ul {
	width: 190px;
	list-style-type: none;
}
.sidenavheader {
	font-weight: bold;
	font-size: 18px;
	color: #4d4d4d;
	text-decoration: none;
	border-bottom: 1px dotted #466e92;
	padding-bottom: 5px;
	margin-bottom: 2px;
}
#sidenav li {
	font-weight: normal;
	font-size: 12px;
	color: #466e92;
	text-decoration: none;
}
#sidenav li a{
	font-weight: normal;
	font-size: 12px;
	color: #466e92;
	text-decoration: none;
	line-height: 24px;
}
#sidenav li a:hover{
	text-decoration: underline;
}
#sidenav li.sidenav_on a {
	font-weight: bold;
	color: #F47B20;
	font-size: 12px;
}
#sidenav li.subnav a {
	font-weight: normal;
	font-size: 11px;
	color: #466e92;
	text-decoration: none;
	margin-left: 15px;
	line-height: 18px;
}
#sidenav li.subnav a:hover {
	font-weight: normal;
	font-size: 11px;
	color: #466e92;
	text-decoration: underline;
	margin-left: 15px;
	line-height: 18px;
}
#sidenav li.subnav_on a {
	font-weight: bold;
	color: #F47B20;
	margin-left: 15px;
}

#sidenav li.fourthnav   {
	font-weight: bold;
	margin-left: 30px;
	font-size: 11px;
}
#sidenav li.fourthnav a  {
	font-size: 11px;
	line-height: 18px;
}
#sidenav li.fourthnav_on {
	margin-left: 30px;
	color: #f47b20;
	font-weight: bold;
}

#sidenav li.fourthnav_on a {
	color: #f47b20;
	font-weight: bold;
}

/* Manually Added
	Author: Peter Swietoslawski
	Date: 26.04.2008
*/

.verticalMiddle {
 	vertical-align:middle;
}

.search_button{
}

/*  END OF GENERIC
---------------------------------------------------------------*/

