﻿.alternatingrowstyle{
    background-color:#f9f9f9;
}

/* gridview HeaderStyle */
tr.GridHead a
{
	display: block;
	color: #FFF;
}
/* gridview cell styles */
td.SortAsc
{
	padding-right: 18px !important;
	background:#999 url(pics/sort_asc.gif) no-repeat scroll right center;
}
td.SortDesc
{
	padding-right: 18px !important;
	background:#999 url(pics/sort_desc.gif) no-repeat scroll right center;
} 

.headerstyle{
    background-color:#e5e5e5;
    height:23px;
}
.headerstyle th {
    border:1px solid #bbbbbb;
    padding-left:5px;
    text-align:left;
}  
.headerstyle a {
    color:black;
}    
.sortalternatingrowstyle{
    background-color:#e5e5e5
}
.sortrowstyle{
    background-color:#f0f0f0
}
.sortascheaderstyle{
    background:#c5c5c5 url(/img/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#c5c5c5 url(/img/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   
.pagerstyle{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  
.previous{
    background:transparent url(/img/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(/img/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}


.eHeaderTags
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;	
}

.eHeaderTags td
{
	padding: 1px 3px 1px 1px;
}

#tableTask,
.tableTask
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

#tableTask td.field {
	/*border-right: 1px solid #C1DAD7;*/
	border: 1px solid #E1EAE7;
	background: #fff;
	padding: 2px 6px 2px 6px;
	/*color: #4f6b72;*/
}

#tableTask td.fieldCal {
	/*border-right: 1px solid #C1DAD7;*/
	border: 1px solid #E1EAE7;
	background: #fff;
	padding: 0px 0px 0px 6px;
	/*color: #4f6b72;*/
}

#tableAddNew
{
	padding: 0;
	margin: 0;
}

#tableAddNew .colRight,
#tableTask .colRight
{
	padding: 2px 6px 6px 6px;
	color: #4f6b72;
	font-size: 1.2em;
}


.TaskHistory img
{
	padding: 0px 2px 0px 2px;
	border: none 0px #fff;
}

h4.EmaiListPref
{
    padding: 8px 0px 4px 8px;
}

#CheckBoxList input,
#CheckBoxList checkbox
{
    padding: 1px 8px 1px 8px;
}       
   
#ItemDetailWrapper h4
{
	font-size: 1.5em;
}
