input[type="email"],input[type="url"], input[type="input"], input[type="password"], input[type="url"], input[type="text"], textarea{
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-width: thin;
}

/*Seguro se repite o solapa con otra, pero estos tres son estilos para poner dos div en una pagina  */
.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
    border: none;
    width: auto;
}

.flex-child:first-child {
    margin-right: 20px;
    width: auto;
}

#div1 {
    overflow:scroll;
    height:400px;
    width:950px;
}
#div1 table {
    width:950px;
    background-color:lightgray;
}

/*table.scroll {*/
    /*!* width: 100%; *! !* Optional *!*/
    /*!* border-collapse: collapse; *!*/
    /*border-spacing: 0;*/
    /*border: 2px solid black;*/
/*}*/

/*table.scroll tbody,*/
/*table.scroll thead { display: block; }*/

/*table.scroll tbody {*/
    /*height: 300px;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
/*}*/

.contentHeading {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	min-height: 600px;
}

.homePagePanelsHeading {
	background-color: #FBFDF6;
	border-bottom: 1px solid #DFE8F7;
	border-right:  1px solid #DFE8F7;
	padding: 2px;
	width: 98.9%;
	color: #006400;
}

li {
	text-align: left;
}


.linkNew
{
   border: solid 2px #aaa;
   border-radius: 5px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background-color: #89ba38;

   color: #000;
   text-decoration: none;
   font-weight: bold;
   /*margin: 10px 4px 10px 4px;*/
   /*padding: 4px;*/
	margin: 10px 4px; /* Manteniendo el margen exterior */
	padding: 10px 12px; /* Aumentando el padding para crear espacio alrededor del texto */
   display: inline-block;
	line-height: 0.7;
   /*border-radius: 5px;*/
}
.linkNew:hover { background-color: #6FA449; } /*  #acea11 */

tbody.odd {
	background-color: #EDF7DC;
	font-size: 12px;
	}
tbody.even {
	background-color: #FBFDF6;
	font-size: 12px;
	}
tr.odd {
	background-color: #EDF7DC;
	font-size: 12px;
	}
tr.even {
	background-color: #FBFDF6;
	font-size: 12px;
	}
tr.navigation {background-color: #EFEFEF;}
tr.headers {background-color: #EFEFEF;}

tr.caption {
	background-color: #EDF7DC;
	font-size: 10px;
	font-weight: bold;
	}


body {
	 /*background: #FFF url('../img/background.jpg') repeat-x top left;*/
	 background: #FFFFFF;
	 align:center;
	 margin: 0px 0 0px 0;
     padding: 0;       
     font-family: verdana, arial, tahoma, sans-serif;
     text-align: center;
     font-size: 75%; 
     color: #666666;
}


div {
	margin : 0; padding : 0;
}

#container {
	width:850px;
	clear:both;
}

div.spacer
{
	clear: both;
	height:8px;
}

.divLeft {
	width : 300px;
	float : left;
}

.divRight {
	width : 200px;
	float : right;
	position:static;
}

.divLeftHalf {
	width : 310px;
	float : left;
}

.divHeader {
	display: flex;
	margin-top: 8px;
	background: #6EA49B;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#319CD4', endColorstr='#4CB2E6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2592c5), to(#4CB2E6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2592c5,  #4CB2E6); /* for firefox 3.6+ */
	background-image:         linear-gradient(to bottom, #2592c5, #4CB2E6); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	border: 0px solid #DFE8F7;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
	color: #ffffff;
	font-size: large;
	vertical-align: middle;
	line-height:20px;
	height:26px;
	justify-content: center;
	align-items: center;  /* Centra verticalmente */
	/* Borde con sombra  */
	-webkit-box-shadow: 0px 0px 18px 0px #ffffff; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 18px 0px #ffffff; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}



A:link,A:visited,A:active {
	COLOR: #0000FF;
	text-decoration: none;
}

A:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}

.logo {
	background-image: url('../img/Khai.png');
	width: 88px;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 6px
}

.page_wrapper a:link,page_wrapper  a:visited,page_wrapper a:active,page_wrapper{
	text-align: left;
	color: #FFFFFF;
	background-color: #91C46B;
	
}

.page_wrapper {
	text-align: left;
	color: #FFFFFF;
//	background-color: #4E7DD1;
	background-color: #91C46B;
}

.header_wrapper {
	/*background: #666666 url('../img/menu_bg.gif') bottom left repeat-x;*/
	background: #D75727;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88C425', endColorstr='#BEF202'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#88C425), to(#BEF202)); !* for webkit browsers *!*/
	/*background: -moz-linear-gradient(top,  #88C425,  #BEF202); !* for firefox 3.6+ *!*/
	/*background-image:         linear-gradient(to bottom, #88C425, #BEF202); !* Chrome 26, Firefox 16+, IE 10+, Opera *!*/
	background: -webkit-gradient(linear, left top, left bottom, from(#A5D18A), to(#C2DEAA)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #A5D18A, #C2DEAA); /* for firefox 3.6+ */
	background-image: linear-gradient(to bottom, #A5D18A, #C2DEAA); /* Chrome 26, Firefox 16+, IE 10+, Opera */

	margin: 0px;
	padding: 0px;
}

.header {
	/*background: #FFFFFF url(../img/header-background5.JPG) repeat-x;*/
	
	background: #D75727;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AB317', endColorstr='#A0C55F'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#7AB317), to(#A0C55F)); !* for webkit browsers *!*/
	/*background: -moz-linear-gradient(top,  #7AB317,  #A0C55F); !* for firefox 3.6+ *!*/
	/*background-image:         linear-gradient(to bottom, #7AB317, #A0C55F); !* Chrome 26, Firefox 16+, IE 10+, Opera *!*/
	background: -webkit-gradient(linear, left top, left bottom, from(#6FA449), to(#91C46B)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #6FA449, #91C46B); /* for firefox 3.6+ */
	background-image: linear-gradient(to bottom, #6FA449, #91C46B); /* Chrome 26, Firefox 16+, IE 10+, Opera */


	height: 40px;
	padding: 15px;
	margin: 0px;
}

.loggedUser {
	float: right;
	margin-right: 16px;
	color: #F1F6FE;	
}

.header h1 {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: -1px;
}

.header h2 {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #808080;
	letter-spacing: 1px;
}

.left_side {
	margin-top: 20px;
	float: left;
	width: 160px;
	margin-right: 20px;
}

.content {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 180px;
	margin-right: 0px;
	min-height: 300px;
}

.section {
	background-color: #fffff6;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.footer {
	height: 20px;
	/*background: #FFFFFF url(../img/header-background5.JPG) repeat-x;*/
	background: #D75727;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88C425', endColorstr='#BEF202'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6FA449), to(#91C46B)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6FA449, #91C46B); /* for firefox 3.6+ */
	background-image:         linear-gradient(to bottom, #6FA449, #91C46B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	
	clear: both;
	text-align: center;
	padding-top: 0px;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

.footer A:link,footer A:visited,footer A:active {
	COLOR: #FFFFFF;
	text-decoration: none;
}

.footer A:hover {
	COLOR: #FFFFFF;
	text-decoration: underline;
}

.left_side p,.right_side p {
	margin: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.left_side h3,.right_side h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border: 1px solid #0F3974;
	background-color: #2153AA;
    border-radius: 5px;
}

.left_side h4,.right_side h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #2153AA;
    border-radius: 5px;
}

.content p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.content h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #2153AA;
}

.content h3 A {
	font-size: 12px;
}

.content h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #2153AA;
}

.navlist {
	margin-top: 1px;
	margin-bottom: 0px;
	text-align: center;
	padding: 5px 0;
	margin-left: 0;
	border-bottom: 1px solid #0F3974;
	font: bold 14px Verdana, sans-serif;
	z-index: 9999;
}

.navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	z-index: 9999;
}

.navlist li a {
	color: #F1F6FE;
	padding: 5px 15px;
	margin-left: 3px;
	border: 1px solid #0F3974;
	border-bottom: none;
	background: #2153AA url('../img/header-background4.jpg') bottom left repeat-x;
	text-decoration: none;
	z-index: 9999;
}

.navlist li a:link {
	color: #F1F6FE;
	z-index: 9999;
}

.navlist li a:visited {
	color: #F1F6FE;
	z-index: 9999;
}

/* MENU SELECCIONADO */
.navlist li a:hover {
	color: #FFFFFF;
	/*background: #3364BB;*/
	background: #B2D74C;
	border-color: #0F3974;
	z-index: 9999;
}

.navlist li.active a {
	color: #F1F6FE;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	z-index: 9999;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.featurebox_side {
	background-color: #fffff6;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.sidenavlist { /*  background-color: #fffff6; */
	background-color: #ffffff;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.sidenavlist ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216, 206, 159);
	background-color: rgb(219, 230, 241);
	z-index: 9999;
}

.sidenavlist li {
	list-style: none;
	margin: 1px;
	padding: 0px;
	background-color: #F1F6FE;
	z-index: 9999;
}

.sidenavlist li.title {
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border: 1px solid #0F3974;
	background-color: #2153AA;
	z-index: 9999;
}

.sidenavlist li.group {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border: 1px solid #0F3974;
	background-color: #2153AA;
	z-index: 9999;
}

.sidenavlist li a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 2px 0px 5px;
	border-left: solid 7px rgb(219, 230, 241);
	color: rgb(75, 75, 75);
	text-decoration: none;
	font-size: 120%;
	z-index: 9999;
}

.sidenavlist li a:hover,#sidenavlist li.selected a {
	border-left: solid 7px rgb(156, 186, 214);
	color: rgb(100, 100, 100);
	text-decoration: none;
	z-index: 9999;
}

.sidenavlist li.selected a {
	border-left: solid 7px rgb(156, 186, 214);
	color: rgb(255, 255, 255);
	background: rgb(150, 150, 200);
	text-decoration: none;
	z-index: 9999;
}

.highlight {
	font-weight: bold;
}

.exception p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #FF0000;
}

.selectedHeader {
	font-weight: bold;
	background: #2153AA url('../img/header-background4.jpg') bottom left repeat-x;
}

.selectedHeader img {
	vertical-align: middle;
	border: 0px;
}

.selectedHeader a {
	color: #ffffff;
}

.featurebox_center {
	background-color: #fffff6;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

a img {
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

/***************** Usadas en el header de las query **********/
.tableQuery {
    background-color: #F5F5F5;
    border-spacing: 0px;
    border: 0px;
    border-collapse: collapse;
}


/***************** Table styling *****************************/
.table {
	background-color: #F5F5F5; 
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
}

.table thead {
	background-color: #DFE8F7;
	border: 1px solid #DFE8F7;
	font-weight: bold;
	text-align: center;
	height: 30px;
	color: #4F76A3;

}

.table tbody {
	width: fixed;
}

.key {
	display: block;
	width: 170px;
	vertical-align: center;
}

.group {
	background-color: #ffffde;
	font-weight: bold;
}
.indent {
	text-indent: 20px;
}

tr .alternate {
	background-color: #F1F6FE;
}

.table tr .rowSelected { background-color:#c7d9f5; }

.rowClear {
	background-color: #ffffff;
}
.tableBorder {
	background-color: #DFE8F7;
}

.rowHeaderDark {
	background-color: #bbbbbb;
}

.rowHeader {
	background-color: #F5F5F5;
	border: 0px solid #DFE8F7;
	font-weight: bold;
	color: #4F76A3;
	font-size: xx-small;
}

.rowNormal {
	background-color: #ffffff;
}
.rowSelected {
	background-color: #c7d9f5;
}

.rowNormal input {
	width: 99%;
}

.rowAlternate {
	background-color: #F1F6FE;
}  /* alternate (pale yellow) background */
.rowAlternateDark {
	background-color: #ffffde;
}  /* alternate (pale yellow) background */
.rowAlternateHighlighted {
	background-color: #eeeebb;
}  /* alternate (pale yellow) background */
.green {
	background-color: #33CC33;
}

/********************* form styling ***************************/
.formErrors {
	color: red;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.form {
	font-family: verdana, arial, sans-serif;
	/*background: -webkit-gradient(linear, left bottom, left top, from(#bbd), to(#fff));*/
	text-align: left;
}
.form label {
	width: 100px;
	float: left;
}

.form input {
	float: left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.form select {
	float: left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.form textarea {
	float: left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

form .form-field {
	height: 2px;
}

form .form-field .container {
	float: left;
	width: 210px;
}

form .form-field span {
	float: left;
	width: 200px;
}


.conflict1 {
	background-color: #FFFFFF;
}

.conflict2 {
	background-color: #FFAAAA;
}

.conflict3 {
	background-color: #FF5555;
}

.conflict4 {
	background-color: #FF0000;
}

th.wicket_orderUp {
	font-weight: bold;
	background-color: #2153aa;
	background-image: url(../img/up.GIF);
	background-repeat: no-repeat;
	background-position: right;
	color: #ffff00;
}

.wicket_orderUp a {
	color: #ffffff;
}

th.wicket_orderDown {
	font-weight: bold;
	background-color: #2153aa;
	background-image: url(../img/down.GIF);
	background-repeat: no-repeat;
	background-position: right;
}

.wicket_orderDown a {
	color: #ffffff;
}

.wicket_orderNone {
	
}

div.tabpanel4 div.tab-row ul {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url( ../img/tab_bottom.gif ) repeat-x bottom;
    border-radius: 5px;
}

div.tabpanel4 div.tab-row li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
    border-radius: 5px;
}

div.tabpanel4 div.tab-row a:link,div.tabpanel4 div.tab-row a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

div.tabpanel4 div.tab-row li.selected a:link,div.tabpanel4 div.tab-row a:visited
	.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

div.tabpanel4 div.tab-row a:hover {
	background: #fff;
}

.person-img {
	padding: 0px;
	margin: 2px;
	border: 1px solid gray;
	height: 100px;
	
}

.small {
	font-size: 60%;
}

.boxed {
	float: left;
	margin-left: 5px;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 8pt;
}

.filterform input {
	width: 80%;
}

.filterform select {
	width: 100%;
}

.filterform img {
	width: auto;
}

div.wicket-aa {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #FFFF00;
	padding: 2px;
	margin: 0;
}

div.wicket-modal div.w_caption {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	text-align: left;
}

/***************** progress bar styling ***********************/
div.wicketstuff-progressbar {
	width: auto;
	height: 20px;
	border: 1px solid #666666;
	background: #AFAFAF url('../img/grey-fade.gif');
	position: relative;
	overflow: hidden;
}

div.wicketstuff-progressbar span.label {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 20px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif;
}

div.wicketstuff-progressbar span.label span.message {
	font-weight: normal;
}

div.wicketstuff-progressbar span.bar {
	display: block;
	height: 100%;
	position: absolute;
	background-image: url('../img/violet-stripes.png');
	background-color: #ED0A72;
	background-position: top right;
	border-right: 1px solid #8260c6;
}

.autocomplete {
	background-color: #FFFFCC;	
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}


.sidenavlist ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216, 206, 159);
	background-color: rgb(219, 230, 241);
}

.sidenavlist li {
	list-style: none;
	margin: 1px;
	padding: 0px;
	background-color: #F1F6FE
}

.sidenavlist li.title {
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border: 1px solid #0F3974;
	/* background-color: #2153AA; */
	background: #2153AA url('../img/header-background4.jpg') bottom left repeat-x;
}

.sidenavlist li.group {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	border: 1px solid #0F3974;
	/* background-color: #2153AA; */
	background-color: #BFFEBF;
}

.sidenavlist li a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 2px 0px 5px;
	border-left: solid 7px rgb(219, 230, 241);
	color: rgb(75, 75, 75);
	text-decoration: none;
	font-size: 120%;
}

.sidenavlist li a:hover,#sidenavlist li.selected a {
	border-left: solid 7px rgb(156, 186, 214);
	color: rgb(100, 100, 100);
	text-decoration: none;
}

.sidenavlist li.selected a {
	border-left: solid 7px rgb(156, 186, 214);
	color: rgb(255, 255, 255);
	background: rgb(150, 150, 200);
	text-decoration: none;
}

.highlight {
	font-weight: bold;
}

.exception p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #FF0000;
}

.selectedHeader {
	font-weight: bold;
	/*background-color: #2153aa;*/
	background-color: #BFFEBF;
}

.selectedHeader img {
	vertical-align: middle;
	border: 0px;
}

.selectedHeader a {
	color: #ffffff;
}


a img {
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}


/********************* form styling ***************************/
.formErrors {
	color: red;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.form {
	font-family: verdana, arial, sans-serif;
}

.required {
	background-color: #D2FAF0;
}

.error {
	background-color: #FAB4A0;
}

.form label {
	width: 100px;
	float: left;
}

.form input {
	float: left;
}

.form select {
	float: left;
}

.form textarea {
	width: 99%;
	float: left;
}

form .form-field {
	display: block;
	height: 25px;
}

form .form-field .container {
	float: left;
	width: 210px;
}

form .form-field span {
	float: left;
	width: 200px;
}

form .inputDatePicker {
	width: 60%;
}

.feedbackPanelERROR {
	color: darkred;
	list-style: circle;
	font-weight: bold;
	text-align: center;
}

.feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
	text-align: center;
}

.conflict1 {
	background-color: #FFFFFF;
}

.conflict2 {
	background-color: #FFAAAA;
}

.conflict3 {
	background-color: #FF5555;
}

.conflict4 {
	background-color: #FF0000;
}

th.wicket_orderUp {
	font-weight: bold;
	background-color: #2153aa;
	background-image: url(../img/up.GIF);
	background-repeat: no-repeat;
	background-position: right;
	color: #ffff00;
}

.wicket_orderUp a {
	color: #ffffff;
}

th.wicket_orderDown {
	font-weight: bold;
	background-color: #2153aa;
	background-image: url(../img/down.GIF);
	background-repeat: no-repeat;
	background-position: right;
}

.wicket_orderDown a {
	color: #ffffff;
}

.wicket_orderNone {
	
}

div.tabpanel4 div.tab-row ul {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url( ../img/tab_bottom.gif ) repeat-x bottom;
}

div.tabpanel4 div.tab-row li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.tabpanel4 div.tab-row a:link,div.tabpanel4 div.tab-row a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

div.tabpanel4 div.tab-row li.selected a:link,div.tabpanel4 div.tab-row a:visited
	.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

div.tabpanel4 div.tab-row a:hover {
	background: #fff;
}

.person-img {
	padding: 0px;
	margin: 2px;
	border: 1px solid gray;
	height: 100px;
	
}

.small {
	font-size: 60%;
}

.boxed {
	float: left;
	margin-left: 5px;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 8pt;
}

.filterform input {
	width: 80%;
}

.filterform select {
	width: 100%;
}

.filterform img {
	width: auto;
}

div.wicket-aa {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #FFFF00;
	padding: 2px;
	margin: 0;
}

div.wicket-modal div.w_caption {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	text-align: left;
}

/***************** progress bar styling ***********************/
div.wicketstuff-progressbar {
	width: auto;
	height: 20px;
	border: 1px solid #666666;
	background: #AFAFAF url('../img/grey-fade.gif');
	position: relative;
	overflow: hidden;
}

div.wicketstuff-progressbar span.label {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 20px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif;
}

div.wicketstuff-progressbar span.label span.message {
	font-weight: normal;
}

div.wicketstuff-progressbar span.bar {
	display: block;
	height: 100%;
	position: absolute;
	background-image: url('../img/violet-stripes.png');
	background-color: #ED0A72;
	background-position: top right;
	border-right: 1px solid #8260c6;
}

textarea {
	overflow: auto;
}


.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width30 { width: 30%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }
.width100 { width: 100%; }


table.wicket-tree-content {
	border-collapse: collapse;
	empty-cells: show;
}

table.wicket-tree-content,
table.wicket-tree-content td,
table.wicket-tree-content tr,
table.wicket-tree-content th {
	padding: 0;
	margin: 0;
}

table.wicket-tree-content td.spacer {
	width: 0px;
	height: 100%;
}

table.wicket-tree-content td.spacer span,
table.wicket-tree-content td.line span {
	display: block;
	width: 18px;
	height: 18px;
}

table.wicket-tree-content td.line {
	width: 18px;
	height: 100%;
	background: url("base-tree-images.png") repeat-y -36px center;
}

table.wicket-tree-content td.half-line {
	width: 18px;
	height: 100%;
	background: url("base-tree-images.png") no-repeat -72px center;
}

table.wicket-tree-content a.junction-open,
table.wicket-tree-content a.junction-closed,
table.wicket-tree-content span.junction-corner {
	width: 18px;
	height: 18px;
	display: block;
	background: url("base-tree-images.png") no-repeat;
	margin: 0;
	padding: 0;
	border-width: 0;
}

table.wicket-tree-content a.junction-open {
	background-position: -18px center;
}

table.wicket-tree-content a.junction-closed {
	background-position: 0 center;
}

table.wicket-tree-content span.junction-corner {
	background-position: -54px center;
}

table.wicket-tree-content table.icon-panel {
	border-collapse: collapse;
	empty-cells: show;
}

table.wicket-tree-content table.icon-panel, 
table.wicket-tree-content table.icon-panel tr,
table.wicket-tree-content table.icon-panel td {
	margin: 0;
	padding: 0;
}

table.wicket-tree-content table.icon-panel img {
	padding: 0;
	margin: -1px 0 0 2px;
	display: block;
	border-width: 0;
}

table.wicket-tree-content.selected {
	background-color: #E0E8FF;
	font-weight: bold;	
}

table.wicket-tree-content.selected .content {
	font-weight: bold;	
}

table.wicket-tree-content table.icon-panel a {
	text-decoration: none;
	color: #3311aa;
}

table.wicket-tree-content table.icon-panel a:hover {
	text-decoration: underline;
	color: #3311aa;
}

table.wicket-tree-content table.icon-panel img.icon {
	cursor: pointer;
}

table.icon-panel {
	width: 100%;
}

table.icon-panel td.content {
	width: 100%;
}

table.icon-panel td.content a {
	padding