/* overwrite qsPortal\Themes\Default\thickbox.css */


#TB_overlay {
	background: #10a0dd;
	opacity: 0.95;
}


#TB_window {
	border: none;
	/* box-shadow: 0px 0px 15px #000000; */
}

.mceEditor.defaultSkin td.mceToolbar {
	background: #eeeeee;
	border: none !important;
}

.mceEditor.defaultSkin .mceIframeContainer {
	border: solid 5px #eeeeee;
	padding: 5px;
}

.mceEditor.defaultSkin .mceStatusbar {
	border: none !important;
	padding-left: 5px;
}

#common-nav ul li a {
	font-weight: normal;
}

.body-login div.SystemPageTitle { 
	display: none;
}

#TB_title{
	background-color:#ffffff;
}

#popup-close a {
	padding: 3px;
}

#popup-close a:hover {
	opacity: 0.6;
}

#login-container {
	background: none;
	padding: 0px;
}

#LoginForm {
	padding: 0px 50px 0px 50px;
}

#LoginForm * {
	font-size: 16px;
}

#LoginForm h1 {
	font-size: 25px;
	color: #0397d6;
	font-weight: normal;
	margin-bottom: 15px;
}

#login-step-0 h1 {
	font-size: 40px;
	background-image:url("/qsPortal/Themes/Default/Images/qsIcon.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#LoginForm h2 {
	font-weight: normal;
	margin-bottom: 5px;
}

#LoginForm .login-step div {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#LoginForm .login-step p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#LoginForm #login-step-1 .stdfield p,
#LoginForm #login-step-2 .stdfield p,
#LoginForm #login-step-1 .stdfield select {
	color: #0397d6;
}

#LoginForm #login-step-1 .stdfield h2,
#LoginForm #login-step-2 .stdfield h2 {
	color: #2f2f2f;
}

#LoginForm .login-step .actions {
	padding: 15px 0px 0px 0px;
}

#LoginForm #login-step-0 .actions {
	padding: 0px;
}

#LoginForm .stdfield input, #LoginForm .actions input {
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	line-height: 35px;
	height: 35px;
	color: #0397d6;
	background: #eeeeee;
	text-align: left;
	text-indent: 10px;
}

#LoginForm .actions .btnSubmit {
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	background: #0397d6;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

#LoginForm .actions input:hover {
	background: #2f2f2f;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

#LoginForm .login-step div.remember,
#LoginForm .login-step div.forgotten {
	padding-top: 15px;
}

#LoginForm .login-step div a,
#LoginForm .login-step div a:link, 
#LoginForm .login-step div a:visited {
	color: #0397d6;
}

#LoginForm .login-step div a:hover {
	color: #2f2f2f;
}

.SystemPageAdminSessionTitle TD,
.SystemLink,
.SystemPageSessionResume,
.SystemPageSessionResume INPUT,
.SystemPageTitle DIV, #LoginForm,
.SystemPageAbout DIV,
.SystemPageAboutSummary TD {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.SystemPageAdminSessionTitle {
	background: none;
	color: #0397d6;
	font-size: 18px;
}

.SystemPageAdminSessionTitle td {
	padding: 10px !important;
}

.SystemPageSession li {
	display: list-item;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
}

.SelectList .TableList .Odd,.SelectList .TableList .Peer {
	background: none;
	border-bottom: solid 1px #eeeeee;
}

.SelectList .TableList .Sel {
	background: #0397d6;
}

.SelectList .TableList .Sel td {
	color: #ffffff;
}

.tablelist-search input{
	background: #eeeeee;
	color: #0397d6;
	border: none;
	line-height: 20px;
	height: 20px;
	padding-left: 3px;
}

.SelectList #Navigation, .SelectList #Navigation a, #Navigation div {
	border: none;
	background: none;
	font-size: 14px;
	font-weight: normal;
}

.SelectList #Navigation .pagelabel {
	display: none;
}

.SelectList #Navigation .current {
	color: #0397d6;
}

