/** Toolbar Styles - $Revision: 8108 $ **/
#toolbar a:active, #toolbar a:link, #toolbar a:hover, #toolbar a:visited {
    color: white;
    font-style: normal;
    text-decoration: none;
}
/*
#toolbar a:link {
    color: white;
    font-style: normal;
    text-decoration: none;
}

#toolbar a:hover {
    color: white;
    font-style: normal;
    text-decoration: none;
}

#toolbar a:visited {
    color: white;
    font-style: normal;
    text-decoration: none;
}
*/
#toolbar {
    font: bold 11px Arial;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    background-color: #CCCCFF;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#toolbar table {
    cursor: pointer;
}

#toolbar .tb_button {
    background-color: rgb( 0, 107, 214 );
    background-image: url(/_layout/scripts/toolbar/images/cw_primarynavbg.gif);
    margin: 4px;
    padding: 6px;
    color: #FFFFFF;
    font: bold 11px Arial;
    text-align: center;
    cursor: pointer;
}

#toolbar .tb_button:hover, #toolbar .tb_button_highlight {
    background-image: url(/_layout/scripts/toolbar/images/1px.gif);
}

#toolbar .tb_subscribe {
    background-color: red;
    background-image: url(/_layout/scripts/toolbar/images/cw_primarynavbg-subscribe.gif);
    margin: 4px;
    padding: 6px;
    color: #FFFFFF;
    font: bold 11px Arial;
    text-align: center;
    cursor: pointer;
}

#toolbar .tb_subscribe_highlight {
    background-image: url(/_layout/scripts/toolbar/images/1px.gif);
}

.tb_menu {
    width: auto;
    background-color: rgb( 0, 107, 214 );
    cursor: pointer;
/*
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
*/
}

.tb_box_menu {
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    background-color: rgb( 0, 107, 214 );
    cursor: pointer;
/*
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
*/
}

table.tb_box_menu {
    margin: 0px;
    padding: 0px;
}

td.tb_box_menu {
    height: auto;
    width: auto;
    padding: 0px;
    margin: 0px;
}

.tb_item a:active {
    color: white;
    font-style: normal;
    text-decoration: none;
}

.tb_item a:link {
    color: white;
    font-style: normal;
    text-decoration: none;
}

.tb_item a:hover {
    color: white;
    font-style: normal;
    text-decoration: none;
}

.tb_item a:visited {
    color: white;
    font-style: normal;
    text-decoration: none;
}

.tb_item {
    width: auto;
    padding: 4px 8px 4px 8px;
    text-align: left;
    color: #FFFFFF;
    font: bold 11px Arial;
    background-color: rgb( 0, 107, 214 );
/*
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
*/
}

.tb_item_highlight {
    background-color: rgb( 0, 51, 153 );
/*
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
*/
}

.tb_box_item {
    width: auto;
    float: left;
    position: relative;
    color: black;
	background-color: white;
    margin: 0px;
    padding: 0px;
    border: 4px solid rgb( 0, 107, 214 );
    vertical-align: text-top;
/*
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
*/
}

.tb_box_item_highlight {
	border: 4px solid rgb( 0, 51, 153 );
/*
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
*/
}
