/**************************************** HTML ********************/

body {
	font-size: 10px;
	font-family: 'Segoe UI';
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 10px;
}

acronym {
	text-decoration: none;
	color: #994040;
	font-weight: bold;
	border: none;
}

a {
	text-decoration: none;
	/*color: #994040;*/
	color: #1B0B00;
	/*font-weight: bold;*/
}

a:visited {
	/*color: #994040;*/
	color: #1B0B00;
}

a:hover {
	color: #F1A92C;
	/*text-decoration: underline;*/
}

h1 {
	margin: 0px;
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em 10px 0.2em 10px;
	border-bottom: solid 1px black;
	background-color: #336699;
	color: white;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	/*text-transform: uppercase;*/
	color: black;
	margin-left: 12px;
}

h3 {
	color: #777777;
	font-size: 110%;
	font-style: normal;
	margin-bottom: 0px;
	padding: 0px;
}

h4 {
	font-family: 'Segoe UI';
	font-style: italic;
	text-decoration: underline;
}

/**************************************** @CXC-FRAME ********************/

#cxc-frame {
	padding: 0px;
	margin: 0px;
}

#frame-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 98%;
	margin: 5px;
	left: 10px;
	background-color: #170B00;
	/*background: url('../images/tab-bar.gif') repeat-x bottom;*/
}

#frame-cxcimg {
	position: absolute;
	background: url('../images/jc-left.jpg') no-repeat;
	height: 60px;
	width: 140px;
	top: 0px;
}

#frame-jcimg {
	position: absolute;
	background: url('../images/jc-right.jpg') no-repeat;
	height: 60px;
	width: 118px;
	top: 0px;
	right: 0px;
}

#frame-main {
	margin: 0px;
	padding: 0px;
}

#frame-menu {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #D8D7D7;
	min-height: 500px;
}

#frame-content {
	position: absolute;
	top: 70px;
	left: 170px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

#frame-fullcontent {
	position: absolute;
	top: 60px;
	left: 0px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

#frame-adds {
	position: absolute;
	background: url('../images/jc-ads.jpg') no-repeat;
	width: 574px;
	height: 504px;	
	top: 70px;
	/*right: 100px;*/
	left: 680px;
}

/**************************************** @CXC-MENU ********************/

#cxc-menu {
	font-family: 'Segoe UI';
	font-size: 100%;
	padding: 0px 10px 5em 10px;
	margin: 10px 0px 0px 0px;
	/*background-color: white;*/
}

#cxc-menu .label {
	/*font-weight: bold;*/
	color: #F1A92C;
}

#cxc-menu .value {
	font-family: 'Segoe UI';
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-size: 10px;
}

#cxc-menu .user-name {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 120%;
}

#cxc-menu .company-name {
	margin-left: 10px;
	font-size: 120%;
}

#cxc-menu .category {
	margin-top: 10px;
}

#cxc-menu h2 {
	font-family: 'Segoe UI';
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: black;
	/*background: url('../images/lmenu-top.gif') repeat-x;*/
	padding: 10px;
	margin: 0px;
	border-bottom: 1px dashed #F1A92C;
}

#cxc-menu h3 {
	text-decoration: none;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #170B00;
	padding-bottom: 3px;
	border-top: solid 1px #1B0B00;
	border-bottom: dashed 1px #F1A92C;
	margin-bottom: 5px;
}

#cxc-menu td {
	vertical-align: middle;
}

#cxc-menu img {
	border: none;
	padding: 0px 5px 5px 0px;
	float: left;
}

/**************************************** @TABBED-PANE ********************/

.tabbed-pane {
	margin-top: 10px;
	display: block;
}

.tabbed-pane .tabs {
	margin-bottom: 2px;
}
	
.tabbed-pane .tabs a:hover {
	text-decoration: none;
}

.tabbed-pane .tabs a {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 125%;
	border: solid 2px #cccccc;
	padding: 2px 10px 2px 10px;
	margin-left: 10px;
	background-color: #e6e6cc;
}

.tabbed-pane .tabs .active a {
	background-color: #fffff8;
	border-bottom: solid 3px #fffff8;
	font-weight: bold;
}

.tabbed-pane .pane-content {
	border: solid 2px #cccccc;
	background-color: #fffff8;
	padding: 10px;
	display: block;
}

/**************************************** @TOOLBAR ********************/

.toolbar {
/*	border: dashed 2px #777777;
	background-color: #dddddd;
	padding: 5px;
	*/
}

.button a {
	display: block;
	margin: 0px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #cccccc;
}

.button a, .button a:visited {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.button a:hover {
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px black;
	border-left: solid 1px black;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 6px;
	font-weight: normal;
}

.button td {
	text-align: center;
	vertical-align: middle;
}

.button img {
	border: none;
}

.button div {
	white-space: nowrap;
}


/**************************************** TABLE-LIST ********************/

table.list {
	text-align: left;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}

table.list .table-caption td {
	font-weight: bold;
	color: white;
	font-size: 125%;
	background-color: #336699;
	border-bottom: solid 1px #fffff8;
	text-align: center;
}

table.list .column-header {
	background-color: #336699;
	font-weight: bold;
	color: white;
	font-size: 110%;
}

table.list .column-header td {}
table.list .tinted {}
table.list tr {}

table.list td {
	font-size: 90%;
	border-bottom: solid 1px #666666;
}

table.list a {
	vertical-align: middle;
	font-weight: bold;
	color: #994040;
}

/**************************************** TABLE-FORM ********************/

table.form {
	text-align: left;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}

table.form .table-caption td {
	font-weight: bold;
	color: white;
	font-size: 125%;
	background-color: #336699;
	border-bottom: solid 1px #fffff8;
	text-align: center;
}

table.form td {
}

table.form td.left {
	font-weight: bold;
	text-align: right;
	color: #336699;
	font-size: 90%;
}

table.form td.right {
	font-size: 100%;
}

/**************************************** TABLE-ERROR ********************/

table.error {
	border: dashed 1px #999900;
	margin-bottom: 15px;
}

table.error tr {
	background-color: #ffcccc;
	color: black;
}

table.error tr.caption {
	background-color: #ffcccc;
	font-size: 120%;
}

table.error tr.caption td {
	background-color: #ffaaaa;
	border-top: dashed 1px #999900;
	border-bottom: dashed 1px #999900;
	vertical-align: top;
	color: black;
}

table.error ul {
	margin: 0px;
	padding: 5px 5px 5px 20px;
}

/**************************************** TABLE-WARN ********************/

table.warn {
	border: dashed 1px #990000;
	margin-bottom: 15px;
}

table.warn tr {
	background-color: #ffffdd;
	color: black;
}

table.warn tr.caption {
	background-color: #ffffdd;
	font-size: 120%;
}

table.warn tr.caption td {
	background-color: #ffff77;
	border-top: dashed 1px #990000;
	border-bottom: dashed 1px #990000;
	vertical-align: top;
	color: black;
}

table.warn ul {
	margin: 0px;
	padding: 5px 5px 5px 20px;
}

/**************************************** TABLE-INFO ********************/

table.info {
	border: dashed 1px #336699;
	margin-bottom: 15px;
}

table.info tr {
	background-color: #e5f2ff;
	color: black;
}

table.info tr.caption {
	background-color: #e5f2ff;
	font-size: 120%;
}

table.info tr.caption td {
	background-color: #6696d5;
	border-top: dashed 1px #336699;
	border-bottom: dashed 1px #336699;
	vertical-align: top;
	color: white;
}

table.info ul {
	margin: 0px;
	padding: 5px 5px 5px 20px;
}

/**************************************** COLUMNS ********************/

.column-section {
	text-align: left;
	border: solid 1px black;
	background-color: white;
	margin-bottom: 25px;
}

.column-section .section-content {
	display: block;
}

.column-section .section-content .content {
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

/**************************************** @DETAIL ********************/

.detail {
	background-color: #e6e6cc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 120%;
	border: solid 2px #cccccc;
}

/**************************************** @UNCATEGORIZED ********************/

.module-name {
	font-family: 'Century Gothic';
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 2px;
	vertical-align: middle; 
	background-image: url(../images/form_banner.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	min-width: 600px;
}

.print-friendly {
	float: right;
	font-size: 120%;
}

.page-title {
	font-family: 'Century Gothic';
	font-size: 120%;
	font-weight: bold;
	color: #F1A92C;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #F1A92C;
}

.page-description {
	font-family: 'Times New Roman', 'serif';
	color: #990000;
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
}

.page-title .description {
	font-family: 'Times New Roman', 'serif';
	color: #990000;
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
	display: none;
}

.button-group {
	margin-top: 0px;
	padding: 10px;
/*	border-bottom: dashed 1px #336699; */
	background-color: #e5f2ff;
	text-align: center;
}

.button-group input {
	margin-right: 10px;
}

.no-border {
	border-bottom: none;
}