body, html{
	min-width: 950px;
	position: relative;
}

.star-on {
	width: 15px;
	height: 15px;
	background: transparent url('images/star-on.png') no-repeat center center;
}

table caption
{
	font-style: italic;
	text-align: right;
}

a.bzrlog-link
{
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

a.bzrlog-link:hover
{
	text-decoration: underline;
}

.jedit-link
{
	background: transparent url('images/edit-16x16.png') no-repeat center left;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	margin: 0px 10px 5px auto;
	width: 40px;
	text-align: right;
}

a.ui-rss-link
{	background: url('images/rss-icon-14x14.png') no-repeat left center;
	padding-left: 16px;}

/********************
    UI-news-view
 ********************/
 
div.ui-news-view
{
	border: 1px dotted #454545;
	background: #f7faff;
	padding: 9px 5px;
	margin-top: 20px;
}

div.ui-news-view #post
{
	margin: 10px 0px 5px 0px;
	font-size: 11pt;
	font-family: Times News Roman;
	min-height: 200px;
	background: white;
	padding: 5px;
}

div.ui-news-view #info
{
	font-size: 9pt;
	text-align: right;
	color:  #535353;
}

div.ui-news-view #info span
{
	font-weight: bold;
	color:  #353535;
}

/********************
	UI-news-edit
 ********************/
div.ui-news-edit
{
	width: 500px;
	margin: 20px auto auto 20px;
}
div.ui-news-edit input[type=text]
{
	width: 400px;
}

div.ui-news-edit textarea
{
	width: 400px;
	height: 150px;
}

/********************
  ui-news-snippet
 ********************/
div.ui-news-snippet
{
	border: 2px solid #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 5px;
	background-color: #f7faff;
}

div.ui-news-snippet:hover
{
	background-color: #f7faff;
	border: 2px solid #6767ae;
	color:  black;
}

div.ui-news-snippet h1
{
	font-size: 12pt;
}

div.ui-news-snippet .bodysample
{	display:block;	}

div.ui-news-snippet .time
{
	font-size: 8pt;
	font-weight: bold;
	color: #454545;
	text-align: right;
	display:block;	
}
/********************
	Issues Grid
 ********************/

div.issues-grid
{
	margin: 10px 50px 10px;
}

/***********************
	Issues statuses
 ***********************/
.issue-status-fixed	{	color: green;	}
.issue-status-wontfix	{	color: #a3a3a3;	}
.issue-status-new {	color: #454545;	}
.issue-status-accepted {	color: red;	}


/********************
	New Issue Form
 ********************/
.form-new-issue
{
	width: 500px;
	margin: 30px auto;
}

.form-new-issue table textarea {
	height: 150px;
	font-family: monospace;
}

/********************
	Issue Display
 ********************/
.issue
{
	float:  left;
	width:  600px;
	padding: 15px 30px;
}

.issue h1
{
	color: #354668;
	font-size: 18pt;
	padding: 10px 0px 10px 0px;
	text-align:  left;
}

.issue table
{
	background-color: #e1ecfa;
	border-bottom:  1px solid #787878;
	border-right:  1px solid  #787878;
	border-top:  1px solid #dedeff;
	border-left:  1px solid  #dedeff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-spacing: 0px;
	width:  100%;
}

.issue .description
{
    background-color: transparent;
	padding: 10px;
	font-size: 11pt;
	font-family: monospace;
	vertical-align: top;
	height: 150px;
	color: #454545;
}

.issue div.jedit-link:hover
{
	text-decoration: underline;
}

/********************
  Issue Post Display
 ********************/
.issue-post
{
	margin: 15px 0px;
}

.issue-post table td
{
	padding: 8px 10px;
	height: 50px;
	vertical-align: top;
}

.issue-post table caption
{
	text-align:  left;
	font-style: normal;
	color: #585858;
	font-size: 9pt;
	
}
.issue-post .change-status
{
	color: #aeaeae;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid #aeaeae;
	height: auto;
}



/**************************
	UI-Issue-status (VIEW)
 **************************/

.ui-issue-status
{
	position: absolute;
	top:  90px;
	right: 30px;
	width:  200px;
	padding: 30px 30px;
}

.ui-issue-status table
{
	background-color: #fff8bd;
	border-bottom:  1px solid #787878;
	border-right:  1px solid  #787878;
	border-top:  1px solid #dedeef;
	border-left:  1px solid  #dedeef;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-spacing: 0px;
	width:  100%;
	padding: 10px;
}


.ui-issue-status table th
{
	padding: 5px 5px;
	text-align: left;
	width: 70px;
	font-weight: normal;
	vertical-align: top;
}


.ui-issue-status table td
{
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
}

/***********************
  UI-issue-postadd
 ***********************/
 
.ui-issue-postadd
{
	margin: 15px 0px 0px 0px;
	width: 150px;
	float: right;
}

/**************************
  UI-form-new-post
 *************************/
 
.ui-form-newpost textarea
{
	width: 450px;
	height: 150px;
}
.ui-form-newpost
{
	display: none;
	margin: 15px 0px;
}

/**************************
  UI-form-add-tag
 *************************/
 
div.ui-form-addtag
{
	display: none;
	margin:  0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
div.ui-form-addtag .buttons
{	display: inline; }

div.ui-form-addtag input[type="text"], div.ui-form-addtag dt
{
	width: 50px; display: inline; float: left;
}

/***********************
   Download page
 ***********************/
 .ui-downloads-page{
 	padding: 0px 30px;
 }
 
  .ui-downloads-page h2{
 	color: #949494;
 	clear: both;
 }
.ui-downloads-release{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background-color:#f0f0f4;
	clear: both;
}

.ui-downloads-release h3 {
	border-bottom: 1px solid #a3a3a3;
	padding: 4px 10px;
}

.ui-downloads-release p {
	padding: 5px;
	font-style: italic;
	color: #656565;
}

.ui-downloads-release ul {
	list-style: none;
}

.ui-downloads-release ul li {
	border: 2px solid #c2cdad;
	-moz-border-radius: 4px;
	background-color: white;
	margin: 4px 5px;
	padding: 4px 4px 54px 4px;	
	width: 600px;
	min-height: 50px;
	position:relative;

}

.ui-downloads-release ul li * {
	color: #454545;
}

.ui-downloads-release ul li h4{
	font-weight: bold;
	font-size: 105%;
}

.ui-downloads-release ul li a{
	position: absolute;
	bottom: 5px;
	left: 5px;
	background:  #f0f0f4 url('images/download.png') no-repeat center left;
	color: black;
	padding: 1px 8px 28px 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #c2cdad;
	text-align: left;
	min-width: 80px;
}

.ui-downloads-release ul li .counter{
	position: absolute;
	left: 35px;
	bottom: 8px;
	font-style: italic;
	color: #555555;
	font-size: 85%;
}

.ui-downloads-release ul li .fsize{
	position: absolute;
	bottom: 20px;
	left: 35px;
	font-size: 80%;
	font-style: normal;
}

.ui-downloads-release ul li .upload-date{
	position: absolute;
	bottom: 2px;
	right: 5px;
	font-size: 80%;
	font-style: normal;
}

/**********************
  ui-release-main
 **********************/
.ui-release-main {
	position:relative;
}

.ui-release-main h1 {
	border-bottom: 1px solid #999999;
}

.ui-release-main .release-status{
	position: absolute;
	top: 9px;
	right: 10px;
	font-weight: bold;
	font-size: 110%;
	color: #888888;
	text-transform: uppercase;
}
.ui-release-main p{
	font-style: italic;
}

.ui-release-main .release-section{
	position: relative;
}

.ui-release-main .release-section img.default-api{
	position: absolute;
	top: 3px;
	right: 5px;
}

.ui-release-main .release-section h2{
	margin-top: 20px;
	font-size: 1.3em;	
	height: 23px;
	border-bottom: 1px solid #999999;
	padding-left: 30px;
}

.ui-release-main .downloads-section h2{
	background: url('images/download.png') no-repeat left center;
}

.ui-release-main .api-section h2{
	background: url('images/docs-22x22.png') no-repeat left 0px;
}
.ui-release-main ul{
	list-style: none;
}

.ui-release-main .downloads-section ul li{
	border: 1px solid #c2cdad;
	margin: 5px 0px;
	padding: 4px;
	background: #f0f0f4;
	-moz-border-radius: 5px;
	position: relative;
	padding-bottom: 25px;
}

.ui-release-main .downloads-section ul li h3{
	font-size: 1.0em;
	border-bottom: 1px solid #c2cdad;
}
.ui-release-main .downloads-section ul li a.delete{
	background: url('images/delete.png') no-repeat left center;
	padding-left: 20px;
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.ui-release-main .downloads-section ul li a.edit{
	background: url('images/edit-16x16.png') no-repeat left center;
	padding-left: 20px;
	position: absolute;
	top: 3px;
	right: 76px;
	font-size: 0.9em;
	font-weight: bold;
}

.ui-release-main .downloads-section ul li a.download{
	background: url('images/download-small.png') no-repeat left center;
	padding-left: 20px;
	position: absolute;
	bottom: 3px;
	left: 5px;
}

/***********************
  ui-form-release
 ***********************/
.ui-form-release{
	width: 500px;
	margin: 20px auto;
}

/***********************
  ui-form-confirmdelete
 ***********************/
.ui-form-confirmdelete {
	margin: 20px auto;
	width: 300px;
	border: 2px solid red;
	-moz-border-radius: 12px;
	padding: 5px;
}
.ui-form-confirmdelete table{
	width: 100%;
}

.ui-form-confirmdelete th{
	font-size: 1.2em;
	text-align : left;
	
}

.ui-form-confirmdelete td[colspan="2"]{
	text-align: right;
	border-top:1px solid black;
}
	
.ui-form-confirmdelete input{
	margin: 5px 10px 5px 15px;
}

.ui-form-confirmdelete em{
	font-size: 1.1em;
	margin: 5px 3px;
	padding: 7px 10px 7px 40px;
	-moz-border-radius: 8px;
	background:  url('images/warn-32x32.png') no-repeat +5px center;
	font-weight: bold;
	display: block;
}
/*************************
   Releases List
 **********************/
.ui-releases-snippet ul{
	list-style: none;
	font-size: 110%;
}

.ui-releases-snippet ul li {
	line-height: 25px;
	border-bottom: 1px dotted #dedede;
}

.ui-releases-snippet h3{
	margin: 10px 0px 10px 0px;
	display: none;
}

.ui-releases-snippet > a {
	color: white;
	-moz-border-radius: 5px;
	display:block;
	margin-bottom: 5px;
	padding: 7px 5px 7px 30px;	
	background: #6488C9 url('images/add.png') no-repeat +10px center;
}

/*************************
   ui-toolbox
 *************************/
.ui-toolbox{
	margin-bottom: 5px;
	background: #6488C9;
	padding: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ui-toolbox a {
	color: white;
	display:block;
	margin-bottom: 5px;
	padding: 1px 5px 1px 30px;	
	background: #6488C9 url('images/add.png') no-repeat +10px center;
}

.ui-toolbox a.edit { background-image: url('images/edit-16x16.png'); }
.ui-toolbox a.delete { background-image: url('images/delete.png'); }
/*************************
   Organize divisions
 **********************/
div#navigation
{
    height: 65px;
}

span#site-title {
/*	background: url('images/phplibs_logo.png') no-repeat center center; */
	width: 151px;
	height: 53px;
	top: 25px;
	left:  40px;
	font-size: 22pt;
}

div#search-panel {
	position: absolute;
	top: 42px;
	right:  20px;
}

div#search-panel input {
	background:  white url('images/search.png') no-repeat left center;
	padding-left: 18px;
}

div.ui-menu {
	top:  39px;
}

div.ui-statistics-chart {
	margin: 10px 0px;
}

div#footer .moto {
	float: left;
	font-style: italic;
	font-size: 1.2em;
	position: relative;
	top: -10px;
	left: +15px;
}

