* html input {
	overflow: visible;
}
body, form, div, p, img, table, table tr td {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	border-collapse: collapse;
}
body {
	color: #000;
	background: #e0dfe4;
	font: 12px/14px Tahoma, sans-serif;
	padding: 11px;
}

a:link, a:visited, a:hover {
	color: #ed5a0a;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 {
	font: normal 20px/24px Tahoma, sans-serif;
	color: #000;
	padding: 11px 0px 9px 60px;
	margin: 0px;
	background: url(../images/h1-bg.gif) no-repeat 100% 100%;
}
h2 {
	font: normal 16px/20px Tahoma, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}
p {
	font: 12px/14px Tahoma, sans-serif;
	padding: 0px;
}
ul {
	padding: 0px 0px 12px 23px;
	margin: 0px;
}
div.clear {
	clear: both;
	font-size: 0px;
}

div.body {
	padding: 16px 6px 6px 6px;
}
div.header {
	width: 100%;
	position: relative;
}
div.header img.logo {
	width: 382px;
	height: 61px;
	border: none;
	margin: 10px 0px 0px 21px;
	float: left;
}
div.header img.title {
	width: 240px;
	height: 21px;
	border: none;
	position: absolute;
	z-index: 999;
	right: 21px;
	top: 48px;
}
div.footer {
	height: 70px;
	background: url(../images/footer-bg.gif) repeat-x 0 100%;
	border: 1px solid #fff;
	border-top: none;
	color: #4c4c4c;
}
div.footer p {
	color: #4c4c4c;
	font-size: 11px;
	padding: 40px 0px 0px 20px;
}
div.authorization {
	float: right;
	font-size: 11px;
	color: #333;
	background: url(../images/signup-bg.gif) repeat-y 0 0;
	padding: 1px 20px 0px 12px;
	margin-top: 4px;
}
div.authorization p {
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin-top: -4px;
	float: left;
}
div.authorization strong {
	color: #c74906;
}
div.authorization a:link, div.authorization a:visited {
	color: #333;
}
div.authorization a:hover {
	color: #ed5a0a;
}
div.navigation {
	clear: both;
	height: 36px;
	border-top: 1px solid #f68344;
	border-bottom: 1px solid #eb5402;
	background: #f57f3e url(../images/nav-bg.gif) repeat-x 0 0;
	margin-right: 1px;
}
div.navigation ul {
	padding: 0px 0px 0px 31px;
	margin: 0px;
	list-style-type: none;
	float: left;
	background: url(../images/nav-border.gif) no-repeat 0 0;
}
div.navigation ul li {
	padding: 0px;
	margin: 0px 31px 0px 0px;
	float: left;
	color: #000100;
}
div.navigation a:link, div.navigation a:visited, div.navigation a:hover {
	color: #fff;
	font: normal 11px/34px Tahoma, sans-serif;
	text-decoration: none;
	display: block;
	height: 36px;
	padding: 0px 5px;
	float: left;
}
div.navigation a:hover {
	text-decoration: underline;
}
div.navigation ul li.selected {
	background: #fdc689;
}
div.navigation ul li.selected a:link, div.navigation ul li.selected a:visited, div.navigation ul li.selected a:hover {
	color: #000100;
}
div.navigation div.clear {
	clear: none;
	float: right;
	width: 1px;
	height: 36px;
	background: url(../images/nav-border.gif) no-repeat 100% 0;
}
div.content {
	border: 1px solid #fff;
	background: #fff url(../images/content-bg.gif) repeat-x 0 0;
	clear: both;
}
img.icon {
	position: absolute;
	z-index: 999;
	width: 38px;
	height: 38px;
	border: none;
	margin: 4px 0px 0px 17px;
}

div.padding {
	padding: 15px 20px 0px 20px;
}
div.block {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	margin-bottom: 13px;
}
div.block div.border {
	border: 1px solid #e0dfe4;
	padding: 13px 10px 15px 10px;
}
div.block span.tl, div.block span.tr, div.block span.bl, div.block span.br {
	display: block;
	position: absolute;
	width: 6px !important;
	height: 6px !important;
	background-image: url(../images/block-corners.gif) !important;
}
div.tabs-content div.block span.tr {
	background-image: url(../images/block-corners.gif) !important;
}
table.styled {
	width: 98%;
	border-collapse: separate !important;
}
table.styled tr th {
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #b4b4b4;
	padding: 0px 8px 4px 8px;
}
table.styled tr td {
	border-bottom: 1px solid #b4b4b4;
	padding: 6px 8px 9px 8px;
}
table.styled .empty {
	border: none;
	background: none !important;
	width: 1px;
	font-size: 0;
	padding: 0;
	border-left: 3px solid #f5f5f5;
	border-right: 4px solid #f5f5f5;
}
table.styled a:link, table.styled a:visited {
	color: #000;
}
table.styled a:hover {
	color: #ed5a0a;
	text-decoration: none;
}
table.styled span {
	color: #b3b3b3;
}
table.styled tr.odd td {
	background-image: url(../images/odd-bg.gif);
}
table.styled td.icons {
	padding: 2px 8px 5px 8px;
	white-space: nowrap;
}
table.styled td.icons a:link, table.styled td.icons a:visited, table.styled td.icons a:hover, table.styled td.icons img {
	width: 16px;
	height: 16px;
	border: none;
	margin-right: 4px;
}
table.styled td.icons img {
	margin: 0px;
}

.left-padding {
	padding-left: 15px !important;
}
form label {
	font: bold 11px/14px Tahoma, sans-serif;
	color: #4d4d4d;
	position: relative;
	top: -3px;
}
span.required {
	color: #ff0100;
	padding-left: 3px;
}
input.text {
	font: normal 12px/14px Tahoma, sans-serif;
	border: 1px solid #a5aeb5;
	background: #fff;
	padding: 1px 0px 2px 0px;
	margin: 0px;
}
textarea.textarea {
	font: normal 12px/14px Tahoma, sans-serif;
	border: 1px solid #a5aeb5;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
checkbox {
	padding: 0px;
	margin: 0px;
}
label.checkbox {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	top: -1px;
}
fieldset {
	display: block;
	padding: 10px 0px 12px 0px;
	margin: 0px;
	border: none;
	background: url(../images/fieldset-bg.gif) repeat-x 0 0;
	position: relative;
	top: 11px;
}
fieldset h2 {
	font: normal 11px/14px Tahoma, sans-serif;
	background: #f5f5f5;
	color: #ed5e10;
	padding: 0px 8px 0px 1px;
	position: relative;
	z-index: 999;
	top: -18px;
	display: inline;
}



.minimum {
	width: 1%;
}
.auto {
	width: auto;
}
.full {
	width: 100%;
}
.ten {
	width: 10%;
}
.fifteen {
	width: 15%;
}
.twenty {
	width: 20%;
}
.twenty-five {
	width: 25%;
}
.thirty {
	width: 30%;
}
.fourty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.eighty {
	width: 80%;
}
.ninty {
	width: 90%;
}

/* Buttons */
form div.block {
	margin-bottom: 0px;
}
span.button {
	height: 24px;
	background: url(../images/button-bg.gif) no-repeat 100% 0;
	width: auto;
	display: block;
	position: relative;
	margin: 10px 6px 12px 0px;
	overflow: hidden;
	float: left;
}
span.button input {
	display: block;
	border: none;
	background: url(../images/button-bg-left.gif) no-repeat 0 0;
	font: bold 11px/16px Tahoma, sans-serif;
	color: #4d4d4d;
	padding: 3px 11px 6px 11px;
	margin: 0px;
	width: auto;
	min-height: 24px;
	float: left;
	overflow: visible !important;
	cursor: pointer;
}
input.save {
	background: url(../images/button-bg-save.gif) no-repeat 0 0 !important;
	padding-left: 31px !important;
	text-align: left;
}
input.cancel {
	background: url(../images/button-bg-cancel.gif) no-repeat 0 0 !important;
	padding-left: 31px !important;
	text-align: left;
}


/* Tabs */
ul.tabs {
	list-style-type: none;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	margin-bottom: 1px;
}
ul.tabs li {
	display: block;
	float: left;
	background: #eae6e5 url(../images/tabs-bg.jpg) repeat-x 0 0;
	margin-right: 2px;
	margin-bottom: -1px;
}
ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:hover {
	float: left;
	display: block;
	padding: 8px 16px 9px 16px;
	text-decoration: none;
	font: bold 11px/11px Tahoma, sans-serif;
	color: #4b4d4a;
	background: url(../images/tabs-bg-right.jpg) no-repeat 100% 0;
}
ul.tabs li.selected {
	background: #fff;
	position: relative;
	margin-top: -2px;
	font: bold 11px/11px Tahoma, sans-serif;
	color: #ec5705;
	background: #fff url(../images/tabs-bg-selected.jpg) repeat-x 0 0;
}
ul.tabs li.selected a:link, ul.tabs li.selected a:visited, ul.tabs li.selected a:hover {
	float: left;
	font: bold 11px/11px Tahoma, sans-serif;
	color: #ec5705;
	background: url(../images/tabs-bg-selected-right.jpg) no-repeat 100% 0;
	padding-top: 10px;
}
div.tabs-content {
	width: 100%;
	background: url(../images/tabs-content-bg.jpg) no-repeat 0 0;
	position: relative;
	top: -2px;
	margin-bottom: 10px;
}
div.tabs-content div.tabs-border {
	background: url(../images/tabs-content-bg.jpg) no-repeat 100% 0 !important;
	width: 100%;
	padding: 0px;
}
div.tabs-content div.padding {
	padding-top: 21px;
}
div.tabs-content span.tr {
	background: url(../images/tabs-corner.gif) no-repeat 100% 0 !important;
	width: 5px !important;
	height: 5px !important;
}


/* Container */
div.container {
	width: 100%;
	min-width: 760px;
	position: relative;
	background: #fff;
}
div.container div.left {
	width: 100%;
	background: url(../images/bg-left.gif) repeat-y 0 0;
}
div.container div.right {
	width: 100%;
	background: url(../images/bg-right.gif) repeat-y 100% 0;
}
div.container div.top {
	width: 100%;
	background: url(../images/bg-top.gif) repeat-x 0 0;
}
div.container div.bottom {
	width: 100%;
	background: url(../images/bg-bottom.gif) repeat-x 0 100%;
}

/* Rounded Corners */
div.container span.tl, div.container span.tr, div.container span.bl, div.container span.br {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../images/corners.gif);
}
span.tl {
	top: 0px;
	left: 0px;
	background-position: 0 0;
}
span.tr {
	top: 0px;
	right: 0px;
	background-position: 100% 0;
}
span.bl {
	bottom: 0px;
	left: 0px;
	background-position: 0 100%;
}
span.br {
	bottom: 0px;
	right: 0px;
	background-position: 100% 100%;
}