/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:21px;
	color: #484848;
}

a
{
	color: #218080;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 15px;
	color: #484848;
}

table.tableData
{
	width: 85%;
	border:1px solid #d2d4a0 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #d2d4a0;
	padding:2px 4px 1px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 4px 4px 4px 9px;
	text-align:left;
	color: #535353;
	background: #dbb13b;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.tableData th a, .tableData th p
{
	color: #535353;
}

.tableData tr:hover
{
	background:#f3f4e6;
}

.tableBox
{
	border: 1px solid #d2d4a0;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}

/***Service Request***/
.overduetask
{
	background-color:#ff9999 !important;
}
.internal_comment
{
	background-color:#eaeaea !important;
}
.request_processor_comment
{
	background-color: #edf8ff !important;
}
