* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F2F2F;
}
a img {
	border: 0;
}
hr {
	height: 1px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dashed #ccc;
	padding-bottom: 10px;
}
fieldset {
	/*border: 2px solid #B7DDF2;
	background: #EBF4FB;
	padding: 10px 0 0 10px;*/
	border: 0;
	margin-bottom: 2em;
}
label {
	color: #2F2F2F;
	font-weight: bold;
}
a {
	color: #333;
	text-decoration: none;
}
a.confirm {
	padding: 5px 20px 5px 20px;
	background: #3b5998;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #0e1f5b;
	border-right: 1px solid #0e1f5b;
	color: #FFF;
}
p.confirm-delete {
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	margin: 0;
}
a.confirm:hover {
	background: #627db7;
	color: #FFF;
}
a:hover {
	color: #333;
}
ul {
	list-style: none;
}
h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-weight: normal;
	font-size: 13px;
	color: #57585C;
	font-size: 15px;
	padding-bottom: 3px;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #8CBFE2;
}
/* general tables */
table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
	border-color: #FFF;
}
tr.head td {
	background: url(../images/table-head-background.gif) repeat-x;
	color: #FFF;
	height: 20px;
	padding: 5px;
	font-weight: bold;
}
td {
	padding: 5px;
	color: #333;
}
/* wrapper */
.wrapper {
	width: 100%;
}
/* header */
.header {
	background: #025696 url(../images/background.gif) repeat-x;
	height: 87px;
	padding: 0 20px 0 10px;
}
.header h1 a {
	background: url(../images/wisdom-logo.jpg) no-repeat;
	float: left;
	width: 116px;
	height: 26px;
	margin-top: 26px;
	text-indent: -9999px;
}
.header .usernav {
	float: right;
	margin-top: 28px;
}
.header .usernav ul {
	list-style: none;
}
.header .usernav li {
	display: inline;
	color: #FFF;
}
.header .usernav a {
	color: #FFF;
	text-decoration: none;
}
.header .usernav a:hover {
	border-bottom: 1px dashed #FFF;
}
/* container */
#p-login .container {
	margin: 0;
}
.container {
	margin: 15px 0 0 10px;
	width: 700px;
}
/* wysiwyg editor */
#p-login .content {
	margin: 10px 0 0 10px;
}
.content {
	position: relative;
	width: 780px;
	margin: 10px 0 0 245px;
}
.content h3 {
	font-size: 13px;
}
.content p {
	color: #666;
	margin-bottom: 0.5em;
}
.smallimage {
	padding: 5px;
	margin-top: 3px;
	border: 1px solid #CCC;
	width: 300px;
}
.note {
	color: #00376A;
}
p.add {
	margin-bottom: 1em;
}
img.product-image {
	width: 30px;
}
/* no js error */
.nojs {
	padding: 2px;
	text-align: center;
	background: #FFFFCC;
	border: 1px solid #FFCC00;
	margin: 1em;
	color: #333;
}
/* tool tip */
.tip {
	background: #e3eef7 url(../images/warning.gif) 5px 8px no-repeat;
	border: 1px solid #a3c2dd;
	width: 740px;
	height: 25px;
	padding: 10px 10px 0 30px;
	margin-bottom: 2em;
}
.tip p {
	color: #2F2F2F;
}
.tip a {
	text-decoration: none;
	color: #666;
}
.tip a:hover {
	color: #333;
}
.tip .using {
	float: right;
}
/* The hint to Hide and Show */
.hint {
	position: absolute;
   	display: none;
	left: 820px;
	color: #333;
    float: right;
	width: 200px;
    margin-top: -4px;
    border: 1px solid #FFCC33;
    padding: 10px 12px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* form controll */
form {
	border-top: 1px solid #C5E7FF;
	padding-top: 1.5em;
	width: 780px;
}
form.noborder {
	border-top: 0;
	width: auto;
	padding: 0;
}
form.noborder p {
	padding: 0;
}
.button { 
	border: 0;
	clear: both;
	margin: 1em 0 1em 0;
	width: 125px;
	height: 31px;
	background: url(../images/button.jpg) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.file {
	border: 0;
	margin-bottom: 2em;
}
.radio {
	margin-top: 10px;
	padding-right: 5px;
}
.input {
	height: 20px;
	width: 772px;
	color: #555;
	padding: 7px 4px 0 4px;
	margin: 4px 0 2em 0;
	border: 1px solid #a3c2dd;
	float: left;
	margin-right: 20px;
}
.countchars {
	height: 20px;
	width: 640px;
	border: 1px solid #a3c2dd;
	color: #555;
	padding: 7px 4px 0 4px;
	margin: 4px 1em 2em 0;
}
.counter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
textarea {
	border: 1px solid #CCC;
	width: 720px;
	height: 150px;
	margin-top: 4px;
}
#elm2_tbl {
	margin-top: 4px;
}
/* actions */
.actions {
	float: right;
	color: #57585C;
}
.actions li {
	display: inline;
}
.actions a {
	text-decoration: none;
	color: #666;
}
.actions a:hover {
	color: #333;
}


/* rounded corners css menu */
/* common tags for rounded corners that can be used for many panels */
b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

/* container one */
.ContainerOne {
	width: 220px; 
	height: 200px; 
	background: #E5F4FF; 
	float: left;
	margin: 10px 0 3em 10px;
}
div[class="ContainerOne"] {
	height: auto;
	min-height: 200px;
}
b.RndTopOne b, b.RndBottomOne b{
	display: block;
	height: 1px; 
	overflow: hidden; 
	background: #E5F4FF;
}
b.RndTopOne, b.RndBottomOne{
	display: block;
	background: #FFFFFF;
}
div.RPanelContentOne {
	position: relative; 
	top: 0px; 
	left: 0px; 
	display: block; 
	margin: 0 0 10px 10px; 
	width: 160px; 
	height: 200px; 
	text-align: left; 
	color: #333333;
}
div[class="RPanelContentOne"] {
	height: auto; 
	min-height: 200px;
}
b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{
	margin: 0 1px; 
	height: 2px;
}

/* menu link styles */
.ContainerOne h2 {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif; 
	color: #00376A;
	border-bottom: 2px solid #8CBFE2;
	font-size: 13px;
	padding: 5px 10px 5px 0;
	margin-bottom: 1em;
	font-weight: normal;
	float: left;
	width: 190px;
	letter-spacing: -1px;
}
.ContainerOne ul {
	list-style: none;
	margin: 10px 0 20px 0;
	clear: both;
	width: 200px;
}
.ContainerOne li {
	color: #336699;
	padding: 2px;
	border-bottom: 1px solid #C5E7FF;
}
.ContainerOne li a {
	padding: 2px;
	width: 190px;
	text-decoration: none;
	color: #336699;
	display: block;
}
.ContainerOne li a:hover {
	background: #f9fcff;
	color: #3399ff;
}
.ContainerOne li a.current {
	background: #f9fcff;
	color: #3399ff;
}
.menuimage {
	float: left;
}

/* footer */
#footer {
	clear: both;
	background: #F4F6F6;
	border-top: 1px solid #DCE0E1;
	color: #999;
	padding: 1.5em 1em;
}