body {
    background-image: url("../images/backgroundGradient.png");   
    background-repeat : repeat-y;
    background-color : #c7c7c7;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #005481;
    margin: 0;
    padding: 0;
    height: 600px;
    text-align: left;
    margin-top: .1cm;
    margin-bottom: 1cm;
    margin-right: .5cm;
    margin-left: 1cm;	
}

/*Heading of the page – For eg: View Roles*/
.pageHeading {
	font-size: 13px;
	font-weight: bold;
}

/*Subheading in a page*/
.subHeading {
	font-weight: bold;
}

/*Anchor in the table header that allows sorting*/
.tableHeadingAnchor {
	color: #FFFFFF;
}


/*for required parameter indication – eg: ‘*’ */
.required {
  color: red;
  font-weight: bold;
}

/*for notes that goes in the bottom of the page*/
.note {
 	font-size: 13px;
}

/*used in workorder_search.jsp for the date range combo control*/
table.tableBGColor {
	background-color: #BCBCBC;
	font-size: 13px;
}

/* Table Heading Columns */
.tableHead {
    font-weight: bold;
	color: #E6F1F7;
	background-color: #5B5D5F;
	text-align: center;
}

/* Table Body Columns */
.tableBody {
	background-color: #E6F1F7;
	text-align: center;
}

/*Table header row*/
tr.trHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #E6F1F7;
	background-color: #5B5D5F;
}

/*Table body rows*/
tr.trBody {
	background-color:  #E3E9ED;
}

/*Table body row when a resource goes to Error state (due to timeout)*/
tr.trResourceError {
	background-color:#E6F1F7;
	color:#FF0000;
}

/*used to display error messages, validation messages*/
.trError { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
	color: red;
}

td {
	font-size: 13px;
}

/*used for the dashboard sections' value areas*/
td.tdDark {
	background-color: #FFFFFF;
}

/*used for adding space between sections of a page
Eg: <tr><td class="tdSectionSeparator" /></tr>
*/
td.tdSectionSeparator {
	height: 15px;
}

SELECT.dropdownlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
	color:#005481;
}

SELECT.dropdownlist1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
	color:#005481;
	width:40%
}

table.workorderdetails-table2 { 
	width: 100%;
	border: 0;
	font-size: 13px;
	margin-bottom: 0cm;
	margin-right: 0cm;
	margin-left: 0cm;
}

div.menu {
	width: 50%; height: 25px; color:#E6F1F7; background-color: #5B5D5F; border: 1px solid #eeeeee;
}

tr.resource-create {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #333;	
}

.repBrowserFileListHead {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}