.fieldsetNarrow {
    width: 550px;
    padding: 5px;
    background-color: #fffde3;
}

.variantCheckbox{
    margin:0px 4px 0px 4px;
}

.model-view-column{
    width: 7vw;word-wrap: break-word;
}

.dialogBox {
	margin-left:18%;
	border-left:1px solid #C0D0DF;
	border-right:1px solid #C0D0DF;
	padding:5px;
	background-color: white;
	font-size: 18px;
    line-height: 25px;
}


.noteBox {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 70%;
	border-left:1px solid #C0D0DF;
	border-right:1px solid #C0D0DF;
	padding:5px;
	background-color: white;
	font-size: 18px;
    line-height: 25px;
}


.centercol {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 70%;
	padding:5px;
	font-size: 18px;
    line-height: 25px;
}

/*------------- 1 column layout --------------*/
.prompt1col {
	float: left;
	width: 85%;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18px;
    line-height: 25px;
}

/*------------- 2 column layout --------------*/
.prompt2col {
	float: left;
	width: 45%;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18px;
    line-height: 25px;
	/*border:2px dashed green;*/
}
.field2col {
	/*border:2px dashed red;*/
	width: 50%;
	/*width: 45%;*/
	height: 100%;
	vertical-align: bottom;
	padding-left: 2px;
    float: left;
	font-size: 18px;
    line-height: 25px;
}

/*------------- 3 column layout --------------*/
.prompt3col {
	float: left;
	width: 35%;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18px;
    line-height: 25px;
	/*border:2px dashed green;*/
}
.field3col {
	/*border:2px dashed red;*/
	width: 29em;
	/*width: 45%;*/
	height: 100%;
	vertical-align: bottom;
	padding-left: 2px;
    float: left;
	font-size: 18px;
    line-height: 25px;
}


/*----------- 4 column layout ----------------*/
.prompt4col {
	font-size: 18px;
    line-height: 25px;
	float: left;
    width: 18%;
	font-weight: bold;
}

.field4col {
	font-size: 18px;
    line-height: 25px;
	width: 30%;
	margin-left: 2px;
    float: left;
	/*overflow: auto;*/	
	/*border: 2px dashed green;*/
}

.field3col {
	font-size: 18px;
    line-height: 25px;
	width: 18%;
    float: left;
}

.heading3{
	margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    /*width: 100%;*/
    font-weight: bold;
	font-size:18px;
    line-height: 25px;
}

.heading4{
	margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    /*width: 100%;*/
    font-weight: bold;
	font-size:18px;
    line-height: 25px;
	float:left
}

.headerLinkCol {
	float: right;
	width: 120px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18px;
    line-height: 25px;
}

/***************************************************
*
* Styles to centre align the text within a row
*
***************************************************/

.centerRow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

.buttonNavPanel{
	width: 50%;
	padding:  0 0 6px 0;
	float: left;  
}

.nestedTable {
	/*border: 1px dashed green;*/
	/*color: blue;*/
	font-size:100%;
	padding: 0;
	vertical-align:top;
	margin:0;	
}



.nestedTable th{
	vertical-align:top;
	border-bottom: none;
	/*padding: 3;*/
}

.rowheader{
	text-align:center;
	border-bottom: 1px solid #CFCFCF !important;
}

.nestedTable td{
	border-bottom: none;

}

/* styles for scrollable display table */

table.staticheader tbody {
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}

table.nestedTable tbody{
	overflow:hidden;
	height:auto;
}

.mandatory {
	color: red;
	display: inline;
	vertical-align: top;
}

td.title-right, th.title-right {
    text-align: right;
    padding-right: 10px;
}

/* Logout */
#sidepanel UL.logout LI {
    background-image: url(../images/logout.png) !important;
    display:table-cell;
    vertical-align:middle;
    height:30px;
    padding-right:35px !important;
    text-align: right;
    width:10%;
}

/* Username */
.username {
    font-size:18px;
    line-height: 25px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
}

.counter {
    text-align:left;
    font-size:18px;
    line-height: 25px;
}

/* Overriding fieldset styles to add round borders */
fieldset {
    padding:10px;
    border: 1px solid #e2e1e1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Styles related to the display tag pagination links*/
span.pagelinks {
    background-color: #EEEEEE !important;
    border: 1px dotted #999;
    display: block;
    margin-bottom: -5px;
    padding: 2px 4px;
    border-top: none;
    font-size: 18px;
    line-height: 25px;
}

.pagesize {
    background-color: #EEEEEE !important;
    padding: 2px 4px 0;
}

span.pagebanner {
    background-color: #EEEEEE !important;
    border: 1px dotted #999;
    display: block;
    padding: 2px 4px;
    border-bottom: none;
    font-size: 18px;
    line-height: 25px;
}

SPAN#pagesize-widget {
    float: right;
}

SELECT#pageSizeFake {
    text-align: left;
    width: 60px;
}

TR TH {
    border: 1px solid #cccccc;
    vertical-align: top;
    text-align: left;
  /*  padding: .8em 0.8em;
  */  border-bottom: 0;
    background-color: #f0f0f0;
    color: #343434;
    text-align: left;
    font-size: 16px;
    font-weight: normal;

    /*
    font-weight: bold;

    background-color: #c5dfeb;
    */
}

TR TD {
    border: 1px solid #cccccc;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    /*
    padding: .6em .9em;
    */
}

div.row-dark {
    background: #b8d9ec !important;
}

div.row-light {
    background: #f9faf0 !important;
}

/* EVEN table rows */
TR.even TD {
    background-color: #fafafa;
}

TR.odd TD {
    background-color: white;
}

/* Styles for the ordering arrows */
TH.order1 A {
    padding-right: 18px;
    background: transparent url(../images/arrow_up.gif) no-repeat center right;
}

TH.order2 A {
    padding-right: 18px;
    background: transparent url(../images/arrow_down.gif) no-repeat center right;
}

SPAN#pagesize-widget {
    float: right;
    display: block;
}

DIV.row-button {
    float: left;
    padding: 4px;
    width: 99%;
    margin-top: 10px;
}

fieldset.results {
    margin-top: 10px;
}

/* Custom multi-select boxes tweaks */
UL.chzn-choices {
    margin-left: 0 !important;
    border: 1px solid #A8BDD0 !important;
    background-color: white !important;
}

UL.chzn-results {
    margin: 0 !important;
}

.helpDIV {
    width: auto;
    height: auto;
    min-height: 40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
    min-width: 250px; /*min height of DIV should be set to at least 2x the width of the arrow*/
    color: black;
    padding: 0;
    margin: 0;
    position: relative;
    border: 2px solid #0088CC;
}

.helpDIV-title {
  padding: 9px 15px;
  margin: 0;
  line-height: 1;
  color: white;
  font-weight:bold;
  background-color: #0088CC;
}

.helpDIV-content {
  padding: 14px;
  margin: 0;
  background-color: #ffffff;
}

.ui-dialog .ui-dialog-content{
    padding: 0;
}

a.closeHelpImg {
    background: url(../images/close.jpg) no-repeat;
    display: inline;
    position:absolute;
    margin-top: 5px;
    margin-right: 5px;
    height: 15px;
    z-index:3200;
    width: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.systemMessage{
    position:fixed;
    min-height: 300px;
}

.systemMessage-body{
    overflow: auto;
    max-height: 400px
}

div.system-message-modal-header {
    background-color: white;
    background-image: -moz-linear-gradient(top, white, white);
    background-image: -ms-linear-gradient(top, white, white);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
    background-image: -webkit-linear-gradient(top, white, white);
    background-image: -o-linear-gradient(top, white, white);
    background-image: linear-gradient(top, white, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'white', endColorstr = 'white', GradientType = 0);
}

.systemMessage-headerDiv{
    padding: 9px 15px;
    font-weight: bold;
    /*font-size: 120%*/
}

.systemMessage-bodyDiv{
    padding: 9px 15px;
}

.systemMessage-button {
    margin:14px 14px 14px 14px;
    float: right;
}

ol.numbered-list > li {
    list-style: decimal;
}

input[disabled].view-box, input[readonly].view-box {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-family: Calibri, arial, sans-serif;
    color: #333333 !important;
    width: 100%;
}

select[disabled].view-box {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-family: Calibri, arial, sans-serif;
    height: auto;
    color: #333333;
    /*this trick is to hide the arrow in the dropdown list*/
    width: 200%;
    overflow: hidden !important;
}

div.subtype {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

span.row-alert {
    color: red;
}

span.row-marked {
    color: #1f15e3;
}


div.row-dark {
    background: #E5E5E5 !important;
}

div.row-light {
    background: #f9faf0 !important;
}

