 /* ## globals ## */

* {
	margin:0px;
	padding:0px;
}

img { 
	margin:0px; 
	padding:0px; 
	border:0px;
	outline:none; 
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.73em;
	line-height: 1.2em;
	min-width: 955px;
	color: #666;
	background: #ffffff url('/themes/gforge5/images/blue/app_bg.gif') top left repeat-y;
}

pre {
	font-size: 1.0em;
	/* font-family: Tahoma, Verdana, Arial, sans-serif; */
	font-family: Courier, monospace;
}

.noleftbody {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.73em;
	line-height: 1.2em;
	min-width: 955px;
	color: #666;
	background:#fff url(/themes/gforge5/images/blue/app_bg_small.gif) repeat-y scroll left top;
}

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

.clear { clear: both; }

input {
	margin-right: 2px;
	margin-left: 2px;
}

/* ## header ## */


#header {
	height: 44px;
	background: #5073b0;
	overflow:hidden;
	border-bottom: 10px solid #EDEDED;
}
#header,#header a { color: #fff; }
#header #logo { 
	margin-left: 15px;
	width: 165px;
	height:44px;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	background: url('/themes/gforge5/images/blue/logo.gif') top left no-repeat;
}
#header #logo a { 
	width: 175px; 
	display:block; 
	height: 44px; 
}/*
ul#mainNav.selected {
	float: left;
	padding-right: 16px;
	min-width: 16px;
	background: url('/themes/gforge5/images/purple_nav_end_selected.gif') right top no-repeat;
}
*/
/* ## main nav ## */

ul#mainNav {
	height:44px;
	margin:0 10px 0 0;
	padding-right:10px;
	float:left;
	background:url(/themes/gforge5/images/blue/menu-tabs.gif) no-repeat right -44px;
}
/* html ul#mainNav { width: 500px; }*/
ul#mainNav li {
  margin:0;
  padding:0;
  display:block;
  float:left;}
  ul#mainNav li a{
	margin:0 8px;
	position:relative;
	top:20px;
	text-decoration:none;}
	ul#mainNav li.start{
	  height:44px;
	  padding-left:10px;
	  background:url(/themes/gforge5/images/blue/menu-tabs.gif) no-repeat left -44px;}
	ul#mainNav li.selected {
	  padding:0;	  
	  background:url(/themes/gforge5/images/blue/menu-tabs.gif) no-repeat right top;}
	  ul#mainNav li.selected a{
		height:44px;
		margin:0 15px 0 0;
		padding-left:15px;
		overflow:hidden;
		display:inline-block;
		position:relative;
		top:0;
		line-height:48px;
		background:url(/themes/gforge5/images/blue/menu-tabs.gif) no-repeat left top;
		color:#6D6D6D;}


/* ## login ## */

div#login {
	max-height: 32px; 
	overflow: hidden;
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 32px;
	background:url('/themes/gforge5/images/blue/lock.gif') no-repeat scroll left 8px; 
	white-space: nowrap;
	position:absolute;
	top:10px;
	right:0;
	/* text-transform:capitalize; */
}

div#login a { margin: 0 5px; }


/* ## sidebar ## */

#left { 
	width: 153px;
	padding-left: 7px; 
	overflow: hidden;
	position: absolute;
	left: 0px;
}

h1.navLabel {
	display: block;
	text-align: center;	
	width: 147px;	
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	background: #6D6D6D url('/themes/gforge5/images/blue/app_menu_header.gif') top left no-repeat; 
	/*white-space: nowrap;*/
	padding: 0px;
}

h1.navLabel_bottom {
	display: block;
	text-align: center;	
	width: 147px;	
	line-height: 21px;
	color: #fff;
	background: url('/themes/gforge5/images/blue/app_menu_footer.gif') bottom left no-repeat;
	padding: 0px;
}


h1#logo {
	padding: 0px;
}

h1 {
	font-size: 22px;	
	padding: 3px;
}

h2 {
	font-size: 18px;
	padding: 3px;
}

h3 {
	font-size: 14px;
	padding: 2px;
}

h4 {
	font-size: 12px;
	padding: 2px;
}

h5 {
	font-size: 10px;
	padding: 2px;
}

h6 {
	font-size: 8px;
	padding: 2px;
}

/* ## sidebar navigation ## */
ul#sideNav { float: left; padding-bottom: 21px; background: url('/themes/gforge5/images/purple_side_ul.gif') bottom left no-repeat; }
ul#sideNav li { 
	padding: 0px; 
	list-style: none; 
	display: block; 
	float: left; 
}
ul#sideNav li a {
	display: block;
	width: 85px;
	line-height: 26px;
	padding: 0 30px;
	border-top:1px solid #f3f9ff;
	border-right:1px solid #b4b9d7;
	border-bottom:1px solid #8c92b3;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	text-decoration: none;
	white-space: nowrap;
}

ul#sideNav li a.selected { 
	background-color:#f8f8f8; 
	font-weight: bold; 
	color: #7D7F99; 
	margin: 5px 0;
	width: 92px;
	border-right: 0px;
	background-position:0 -26px; 
	text-decoration: none;
	white-space: nowrap;
}
ul#sideNav li a.group { 
	background-color:#8F94AC; 
	color: #fff; 
	background-position:0 -52px; 
	border-top:1px solid #bfc4dc;
	border-left:1px solid #9fa4bb;
	border-bottom:1px solid #585d75;
	border-right:1px solid #7b8098;
	white-space: nowrap;
}

ul#sideNav li ul li a { background-color:#C3C9EA; background-position:0 -78px; }
ul#sideNav li ul { clear: left; float: left; margin-bottom: 5px; }

/* ## main content area ## */

#rightnoleft { margin-left: 15px; background: #ffffff; }
#rightnoleft .contentNav {
	height: 24px; 
	display: block;
	font-size: 11px;
	overflow: hidden;
	background:#ccc url('/themes/gforge5/images/blue/content_nav.gif') repeat-x;
}
#rightnoleft .main { padding: 10px 10px 10px 10px;}
#rightnoleft .main p { padding-bottom: 10px; }

#right { margin-left: 160px; background: #ffffff; }

#right .contentNav {
	height: 24px; 
	display: block;
	font-size: 11px;
	overflow: hidden;
	background:#ccc url('/themes/gforge5/images/blue/content_nav.gif') repeat-x;
}
.contentNav #crumbs { 
	float: left; 
	padding-left: 15px;
	line-height: 25px; 
	background: url('/themes/gforge5/images/blue/crumbs.gif') top left no-repeat;
	min-width:400px;
}
.contentNav #crumbs a { margin: 0 4px; }

.contentNav #crumbsSelected { float: right; padding-right: 15px; }
.contentNav #crumbsSelected a { 
	display: block; 
	line-height: 24px; 
	margin-top: 9px;
	height: 24px;
	float: left;
	padding-right: 15px;
	font-weight: bold;
	background: #f8f8f8 url('/themes/gforge5/images/purple_crumb_selected_r.gif') top right no-repeat; 
}
.contentNav #crumbsSelected a span {
	padding-left: 15px;
	float: left;
	background: url('/themes/gforge5/images/purple_crumb_selected.gif') top left  no-repeat; 
} 

.main li {
margin-left: 20px;
}

.main td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 3px;
}

.main input, select {
    /*margin: 2px;*/
    font-size: 0.9em;
}


/* ## main block text/table styles ## */

#right .main { padding: 10px 10px 10px 10px; }
#right .main p { padding-bottom: 10px; }

table.sForm { margin-bottom: 20px; }
table.sForm label { display: block;  font-weight: bold; padding-bottom: 5px; }
table.sForm .txt, table.sForm select { border: 1px solid #666; width: 100%; padding: 1px; }

table strong { font-size: 0.95em; }

.tabular { /*float: left;*/ font-size: 1.0em; color: #5a5a89; background: #dddddd; }
.tabular td { padding: 3px; }
.tabular th a { color: #ffffff; font-size: 1.0em; text-decoration: none;}

.thierarchical { /*float: left;*/ font-size: 1.0em; color: #5a5a89; background: #dddddd; margin: 0px; padding: 0px; border: none; }
.thierarchical tbody { margin: 0px; padding: 0px;}
.thierarchical td {  padding-top: 0px; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; margin: 0px; }
.thierarchical th a { color: #ffffff; font-size: 1.0em; text-decoration: none;}


tr.th th { text-align: left; padding: 0 9px; line-height:22px; color: #fff; background: #4D4D74 url('/themes/gforge5/images/blue/th.gif') repeat-x; }
.noLeft { padding-left: 0px!important; }
.noRight { padding-right: 0px!important; }
.th_l { padding-left: 9px; background: url('/themes/gforge5/images/purple_th_l.gif') top left no-repeat;  }
.th_r { padding-right: 9px; background: url('/themes/gforge5/images/purple_th_r.gif') top right no-repeat;  }
tr.l { background: #fff; }
tr.d { background: #ededed; } /* was #F5F5F5 */
td.tFooter { padding: 0px; background: #e0e0e0; line-height:6px; }


.tabular2, .tabular2 a {
	padding:0px;
	border:0px;
	margin:0px;
	height:15px;
	min-height:15px;
	max-height:15px;
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.infobox {
	border:1px solid #666666;
	background-color:#ffffcc;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#toolRight { float: right;  width: 20%; padding: 10px; margin-left: 15px; border: 1px solid #666; }

DIV.buttonLink {
	float: right;
	text-align: right;
/*
	font-weight: normal;
	white-space: nowrap;
	height: 26px;
	padding: 0px;
	line-height: 26px;
	border: 0px none;
*/
}

DIV.buttonLink a {
	text-decoration: none;
}

.disabled_button {
    color:#90909C;
    background-color:#CCCCDD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:none;
    white-space:nowrap;
    border-top:1px solid #9999CC !important;
    border-right:1px solid #333366 !important;
    border-bottom:1px solid #333366 !important;
    border-left:1px solid #9999CC !important;
    padding: 1px 3px 1px 3px !important;
    margin: 4px 4px 4px 4px;
    cursor:pointer;
    cursor:hand;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/


.tabbernav{
padding: 0;
width: 100%;
overflow: hidden;
background: white;
padding-top: 6px;
padding-left: 2px;
}

.tabbernav ul{
margin: 0;
padding: 0;
list-style: none;
}

.tabbernav li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.tabbernav a{
float: left;
color: white;
background: /*#616161*/ #313D54 url('/themes/gforge5/images/tabs/blue_left.png') no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0px 0;
padding: 0 0 0px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.tabbernav a span{
float: left;
/*font: 10px Arial, Verdana, sans-serif;*/
font-size: 11px;
display: block;
background: transparent url('/themes/gforge5/images/tabs/blue_right.png') no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.tabbernav a span{
float: none;
}


.tabbernav a:hover, .tabbernav li.selected a{
float: left;
color: #595959;
background: /*#616161*/ #E3E3E3 url('/themes/gforge5/images/tabs/grey_left.png') no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 0px 3px;
text-decoration: none;
letter-spacing: 1px;

}


.tabbernav a:hover span, .tabbernav li.selected a span{
	background: url('/themes/gforge5/images/tabs/grey_right.png') no-repeat right top; /*right corner image*/
}




/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:00px;
 overflow:auto;
}

.docmanFolders ul {
	padding: 3px 0px 3px 2px;
	margin: 0px;
}
.docmanFolders li {
	list-style: none;
	padding: 6px 2px 0px 19px;
	margin: 0px;
	background: url('/images/docman_folder.gif') top left no-repeat;
}

/*******************
 * Tooltips
 *******************/
#tooltip {
    padding: 3px;
    background: #edffd9;
    border: 1px solid #ccc;
}

span.tip {
    border-bottom: 1px solid #eee;
}

/*******************
 * Drag & Drop
 *******************/
.jsSortTBL tr {
	background-color: #a1a7af;
}
.jsSortTBL tr.contenta td {
	background-color: #f2f4f6;
}
.jsSortTBL tr.contentb td {
	background-color: #eceff2;
}
.jsSortTBL tr.contenta td[rowspan], .jsSortTBL tr.contentb td[rowspan] {
	background-color: #ffffff;
}
.jsSortTBL tr.over td {
	background-color: #edffd9;
}

.jsTrackerQueue {
	padding: 0px;
	width: 590px;
	height: auto !important;
	height: 120px;
	min-height: 120px;
	border: 1px solid #a1a7af;
	background-color: #f2f4f6;
	display: table-cell;
}
.jsTrackerQueueActive {
	background-color: #edffd9;
}
.jsTrackerQueueSave {
	margin-top: 5px;
	width: 350px;
}
.jsTrackerQueueTable {
	border-collapse:collapse;
}
.jsTrackerQueueTable td {
	padding-left: 2px;
	height: 18px;
}
.jsTrackerQueueColId {
	width:40px;
}
.jsTrackerQueueColName {
	width:450px;
}
.jsTrackerQueueColPriority {
	width:45px;
}
.jsTrackerQueueColRemove {
	width:45px;
}
#jsTrackerItemList {
	padding: 0px;
}
.jsTrackerQueueTitle {
	border-bottom: 1px solid #a1a7af;
}
.jsItemA {
	background-color: #f2f4f6;
	border-bottom: 1px solid #a1a7af;
}
.jsItemB {
	background-color: #eceff2;
	border-bottom: 1px solid #a1a7af;
}
.jsRBorder {
	border-right: 1px solid #a1a7af;
}
.moveHandle {
	cursor: move;
}
.feedback { color: red; font-weight: bold; }
.warning { color: red; font-weight: bold; }
.over { background-color: #D8E5FF; }


DIV.quickJumpMenu {
	border: 1px solid #4D4D74;
	background-color: #FFFFFF;
	overflow: scroll;
	height: 400px;
	width: 150px;
}

IMG.quickJumpMenu {
}

TABLE.quickJumpMenu {
	border: 0px;
}

TD.quickJumpMenu {
}

a:link.quickJumpMenu, a:visited.quickJumpMenu {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

A:hover.quickJumpMenu {
	background-color: #AAAAAA;
	text-decoration: underline;
	
}

DIV.SearchByIDMenu {
	border: 1px solid #4D4D74;
	background-color: #FFFFFF;
}

IMG.SearchByIDMenu {
}

TABLE.SearchByIDMenu {
	border: 0px;
}

TD.SearchByIDMenu {
	text-align: center;
}

SELECT.SearchByIDMenu {
}

IMG.HelpMenu {
	margin-left: 5px;
}


.troveForm {

}



/* Expandable Menus Stuff*/

.expandableMenu{
margin: 0px;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.expandableMenu a.menuitem{
	display: block;
	width: 92px;
	line-height: 26px;
	padding: 0 30px;
	border-top:1px solid #f3f9ff;
	border-right:1px solid #b4b9d7;
	border-bottom:0px;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	background-position:0 -282px;
	background-color:#e9e9e9;
	text-decoration: none;
	white-space: nowrap;
}

.expandableMenu a.openheader{
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	background-position:0 -197px;
	background-color:#e9e9e9;
}

/*.expandableMenu a.menuitem:visited, .expandableMenu .menuitem:active{
color: white;
}*/

.expandableMenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.expandableMenu a.selected { 
	background-color:#fff; 
	font-weight: bold; 
	color: #7D7F99; 
	margin-top: 5px;
	margin-bottom: 5px;
	width: 92px;
	border-right: 0px;
	background-position:0 -40px; 
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

.expandableMenu a.regular { 
	display: block;
	width: 85px;
	line-height: 26px;
	padding: 0 30px;
	border-top:1px solid #f3f9ff;
	border-right:1px solid #b4b9d7;
	border-bottom:1px solid #8c92b3;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}


.expandableMenu a.menuitem:hover{
/*color:white;*/
}

.expandableMenu ul{ 
margin-bottom: 5px;
margin-top: 0px;
list-style-type: none;
margin: 0;
padding: 0;
}


.expandableMenu ul li.first_li {
	
	/*margin-top: 5px;*/
}


.expandableMenu ul li a{
	display: block;
	width: 92px;
	line-height: 26px;
	padding: 0 30px;
	border-top:1px solid #f3f9ff;
	border-right:1px solid #b4b9d7;
	border-bottom:1px solid #8c92b3;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	text-decoration: none;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background-color:#e9e9e9;
	background-position:0 -320px;
	font-size:11px;
}

.expandableMenu div.submenu{ /*DIV that contains each sub menu*/
	/*background: white;
	margin-bottom:0px;*/
	margin-bottom:0px;
}

.expandableMenu div.submenu ul {
margin-bottom:0px;
}

.expandableMenu div.submenu ul li{
/*border-bottom: 1px solid blue;
clear: left; 
float: left; 
margin-bottom: 5px;*/
}


.expandableMenu div.submenu ul li a{
	display: block;
	width: 92px;
	line-height: 26px;
	padding: 0 30px;
	margin-top:0px;
	border-top:0px;
	border-right:1px solid #b4b9d7;
	border-bottom:0px;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	text-decoration: none;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background-color: #e9e9e9; 
	background-position:0 -121px;
} 

.expandableMenu div.submenu ul li a.finalitem{
	display: block;
	width: 92px;
	line-height: 26px;
	/*margin-bottom:5px;*/
	margin-bottom: 0px;
	padding: 0 30px;
	border-top:0px;
	border-right:1px solid #b4b9d7;
	border-bottom:0px;
	border-left:1px solid #d0d5f5;
	background:#dedede url('/themes/gforge5/images/purple_sub_nav.gif') 0 1px no-repeat;
	text-decoration: none;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background-color:#e9e9e9; 
	background-position:0 -161px;
}

.expandableMenu div.submenu ul li a:hover{
	/*color: white;*/
}

.expandableMenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}


/* Expandable treeview stuff */
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; line-height:18px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/images/docman_folder.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/images/docman_folder_closed.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/images/docman_folder_closed.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 11pt; }
	ul.mktree  li ul li { font-size: 9pt; }
	/*ul.mktree  li ul li ul li { font-size: 6pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }*/
	ul.mktree a { text-decoration: none}
	ul.mktree a:hover { color:black; }
}


.liOpen a, .liClosed a, #docmanMainTree li a {
	font-size: 12px;
}

tt {
	font-size: 12px;
}

strong {
	/* font-size: 9px; */
}


.row_hidden {	
	visibility:hidden;
	display:none;
}

.row_visible {
	visibility: visible;
	display: display;
}

.enable_link, .enable_link:visited {
	text-decoration: none;
	font-size: 9px;
}

.enable_link:hover {
	color: black;
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/

/*Hover Style*/

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}


span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}

}
/*
del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
}*/
/*
del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	
}*/

/*Optional hack for IE6 to simulate :hover selector*/

/*Optional hack for IE6 to simulate :hover selector*/

/* Expandable tables stuff */
.expandableTable {
}


.spin_div {
  background: #fff url('/themes/gforge5/images/ajax-loader.gif') no-repeat center center;
  opacity: 0.75;
  filter:alpha(opacity: 75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

.drag_area {
	vertical-align: middle;
}

.dhierarchical {
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: 4px;
	padding: 4px;
	line-height: 18px;
}



/* NEWS PLUGIN STYLES */


/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 40px 0 0 0;
	font-family: Georgia, "Bitstream Charter", serif;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 0px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 12px 0;
	width: 400px;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px;
}
#content tr td {
	border-top: 0px solid #e7e7e7;
	padding: 4px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.entry-title {
	color: #4F4F4F;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;;
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,

.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}

h3#threads-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.tabbernav,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Comments
-------------------------------------------------------------- */
.comment {
	margin: 0px;
	/*width: 550px;*/
}
#threads {
	/*clear: both;*/
}
#threads .tabbernav {
	padding: 0 0 8px 0;
}
h3#threads-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}
h3#threads-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#threads .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 5px;
}

.commentlist .avatar {
	/*position: relative;*/
	top: 0;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}

.comment_area {
	margin: 0px;
	padding: 0px;
}

.comment_area form table, th, td {
	margin: 0;
	padding: 0;
}

.buttondiv {
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	vertical-align: bottom;
	_overflow-y:hidden;
	height: 25px;
	margin-right: 2px;
}

.button {
	float: left;
	/*clear: both;*/
	background: url('/themes/gforge5/images/btn_left.png') no-repeat;
	padding: 0 0 0 10px;
	background-color: #5C6BAC;
	margin: 0px 0;
}

.button:hover{
-moz-opacity:.75;
filter:alpha(opacity=75);
opacity:.75;
}

.button a{
	float: left;
	height: 24px;
	background: url('/themes/gforge5/images/btn_stretch.png') repeat-x left top;
	line-height: 24px;
	padding: 0 10px;
	color: #fff;
	background-color: #5C6BAC;
	
	font-size: 12px;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
}

.button span {
	background: url('/themes/gforge5/images/btn_right.png') no-repeat;
	float: left;
	width: 10px;
	height: 24px;
}



.btn_small {
	float: left;
	/*clear: both;*/
	background: url('/themes/gforge5/images/btn_left2.png') no-repeat;
	padding: 0 0 0 7px;
	background-color: #5C6BAC;
	margin: 0px 0;
}


.btn_small a{
	float: left;
	height: 20px;
	background: url('/themes/gforge5/images/btn_stretch2.png') repeat-x left top;
	line-height: 20px;
	padding: 0 7px;
	color: #fff;
	background-color: #5C6BAC;
	
	font-size: 11px;
	text-decoration: none;
}

.btn a:hover {
	color: #fff;
}

.btn_small span {
	background: url('/themes/gforge5/images/btn_right2.png') no-repeat;
	float: left;
	width: 10px;
	height: 20px;
}

.btn_disabled {
	background-color: #F0F0F0;
}

.btn_disabled a {
	background-color: #F0F0F0;
}

.btn_disabled:hover {
-moz-opacity:.99;
filter:alpha(opacity=100);
opacity:.99;
}


/* START BUTTON IE6 VERSION */

.buttondiv_ie6 {
	float: left;
	position: relative;
	cursor:pointer;
	border:none;
	vertical-align: bottom;
	height: 25px;
	margin-right: 2px;
}

.button_ie6 {
	float: left;
	/*clear: both;*/
	background: url('/themes/gforge5/images/btn_left_ie6.png') no-repeat;
	padding: 0 0 0 10px;
	/*background-color: #5C6BAC;*/
	margin: 0px 0;
	color: #FFFFFF;
}

.button_ie6:hover{
	color: #FFFFFF;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}

.button_ie6 a{
	float: left;
	height: 24px;
	background: url('/themes/gforge5/images/btn_stretch_ie6.png') repeat-x left top;
	line-height: 24px;
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.button_ie6 a:hover {
	color: #FFFFFF;
}

.button_ie6 span {
	background: url('/themes/gforge5/images/btn_right_ie6.png') no-repeat;
	float: left;
	width: 10px;
	height: 24px;
	color: #FFFFFF;
}



.btn_small_ie6 {
	float: left;
	/*clear: both;*/
	background: url('/themes/gforge5/images/btn_left2_ie6.png') no-repeat;
	padding: 0 0 0 7px;
	background-color: #5C6BAC;
	margin: 0px 0;
}


.btn_small_ie6 a{
	float: left;
	height: 20px;
	background: url('/themes/gforge5/images/btn_stretch2_ie6.png') repeat-x left top;
	line-height: 20px;
	padding: 0 7px;
	color: #fff;
	background-color: #5C6BAC;
	
	font-size: 11px;
	text-decoration: none;
}

.btn_ie6 a:hover {
	color: #fff;
}

.btn_small_ie6 span {
	background: url('/themes/gforge5/images/btn_right2_ie6.png') no-repeat;
	float: left;
	width: 10px;
	height: 20px;
}

.btn_disabled_ie6 {
	background-color: #F0F0F0;
}

.btn_disabled_ie6 a {
	background-color: #F0F0F0;
}

.btn_disabled_ie6:hover {
-moz-opacity:.99;
filter:alpha(opacity=100);
opacity:.99;
}

/* END BUTTON IE6 VERSION */

/*
a.trigger{
	position: relative;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;
	
	z-index:2;
}
a.trigger.left {
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


a.trigger:hover {
	background-color:#59B;
}
a.active.trigger {
	background:#666 url(images/minus.png) 6% 55% no-repeat;
}
*/
.panel {
	color:#454545;
	position: relative;
	display: none;
	background: #FFF;
	width: 600px;
	height: auto;
	z-index:1;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
.panel.left {
	padding: 20px 30px 20px 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}


/* Docman Table */
.tabular_docman { /*float: left;*/ font-size: 1.1em; color: #737373; background: #dddddd; }
.tabular_docman td { padding: 5px; }
.tabular_docman th a { color: #ffffff; font-size: 1.0em; text-decoration: none;}

.tabular_docman tr.th th { text-align: left; padding: 0 9px; line-height:22px; color: #fff; background: #4D4D74 url('/themes/gforge5/images/blue/th.gif') repeat-x; }
.tabular_docman .th_l { padding-left: 9px; background: url('/themes/gforge5/images/purple_th_l.gif') top left no-repeat;  }
.tabular_docman tr.l { background: #fff; }
.tabular_docman td.tFooter { padding: 0px; background: #e0e0e0; line-height:6px; }



.search_bar input[type="text"] {
		margin-top: 0px; 
		margin-left: 20px;
    background: url('/themes/gforge5/searchbar/search-dark.png') no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #808080;
    width: 380px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.search_bar input[type="text"]:focus {
    width: 380px;
}

/* This disables the outline in all input elements. */
input:focus {
    outline: none;
}

li.quickBrowse {
    display:inline-block;
    /*padding: 0.1em;*/
    padding-let:3px;
    /* hack for IE7 */
    zoom:1;
    *display:inline;
}
.quickBrowse strong{
    font-size: 0.9em;
}
ul.quickBrowse {
    display:inline-block;
    /*font-size:0.9em;*/
    padding-top: 3px;
}

div.trackerItemBrowse {
    overflow: auto;
}

.quickBrowse  > select{
    min-width: 100%;
}
