/*
    This file may be used to change the way the webpage looks like.
    Please remove the comment markers from the styles you intend to use.
    You will need to refresh the page in your browser in order to see the changes.
*/



/*
    The color of the menu item NOT being selected.
    It will change the font color to #009900 (green), and set its style to bold.
*/
/*
a.menu {
    color: #009900 !important;
    font-weight: bold;
}
*/



/*
    Color of the main menu text the mouse is hovering over.
    Un-commenting these definitions will make the menu text red and bold.
    You will need to experiment with these definitions - you can
    set different colors for clicked menu text and
    hovered-over text.
*/
/*
div.selected  a.menu {
    color: #ff0000 !important;
    font-weight: bold;
}
.menuItemText a:hover {
    color: #ff0000 !important;
    font-weight: bold;
}
*/



/*
    This definition sets the font color and background color of box headings.
    It does not change the background of icons. Default icons are not transparent.
    They are gray rectangles with a symbol, combined as one .png file.
*/
/*
div.functionBarTitle{
    background-color: #000000 !important;
    color: #00FF00;
}
*/



/*
    This is a definition of the first box located on the 'Help -> about...' page.
    This definition only includes the background color of the box heading.
*/
/*
div.functionBarContainerEmpty {
    background-color: #000000 !important;
}
*/
a, 
a:link {
	color: #184971;
}
a:hover {
	color: #666;
}

/* Header styles */ 

#mainMenu ul.main {
    background: #ffffff!important;
    position: absolute;
    width: 973px;
	border: 0 none;
	height: 32px;
}

ul.main div.itemBg {
	border: 0 none !important;
	background: #ffffff url("/images7/menu/buttons/main-norm.png") no-repeat right 0!important;
}
#mainMenu ul.main .menuItemTable a.menu {
	color: #666666;
	cursor: pointer;	
}
#mainMenu ul.main > li > div.itemBg a {
    line-height: 19px !important;
    margin: 4px 0 0 !important;
    padding: 3px 12px !important;
	height:18px!important;
}
#mainMenu ul.main > li > div.itemBg .menuItemTable a.menu:hover,
#mainMenu ul.main > li > div.itemBg.selected .menuItemTable a.menu:hover,
#mainMenu ul.main > li > div.itemBg.selected a {
    background: #eeeeee none repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #184971 !important;
    line-height: 19px !important;
    margin: 4px 0 0 !important;
    padding: 3px 12px !important;
	height:18px!important;
}
#mainMenu ul.main > li > div.itemBg {
	height:27px!important;
	
}

ul.sub .menuItemText {
	padding: 0 0 0 0!important;
	background: none!important;
}
ul.sub div.itemBg {
	background: #ededed;
	background-image: none!important;
}
ul.sub div.itemBg.selected {
	background: #184971!important;
	color: #ffffff!important;
}
ul.sub div.itemBg:hover a.menu,
ul.sub div.itemBg:hover a.menu:hover,
ul.sub div.itemBg:hover a.menu,
ul.sub div.itemBg a.menu:hover,
ul.sub div.itemBg.selected a.menu,
ul.sub div.itemBg.selected a.menu:hover,
#mainMenu ul.sub .menuItemTable a.menu:hover {
	color: #ffffff!important;
}

ul.sub a.menu {
	padding-right:20px!important;
	
}

#addressBar {
    backgro und: #f3f4f4 url("/images7/menu/addressbar-text-bg.png") no-repeat;
    border:0 none;
	border-bottom: 1px solid #333;
    font-size: 11px;
    height: 29px;
    position: absolute;
    top: 32px;
    width: 973px;
    z-index: 7;
}
#addressBar div.icon {
    color: #7c7c7c;
}
#addressBar span.location {
    color: #184971;
    float: left;
    font-weight: bold;
}

/* Bars */

div.functionBarContainerEmpty {
    background-color: #184971;
    height: 10px;
    width: 610px;
}
div.functionBarContainer {
    background: #184971 url("/images7/fbar/separator.png") no-repeat right top;
}
div.functionBarTitle {
	background: transparent none;
}

div.treeTitle {
	background: none;
}
div.treeTitle a:hover {
	color: #888!important;
}

/* Other stuff */

.help-manual-doc {
	color: #184971;
	text-decoration: none;
}

table.o_button tr td.btnMain {
	background: transparent url("/images7/btn/button-classic-blue-main.png") repeat-x scroll left top;
}
table.o_button tr td.btnLeft {
	background: transparent url("/images7/btn/button-classic-blue.png") no-repeat scroll left top;
}
table.o_button tr td.btnRight {
	background: transparent url("/images7/btn/button-classic-blue.png") no-repeat scroll right top;
}

#ev {
	color: #184971;
}
.treeItemsContainer a {
	color: #666!important;
}
.treeItemsContainer a:hover {
	color: #184971!important;
}

/* Override default bottom border style from erros.css file*/
#event-viewer-tabs {
    border-bottom: 5px solid #184971 !important;
}

/* Overrirde default Location header red color from helps2.css */
.locationheader {
    color: #184971;
}

/* TUTORIAL PANEL FOR SOHO - BEGIN */
#tut-panel .open-btn{
    background-image: url('/images7/tutpanel/tutorial-open-blue-btn.png');
    border-bottom: 1px solid #AAAAAA;
}

#tut-panel .panel-bar{
    background-color: #184971;
}

#tut-panel .home-btn-text{
    background-image: url('/images7/tutpanel/tutorial-home-blue.png');
}

#tut-panel .close-btn{
    background-image: url('/images7/tutpanel/tutorial-close-blue-btn.png');
    border-left: 1px solid #003761;
}
/* TUTORIAL PANEL FOR SOHO - END */