
.incomplete {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	background-color: #FFE4EE;
	padding: 5px 35px;
	height: 25px;
	border: 2px solid #D7C0C8;
	background-image: url(../images/icon-delete.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 30px;
	white-space: nowrap;
}

.complete {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	background-color: #E1FFD5;
	padding: 5px 35px;
	height: 25px;
	border: 2px solid #C0D9B5;
	background-image: url(../images/icon-check.gif) ;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 30px;
	white-space: nowrap;
}

.announcement {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	padding: 5px;
	height: 25px;
	border: 2px solid #D8D8AD;
	background-image: url(../images/bullet_error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 30px;
	white-space: nowrap;
}

.homeprofilelink
{
	padding: 0px 0px 10px 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FF0000;
	display: block;
	
}
.inboxrow0
{
	background-color: #DFDFDF;
}

.inboxrow1
{
	background-color: #D2D2D2;
}

.sentmailrow0
{
	background-color: #DFDFDF;
}

.sentmailrow1
{
	background-color: #D2D2D2;
}

.unread
{
	font: bold 12px Arial, Helvetica;
	color: #454545;
	cursor: pointer;
}

.read
{
	font: normal 12px Arial, Helvetica;
	color: #000000;
	cursor: pointer;
}

.refresh_button
{
	font: bold 12px Arial, Helvetica;
	background-color: #454545;
	cursor: pointer;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;	
}

.mailmsg
{
	font: bold 14px Arial, Helvetica;
	color: #000000;
}

/*
Pagination style starts
*/
.page_numbers { 
	width: 510px; 
    padding: 5px 5px; 
    align:center; 
    margin:0 auto; 
} 

.page_numbers ul { 
    margin: 0 auto; 
    list-style-type: none; 
    padding: 0px; 
    text-align: center; 
} 

.page_numbers li { 
    display: inline; 
    float: left; 
    margin:1px; 
    background: #ABDDF7; 
    width:25px;
	height: 18px; 
} 

.page_numbers li.current{ 
  width:50px; 
} 

.page_numbers li a { 
   background: #80CBF3;
   border: 1px solid #0B2735;	 
    padding: 1px; 
    text-decoration: none; 
    color: #0B2735; 
    font: bold 10px verdana,sans-serif; 
    display:block; 
}

.page_numbers a.current, .page_numbers li a:hover { 
    background: #ABDDF7; 
    color: #0B2735; 
} 

/*
Pagination style ends
*/


body {

width: 100%;
color: #272727;
font-size: 14px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}


h2 {
text-decoration: none;
line-height: 38px;
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
font-size: 34px;
font-weight: 400;
border: none;
color: #990000;
margin: 0;
padding: 0 0 10px 0;
}

h3 {
font-family: Georgia, 'Times New Roman', Times, serif;
border-bottom:1px solid #ddd;
font-weight:400;
color:#222;
font-size:18px;
margin:2;
padding: 25px 0 10px;
}

h4 {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-Serif;
color:#21211f;
font-size: 16px;
margin:0;
padding:10px 0 0;
}

a:link {text-decoration:none; color:#348B97; font-weight:550;}
a:active {color:#348B97; font-weight:550; }
a:visited {color:#348B97; text-decoration:none; font-weight:550;}
a:hover	{color:#333333; font-weight:550;} 
