﻿* {
	margin:0;
	padding:0;
}

html, body, form1 {
	margin: 0;
	font:normal small Arial, Helvetica, sans-serif;
	color:#666;
	background:#fff;
	overflow:auto;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

h2 {
	padding:10px 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
}

h3 {
	padding:10px 0 10px 0;
	font-size:1.2em;
	font-weight:normal;
}

h4 {
	margin-bottom:1em;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:2px;
	font:bold x-small Arial, Helvetica, sans-serif;
}

.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
    line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
p {
}

ul {
	margin-left:3em;
}

ul li {
	list-style-image: url(../../images/bullet.gif);
}

ol {
	margin-left:3em;
}

ol li {
}

a {
	color:#45a4dc;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

img {
}

.alert {
	color: Red;
	font-weight:bold;
}
.update_success {
	display: block;
	width: 90%;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
	clear: both;
}
.update_success_inline {
	display: block;
	padding: 1px;
	color: #e0eed9;
	background-color: #fff;
	font-size: 12px;
	clear: both;
}
.update_failure {
	width: 90%;
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
	clear: both;
}
.update_failure_inline {
	display: block;
	padding: 1px;
	color: #f00;
	background-color: #fff;
	font-size: 12px;
	clear: both;
}
.update_warn {
	width: 90%;
	display: block;
	background: #fffac2 url(../images/icons/warn.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f19101 1px solid;
	font-size: 12px;
	clear: both;
}

.tabledefault {
	border: none;
}

.tabledefault td {
	text-align:left;
	vertical-align:top;
	padding:3px 0 3px 0;
}

.table1 {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

.table1 tr {
}

.table1 td {
	text-align:left;
	vertical-align:top;
	padding:3px 5px 3px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

/* Container */

#container {
	margin:0 auto;
}

/* Top */

#top {
	position:relative;
	width:900px;
	height:43px;
	margin:0 auto;
	margin-top:50px;
}

/* Top left and right */

#left {
	float:left;
	width:640px;
	height:43px;
	text-align:left;
	background-color: #45a4dc;
}

#left h2 {
	color:#fff;
	font-weight:bold;
}

#right {
	float:right;
	width:230px;
	height:43px;
	text-align:right;
	background-color: #45a4dc;
}

/* Content */

#content {
	clear:both;
	position:relative;
	height:auto;
	width:900px;
	margin:0 auto;
	background: #fff url(images/contentbg.gif) repeat-y;
	overflow:auto;
}

/* Content > Main */

#main {
	float:right;
	width:650px;
	margin-top:1px;
}

/* Content > Sidebar */

.sidebar {
	float:left;
	width:230px;
	height:100%;
	background:#999;
}
.sidebar ul {
	margin-left:0;
	list-style-image: none;
}

.sidebar ul li {
	list-style-image: none;
}
.AspNet-Menu li {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 0 10px 20px;
	font-weight:normal;
	font-size:1.4em;
	border-top:1px solid #fff;
	overflow-x:hidden;
	display:block;
	float:none;
	display:block;
	position:static;
}
.AspNet-Menu li a {
	color: #fff;
	display:block;
	text-decoration: none;
}
.AspNet-Menu li a:hover {
	color:#ccc;
}
.AspNet-Menu-Selected {
	color:#ccc !important;
	/*text-decoration: underline;*/
}
	
	
	

#sidebar.trial {
	float:left;
	width:230px;
	height:100%;
	background:#ccc;
	
}


.RadTreeView {
	/*float:left;
	width:230px;
	height:100%;
	clear: both;*/
}


#adminleft {
	float:left;
	width:230px;
	height:100%;
}
#adminmain {
	float:right;
	width:650px;
	margin-top:1px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #45a4dc;*/
}
.RadMenu {
	clear: both;
	width: 650px;
	margin-bottom: 10px;
}

/* MENU */
.menu {
}
.menu ul {
}

/* Content > Sidebar > Menu */

.menu {
	padding:0 20px 20px 20px;
}

/* Content > Main > Content */

.content {
	padding:0 20px 20px 0;
}

/* Boxed Style */

.boxed {

}

.boxed .title {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0 10px 10px;
	font-weight:normal;
	font-size:1.4em;
	border-top:1px solid #fff;
}

.boxed .content {
	padding:10px;
}

/* Footer */

#footer {
	clear:both;
	position:relative;
	width:900px;
	height:43px;
	margin:0 auto;
	margin-top:1px;
	color: #fff;
	background: #45a4dc url(/images/attract-retain-motivate.gif);
}
#footer .footertext {
	padding: 0 0 0 20px;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:underline;
}

/* Footer left and right */

#footerleft {
	float:left;
	height:43px;
	width:240px;
	color: #fff;
	font-size:x-small;
	background-color: #45a4dc;
}

#footerright {
	float:right;
	width:630px;
	height:43px;
	font-size:x-small;
	background-color: #45a4dc;
}


.step {
	padding: 5px;
	background-color: #45a4dc;
	font-size: 18px;
	margin: 10px 0 10px 0;
	display: block;
	clear: both;
	color: #fff;
}
.steparrow {
	margin: 10px 0 10px 100px;
}
/* Start EMOS Styles */	

.sp {
   	display:none;
   	visibility:hidden;
   	vertical-align:top;
}
#sc1 {
	font-size: 12px;
	font-style:italic;
	padding:10px;
	border:solid 1px #999999; 
	background-color:#f0efef;
}
#sc2 {
	font-size: 12px;
	font-style:italic;
	padding:10px;
	border:solid 1px #999999; 
	background-color:#e2eaf1;
}
.ss {
	height:190px;
   	padding:5px;
	border:solid 1px #999999; 
   	background-color:#F0EFEF;
    visibility:hidden;
}




table.sample {
	border-collapse:collapse;
	width:auto;
	margin-top:5px
	font-style:italic
}
table.sample th {
	border:1px solid #ccc;
	background:#eee;
	padding:2px 10px;
	text-align:center;
	width:auto
}
table.sample td {
	border:1px solid #ccc;
	padding:2px 10px;
	text-align:left
}
table.sample td, table.sample th {
	color:#767676
}


