* {
	margin: 0;
	padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], 
input[type="file"]::-webkit-file-upload-button, button {
	padding: 1px 3px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=text], input[type=password], textarea, select[multiple] {
		border: 1px solid #aaa;
		padding: 1px;
		border-radius: 2px;
	}
}

body,table,td,th,select,input,textarea,fieldset {
	font-family: 'Segoe UI', Tahoma, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

body.ybody {
	background: transparent url(../images/mid.jpg) repeat-y right top scroll;
	color: #000;
	border: 0 none;
	overflow: hidden;
}

img {
	border: 0 none;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

ul, ol {
	margin-left: 20px; 
}

/*-------------------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1014px;
	background: transparent url(../images/mid.jpg) repeat-y left top scroll;
}

#wrapper-top {
	position: relative;
	height: 40px;
	margin: 0 0 0 20px;
	background: transparent url(../images/top.jpg) no-repeat right top scroll;
}

#wrapper-top-content {
	position: relative;
	left: -20px;
	height: 24px;
	padding: 18px 0 0 16px;
	color: #888;
	background: transparent url(../images/top.jpg) no-repeat 0 0;
}

#wrapper-mid {
	position: relative;
	margin: 0 0 0 20px;
	background: transparent url(../images/mid.jpg) repeat-y right top scroll;
}

#wrapper-mid-content {
	position: relative;
	left: -20px;
	padding: 0 0 0 15px;
	color: #888;
	background: transparent url(../images/mid.jpg) repeat-y 0 0;
}

#wrapper-top-content span {
	color: #eee;
	font-weight: bold;
}

#wrapper-top-content a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}

#wrapper-top-content a:hover {
	color: #aaa;
}

#logo {
	right: 16px;
	top: 1px;
	position: absolute;
	z-index: 100;
	width: 32px;
	height: 32px;
	background: transparent url(../images/logo32.png) no-repeat left top scroll;
}

#apptitle {
	display: none;
	height: 40px;
	color: #777777;
	/*left: 800px;*/
	right: 60px;
	margin: 0 auto;
	position: absolute;
	text-align: right;
	top: 0px;
	z-index: 100;
	text-shadow: 0px 0px 4px #000;
}

/*-------------------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------------------*/
#wrapper-footer {
	position: relative;
	height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 11px 0;
	background: transparent url(../images/footer.jpg) no-repeat right top scroll;
}

#wrapper-footer-content {
	position: relative;
	height: 24px;
	left: -20px;
	padding: 0 0 11px 16px;
	color: #888;
	background: transparent url(../images/footer.jpg) no-repeat 0 0;
}

#footer { /*
	background: transparent url(../images/footer.jpg) repeat 0 0 scroll;
	margin: 0;
	padding: 0px 15px;
	*/
	text-align: left;
	color: #888;
	height: 35px;
	overflow: auto;
	position: relative;
	font: 11px/18px 'Segoe UI', Tahoma, Arial, sans;
}

#footer .copyright {
	position: absolute;
	padding: 4px 0px;
}

#footer span.title {
	font-weight: bold;
	color: #fff;
}

div.footer-left {
	width: 600px;
	height: 100%;
	overflow: hidden;
	float: left;
	display: none;
}

div.footer-right {
	width: 200px;
	height: 100%;
	overflow: hidden;
	float: right;
}

.footer-right a {
	background-color: transparent !important;
	display: block;
	height: 100%;
	padding-left: 1000px;
}

#bottom {
	position: relative;
	margin: 0 auto;
	width: 958px;
	height: 50px;
	font-size: 10px;
	padding: 2px 0;
	overflow: auto;
}

#bottom a {
	display: block;
	float: right;
	padding: 0 3px;
}

#footer a {
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #D7E9F5;
}

/*-------------------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------------------*/
#content {
	margin: 0 14px 0 15px;
	padding: 15px;
	color: #555;
	overflow: auto;
	position: relative;
}

#content-bottom {
	background-color: #888;
	overflow: auto;
	height: 26px;
}

#content h1 {
	padding: 0 0 5px;
	color: #369;
	/*
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	*/
}

#content h2 {
	text-align: center;
	padding: 6px 0;
	font-size: 16px;
	color: #444;
}

#content h3 {
	padding: 6px 0 0;
	margin: 6px 0 0;
	font-size: 12px;
	color: #800;
}

#content-public {
	margin: 0 14px 0 15px;
	padding: 0px;
	color: #555;
	overflow: hidden;
	/*
	border-top: 1px solid #fff;
	*/
	position: relative;
	background: #fff url(../images/content-bkg.png) repeat-x left top scroll;
}

#content-auth-logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: block;
	top: 10px;
	left: 10px;
	width: 360px;
	height: 360px;
	background: transparent url(../images/logo.png) no-repeat left top scroll;
	opacity: 0.1;
}

.innercontent-wide {
	margin: 0px 20px 20px;
}

.innercontent {
	margin: 0px 100px 20px;
}

.innercontent p,.innercontent-wide p {
	padding: 6px 0px;
}

.innercontent p.note,.innercontent-wide p.note {
	padding: 0px 0px 0px 30px;
	color: #00609b;
	font-style: italic;
}

.info {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
	color: #00609b;
	margin: 10px 0;
	padding: 10px !important;
	text-align: justify;
	font-weight: bold;
}

.infotext {
	color: #00609b;
	font-weight: bold;
}

.error2 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f8f8f8 url(../images/ico16/cross_circle.png) no-repeat scroll 6px 8px;
	color: red;
	margin: 10px 0;
	padding: 10px 10px 10px 26px !important;
	text-align: justify;
	font-weight: bold;
}

.content-sep {
	height: 50px;
	margin-top: 6px;
}

.content-sep-line {
	height: 50px;
	border-top: 4px solid #ccc;
	margin-top: 6px;
}

a.external {
	background: transparent url(../images/external.png) no-repeat scroll right center;
	padding-right: 13px;
	color: #3366bb;
}

div.sumar {
	margin-top: 10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 10px 0;
	background-color: #e7f1f8;
}

.today {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: right;
	padding: 0 0 2px 0 !important;
}

/*-------------------------------------------------------------------------------------------
	data
-------------------------------------------------------------------------------------------*/
.project {
	border-radius: 10px;
	box-shadow: 0 0 9px -1px #777;
	margin: 30px auto;
	position: relative;
	width: 600px;
	background-color: #fff;
}

.data {
	border-radius: 10px;
	box-shadow: 0 0 9px -1px #777;
	margin: 5px 10px;
	position: relative;
	/*
	background-color: #fff;
	width: 90%;
	*/
}

.data-no-border {
	margin: 5px 10px;
	position: relative;
	/*
	background-color: #fff;
	width: 90%;
	*/
}

h1.shadow1 {
	text-shadow: 1px 1px 2px #555555;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding: 10px 10px 0;
	color: #369;
	text-align: center;
}

.twide {
	border-radius: 10px;
	box-shadow: 0 0 9px -1px #777;
	margin: 10px auto;
	position: relative;
	/*
	width: 90%;
	*/
	background-color: #fff;
}

.filter-namedesc {
	
}

.drag-drop-handle {
	cursor: n-resize;
}

.data-logo {
	width: 100px;
	height: 125px;
	background: url("../images/logo100.png") no-repeat scroll center center transparent;
}

.data-daysleft,.data-overdue {
	display: block;
	/*
	height: 100px; 
	width: 100px;
	padding: 10px;
	border-radius: 8px;
	border: 3px solid #fff;
	margin: 4px;
	box-shadow: 0pt 0pt 5px -1px #000;
	*/
	color: #fff;
	font-size: 5em;
	line-height: 125px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	text-align: center;
	vertical-align: middle;
}

.data-daysleft {
	background: #F4FA58;
}

.data-overdue {
	background: #d00;
}

#ytop {
	position: absolute;
	z-index: 110;
	height: 100px;
	width: 100%;
}

#ybottom {
	position: absolute;
	z-index: 9;
	height: 35px;
	width: 100%;
	bottom: 0;
}

#yleft {
	background: url("../images/borders-l.png") repeat-y scroll 0 0 #fff;
	position: absolute;
	top: 40px;
	bottom: 35px;
	left: 0;
	width: 15px;
	z-index: 1000;
}

#yright {
	background: url("../images/borders-r.png") repeat-y scroll 0 0 #fff;
	position: absolute;
	top: 40px;
	bottom: 35px;
	right: 0;
	width: 15px;
	z-index: 1000;
}

#ymiddle {
	background: url("../images/content-bkg.png") repeat-x scroll left top #fff;
	position: absolute;
	top: 59px;
	bottom: 35px;
	left: 15px;
	right: 14px;
	padding: 5px;
	overflow: auto;
}

/*
#ymiddle {
	position: absolute;
	top: 59px;
	bottom: 35px;
	right: 14px;
	overflow: auto;
	background: url("../images/borders-l.png") repeat-y scroll 0 0 #fff;
	left: 0;
}
*/

#ybreadcrumbs {
	position: relative;
	bottom: 0;
	height: 24px;
	overflow: hidden;
	right: 14px;
	margin-left: 14px;
	padding: 0 0 0 15px;
	background: url("../images/borders-l.png") repeat-y scroll 0 0 #CBCBCB;
}

#ycommands {
    position: absolute;
    height: 24px;
    right: 0px;
    text-align: right;
    top: 4px;
    bottom: 4px;
    /*z-index: 100;*/
    width: 100%;
}

.i1 {
	background: url("../images/borders-l.png") repeat-y scroll 0 0 #fff;
	padding: 0 0 0 15px;
	position: relative;
}

.i2 {
	background: url("../images/borders.png") repeat-y scroll 100% 0 #fff;
	padding: 0 14px 0 0;
	position: relative;
}

.i3 {
	background: url("../images/content-bkg.png") repeat-x scroll left top #fff;
	padding: 5px;
	position: relative;
}

#yams-clock {
	position: absolute;
	right: 64px;
	top: 20px;
}

#yams-langs {
	position: absolute;
	right: 0;
	top: 20px;
}

#yams-wait-box {
	background: url("../images/logo.png") center center no-repeat;
	width: 360px;
	height: 360px;
	display: none;
}

.yams-title {
	background: transparent url(../images/logo16.png) no-repeat scroll top left;
	padding-left: 20px;
	line-height: 18px;
}

.data-empty {
	vertical-align: middle;
	text-align: center;
	padding-top: 250px;
}

.bigmenu {
	left: 0;
	top: 0;
	width: 300px;
	/*
	height: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #fff #fff;
	*/
	box-shadow: 0px 2px 10px -2px #000;
	border-radius: 0pt 0pt 5px 5px;
	z-index: 1000;
	position: absolute;
	background: #fff;
	display: none;
}

.bigmenu ul {
	margin-left: 0;
	list-style-type: none;
}

.bigmenu li {
	list-style: none outside none;
}

.bigtitle {
	font-weight: bold;
	font-size: 100%;
}

.bigimage {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	background: url(../images/logo16.png) no-repeat;
}

.bigdescr {
	font-size: 80%;
}

.bigmenu a {
	display: block;
	position: relative;
	padding: 6px 6px 6px 28px;
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #ddd;
	outline: 0 none;
}

.bigmenu a:hover {
	background: url("../images/prj-footer.png") repeat-x scroll 0 0 #9CB9CD;
	color: #000;
}

a.addLink:hover {
	text-decoration: none;
	cursor: pointer;
}

input#find-by-issue-number {
	background-color: #B0B0B0;
	width: 50px;
	vertical-align: middle;
	border: 1px solid #808080;
	margin-top: 2px;
	background-image: url(../images/ico16/issues/issue-find.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 18px;
}

input#find-by-issue-number:focus {
	background-color: #FFFFFF;
}

input#find-object {
	background-color: #B0B0B0;
	width: 90px;
	vertical-align: middle;
	border: 1px solid #808080;
	margin-top: 2px;
	background-image: url(../images/ico16/magnifier.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 18px;
}

input#find-object:focus {
	background-color: #FFFFFF;
	width: 120px;
}

/*-------------------------------------------------------------------------------------------
	Summary
-------------------------------------------------------------------------------------------*/

.data-summarytable
{
	margin: auto;
}

.summarytable-head
{
	background-color: #c0c0c0;
}

.summarytable-level1
{
	background-color: #d0d0d0;
}

.summarytable-level2
{
	background-color: #e0e0e0;
}

.summarytable-level3
{
	background-color: #f0f0f0;
}

.summarytable-odd
{
}

.summarytable-even
{
}

.data-summarytable thead td {
	/* border-top: 1px solid #E3E3E3; */
}

.data-summarytable tbody > tr:not(.selected):hover {
	background-color: #F1F1F1;
}

.data-summarytable tr.selected {
	background-color: #E3E3E3;
}

.data-summarytable td {
	border-bottom: 1px solid #909090;
	padding: 2px;
}

.data-summarytable td:first-child {
	/* border-left: 1px solid #E3E3E3; */
}

.data-summarytable td:last-child {
	/* border-right: 1px solid #E3E3E3; */
}

.data-summarytable-header
{
	/* border-left: 1px solid #E3E3E3; */
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.data-summarytable-header-270
{
	/* FF Chrome Opera etc */
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	text-overflow: ellipsis;
	 white-space: nowrap;
	display: inline-block;
}

.data-summarytable-component
{
	font-weight: bold;
}

.data-summarytable-fieldname
{
	/* border-left: 1px solid #E3E3E3; */
	text-align: center;
	font-weight: bold;
}

.data-summarytable-story
{
}

.data-summarytable-feature
{
	background-color: #C8C8C8;
}

.data-summarytable-firstfield
{
	border-left: 1px solid #909090;
}

.summary-general-title {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.summary-general-table {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.summary-general-table td {
	padding: 1px 10px;
}

.summary-general-table tr.header1 {
	background-color: #b0b0b0;
	font-weight: bold;
}

.summary-general-table tr.header2 {
	background-color: #c0c0c0;
	font-weight: bold;
}

.summary-general-table tr.header3 {
	background-color: #d0d0d0;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------------------
	Window
-------------------------------------------------------------------------------------------*/
.yams-window {
	
}

.yams-window-titlebar {
	height: 20px;
	padding: 1px 0px;
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	background: url("../images/bkCmd.jpg") repeat-x scroll 0 0 transparent;
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000000;
	box-shadow: 0 0 5px 2px #888;
}

.yams-window-titlebar div {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	left: 10px;
	position: absolute;
	text-align: center;
	top: 3px;
	z-index: 10;
}

.yams-window-titlebar a {
	height: 16px;
	width: 16px;
	position: relative;
	display: inline-block;
	text-align: right;
	padding: 2px 1px 2px 0;
}

.yams-window-titlebar a:last-child {
	margin-right: 4px;
}

.yams-window-titlebar .yams-separator {
	height: 16px;
	width: 1px;
	border-left: 1px solid grey;
	padding: 2px 1px 2px 0;
}

.yams-window-content {
	background-color: #fff;
	color: #555555;
	border: 0 none;
	overflow: auto;
	position: relative;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0 5px 2px #888;
}

.yams-window-content hr {
	color: #D3D3D3;
	width: 99%;
}

.yams-window-wrapper {
	padding: 10px;
	color: #555;
	overflow: auto;
	position: relative;
}

.yams-window-wrapper-content {
	position: relative;
	height: 360px;
}

.yams-window-right,.yams-window-left {
	position: absolute;
}

.yams-window-left {
	width: 29.5%;
	left: 0;
	margin: 2px 4px 2px 0px;
}

.yams-window-right {
	width: 70%;
	right: 0;
	margin: 2px 0px 2px 4px;
}

/*-------------------------------------------------------------------------------------------
	Help frames
-------------------------------------------------------------------------------------------*/
#downloadFrame,#uploadFrame {
	display: none;
}

/*-------------------------------------------------------------------------------------------
	File manager
-------------------------------------------------------------------------------------------*/
.file-manager {
	margin: 5px auto;
	width: 99%;
	height: 100%;
}

.file-manager div.yams-window-wrapper-content {
	height: 100%;
}

.file-manager-uploader {
	cursor: pointer !important;
	position: absolute;
	width: 18px;
	height: 20px;
	opacity: 0;
	overflow: hidden;
}

.file-manager-uploader form,.file-manager-uploader input {
	cursor: pointer !important;
	height: 20px;
}

.file-manager-dialog {
	height: 190px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.file-manager-dialog form {
	background-color: transparent !important;
	border: none !important;
	margin: 0px;
}

/*------------------------------------------------------------------------------------------
	Object list
-------------------------------------------------------------------------------------------*/
.yams-object-list {
	margin: auto;
}

.yams-object-list th {
	font-weight: bold;
	border-bottom: 2px solid #B9B9B9;
	padding: 4px 2px;
}

.yams-object-list td {
	border-bottom: 1px solid #E3E3E3;
	padding: 2px 4px;
}

.yams-object-list tbody > tr:not(.selected):not(.empty-object-list):hover {
	background-color: #F1F1F1;
}

.yams-object-list tr.selected {
	background-color: #E3E3E3;
}

.yams-object-list tr td {
	cursor: default;
}

.yams-object-list .empty-object-list {
	font-style: italic;
}

/*------------------------------------------------------------------------------------------
	Object thumbs
-------------------------------------------------------------------------------------------*/
.yams-object-thumbs {
	overflow: hidden;
}

.yams-object-thumb-outer {
	border: 1px solid #fff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;
	position: relative;
	cursor: default;
}

.yams-object-thumbs > div:not(.selected):hover {
	background-color: #F1F1F1;
}

.yams-object-thumbs > div.selected {
	background-color: #E3E3E3;
}

.yams-object-thumb {
	border: 1px solid #bfbfbf;
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 12px #AAAAAA;
}

.yams-object-thumb-label {
	height: 32px;
	word-wrap: break-word;
	overflow: hidden;
}

.yams-object-thumb-fileid {
	position: absolute;
	right: 14px;
	top: 3px;
	height: 14px;
	line-height: 14px;
	width: 55px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bfbfbf;
	border-radius: 0 0 2px 2px;
	background-color: #fff;
}

.yams-object-thumb-icon {
	position: absolute;
	right: 15px;
	height: 20px;
	width: 20px;
}

/*------------------------------------------------------------------------------------------
	Drag and drop
-------------------------------------------------------------------------------------------*/
div.yams-draggable {
	position: absolute;
	height: 25px;
	z-index: 1000;
	left: 100px;
	min-width: 100px;
}

/*------------------------------------------------------------------------------------------
	Tooltips
-------------------------------------------------------------------------------------------*/
div.yams-tooltip {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	z-index: 99999;
	width: 250px;
	padding: 2px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background-color: rgb(25, 25, 25);
	background-color: rgba(25, 25, 25, 0.85);
	border-radius: 4px;
	box-shadow: 0 0 3px #555;
}

table.yams-tooltip-content {
	table-layout: fixed;
	width: 250px;
	height: 100%;
}

.yams-tooltip-content th {
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding: 4px 0;
}

.yams-tooltip-content th > span {
	word-wrap: break-word;
	white-space: normal;
}

.yams-tooltip-content td {
	padding: 1px 0;
}

/*------------------------------------------------------------------------------------------
	Message pages styles
-------------------------------------------------------------------------------------------*/

div.y-message-content {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: white;
}

div.y-message-content span.icon-logo {
	background-repeat: no-repeat;
	margin: 30px;	
}

div.y-message-content p {
	position: absolute;
	left: 450px;
	top: 250px;
	margin: 0px auto;
}

/*------------------------------------------------------------------------------------------
	document validation styles
-------------------------------------------------------------------------------------------*/
.validation-header {
	font-weight: bold;
}

.validation-header a {
	text-decoration: none;
}

.validation-message {
	padding-left: 20px;
}

.validation-message a {
	text-decoration: none;
	color: #336699 !important;
}

.validation-message a:hover {
	text-decoration: underline;
}

.validation-message-alt {
	font-weight: bold;
}

/*------------------------------------------------------------------------------------------
	misc styles
-------------------------------------------------------------------------------------------*/
.deprecated {
	text-decoration: line-through;
}

.select-indent-level-1 {
	padding-left: 20px;
}

/*------------------------------------------------------------------------------------------
	object audit
-------------------------------------------------------------------------------------------*/
.yams-audit-highlight {
	color: #3383BB;
	font-weight: bold;
}

.yams-audit-highlight a {
	color: #3383BB !important;
	text-decoration: none;
}

.yams-audit-highlight a:hover {
	text-decoration: underline;
}

table.yams-audit-details {
	margin: 2px;
	border-collapse: collapse;
}

table.yams-audit-details th {
	font-weight: bold;
	border-bottom: 2px solid #B9B9B9;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	padding: 4px 2px;
}

table.yams-audit-details th:first-child {
	border-left: 1px solid #D0D0D0;
}

table.yams-audit-details td {
	vertical-align: middle;
	padding: 2px 4px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

table.yams-audit-details td:first-child {
	border-left: 1px solid #D0D0D0;
}

/*------------------------------------------------------------------------------------------
	reports
-------------------------------------------------------------------------------------------*/
.reports-thumb  {
    margin: auto;
    position: relative;
    width: 280px;
    height:60px;
    cursor: pointer;
}

.reports-thumb-unselected {
	background-color: transparent;
	box-shadow : 0 0 15px 2px #888888;
}

.reports-thumb-selected {
	background-color: #DDDDDD;
	box-shadow : 0 0 15px 2px #888888;
}

.reports-thumb-clicked {
	background-color: #DDDDDD;
	border-bottom: 0px;
	height: 70px !important;
	box-shadow : 0 -5px 5px 0px #888888 !important;
	z-index: 10;
}

.reports-criteria {
	position: relative;
	padding-left: 10px;
}

.reports-criteria table.reports-criteria-outer-table{
	border-top: 1px solid #BBBBBB;
    width: 99%;
}

.reports-criteria table.reports-criteria-table{
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 99%;
}

#general-reports-criteria table.reports-criteria-table tr td{
	width: 12.5%;
}

#user-reports-criteria table.reports-criteria-table tr td{
	width: 12.5%;
}

#QA-reports-criteria table.reports-criteria-table tr td{
	width: 12.5%;
}

.reports-criteria table select{
	width: 99%;
}

.reports-criteria table input{
	width: 99.3%;
}

.reports-result {		
	padding-left: 10px;
}

.reports-content {
	box-shadow: 0 0 15px 2px #888888;
	background-color: #DDDDDD;
	position: relative;
	padding-top: 10px;
}

td.reports-header {
	padding-left: 20px;
	vertical-align: top;
}

.reports-result-chart {
	border-top: 1px solid #BBBBBB;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 99%;
    overflow: auto;
    text-align: center;
}

.reports-result-chart img {
	padding-left: 10px;
	padding-right: 10px;	
}

/*------------------------------------------------------------------------------------------
	summary
-------------------------------------------------------------------------------------------*/
.summary-thumb  {
    margin: auto;
    position: relative;
    width: 230px;
    height:60px;
    cursor: pointer;
}

.summary-thumb-unselected {
	background-color: transparent;
	box-shadow : 0 0 5px 2px #888888;
}

.summary-thumb-selected {
	background-color: #DDDDDD;
	box-shadow : 0 0 15px 2px #888888;
}

.summary-thumb-clicked {
	background-color: #DDDDDD;
	border-bottom: 0px;
	height: 70px !important;
	box-shadow : 0 -5px 5px 0px #888888 !important;
	z-index: 10;
}

.summary-criteria {
	position: relative;
	padding-left: 10px;
}

.summary-criteria table{
 	border-top: 1px solid #BBBBBB;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 99%;
}

#general-summary-criteria table tr td{
	width: 12.5%;
}

#user-summary-criteria table tr td{
	width: 12.5%;
}

#QA-summary-criteria table tr td{
	width: 12.5%;
}

.summary-criteria table select{
	width: 99%;
}

.summary-criteria table input{
	width: 99.3%;
}

.summary-result {		
	padding-left: 10px;
}

.summary-content {
	box-shadow: 0 0 15px 2px #888888;
	background-color: #DDDDDD;
	position: relative;
	padding-top: 10px;
}

td.summary-header {
	padding-left: 10px;
	vertical-align: top;
}

.summary-result-chart {
	border-top: 1px solid #BBBBBB;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 99%;
    overflow: auto;
}

.summary-result-chart img {
	padding-left: 10px;
	padding-right: 10px;	
}

/*------------------------------------------------------------------------------------------
	sprint plan
-------------------------------------------------------------------------------------------*/

.sprint-plan-data {
	box-shadow: 0 0 9px -1px #777;
	position: relative;
	border-radius: 10px;
}

.sprint-plan-data-table {
	width: 100%;
	border-radius: 10px;
}

.sprint-plan-data-title td {
	background: transparent url(../images/prj-title.png) repeat-x;
}

.sprint-plan-data-title td:first-child {
	border-radius: 8px 0 0 0;
}

.sprint-plan-data-title td:last-child {
	border-radius: 0 8px 0 0;
}

.sprint-plan-data-title-td {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;	
}

.sprint-plan-data-item-td {
	width: 33%;
	height: 100%;
	align: left;
	vertical-align: top;
}

.sprint-plan-data-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.sprint-plan-data-item {
     width: 188px;
     /* height: 70px; */
     border: 1px solid #D0D0D0;
     border-radius: 4px;
     float: left;
     margin-left: 6px;
     margin-top: 3px;
     margin-bottom: 3px; 
     /* z-index: 100; */
}

.sprint-plan-data-item table {
	 width: 188px;
     height: 90px;
}

.sprint-plan-data-item td > a {
	text-decoration: none;
}
.sprint-plan-data-item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px;
	white-space: normal; 
	word-wrap: break-word;
	display: inline-block;
    padding: 3px 5px;
    text-align: left;
}

.sprint-plan-data-item-header {
	position: relative;
	float: left;
    text-align: left;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sprint-plan-data-item-top {
	border-bottom: 1px solid #D0D0D0; 
	vertical-align: top; 
	padding: 2px 0 2px 0;
}

.sprint-plan-data-item-todo {
	background-color: rgb(250,252,191);
}

.sprint-plan-data-item-inprogress {
	background-color: rgb(231,244,255);
}

.sprint-plan-data-item-done {
 	background-color: rgb(224,255,197);
}
.sprint-plan-data-empty {
	vertical-align: middle;
	text-align: center;
	height: 30px;
}

.sprint-plan-data-item-tobetested {
	background-color: rgb(231,244,255);
}

.sprint-plan-data-span {
	float: left;
	margin: 3px 0px 0px 3px;
}
.sprint-plan-product-name {
	overflow: hidden; 
	text-overflow: ellipsis; 
	width: 130px;
	white-space: nowrap;
}

.sprint-plan-story-name {
	position: relative;
	float: center;
	text-overflow: ellipsis; 
	overflow: hidden; 
	text-align: center;
	visibility: hidden;
}

.sprint-plan-story-header {
	background: #dddee0 ;
	font-weight: bold;
	line-height: 26px;
}

.sprint-plan-story-header td{
	padding: 0px 8px 0px 8px;
}

.audit-result {
    overflow: auto;
}

.audit-dialog-options {
	display: block;
	border: 0 none;
    margin: 10px 0;
	width: 80% ;
	padding-left: 30px;
	text-align: left;
	padding-top: 10px;
}

.audit-dialog-options input {
	vertical-align: sub;
}

/*------------------------------------------------------------------------------------------
	Knowledge base search
-------------------------------------------------------------------------------------------*/
.kb-search-area {
	position: relative;
	margin: 5px 5px;
	text-align: center;
	min-width: 550px;
}

.kb-search-area table{
	width: 100%;
	height: 90%;
}

.kb-search-text {
	width: 400px;
	height: 30px;
	margin: 0;
	padding: 0px 7px 0px 26px !important;
	font-size: 14px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px !important;
	border: none;
	-moz-box-shadow: inset 1px 1px 2px #bbb;
	-ms-box-shadow: inset 1px 1px 2px #bbb;
	-o-box-shadow: inset 1px 1px 2px #bbb;
	-webkit-box-shadow: inset 1px 1px 2px #bbb;
	box-shadow: inset 1px 1px 2px #bbb;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	background-color: #fafafa;
	background-image: url(../images/ico24/articles/search.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.kb-search-button {
	font-size: 14px;
	cursor: pointer;
	padding: 2px;
}

.kb-search-results-area {
	position: relative;
	margin: 5px 5px;
}

.kb-results-area {
	margin-left: 20px; 
	margin-top: 15px;
	overflow: auto;
}

.kb-results-area ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
.kb-results-area ul li {
	padding-bottom: 10px;
}

.kb-result {
	overflow: hidden;
	word-wrap: break-word;
}

.kb-result a {
	color: #076098;
	font-weight: normal;	
}

.kb-result-keywords {
	color: #707070;
	font-weight: normal;	
}

.kb-result-description {
	color: #707070;
	padding-bottom: 5px;
	padding-top: 5px;
}

.kb-search-no-results {
	text-align: center;
	position: relative;
	top: 45%;
}

.kb-search-article-preview {
	position: relative;
	margin: 5px 5px;
	height: 100%;
}

/*------------------------------------------------------------------------------------------
	Knowledge base search external
-------------------------------------------------------------------------------------------*/
.kb-search-external-content {
	/*background: url("../images/content-bkg.png") repeat-x scroll left top #fff;*/
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;	
}

.preview-area {
	height: 100%;
	padding: 0px;
	overflow: hidden;
}

.language-area {
	position: absolute;
	height: 20px;
	top: 0;
	right: 0;
	padding: 0;
	width: 100%;
	background-color: #DEDEDF;
}

/*------------------------------------------------------------------------------------------
	distributions
-------------------------------------------------------------------------------------------*/
table.yams-distribution-details {
	margin: 2px;
	border-collapse: collapse;
}

table.yams-distribution-details th {
	font-weight: bold;
	border-bottom: 2px solid #B9B9B9;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	padding: 4px 2px;
}

table.yams-distribution-details th:first-child {
	border-left: 1px solid #D0D0D0;
}

table.yams-distribution-details td {
	vertical-align: middle;
	padding: 2px 4px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

table.yams-distribution-details td:first-child {
	border-left: 1px solid #D0D0D0;
}
