body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #333;
	line-height: 15px;
}
td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 15px;
}
a {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #A0A4C1;
	text-decoration: none;
}
.copyright {
	clear: both;
	border-top: 1px solid #D9DBEB;
	background: #fff url(images/copyright_bg.jpg) repeat-x left top;
	margin: 1px 0;
	padding: 14px 0;
	text-align: center;
}
.copyright td {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
.loginBox {
	background: #fff url(images/gradient_bg.jpg) repeat-x left top;
	color: #333;
	border-top: #A9B6D8 1px solid;
	border-bottom: #AEB2D1 1px solid;
	padding: 20px 40px;
	text-align: left;
	margin-top: 1px;
}
.loginBox h4 {
	font-size: 14px;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select {
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.formarea {
	border: 1px solid #979AC2;
	color: #333;
	padding: 3px;
	margin: 0;
	line-height: 160%;
}
.formfield {
	border: 1px solid #979AC2;
	color: #333;
	padding: 3px;
	margin: 0;
}
select {
	background: #fff;
	color: #333;
}
.codeimg {
	cursor:pointer;
	vertical-align:bottom;
	padding-bottom:1px;
}
button {
	font-size: 14px;
	font-family: Arial, sans-serif;
	border-top: 1px solid #9EA3D5;
	border-left: 1px solid #9EA3D5;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	background: #3F4471;
	color: #fff;
	cursor: pointer;
	padding: 4px 3px 0px 5px;
}

#header {
	padding:5px 10px;
	/*
	background:#303B4A;
	*/
	background:#4c4c4c;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#eee;
}

#header a {
	color:#ddd;
	text-decoration: underline;
}

#header a:hover
{
	color:#fff;
	text-decoration: none;
}
#topmenu
{
	height:33px;
	background:#3D434E;
	background:#bec0c2;
}

#topmenu ul
{
	margin:0;
	padding:0 5px;
	background:#D3D3D3;
	height:30px;
	border-top:1px solid #21211D;
	border-bottom:5px solid #21211D;
}

#topmenu ul li
{
	float:left;
	margin:0;
	padding-right:2px;
	height:30px;
	line-height:30px;
	list-style:none;
	font-size:14px;
	background:url(../images/btn_nav.gif) right bottom no-repeat;
}

#topmenu ul li a
{
	height:30px;
	color:#333;
	padding:0 15px;
	line-height:30px;
	display:block;
	float:left;
	text-align:center;
	text-decoration: none;
}

#topmenu ul li a:hover,#topmenu ul li a.focus
{
	background:#21211D;
	color:#FFF;
}

#topmenu ul li a.focus,
#topmenu ul li a.focus:hover
{
	font-weight:bold;
	background:#21211D;
}




#submenu
{
	height:25px;
	line-height:25px;
	padding-top:5px;
	background:#F7F7F7;
	border-bottom:1px solid #d3d3d3;
}

#submenu ul
{
	margin:0;
	padding:0;
}

#submenu ul li
{
	float:left;
	margin:0 2px 0 0;
	height:25px;
	line-height:25px;
	list-style:none;
	font-size:12px;
}

#submenu ul li a
{
	height:25px;
	line-height:25px;
	color:#AAA;
	text-decoration: none;
	display:block;
	text-align:center;
	float:left;
	font-weight:bold;
}

#submenu ul li a span
{
	padding:0 5px 0 20px;
	display:block;
}

#submenu ul li a:hover,
#submenu ul li a.focus
{
	color:#555;
}

#submenu ul li a:hover span,
#submenu ul li a.focus span
{
	color:#000;
}

#submenu ul li a.focus
{
	font-weight:bold;
}




.tableheader {
	border-top:1px solid #ddd;
}

.tdbheader td{
	padding: 8px 6px 6px 6px;
	font-weight: bold;
	color:#5B686F;
	background:#e9e9e9;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.tdbheader td a{
	color: #fff;
}
.mainbody {
	line-height: 18px;
	width: auto;
	margin: 15px 15px 18px 15px;
	padding: 0 10px;
}
.navlink {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
	border-bottom: #7B81A9 1px solid;
}
.tablecell td{
	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	line-height: 20px;
	padding: 6px 10px 6px 6px;
}
.tablecell2 td{
	color: #333;
	line-height: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	background: #F9F9F9;
	padding: 6px 10px 6px 6px;
}
.cellfocus td{
	line-height: 20px;
	color: #333;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	background:#ffffaa;
	padding: 6px 10px 6px 6px;
}
.celltable td{
	color: #333;
	border: none;
	background: none;
	padding: 0 0 5px;
}
.tablecelllight {
	color: #333;
	padding: 4px;
	border-top: 1px solid #fff;
	background: #F0F0F2 url(images/bg_cell_light.jpg) repeat-x left top;
	font-weight: bold;
}
.rightmainbody {
	background: #FBFBFD url(images/gradient_bg.jpg) repeat-x left top;
	padding: 1px 1px 1px 1px;
	border: #BABEDA 1px solid;
	margin: 0 0 0 0;
}
.tablebottom {
	margin: 0;
	padding: 0;
	height: 3px;
	border-top: 1px solid #fff;
	background: #556E7F;
}
.alertheader td{
	font-weight: bold;
	color: #fff;
	padding: 5px 6px 5px 6px;
	background: #6D0000 url(images/bg_alert.jpg) repeat-x left top;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	margin-bottom: 1px;
}
.alertbox {
	background: #F7F8FA url(images/box_bg.jpg) repeat-x left top;
	padding: 15px;
	margin: 1px 0 1px 0;
}
.box {
	background: #F7F8FA url(images/box_bg.jpg) repeat-x left top;
	border: #B1B6D2 1px solid;
	padding: 10px;
	margin-bottom: 15px;
}
.smbox {
	background: #F7F8FA url(images/box_bg.jpg) repeat-x left top;
	border: #B1B6D2 1px solid;
	padding: 10px;
	margin: 10px;
}
.smbox td {
	border: none;
	background: none;
	text-align: center;
}
.smbox img {
	vertical-align: middle;
	border: none;
	cursor:pointer;
}
.alert {
	margin: 5px 0;
	color: #990000;
	font-weight: bold;
	font-size:14px;
}
.alertmsg {
	padding: 5px 0 2px 0;
	background: transparent;
	line-height: 20px;
}
.desc {
	color: #990000;
}
.multipage {
	float:right;
	font-weight: bold;
	line-height:22px;
}
.records {
	float:left;
	font-weight: bold;
	line-height:22px;
}
.screenshot {
	overflow: hidden;
	width: 300px;
	border: 1px solid #ccc;
	background: #f1f1f1;
}
.templateinfo {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.templateinfo li {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.templateinfo2 {
	margin: 20px 0;
	line-height:20px;
}
.availabletheme {
	width: 45%;
	margin: 0 1em;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.availabletheme a.screenshot {
	width: 300px;
	height: 250px;
	display: block;
	margin: auto;
	background: #f1f1f1;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	overflow: hidden;
}
.yes {
	color:#009933;
}
.selectyes {
	background:#009933;
	color:#fff;
}
.no {
	color:#990000;
}
.selectno {
	background:#990000;
	color:#fff;
}
.p_nav {
	font-weight: bold;
	text-align: right;
}

input,textarea,select
{
	font-family:verdana, Helvetica, sans-serif;
	font-size:10pt;
}

input.text,select.text
{
	background:#FFF url(../images/input_bg.gif) top left repeat-x;
	border:1px solid #F4F4F4;
	border-left:1px solid #ACA899;
	border-top:1px solid #ACA899;
	line-height:20px;
	height:20px;
	font-size:10pt;
	padding:2px;
}

select.text
{
	line-height:24px;
	height:24px;
	padding:1px;
	margin:0;
}

span.button
{
	line-height:22px;
	height:23px;
	width:82px;
	display:block;
	cursor:pointer;
	font-size:10pt;
	color:#363636;
	text-align:center;
	float:left;
	margin-right:3px;
	background:url(../images/glass_button.gif) top left no-repeat;
}

textarea.text
{
	background:#FFF;
	border:1px solid #EBEBEB;
	border-left:1px solid #ACA899;
	border-top:1px solid #ACA899;
	font-size:10pt;
	padding:2px;
	margin:0;
}

input.focus,textarea.focus
{
	background:#FFFFAA;
}

.alt {
	background:#fff;
}
.alt2 {
	background:#eee;
}

.now
{
	padding:5px;
	width:220px;
	border:1px solid #CCC;
	background:#eee;
	overflow: hidden;
}


span.description
{
	font-family:Trebuchet MS,verdana, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

img.attach { margin-bottom: -3px; margin-left: 5px; }
.break { word-break: break-all; word-wrap:break-word; }


#wrap {
	margin: 0;
	padding: 25px;
	width: 980px;
}
#wrap h2 {
	border-bottom:1px solid #ccc;
	margin:15px 0px;
	padding-bottom:10px;
	font-size: 18px;
}

#wrap ul.info li
{
	margin:0;
	color:#444;
	line-height:22px;
	height:22px;
}

#wrap u
{
	text-decoration: none;
	color:#777;
	float:left;
	display:block;
	width:100px;
	margin-right:10px;
}

.tdline {
	background:#ECF3FB;
}
.tdline .tdtitle {
	font-weight: bold;
	font-size: 14px;
	width: 20%;
	word-break: break-all;
	word-wrap:break-word;
}
.tdline .tdcontent {
	font-size: 14px;
	width: 80%;
	word-break: break-all;
	word-wrap:break-word;
	line-height:20px;
	color: #333;
}
.tdline .tdcontent span {
	font-size: 12px;
	color: #888;
}
div.submit {
	border-top:1px solid #ccc;
	margin:20px 5px;
	padding:15px 0;
}
.dashboard-element {
	border:1px solid #d3d3d3;
	padding:2px;
	margin-bottom:15px;
}
.dashboard-element h3 {
	padding:6px;
	font-size:14px;
	margin: 0;
	background:#F1F7F9;
}
.dashboard-element .element-info {
	padding:4px;
}
.dashboard-element .element-desc {
	padding-top:4px;
	line-height:20px;
}
.taghint a {
	line-height:22px;
	margin-right: 5px;
}