/* ---------------------------------------------------------------------------- */
/* ------------------                                        ------------------ */
/* ------------------         IT One Red/Gray Theme          ------------------ */
/* ------------------                                        ------------------ */
/* ------------------          use with claro.css            ------------------ */
/* ------------------                                        ------------------ */
/* ---------------------------------------------------------------------------- */



/* ------------------------- Initial Default HTML Tag ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}*/

/* ------------------------- Default HTML Tag Style ------------------------- */
/*BG reference : http://css3pie.com/demos/gradient-patterns/*/
body {
background-color: #D3D3D3;
background-size: 58px 58px;
background-position: 0px 2px, 4px 35px, 29px 31px, 33px 6px,
 0px 36px, 4px 2px, 29px 6px, 33px 30px;
background-image: -webkit-linear-gradient(115deg, #E7E7E7 23px, transparent 23px), -webkit-linear-gradient(295deg, #C90032 23px, transparent 23px), -webkit-linear-gradient(115deg, #C90032 23px, transparent 23px), -webkit-linear-gradient(295deg, #C90032 23px, transparent 23px), -webkit-linear-gradient(115deg, #C90032 10px, transparent 10px), -webkit-linear-gradient(295deg, #C90032 10px, transparent 10px), -webkit-linear-gradient(115deg, #C90032 10px, transparent 10px), -webkit-linear-gradient(295deg, #C90032 10px, transparent 10px);
background-image: -moz-linear-gradient(115deg, #C90032 23px, transparent 23px),
 -moz-linear-gradient(295deg, #C90032 23px, transparent 23px),
 -moz-linear-gradient(115deg, #C90032 23px, transparent 23px),
 -moz-linear-gradient(295deg, #C90032 23px, transparent 23px),
 -moz-linear-gradient(115deg, #C90032 10px, transparent 10px),
 -moz-linear-gradient(295deg, #C90032 10px, transparent 10px),
 -moz-linear-gradient(115deg, #C90032 10px, transparent 10px),
 -moz-linear-gradient(295deg, #C90032 10px, transparent 10px);
background-image: linear-gradient(335deg, #E7E7E7 23px, transparent 23px), linear-gradient(155deg, #E7E7E7 23px, transparent 23px), linear-gradient(335deg, #E7E7E7 23px, transparent 23px), linear-gradient(155deg, #E7E7E7 23px, transparent 23px), linear-gradient(335deg, #D3D3D3 10px, transparent 10px), linear-gradient(155deg, #D3D3D3 10px, transparent 10px), linear-gradient(335deg, #D3D3D3 10px, transparent 10px), linear-gradient(155deg, #D3D3D3 10px, transparent 10px);
-pie-background: linear-gradient(335deg, #C90032 23px, transparent 23px) 0 2px / 58px,
 linear-gradient(155deg, #C90032 23px, transparent 23px) 4px 35px / 58px,
 linear-gradient(335deg, #C90032 23px, transparent 23px) 29px 31px / 58px,
 linear-gradient(155deg, #C90032 23px, transparent 23px) 33px 6px / 58px,
 linear-gradient(335deg, #C90032 10px, transparent 10px) 0 36px / 58px,
 linear-gradient(155deg, #C90032 10px, transparent 10px) 4px 2px / 58px,
 linear-gradient(335deg, #C90032 10px, transparent 10px) 29px 6px / 58px,
 linear-gradient(155deg, #C90032 10px, transparent 10px) 33px 30px / 58px,
 #FF7D9D;
}

/*body {
	background-image:url(../images/bg/bgWhite.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/

h1 {
	margin: 25px 0px 20px 20px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

img {
	background: none;
	border: none;
	color: black;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	color: #191970;	
}

a:HOVER.image, a:ACTIVE.image, a:VISITED.image, a:LINK.image {
	text-decoration: none;
}

textarea {
	font-family: arial, tahoma, verdana, helverica, sans-serif;
	font-size: 12.80000019073486px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* -------------------------------- Div Style ------------------------------ */

div#headerSecion {
	display: block;
	/*height: 180px;*/
	/*height: 70px;*/
}

div#bodySection {
	clear: both;
	display: block;
	/*margin: 0px 0px 18px 0px;
	padding: 0px 8px 10px 8px;*/
	color: black;
}

div#footerSection {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: white;
	background-color: #82562E;
	height: 18px;
	overflow: hidden;
	-webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	z-index: 101;
}

div#logo {
	/*height: 150px;*/
	height: 55px;
}

div#logoPic {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	width: 200px;
}

div#logo_text_outer {
	height: 150px;
	width: 600px;
	float: left;
	position: relative;
}

div#logo_text_inner {
	position: absolute;
	bottom: 10%;
	margin-left: 50px;
	text-align: left;
	color: black;
	font-size: 45px;
}

div#welcome_text {
	position: relative;
	float: right;
	padding: 5px 30px 5px 30px;
	margin: 5px 10px 0px 0px;
	color: black;
	font-weight: bold;
}

div#listMenu {
	display: inline-block;
	float: left;
}

div#languageBar {
	display: inline-block;
	float: right;
	margin-right: 20px;
	color: white;
	line-height: 30px;
}

div#languageBar a {
	text-decoration: none;
	color: white;
}

div#languageBar a:hover {
	text-decoration: underline;
	color: white;
}

div#loginBox {
	display: inline-block;
	margin: auto;
}

/* ------------------------------ Table Theme --------------------------------------- */

table.displaytable {
	border-collapse: collapse;
	width: 100%;
}

table.displaytable tr.header, table.displaytable thead tr {
	background-image: url(../images/titlebar.png);
	background-repeat:repeat-x;
	background-color: #8B0000;
	margin-right: -1px;
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
}

table.displaytable tr.header th, table.displaytable thead tr th {
	padding: 0px 10px;
	margin: 0px -1px 0px -1px;
	border: 1px solid black;
}

table.displaytable th.sorted a, table.displaytable th.sortable a {
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	color: white;
}

table.displaytable th a, table.displaytable th a:visited {
	text-decoration: none;
	color: white;
}

table.displaytable th a:hover {
	text-decoration: underline;
	color: white;
}

table.displaytable th.sortable a {
	background-image: url(../images/table/arrow_off.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

table.displaytable th.sortable a:hover {
	text-decoration: underline;
}

table.displaytable th.order1 a {
	background-image: url(../images/table/arrow_down.png);
}

table.displaytable th.order2 a {
	background-image: url(../images/table/arrow_up.png);
}

table.displaytable tr.odd {
	background-color: #E8E8E8;
	color: black;
	line-height: 25px;
}

table.displaytable tr.even {
	background-color: #FFFFFF;
	color: black;
	line-height: 25px;
}

table.displaytable tr.odd td, table.displaytable tr.even td {
	padding: 0px 10px;
}

/* ---------------------------- CSS for Menu Configuration -------------------------------- */

table#subMenuLV1, table#subMenuLV2 {
	border: 1px solid #555;
	margin-left: 5px;
}

table#mainMenu td, table#subMenuLV1 td, table#subMenuLV2 td {
	vertical-align: middle;
}

table#mainMenu td span.orderImage, table#subMenuLV1 td span.orderImage, table#subMenuLV2 td span.orderImage {
	display: inline-table;
}

table#mainMenu tr, table#subMenuLV1 tr, table#subMenuLV2 tr {
	line-height: 50px;
}

table#mainMenu tr.header, table#subMenuLV1 tr.header, table#subMenuLV2 tr.header {
	line-height: 25px;
}

table#mainMenu tr.newItem {
/* 	background-image:  url(../images/bg/whiteTransparent1px30percent.png); */
	background-color: #CD0000;
	color: white;
	line-height: 50px;
}

table#mainMenu tr.newItem td {
	vertical-align: middle;
	padding: 0px 10px;
}

/* ----------------------------- Default Class Style ------------------------------ */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.inputLabel {
	color: black;
	padding: 0px 10px 5px 10px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.require {
	color: red;
	font-weight: bolder;
}

.lastRowButton {
	padding-top: 10px;
	text-align: right;
}

.errorMessage {
	color: black;
	white-space: nowrap;
}

/* ----------------------------- Display Table Page Selection ---------------------------------- */

span.pagebanner {
/* 	background-color: #eee; */
	background: url(../images/bg/blackTransparent1px10percent.png) repeat;
	border: 1px dotted black;
	padding: 2px 4px 2px 4px;
	width: 45%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	color: black;
}

span.pagelinks {
/* 	background-color: #eee; */
	background: url(../images/bg/blackTransparent1px10percent.png) repeat;
	border: 1px dotted black;
	padding: 2px 4px 2px 4px;
	width: 45%;
	display: block;
	border-top: none;
	margin-bottom: 5px;
	color: black;
}

/* --------------------------- Claro Theme Overiding -------------------------------- */

.claro {
	font-family: arial, tahoma, verdana, helverica, sans-serif;
	font-size: 12.800000190734863px;
	margin: 0px auto;
	padding: 0px;
}

.dijitTitlePane {
	display: inline-block;
	overflow: hidden;
}

.claro .dijitTitlePaneTitle {
	background-image: url(../images/titlebar.png);
	background-repeat:repeat-x;
	background-color: #8B0000;
    border: 0px solid #B5BCC7;
    color: #ffffff;
    min-height: 17px;
    padding: 1 7px 3px;
    font-weight: bold;
}

.subTitlePane .dijitTitlePaneTitle {
    background-color: #333333;
    color: #ffffff;
}

.subTitlePane .childTitlePane .dijitTitlePaneTitle {
    background-color: #bbbbbb;
}

.claro .dijitTitlePaneTitleHover {
	background-image: url(../images/titlebar.png);
	background-repeat:repeat-x;
	background-color: #CD0000;
}

.subTitlePane .dijitTitlePaneTitleHover {
    background-color: #666666;
}

.subTitlePane .childTitlePane .dijitTitlePaneTitleHover {
    background-color: #cb0000;
}

.claro .dijitTitlePaneTitleActive {
	background-image: url(../images/titlebar.png);
	background-repeat:repeat-x;
	background-color: #8B3626;
	/* background-image: url(../images/bg/blackTransparent1px20percent.png);
	background-repeat: repeat; */
}

.claro .dijitTitlePaneFocused .dijitTitlePaneTextNode {
    color: white;
}

.claro .dijitTitlePane .dijitArrowNode {
	background-image: url(../images/spriteArrowsWhite.png);
	background-repeat: no-repeat;
	vertical-align: baseline;
	height: 8px;
	width: 7px;
}

.claro .dijitTitlePane .dijitOpen .dijitArrowNode {
	background-position: 0px 0px;
}

.claro .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-position: -14px 0px;
}

.claro .dijitTitlePane .dijitClosed {
	padding-right: 50px;
}

.dj_ie6 .claro .dijitDialogCloseIcon {
	background-image: url(../images/dialogCloseIconWhite.png);
}

.claro .dijitDialogCloseIconHover {
	background-position:-21px;
}
.claro .dijitDialogCloseIconActive {
	background-position:-42px;
}

.claro .dijitDialogPaneContent {
/* 	min-width: 350px; */
	padding: 0px;
}

.claro .dijitDialogTitleBar {
    background-image: url(../images/titlebar.png);
	background-repeat:repeat-x;
	background-color: #8B3626;
    border: none;
}
.claro .dijitDialogTitle {
    font-size: 1.091em;
    padding: 0px 1px;
    color: black; 
}

.claro .dijitDialogPaneContent {
    background-color: white;
    color: black;
}

.claro .dijitInputInner {
	color: black;
}

.claro .popupTitle {
	background-color: #E80000;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.claro .popupBody {
	display: inline-block;
	padding: 0px 20px 10px 20px;
}

.claro .popupBody fieldset {
	margin: 5px 10px 10px 5px;
	border: 1px black solid;
	padding: 5px;
}

.claro .dijitCheckBox {
	vertical-align: sub;
}

/* --------------------------------------------------------------------------------- */
/* ------------------                                             ------------------ */
/* ------------------            Override claro.css               ------------------ */
/* ------------------        for Fix Login Page Problem           ------------------ */
/* ------------------         can't press enter button            ------------------ */
/* ------------------         after complete login form           ------------------ */
/* ------------------                                             ------------------ */
/* --------------------------------------------------------------------------------- */

.claro .dijitTextBox {
	background-color: #ffffff;
}

.claro .dijitTextBoxHover {
	background-color: #e9e9e9;
}

.claro .dijitTabHover .dijitTabInnerDiv {
    background-color: #232323;
    color: #ffffff;
}
.claro .dijitTabActive .dijitTabInnerDiv {
    background-color: #404040;
    color: #ffffff;
}
.claro .dijitTabChecked .dijitTabInnerDiv {
    background-color: #efefef;
    color: #000000;
}

.claro .dijitTabContainerTop-tabs .dijitTabContent {
    background-position: 0 -2;
}

.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode {
    background-color: #232323;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #FEFEFE;
    padding: 5px 10px;
}

.claro .dijitButtonHover .dijitButtonNode, .claro .dijitDropDownButtonHover .dijitButtonNode, .claro .dijitComboButton .dijitButtonNodeHover, .claro .dijitComboButton .dijitDownArrowButtonHover, .claro .dijitToggleButtonHover .dijitButtonNode {
    background-color: #fefefe;
    color: #000000;
}
.claro .dijitButtonActive .dijitButtonNode, .claro .dijitDropDownButtonActive .dijitButtonNode, .claro .dijitComboButtonActive .dijitButtonNode, .claro .dijitToggleButtonActive .dijitButtonNode {
    background-color: #fefefe;
    color: #000000;
    box-shadow: 0 0 0 transparent;
}

.claro .dijitCalendarMonthContainer th {
    background-color: #888888;
}

.claro .dijitCalendarMonthLabel {
    color: #ffffff;
}

.claro .dijitCalendarDayLabelTemplate {
    background-color: #efefef;
}

.claro .dijitCalendarNextYearHover, .claro .dijitCalendarPreviousYearHover {
    background-color: #efefef;
    color: #000000;
}
.claro .dijitCalendarNextYearActive, .claro .dijitCalendarPreviousYearActive {
    background-color: #cecece;
}
.claro .dijitCalendarSelectedYear {
    color: #ff0000;
}
.claro .dijitCalendarHover, .claro .dijitCalendarActive {
    background-color: #404040;
    border: 1px solid #555555;
}

.claro .dijitCalendar {
    background-color: #333333;
    border: 1px solid #cccccc;
    background-image: none;
}

.claro .dijitCalendarYearContainer {
    vertical-align: middle;
    color: #fefefe;
}

.dijitOffScreen {
	visibility: visible !important;
}
