/*
 *  FishEye & Crucible Headers and Footers
 */
#header {
    position: relative;
    height: 26px;
    margin: 0;
    font-family: tahoma, verdana, sans-serif;
    background: #036 url( ../images/fisheye_header_bg.gif ) top left repeat;
	width: 100%;
}


#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 2px;
    z-index: 9;
}

#header h1 a {
    display: block;
    height: 26px;
    width: 247px;
    text-indent: -1000em;
}

#header h1 a.fe_logo {
    width: 127px;
}

.crucible #header h1 a, /*deprecated*/
#header h1 a.cr_logo {
    width: 127px;
}

#header ul {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 2px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: x-small;
    text-transform: uppercase;
}

#header li {
    float: right;
    padding: 0 3px 0 0;
    margin: 0 1px 0 0;
}

#header ul a {
    float: left;
    display: block;
    padding: 5px 5px 5px 7px;
    font-weight: bold;
    text-decoration: none;
}

#header ul li.active a {
    background: transparent url( ../images/header_tab_left.gif ) top left no-repeat;;
}

#header li.active {
    background: #ebebeb url( ../images/header_tab_right.gif ) top right no-repeat;;
}

#header ul a:link, #header ul a:visited {
    color: #fff;
}

#header ul a.notActive,
#header ul a.notActive:hover {
    color:#ccc;
    text-decoration:none;
    cursor:default;
}

#header ul a:hover {
    text-decoration: underline;
}

#header ul li.active a:link,
    #header ul li.active a:visited {
    color: #2F5FB9;
}

li#headerUserDetails {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    color: #fff;
    text-transform: none;
    margin: 4px 15px 0 0;
}

#headerUserDetails a,
#headerUserDetails a:link,
#headerUserDetails a:hover,
#headerUserDetails a:visited {
    color: #fff;
    font-weight: normal;
    float: none;
    display: inline;
    padding: 0;
    margin: 0;
}

#secondHeader {
    background: #EBEBEB url( ../images/second_header_bg.gif ) bottom left repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    font-size:small;
}

#secondHeader td {
    padding: 3px 10px 4px 10px;
    font-size: 0.9em;
}

#secondHeader input {
    border:1px solid #ccc;
    background-color:#fafafa;
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    margin: 0;
}

#starDropDown h2 {
    padding:0 0 0 2px;
    margin:0;
    font-size:1.2em;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
	white-space: nowrap;
}

#starDropDown h2 {
    padding:0 0 0 2px;
    margin:0;
    font-size:1.2em;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
	white-space: nowrap;
}

#starDropDown h2 a {
    color: #353535;
}

#starDropDown_arrow {
    width:18px;
    height:15px;
    background: url("../images/arrow_dd.gif") no-repeat 1px 0;
    float: right;
}

#starDropDown_arrow:hover {
	background-color: lightblue;
	cursor: pointer;
}

#starDropDownList {
    position:absolute;
	width: 600px;
    background-color:#fff;
    border:1px solid #ccc;
    font-size: 1.1em;
    z-index: 9901;
}

#starDropDownList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#starDropDownList li {
	/*display: block;*/
	padding: 6px 45px 6px 8px;
	white-space: nowrap;
}

#starDropDownList li a:hover {
	background-color: lightblue;
}

#repositoryDropDownList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#repositoryDropDownList li {
	/*display: block;*/
	padding: 6px 45px 6px 8px;
	white-space: nowrap;
}

#repositoryDropDownList li a:hover {
	background-color: lightblue;
}

#quickSearch {
    color: #333;
    text-align: right;
    width: 100%;
    font-family:Verdana, Arial, sans-serif;
    padding: 0 10px 0 0;
    margin: 0;
}

.bottomshadow {
    background-image:url(../images/decoration/border_bottom.gif);
    background-repeat:repeat-x;
    height:12px;
    clear:both;
}

.smalltext {
    color:#666;
    font-size:10px;
    text-align:center;
    margin-bottom:4px;
    font-family:verdana,arial,helvetica,sans-serif;
}

.smalltext a:link,
.smalltext a:visited,
.smalltext a:hover {
    color:#666;
    text-decoration:underline;
}

a:link.star-off, a:visited.star-off {
    color: #808080;
}
a:link.star-on, a:visited.star-on {
    color: #E0D000;
}

/* general */
html {
	overflow: auto;
}

/*[{!headerfooter_css_ydl343e!}]*/