/**
 * 	This file to be merged into the standard css folder after completion to allow it to be compiled
 */

.tipseditor {

}

.tipseditor H3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-style: none;
	margin-bottom: 10px;
}

.tipseditor .buttons {
	overflow: auto;
}

.tipseditor .buttons .left {
	float: left;
	padding-top: 20px;
	width: 450px;
}

.tipseditor .buttons .right {
	float: right;
	padding-right: 10px;
	width: 150px;
	text-align: right;
}

.tipseditor .listcontainer {
	border: 1px solid #e4e4e4;
	width: 500px;
	min-height: 200px;
}

.tipseditor INPUT[type="button"] {
	border-radius: 5px;
}

.tipseditor div.charleft.originalDisplayInfo {
	width: 100%;
	text-align: right;
}

/* output */

.tipcontainer {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.tipclearafter:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.tipbox {
	/*border: 1px solid black;*/
	display: block;
}

.tipbox .tipmain {
}

.tipbox .tipicon {
	background-image: url('/images/hintstips/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 63px;
	/*min-height: 70px;*/
	height: 70px;
	/*margin-right: 30px;*/
	float: left;	
}

.tipbox .tiptext {
	margin-left: 93px;
	margin-right: 0px;
	padding-top: 4px;
	/*min-height: 63px;*/
	/*height: auto;*/
	/*width: 563px;*/
}

.tipbox .tiptext P {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-family: Arial;
	line-height: 1.25em;
	color: #353c74;
	margin-bottom: 4px;
}

.tipbox .tiptext P.legend {
	font-size: 12px;
	color: #6e6e6e;
	font-weight: bold;
}

.tipbox .tiptext .tipnav {
	float: right;
	clear: both;
}

.tipbox .tiptext .tipnav A, .tipbox .tiptext .tipnav A:hover {
	font-size: 10px;
	color: #353c74;
	text-decoration: none;
}

.tipbox .tiptext .tipnav A:after {
	content: "  ";
	height: 0;
	position: relative;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #353c74;
	top: 9px;
	left: 2px;
}

.tipbox .tiptext .tipnav A:hover {
	text-decoration: underline;
}

.willdelete {
	background-color: #ff0000;
}

.willedit {
	background-color: #ffff00;
}

.willapprove {
	background-color: #00ff00;
}


.tipadmin {
	margin-top: 3px;
	border-top: 1px solid #c4c4c4;
	background-color: #e4e4e4;
	padding: 2px;
	overflow: auto;
}

.tipadmin A {
	text-decoration: none;
}

.tipadmin UL {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	overflow: auto;
	clear: both;
}

.tipadmin UL LI {
	padding-left: 5px;
	float: left;
}

.tipadmin UL LI A, .tipadmin UL LI A:hover {
	color: blue;
	text-decoration: none;
}

.tipadmin UL LI A:hover {
	text-decoration: underline;
}

.tipadmin .tip-approve, .tipadmin .tip-unapprove {
	color: #ff0000;
	font-weight: bold;
}

#tipdebug {
	width: 60%;
	margin: 0 auto;
	display: none;
}

#tipdebug, #tipdebug H6, #tipdebug TABLE, #tipdebug TH, #tipdebug TD {
	font-family: Arial;	
	font-weight: normal;
	font-size: 11px;
}

#tipdebug TABLE {
	margin: 5px 0px;
}


#tipdebug TH:nth-child(1) {
	width: 40%;
}

#tipdebug TD {
	padding: 2px;
}

#tipdebug TR:nth-child(1) TH:nth-child(1) {
	color: white;
	padding: 5px;
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#tipdebug TR:nth-child(2) TH {
	padding: 5px;
	font-style: italic;
	background-color: #c4c4c4;
	color: black;
}

#tipdebug TH, #tipdebug TD {
	border: 1px solid black;
}

#tipdebug TBODY TD:nth-child(1) {
	width: 40%;
}

#tipdebug .no-data { text-align: center; font-style: italic; }

#tipdebug H6 {
	font-weight: bold;
	font-size: 15px;
}

