body {
background: #282828;
}

td {
	font: bold 11px Tahoma, Arial;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {

    color: #5a768d;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}

h9 {
    font-family:Segoe UI, Segoe, Frutiger, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size:20px;
}

a {

font: bold 11px Tahoma, Arial;
color: #5a768d;
text-decoration: underline;
}

a:hover {

font: bold 11px Tahoma, Arial;
color: #5a768d;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 0px 50px 5px 30px;
}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}

.menu 
{
	color:#8c247b;
	vertical-align:top;
	height: 35px;
	padding: 0px 0 0 20px !important;
}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


/* for drop downs */
.menu {
width:100%; 
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:30px;
margin:2px;
list-style-type:none;
white-space: normal;
padding-top:0px !important;
text-align:center;
}
.menu ul ul {
width:100px;
}

.menu ul ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left !important;
width:90px;
position:relative;
padding-left:25px;
padding-right:25px;
}
/* for span */

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-family:Segoe UI, Segoe, Frutiger, Arial, Helvetica, "Trebuchet MS", sans-serif;
font-size:13px;
text-decoration:none; 
font-weight:bold;
color:#FFF;
border-color:#69C;
width:100px;
height:32px;
line-height:30px;
/*border:1px solid #fff;
border-width:1px 1px 0 1px;*/
text-align:center;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
font-family:Segoe UI, Segoe, Frutiger, Arial, Helvetica, "Trebuchet MS", sans-serif;
font-size:13px;
font-weight:bold;
background:#d4d8bd; 
color:#FFF;
height:auto;
line-height:1em; 
padding:8px 3px !important; 
width:150px; 
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:120px
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:98px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background:#14405C;

/*border:1px solid #000;
border-width:0px 0px 0 1px;*/
}
.menu :hover > a, .menu ul ul :hover > a {
background:#F00;
/* to change the color when mouse hovers over the menu */

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#143D58;
opacity:.75;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#999;
opacity:.90;
}
.menu ul ul :hover > a.drop {
background:#999;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#14405C;
opacity:.85;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#999;
opacity:.85;
}
.menu ul ul ul :hover > a {
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:-32px;
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:123px;
top:0px;
width:150px;

}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;

}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* smaller down arrow */
.nabla {
font-size:12px;
}


#tabssubnav a:hover,#tabssubnav .ui-tabs-selected a { 
background:#666;
color:#fff}

#tabsmenu a {height:29px;line-height:29px;display:block;float:left;text-indent:-9000em;padding-left:30px;padding-right:30px;}
#tabsmenu li#global-sourcing a {padding-left:43px;padding-right:43px;}
#tabsmenu li#saas a, #tabsmenu li#eai a {padding-left:49px;padding-right:49px;}
#tabsmenu li#data-management a {padding-left:36px;padding-right:37px;}
#tabsnav li {background: url(img/tabs.png) no-repeat;background-position:right 0px}
#tabsnav li:hover {background-position:right -30px}
#tabs1,#tabs2,#tabs3,#tabs4,#tabs5,#tabs6 {z-index:12;width:894px;margin:-4px auto;height:210px;background: url(img/tabfootbg.png) repeat-x #fff;background-position:left bottom}
.ui-tabs-hide { display: none; }
#tabsnav .ui-tabs-selected {background: url(img/tabs.png) no-repeat;background-position:right -30px !important;}
#tabsnav .ui-tabs-selected a {background-position:center -20px !important;}
ul#tabssubnav {padding-left:30px;padding-top:17px;}
#fragment-1a, #fragment-1b, #fragment-1c {padding-left:20px;padding-top:7px;width:270px;clear:both;border-top:1px solid #666;color:#888;}
#fragment-1a p, #fragment-1b p, #fragment-1c p {font-size:11px}
#tabssubnav li {float:left}
#tabssubnav a {padding-top:3px;padding-left:7px;padding-right:7px;display:block;float:left;color:#666;margin-right:5px;font-weight:bold;font-size:14px;text-decoration:none;}
a.redintab {color:#f33;}
a.redintab:hover {text-decoration:none}

.question {background:url(images/help.png) no-repeat; text-indent:19px; list-style-type:none;line-height:19px;}

.tick {background:url(images/tick.gif) no-repeat; text-indent:19px; list-style-type:none;line-height:19px;margin-bottom:10px;margin-top:10px;}
