/*
 * Reset
 */
 
.centered {
	margin: 0 auto;
}

.left-text { text-align: left; }
.centered-text { text-align: center; }
.right-text { text-align: right; }
.bold-text { font-weight: bold; }

.not-displayed {
	display: none;
}

.width5   {	width:   5%; }
.width15  { width:  15%; }
.width20  { width:  20%; }
.width30  { width:  30%; }
.width40  { width:  40%; }
.width45  { width:  45%; }
.width50  { width:  50%; }
.width60  { width:  60%; }
.width70  { width:  70%; }
.width75  { width:  75%; }
.width100 { width: 100%; }

.float-left { float: left; }
.float-right { float: right; }

.hidden { display: none; }
.inline { display: inline; }

.clear-both { clear: both; }
.nowrap { white-space: nowrap; }

/*
 * Login form
 */
#login-form label {
	float: left;
}

#login-form .rememberMe label {
	float: none;
}

.actions {
	overflow: auto;
}

.collapsedGuids {
	height: 0px;
	overflow: auto;
	display: block;
	position: absolute;
	background-color: white;
	padding: 0 10px;
	margin: 0 0 0 -15px;
	color: #444;
}

.glossaryRow {
	margin-bottom: 20px;
}

.glossary {
	background-color: #7FB2E5;
	color: #FFF;
	font-weight: bold;
	margin: 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #06C;
	border-left: 1px solid #06C;
	border-right: 1px solid #06C;
	border-bottom: 1px solid #888;
	position: relative;
	bottom: -1px;
	line-height: 28px;
	padding: 0 10px;
}

.tab {
	padding: 0 10px;
	line-height: 23px;
	margin: 5px 5px 0 5px;
	display: block;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #AAA;
	font-size: 90%;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	background-color: #EEE;
	position: relative;
	bottom: -1px;
}

.tabSelected {
	background-color: white;
	border-bottom: 1px solid white;
}

.tabContent {
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	overflow: auto;
}

.glossaryDescription {
	padding: 10px;	
}

.deleteIcon {
	float: right;
	margin-right: 10px;
	margin-top: 6px;
	cursor: pointer;
}

.glossarySeparator {
	margin: 0;
	padding: 0;
	background-color: #aaa;
	height: 1px;
	clear: both;
}

#selectguid-form .row {
	overflow: auto;
}

#selectguid-form > .row > .separator {
	float: left;
	width: 20px;
	overflow: auto;
	height: 24px;
}

#editguid-form .row {
	overflow: auto;
}

#editguid-form .columnLabel {
	padding-left: 10px;
	font-weight: bold;
}

#selectguid-content {
	min-width: 700px;
}

#edited-guid {
	line-height: 26px;
	border: 1px solid #aaa;
	padding: 1px 5px;
}

.tabContent .treeview li img.sectionImage {
	display: none;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	cursor: pointer;
}

.tabContent .treeview li:hover img.sectionImage {
	display: inline;
}

.tabContent .treeview li ul li img.guidImage {
	display: none;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	cursor: pointer;
}

.tabContent .treeview li ul li:hover img.guidImage {
	display: inline;
}

.tabContent .treeview li ul li img.imagePending {
	display: inline;
	width: 13px;
	height: 13px;
	margin-left: 5px;
}

.move-guid-icon {
	float: right;
	padding: 5px;
	cursor: pointer;
}

.no-guids {
	padding: 5px;
	margin-top: 2px;
	display: block;
	color: #888;
}

.treeview .hover {
	color: #555;
}

.state {
	font-size: 70%;
	cursor: pointer;
}

.state.selected {
	font-size: 70%;
	cursor: default;
	border: 1px solid;
	padding: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.state.approved {
	color: #008800;
	background-color: #F5FFF5;
	border-color: #20A020;
}

.state.selected.pending {
	color: #C87800;
	background-color: #FFFFF5;
	border-color: #FFA000;
}

.state.selected.rejected {
	color: #C80000;
	background-color: #FFF5F5;
	border-color: #D51C1C;
}

.translation {
	width: 100%;
}

.translation.approved {
	color: #000000;
	background-color: #F5FFF5;
	border: 1px solid #20A020;
}

.translation.pending {
	color: #000000;
	background-color: #FFFFF5;
	border: 1px solid #FFA000;
}

.translation.rejected {
	color: #000000;
	background-color: #FFF5F5;
	border: 1px solid #D51C1C;
}

.subcolumn-label {
	width: 28%;
	float: left;
	font-weight: bold;
	margin-left: 2%;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 3px;
}

.subcolumn-state {
	width: 68%;
	margin-right: 2%;
	float: left;
	text-align: right;
	padding-bottom: 5px;
}

.link-glossary {
	border-radius: 5px;
	background-color: #7FB2E5;
	color: #FFF;
	padding: 3px;
	border: 1px solid #06C;
	font-weight: bold;
	font-size: 90%;
}

.link-glossary > a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#associateGlossaryForm > #glossary-id {
	margin: 3px;
}
	
#terms-form .column-translations {
	float: left;
	width: 50%;
	overflow: auto;
}

#terms-form .column-translations textarea {
	width: 98%;
}

#terms-form .column-details textarea {
	width: 98%;
}

#terms-form .column-details {
	float: left;
	width: 48%;
	margin: 0 0 0 2%;
	overflow: auto;
}

#terms-form .column-details #list-descriptions .link-glossary {
	display: inline;
}

.warning-message {
	border: 1px solid #fc0;
	padding: 8px 8px 8px 34px;
	background: url(../images/sign_warning.png) top left no-repeat;
	background-position: 10px;
	background-color: #fdf9e0;
	border-radius: 5px;
	line-height: 26px;
	overflow: auto;
}

#delete-form {
	text-align: center;
}

.delete-form-info {
	font-size: 90%;
	color: #888;
	max-width: 400px;
	margin: 0 auto;
	padding: 5px;
}

#search-form .row {
	overflow: auto;
}

.line-separator-soft {
	height: 1px;
	background-color: #ccc;
	margin: 10px 0;
	padding: 0;
}

.line-separator-strong {
	height: 1px;
	background-color: #ce0004;
	margin: 10px 0;
	padding: 0;
}

#search-form .relevance-filter label {
	width: auto;
	float: left;
}

#search-form #relevance-group {
	float: left;
}

#search-form #relevance-group input[type="radio"] {
	float: left;
	height: 18px;
}
	
#search-form #subglossaries-group label {
	float: left;
	width: auto;
	margin-left: 30px;
}

#search-form #subglossaries-group input[type="checkbox"] {
	float: left;
	height: 20px;
}

#search-form #full-text-search-group label {
	float: left;
	width: auto;
	margin-left: 30px;
}

#search-form #full-text-search-group input[type="checkbox"] {
	float: left;
	height: 20px;
}

#search-languages {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

#search-languages thead {
}
	
#search-languages thead th {
	text-align: center;
	font-size: 10pt;
	color: #888;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

#search-languages thead th.small-state {
	width: 24px;
}

#search-languages thead th.small-hint {
	font-size: 60%;
	width: 50px;
	padding: 0 5px;	
}

#search-languages > tbody > tr > td {
	padding: 0;
	text-align: center;
	height: 30px;
}

#search-languages .separator{
	height: 10px;
}


#import-form .row {
	overflow: auto;
}

#import-form .column {
	margin: 0;
}

#import-form .column-label {
	margin: 0;
	width: 150px;
	float: left;
	margin-right: 10px;
}

#import-form .column-value {
	width: 350px;
	float: left;
}

#import-form .hint {
	font-size: 70%;
	color: #888;
	padding-top: 3px;
	display: block;
}

#import-form .link-glossary {
	float: left;
	margin: 0 5px 5px 0;
}

#import-form .row-glossary .hint-approved {
	color: #444;
	font-size: 90%;
	vertical-align: middle;
}

#import-form .row-glossary input[type=checkbox] {
	vertical-align: middle;
	margin-left: 10px;
}

.import-hint-icon {
	padding-left: 5px;
	width: 16px;
	height: 16px;
	cursor: help;
}

/*
 * Conflicts
 */
#div-conflict-info .grid-view {
	padding: 0;
}

#conflict-pending-guids {
	margin-bottom: -15px;
}

#conflicts-form .conflict-row {
	overflow: auto;
}
 
#conflicts-form .column-translation {
	float: left;
 	margin: 0 0.5%;
 	padding: 0.5%;
	width: 30%;
	border: 2px solid white;
	text-align: center;
}

#conflicts-form .column-hint {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#conflicts-form .column-translation textarea {
	width: 95%;
}

#conflicts-form .column-translation .useTranslation {
	cursor: cell;
}
 
#conflicts-form .column-notrelevant {
	opacity: 0.3;
}

#conflicts-form .column-notrelevant:hover {
	opacity: 1.0;
}
 
#conflicts-form .column-conflicted {
 	background-color: #ffe0e0;
 	border: 2px solid #faa;
}

#conflicts-form .column-conflicted > textarea {
	background-color: white;
	border: 1px solid #faa;
}

#conflicts-form .conflict-label {
	color: #f44;
	font-weight: bold;
}

