﻿body {
}

.grid-header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-image: url(../images/header-bg.gif);
}

.grid-rowStyle {
	background-color:#ebf4fc
}

.grid-rowStyle-alt {	
	background-color:#dbecfb
}

.normal-text{
    font-family: Arial, Helvetica, sans-serif;
	color : #465584;
	font-size: 11px;
	font-weight: normal;	
}

.bold-text{
    font-family: Arial, Helvetica, sans-serif;
	color : #465584;
	font-size: 11px;
	font-weight: bold;	
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.message
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0033ff;
    text-decoration: none;
}

.line
{    
    background-color: #81afd9;
}

.imgNewTopic
{
    background-image: url(../Images/topic_new.gif);
    width: 24px;
    height: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
}

.imgApproveTopic
{
    background-image: url(../images/topic_approve.gif);
    width: 24px;
    height: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    padding-right: 2px;
    padding-left: 2px;    
}

.imgRejectTopic
{
    background-image: url(../images/topic_reject.gif);
    width: 24px;
    height: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    padding-right: 2px;
    padding-left: 2px;    
}

.imgCloseTopic
{
    background-image: url(../images/topic_close.gif);
    width: 24px;
    height: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    padding-right: 2px;
    padding-left: 2px;    
}

.imgLatestReply
{
    background-image: url(../images/latest_reply.gif);
    width: 16px;
    height: 16px;
    background-position: left top;
    background-repeat: no-repeat;
    float: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: transparent;
    cursor: hand;
}

.cmdApprove
{
    background-image: url(../images/approve.gif);
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdReject
{
    background-image: url(../images/reject.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdClose
{
    background-image: url(../images/close.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdRe_open
{
    background-image: url(../images/open.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;  
}

.cmdEdit
{
    background-image: url(../images/edit.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdUpdate
{
    background-image: url(../images/update.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdCancel
{
    background-image: url(../images/Undo.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

.cmdDelete
{
    background-image: url(../images/delete.gif);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    cursor: hand;
}

a.smLink {
	font-size: 10px;
}

a.smLink  {
	color : #0F64B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:hover {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #465584;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}
.grid-item {
	font-family: Arial, Helvetica, sans-serif;
	color : #465584;
	font-size: 11px;
	font-weight: normal;
}

a.grid-item  {
	color : #465584;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.grid-item:hover {
	color : #B80808;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 11px;
	font-weight: normal;
}

a.grid-item:visited  {
	color : #465584;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.grid-item:visited:hover {
	color : #B80808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 11px;
	font-weight: normal;
}

