﻿body
{
	font-family:Arial;
}

.callbackDropDown
{
	font-family:Arial;
    font-size: 8pt;
    background-color: #eeeeee;
}
.callbackTxtArea
{
    font-family: arial;
    font-size: 8pt;
    width: 98%;
    height: 60px;	
    border: none 0px #FFFFFF;
}
.myGrid
{
    font-family: arial;
    font-size: 8pt;
}
.myGrid th 
{
	white-space:nowrap;
}
.myGrid td
{
    /*white-space:nowrap;*/
}
.rowEdited
{
	background-color:#FFFFDD;
	color: #FF0000;
}
.rowSaved
{
	background-color:#DDFFDD;
	color:#0000FF;
}
.rowFailed
{
	background-color:#FF0000;
	color: #FFFFDD;
}

.noWrap td
{
	white-space: nowrap;
}

.errorHeading
{
	font-family: Verdana Arial MS Sans Serif;
	color: Black;
}

.errorReasonHeading
{
	font-family: Verdana Arial MS Sans Serif;
	color: Black;
	font-weight: bold;
}	

.errorMsg
{
	font-family: Verdana Arial MS Sans Serif;
	color: Red;
}

.successMsg
{
	font-family: Verdana Arial MS Sans Serif;
	color:Green;
}

.smallMsg
{
	font-family: Verdana Arial MS Sans Serif;
	font-size: 10pt;
}

.callbackGrid
{
	font-family: Arial;
	font-size: 8pt;	
	border: solid 1px #000000;
}
.callbackGrid tr
{
	border-bottom: solid 1px #000000;
}
.callbackGrid th
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}
.callbackGrid td
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}

.callerGroup
{
	background-color: #0034CC;
	color:#FFFFFF;
	height: 30px;
}

.callerColumn
{
	/*background-color: #6699FF;*/
	background-color: #99CCFF;
	color:#000000;
	height: 30px;
}

.callerDetail
{
	background-color: #EEEEEE;
	color:#000000;
	text-align:center;
}

.callerQueryHeading
{
	background-color: #99CCFF;
	color:#000000;
	font-weight: bold;
}

.callerQuery
{
	background-color: #FFFFFF;
	color:#000000;
}

.mgmtGroup
{
	background-color: #E36C0A;
	color:#FFFFFF;
}

.mgmtColumn
{
	background-color: #FDDFD9;
	color:#000000;
}
.mgmtDetail
{
	background-color: #eeeeee;
	color:#000000;
	text-align:center;
}
.mgmtCommentHeading
{
	background-color: #FDDFD9;
	color:#000000;
	font-weight: bold;
}
.mgmtComment
{
	background-color: #FFFFFF;
	color:#000000;
}

.subscriptionMgmg
{
	font-family: Arial;
	font-size: 8pt;	
	border: solid 1px #000000;		
}

.subscriptionMgmg th
{
	background-color: #0034CC;
	color:#FFFFFF;
	height: 30px;
}

.attachmentList
{
	background-color: #EEEEEE;
	font-size: 8pt;
	padding: 0px 0px 0px 0px
}
.attachmentList td
{
	border: solid 1px #AAAAAA;
}

.subscribersList
{
	background-color: #EEEEEE;
	font-size: 8pt;
	padding: 0px 0px 0px 0px
}
.subscribersList td
{
	border: solid 1px #AAAAAA;
}
.subscriptionMgmg input
{
	font-family: Arial;
	font-size: 8pt;	
	color: #000000;
}

.loggedInUserInfo
{
	font-family: Arial;
	font-size:8pt;
	background-color: #99CCFF;
}

.loggedInUserInfoHeading
{
	font-weight:bold;
}

.docsTbl
{
	font-family: MS Sans Serif;
	font-size: 10pt;
	border: solid 1px #0034CC;
}

.docsTbl th
{
	background-color: #0034CC;
	color:#FFFFFF;
	height:20px;
	border-left: solid 1px #FFFFFF;
}

.adminNewsList
{
	font-family: MS Sans Serif;
	font-size: 10pt;
	border: solid 1px #0034CC;
}

.adminNewsList .HeadingRow
{
	font-weight: bold;
}
.adminNewsList .Partition td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.adminNewsList th
{
	background-color: #0034CC;
	color: #FFFFFF;
}

.adminNewsList a
{
	color: #0000FF;
	text-decoration: none;
}


.rowEven
{
	background-color: #F0F0FF;
}

.rowOdd
{
	background-color: #F5F5F5;
}

.footer
{
	background-color:#e6e6e6;
	
}

.newsLeftPadding
{
	width: 15px;
}

.newsBottomPadding
{
	height: 12px;
}

.footerNewsTitle
{
	padding-bottom: 1px;
	height: 22px;
}

.newsHeading
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 3px;
}
.newsDate
{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
*/

.textfieldFooter {
    color:#FFFFFF;
    background-color:#B3B3B3;
	width: 188px;
	border:none 0px;
	margin: 0px;
	display: inline;
	float: left;
	height: 14px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.textfield {
    color:#000000;
    background-color:#DFDFDF;
	width: 215px;
	border:none 0px;
	margin: 0px;
	display: inline;
	float: left;
	height: 14px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.uploadfield {
    color:#000000;
    background-color:#DFDFDF;
	width: 292px;
	border:none 0px;
	margin: 0px;
	display: inline;
	float: left;
	height: 16px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.uploadfieldSmall {
    color:#000000;
    background-color:#DFDFDF;
	width: 200px;
	border:none 0px;
	margin: 0px;
	display: inline;
	float: left;
	height: 16px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.ddCallback
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    color:#000000;
    background-color:#DFDFDF;
	width: 225px;
	padding: 0px 0px 0px 0px;
}

.ddSmall
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    color:#000000;
    background-color:#DFDFDF;
		width: 150px;
		padding: 0px 0px 0px 0px;
}

.ddSmaller
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    color:#000000;
    background-color:#DFDFDF;
		width: 90px;
		padding: 0px 0px 0px 0px;
}

.callbackTxtArea2
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    width: 300px;
    height: 60px;	
    color:#000000;
    background-color:#DFDFDF;
		border:none 0px;
		margin: 0px;
		display: inline;
		float: left;
		padding-left: 10px;
}

.textPhoneCountry {
  color:#000000;
  background-color:#DFDFDF;
	width: 30px;
	border:none 0px;
	margin: 0px;
	/*display: inline;
	float: left;*/
	height: 14px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.textPhoneArea {
  color:#000000;
  background-color:#DFDFDF;
	width: 30px;
	border:none 0px;
	margin: 0px;
	/*display: inline;
	float: left;*/
	height: 14px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.textPhoneNumber {
  color:#000000;
  background-color:#DFDFDF;
	width: 130px;
	border:none 0px;
	margin: 0px;
	/*display: inline;
	float: left;*/
	height: 14px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.asterisk
{
	background-image:url(../images/asterisk.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:10px;
}
.noAsterisk
{
	width:10px;
}
.footerTabLeftPadding
{
	width:15px;
}

.footerTab
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight:bold;
    width: 25%;
    white-space: nowrap;
    text-align:center;
    border-left: solid 1px #E6E6E6;
    height: 25px;
    vertical-align:middle;
    cursor:pointer;
}

.tabActive
{
	background-color: #E6E6E6;
	color: #777777;
}

.tabInactive
{
	background-color: #444444;
	color: #CCCCCC;
}

.tabContentVisible
{
	visibility:visible;
	display: table;
}
.tabContentHidden
{
	visibility:hidden;
	display:none;
}
.newsList
{
	background: #4C4C4C;
	height:29px;
	width:259px;
	vertical-align:top;
	border: none 0px;
}

.newsList a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
}

.newsList a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

.newsList a:visited
{
	text-decoration: underline;
	color: #ca0000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

.newsList a:active
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

.newsListHeader
{
	background: #000000;
	height: 29px;
}

.newsListItem
{
	background: #4C4C4C;
	height: 29px;
	padding-left: 10px;
}

.newsListItem a {
	text-decoration: none;
	color: #999999;
}

.newsListTitle
{
	font-size: 11pt;	
}

.newsListTitleCurrent
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-decoration: none;
}

.newsListDate
{
	color: #CCCCCC;
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

.newsListSeparator
{
	height: 1px;
	background-image: url("../images/spacer.gif");
	background-repeat: repeat-x;
	background: #595959;
}

.newsBody
{
	background: #f8f8f8;
	vertical-align:top;
	border: none 0px;	
	text-align: justify;
}

.newsBodyTitle
{
	font-size: 12pt;
	font-weight: bold;
}

.newsBodyDate
{
	color: #888888;
}

.adminNav
{
	background: #f8f8f8;
	font-family: Tahoma Verdana;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.adminNav a
{
	text-decoration: none;
	color: #000000;
}

.adminNav td
{
	width: 80px;
	height: 20px;
	text-align:center;
	border-left: solid 1px #000000;
	background: #f8f8f8f;
}

.activeNav
{
	background: #444444;
}



.adminLeftNav {font-family: Tahoma, Verdana; font-size: 8pt; color: #000000;}
.adminLeftNav .Normal { list-style-image: none; list-style-type:square; color: #000000;}
.adminLeftNav .Active { list-style-image: none; list-style-type: disc; color: #FF0000;}
.adminLeftNav .Active a:visited {color: #EEEEEE;}
.adminLeftNav a					{ color: #000000; text-decoration: none; }
.adminLeftNav a:visited { color: #000000; text-decoration: none; }
.adminLeftNav a:hover		{ color: #EEEEEE; text-decoration: underline; }

.adminHeading
{
	font-family: Tahoma Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.searchResultKeyword
{
	font-weight:bold;
}

.searchResultTitle
{
	font-size:12pt;
	font-weight:bold;
}

.searchResultTitle a:link
{
	text-decoration:none;
}

.searchResultURL
{
	color:#888888;
}

.searchResultURL a
{
	color:#888888;
	text-decoration:none;
}

.searchResultURL a:hover
{
	color:#888888;
}
