html{  
    margin: 0;  
    padding: 0;  
}
body,td,th,input,textarea,button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: rgb(74, 107, 139);
}

input {
	margin: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table > tbody > td,
table > thead > th {
	padding: 0;
}

form {
	display: inline;
}

table tr td > span.cellContentLink {
	display: block;
	width: 100%;
}

.widthFull {
	width: 100%;
}

.widthHalf {
	width: 50%;
}

/**  Links **/
a:link {
	text-decoration: none !important;
	color: rgb(74, 107, 139) !important;
}

a:hover {
	text-decoration: none !important;
	color: rgb(74, 107, 139) !important;
}

a:visited {
	text-decoration: none !important;
	color: rgb(74, 107, 139) !important;
}

a:active {
	text-decoration: none  !important;
	color: rgb(74, 107, 139)  !important;
}

/**  Table : Data Table **/
#content table.datatable {
	width: 100%;
	color: rgb(74, 107, 139);
}

#content table.datatable2 {
}

#content table.datatableBold {
	border-top: 3px solid rgb(74, 107, 139);
	border-bottom: 3px solid rgb(74, 107, 139);
}

#content table.datatable2 > thead{
	 background-color: #DCDCDC;
}

#content table.datatable > thead > tr > th {
	border-left: 1px solid #cccccc;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #cccccc;
	height: 50px;
	font-weight: normal;
	text-align: left;
}

#content table.datatable2 > thead > tr > th {
	font-weight: bold;
}

#content table.datatable > thead > tr > th:first-child  {
	border-left: 0px;
	}

#content table.datatable > tbody > tr > td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 0px;
	height: 50px;
}

#content table.datatablethin > tbody > tr > td {
	height: 25px;
	}
#content table.datatable > tbody > tr > td:first-child {
	border-left: 0px;
	}

#content table.datatable > tbody > tr > td table td {
	border: none;
}

#content table.datatable thead th.wide,
#content table.datatable tbody td.wide {
	width: 105px;
}

#content table.datatable thead th.mediumwide,
#content table.datatable tbody td.mediumwide {
	width: 75px;
}

#content table.datatable thead th.mediummediumwide,
#content table.datatable tbody td.mediummediumwide {
	width: 50px;
}

#content table.datatable thead th.medium,
#content table.datatable tbody td.medium {
	width: 40px;
}

#content table.datatable thead th.thin,
#content table.datatable tbody td.thin {
	width: 27px;
}

#content table.datatable thead th.minimal,
#content table.datatable tbody td.minimal {
	width: 1px;
}

#content table.datatable thead th.center,
#content table.datatable tbody td.center,
#content table.datatable tbody td.center table td {
	text-align: center;
}

	
#content table.datatable tr.ui-datatable-even,
#content table.datatable .oddrow  {
	background-color: #f5f5f4;
}

#content table.datatable2 tr.ui-datatable-odd,
#content table.datatable2 .oddrow  {
	background-color: #f5f5f4;
}

#content table.datatable2 tr.ui-datatable-even{
	background-color: white;
}

table.dataEntrySection > tbody > tr > td {
	padding-top: 8px;
}

.emptydata {
	float:left;
	width:100%;
	text-align:center;
	color: #384e65;
}

/**  Buttons **/
.buttonPanel {
	margin-top: 5px;
}


table.buttonPanel{
	width:100%
}

.buttonPanel input[type="submit"]:hover {

}

.buttonPanel button.ui-button,
.buttonPanel input.button,
.buttonPanel input.advanceButton,
.buttonPanel input.reverseButton,
.buttonPanel input.wideButton,
.buttonPanel input.rightButton {
	border: 1px solid #bcbcbc;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 100px;
	height: 30px;
	cursor: pointer;
	background-color: #999999;
	color: white;
	text-shadow: #999999;
}

.buttonPanel input.wideButton {
	width: auto !important
}	
.buttonPanel button.wideButton {
	width: auto !important
}
.buttonPanel input.advanceButton {
	background-color: #66CC66;
}

.buttonPanel button.advanceButton {
	background-color: #66CC66;
}

.buttonPanel .ui-button-text{
    
}
.buttonPanel input.rightButton,
.buttonPanel input.reverseButton {
	background-color: #FF5555;
}
.buttonPanel button.reverseButton {
	background-color: #FF5555;
}

.buttonPanel input.rightButton {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}

.buttonPanel input.rightAlign{
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}


/**  Alignments / Decorations **/
div.underline3 {
	border-bottom: solid 3px rgb(74, 107, 139);
}

a.leftpad3 {
	padding-left: 3px;
}

a img {
	border: none;
}

img.icon,
.icon img {
	height: 20px;	
	vertical-align: text-bottom;
}

img.formIcon {
	height:20px;
	margin-left: 6px;
	vertical-align: text-bottom;
}

img.financialHoldIcon {
	height:28px;
	margin-left: 10px;
	vertical-align: text-bottom;
	width:26px;
}

img.errorPageIcon {
	height:100px;
	width: 100px;
	margin-right: 50px;
	vertical-align: top;
}
	
textarea:focus,input:focus,input[type]:focus,.uneditable-input:focus,select:focus
	{
	border-width: 2px !important!;
	border-color: rgba(74, 107, 139) !important;
	box-shadow: 0 1px 1px rgba(74, 107, 139, 0.075) inset, 0 0 8px
		rgba(74, 107, 139, 0.6) !important;
	outline: 0 none;
}

.fieldValid {
	border: 1px solid red !important;
}

.key {
	font-weight: normal;
	float: right;
	font-size: 7pt;
}

.mandatory:before {
	content: "* ";
	color: red;
}

.mandatorySet:before {
	content: "†";
	color: red;
}
.warningText{
	color:red;
}

.boldText{
	font-weight: bold;
}
.headerText{
	font-size:18px;
}
.text15{
	font-size:15px;
}
.fontColor{
	color: rgb(74, 107, 139) !important;
}

.fontColorGreen{
	color:#66CC66;
}

.fontColorRed{
	color:#FF5555;
}
.fontTop{
	vertical-align: top;
	white-space: nowrap;
}

input, select{
	height:30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px
	}
select{
	height:30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px
	}
}

