/* dsedit toolbar container */
#dsEditToolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	border-bottom: 2px solid #e1e1e1;
	border-right: 2px solid #e1e1e1;
	width: 70px;
	height: 70px;
	z-index: 100000;
	text-align: left;
	font-family:'Trebuchet MS', Arial, Verdana;
	font-size: 8pt;
}

body > div#dsEditToolbar {
	position: fixed;
}

.dsEditText {
}

.dsEditTextUnHint {
	cursor: pointer;
	border: 1px dashed #dddddd;
	margin: 2px;
}

.dsEditTextHint {
	cursor: pointer;
	border: 1px dashed #dddddd;
	margin: 2px;
}

.dsEditTextEdit {
	cursor: default;
	margin: 2px;
}

.dsEditTextBox {
	background-color: #ffffc0;
	border: 1px solid black;
}

.dsEditDrag {
	height: 10px;
	text-align: center;
	cursor: s-resize;
	background:url("../images/drag.gif") repeat-x left top;
}

.dsEditDragHandle {
	height: 7px;
	width: 49px;
	margin-left: auto;
	margin-right: auto;
	background:url("../images/draghandle.gif") repeat-x left top;
}

#dsEditLogo {
	padding-left: 5px;
	padding-top: 5px;
}

div.dsErrorPopup {
	font-family:'Trebuchet MS', Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	position: absolute;
	background-color: #ffffc0;
	border: 1px solid black;
	z-index: 500000;
	padding: 5px;
}

.dsErrorCustomPane {
	margin: 3px;
	text-align: left;
}

.dsLoginInput {
	font-size: 10px;
}

.dsErrorBtn {
	font-size: 10px;
}

.dsErrorBtnPane {
	text-align: center;
}

.dsErrorInfoPane {
	text-align: left;
	display: none;
	background-color: #ffffe0;
	cursor: pointer;
	font-style: italic;
	padding-left: 5px;
}

.dsErrorInfoDetailPane {
	display: none;
	font-size: 7pt;
	font-style: normal;
	
}

/* BEGIN All Navigation Elements */

#dsEditNav {
	font-weight:bold;
	position: absolute;
	right: 0px;
	top: 40px;
	visibility: hidden;
}
 
#dsEditNav ul {
	margin:0;
	padding:6px 3px;
	list-style:none;
}

#dsEditNav li {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
}

#dsEditNav a {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#888;
}

#dsEditNav a:hover {
	color:#333;
}

#dsEditNav .current {
	background-image:url("../images/left_on.gif");
	background-color: #E1E1E1;
	height: 25px;
}

#dsEditNav .current a {
	background-image:url("../images/right_on.gif");
	color:#000;
}

/* END All Navigation Elements */

/* BEGIN login elements */

.questionmark {
	font-size: 11px;
	color: #C9C9C9;
}

.questionmark a {
	font-size: 11px;
	color: #C9C9C9;
	text-decoration: underline;
	padding: 1px;
}

.login {
	font-size: 16px;
	color: #333333;
}

.questionmark a:hover{
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	padding: 1px;
}

#login {
	width: 520px;
	height: 273px;
	text-align: center;
	margin: 12% auto;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
}

.login {
	font-size: 24px;
}

.desc {
	color:#BF3E20 !important;
}

.tooltip {
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

#tooltip {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	position:absolute;
	z-index:9999999;
	margin:7px 0 0 7px;
	padding:5px 15px 10px 10px;
	width:250px;border:1px solid #959595;
	border-top:1px solid #959595;
	border-left:1px solid #959595;
	background-color:#fff;
	font-size:11px;
	line-height:13px !important;
	font-weight:normal;
	color:#7D7E7F;
}

.image_login {
	padding-top: 10px;
	padding-bottom: 10px;
}
.image_login2 {
	padding-top: 0px;
	padding-bottom: 10px;
}

#login input.textfield {
	width: 120px;
	padding: 4px;
	border: 2px solid #ddd;
	background: #fff;
	color: #777;
}

#login input.textfield:focus {
	border: 2px solid #959595; 
	color: #000;
}

#login input.submit, input.submit:active {
	margin-top: 18px; 
	padding: 3px;
}

.field_login {
	padding-top: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding-left: 12px;
}

.field_password {
	padding-top: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

.field_error {
	padding-top: 100px;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

#login_background {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FDFDFD;
}

/* END login elements */