/* CSS Document */

body { 
	margin-top: 3px;
	color: #000000;
	background-color:#ffffff;
	font-family: arial, helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 1em;
	text-align: justify;
}


.topRow {
	height:30px;
	font-size: 1em;
	color: #ffffff;
	background-color:#bfbfbf;
	margin-left:15px;
	margin-top:0.9em;
	width: 100%;
}
.topRowText {
	margin-left:15px;
	margin-top:8px;
	float:left;
	width: 65%;
}
.topRowAccessBtns {
	/*margin-left:300px;*/
	margin-top:0px;
	float:left;
	color: #000000;
	font-weight:bold;
	cursor:pointer;
	width: 15%;
	white-space: nowrap; 
	text-align: right;
}
.topRowAccessBtn2 {
	font-size: 1.5em;
	font-weight:bold;
	cursor:pointer;
}
.topRowAccessBtn3 {
	font-size: 2em;
	font-weight:bold;
	cursor:pointer;
}
.topRowDate {
	/*margin-left:60px;*/
	margin-top:8px;
	float:left;
	color: #000000;
	width: 15%;
	white-space: nowrap; 
	text-align: right;
}
.headerRow {
	height:130px;
	background-color:#41AD49;
	color: #ffffff;
	font-size: 1em;
}
.headerRowText {
	color: #ffffff;
	font-size: 2em;
}
.centerColumnTable {
	border-left: solid #ffffff 1px;
}
.menuCell {
	color: #333333;
	background-color:#e0e0e0;
	height: 26px; 
	text-align: center;
	border-right: solid #ffffff 1px;
	margin-top: 5px;
}
.menuCellRollover {
	color: #333333;
	background-color:#d7ba80;
	height: 26px; 
	text-align: center;
	border-right: solid #ffffff 1px;
	margin-top: 5px;
}
.menuCellSelected {
	color: #ffffff;
	background-color:#d7ba80;
	height: 26px; 
	text-align: center;
	border-right: solid #ffffff 1px;
	margin-top: 5px;
}
.orangeRow {
	color: #000000;
	background-color: #7d287d;
	height: 20px; 
}
.newsHeaderRow {
	color: #000000;
	background-color: #e0e0e0;
	height: 32px; 
	text-align: center;
	cursor:pointer;
}
.newsHeaderRowSelected{
	color: #7d287d;
	background-color: #41AD49;
	height: 32px; 
	text-align: center;
	font-weight: bold;
}
.newsHeaderRow:hover {
	color: #ffffff;
	background-color: #41AD49;
}
.spacerRow {
	height:2px;
}
.pageHeader {
    margin-left: 10px;
    color: #7d287d;
	font-weight: bold;
	font-size: 1.5em;
}
.contentArea {
    margin: 10px 10px 10px 10px;
}
.lightGreenTitle {
    color: #41AD49;
	font-weight: bold;
	font-size: 1.2em;
}
.violetTitle {
    color: #7d287d;
	font-weight: bold;
	font-size: 1.2em;
}
.searchText {
    color: #000;
    font-size: 1.2em;
}
.greenDividerRow {
	height:2px;
	background-color:#41AD49;
}
.viewMoreLinkText {
    width: 100px;
    float: right;
	font-size: 0.9em;
}
.footerLinks {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
.footerText {
	font-size: 1em;
	color:#808284;
	text-align: center;
}


a:link {
	color: #41AD49;
	text-decoration: none;
}
a:visited {
	color: #41AD49;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: none;
}
a:visited:hover {
	color: #555555;
	text-decoration: none;
}
a:active {
	color: #41AD49;
	text-decoration: none;
}

.newsHeaderRow a:link {
	color: #000000;
	text-decoration: none;
}
.newsHeaderRow a:visited {
	color: #000000;
	text-decoration: none;
}
.newsHeaderRow a:hover {
	color: #ffffff;
	text-decoration: none;
}
.newsHeaderRow a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}
.newsHeaderRow a:active {
	color: #000000;
	text-decoration: none;
}

.searchText a:link {
	color: #000;
	text-decoration: none;
}
.searchText a:visited {
	color: #000;
	text-decoration: none;
}
.searchText a:hover {
	color: #ffffff;
	text-decoration: none;
}
.searchText a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}
.searchText a:active {
	color: #000;
	text-decoration: none;
}

.footerText a:link {
	color: #808284;
	text-decoration: none;
}
.footerText a:visited {
	color: #808284;
	text-decoration: none;
}
.footerText a:hover {
	color: #333333;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #333333;
	text-decoration: none;
}
.footerText a:active {
	color: #808284;
	text-decoration: none;
}


/**
* Basic styles for width etc
**/

#nav {
	color: #7d287d;
	float: right;
	text-indent: 0;
	font-size: 12px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none !important;
	line-height: 1;
	border: none;
	text-indent: 0;
	width: 100%;
}

#nav span {
	display: block;
	width: 86px;
	height: 17px; 
	padding: 3px 3px 0 0.9em;
	margin-bottom:12px;
	cursor: pointer;
	color: #7d287d;
}

#nav span:hover {
    color: #ffffff;
}

#nav li ul {
	border: 1px solid #e0e0e0 !important;
	margin: 0 !important;
}

#nav li {
	float: left;
	width: 16.5%;
	height: 32px;
	margin-right: 1px;
	background-color: #e0e0e0;
	color: #333333;
}

#nav li ul li {
	width: 180px;
	height: 25px;
	background-image: none;
	background: #e0e0e0;
	margin: 0;
}

/**
* Styles for hiding the menu
**/

#nav li ul {
	position: absolute;
	border: 1px solid #7d287d !important;
	width: 180px;
	left: -999em;
}


#nav li:hover ul {
	left: auto;
	color: #fff;
}


/**
* For browsers that dont support the hover selector
**/

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/**
* Background color changes for main menu
**/

#nav li ul li:hover, #nav li ul li.sfhover {
	background-image: none;
	background: #41AD49;
	color: #fff;
	cursor: pointer;
}

#nav li:hover, #nav li.sfhover {
	background-color:#41AD49;
	color: #fff;
	cursor: pointer;
}


/** 
* Link styles
**/


#nav li ul li a {
	display: block;
	width: 170px;
	height: 18px;
	color: #7d287d;
	text-decoration: none;
	margin: 0 !important;
	padding: 7px 0 0 0.9em !important;
	cursor: pointer;
}

#nav li ul li a:hover {
	display: block;
	width: 170px;
	height: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0 !important;
	padding: 7px 0 0 0.9em !important;
	cursor: pointer;
}

/**
IE7 fix
**/

 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
 }

#nav li:hover, #nav li.hover {
    position: static;
	color: #fff;
	cursor: pointer;
}









/* Main Table for all listing modules //////////////////////////////////////////*/
table.ListingsMiniTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#666666;
}
table.ListingsTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#666666;
	width: 100%;
}
table.ListingsTable tr td.PageNumberArea {
	background-color: #aaaaaa;
	height:18px;
	padding:3px;
	text-align:center;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #999999;
}
table.ListingsTable tr td.HtmlViewArea {
	Padding:15px;
}
/* Header area containing all search facilities, page numbers etc ///////////////*/
table.ListingsHeaderTable{
	background-color: #aaaaaa;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #333333;
	height:30px;
	width: 100%;
}
table.ListingsHeaderTable2{
	background-color: #aaaaaa;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #555555;
	height:24px;
	width: 100%;
}
table.ListingsHeaderTable tr td {
	color: #ffffff;
	font-weight: bold;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;	
	height:30px;	
}
table.ListingsHeaderTable2 tr td {
	color: #ffffff;
	font-weight: bold;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;	
	height:24px;	
}
table.ListingsHeaderTable tr td.Stats {
	text-align: left;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
table.ListingsHeaderTable tr td.CategoryArea {
	text-align: left;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
table.ListingsHeaderTable tr td.SearchBoxArea {
	padding-top:3px;
}
table.ListingsHeaderTable span.Category {
	font-size:1.3em;
	text-align: left;
	color: #FFFFFF;
}
table.ListingsHeaderTable2 span.Category {
	font-size:1.3em;
	text-align: left;
	color: #eeeeee;
}
table.ListingsHeaderTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100px;		
}
table.ListingsHeaderTable input.btnsubmit {
	width: 60px;	
	height: 22px;	
}
table.ListingsHeaderTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
table.ListingsHeaderTable select.RecordsPerPage {
	width: 40px;		
}


/* List area for the categories /////////////////////////////////////////////////*/
table.ListingsCategoriesTable {
	margin-bottom:20px;
	margin-top:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
table.ListingsCategoriesTable tr td {
	width: 140px;
	font-size: 1em;
	font-weight: bold;
	text-align:left;
	border-right:1px solid #3A4867;
	padding-bottom:0.9em;
}
table.ListingsCategoriesTable a {
	padding-left:0.9em;
	font-weight:bold;
	color: #495C84;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:130px;
	height:22px;
	padding-top:5px;
}
table.ListingsCategoriesTable a:hover {
	color: #90A1C5;
}
table.ListingsCategoriesTable span {
	padding-left:0.9em;
	font-weight:bold;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:125px;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	background-color: #495C84;
	background-image:url(IMAGES/WhiteView.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* List Results area for the selected category or keyword search //////////////////*/
.ListingsResultsArea {
	font-size: 1em;
	color: #000000;
	text-align:left;
	width: 100%;
	padding-top:0.9em;	
}
table.ListingsResultsArea tr td {
	padding-right:2px;
}
table.ListingsResultsArea tr td.Arrow {
	padding-left:2px;
	padding-right:0px;
	width:1.3em;
}
table.ListingsResultsArea a.ArrowLink {
	background-image: url(/IMAGES/OrangeView.gif); 
	background-repeat: no-repeat;
	display:block;
	width:19px;
	height:19px;
	float:left;
}
table.ListingsResultsArea a.ArrowLink:hover {
	background-image: url(/IMAGES/BlueView.gif); 
}
table.ListingsResultsArea span.Title{
	color:  #41AD49;
	font-weight: bold;	
	text-decoration: none;
	font-size: 1em;
}
table.ListingsResultsArea tr td a.ReadMore {
	color: #41AD49;
	font-weight: normal;	
	text-decoration: none;
	font-size: 1em;
}
table.ListingsResultsArea tr td a.ReadMore:hover {
	color: #7d287d;
}
table.ListingsResultsArea div.NoResults{
	float:left;
	padding: 30px;
	font-size: 1.1em;
	color: #FF6600;
	font-weight:bold;
}
.newsArticleSeparator {
    background-color: #41AD49;
}


/* Page Numbersing ///////////////////////////////////////////*/
.PageNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:	#29344D; 
	text-decoration: none;
}
a.PageNo{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.PageNo:hover{
	color: #FF6600;
}
.HighlightWordSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFB034;
}



/* Main Table for all listing modules //////////////////////////////////////////*/
table.WebContentsMiniTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: normal;
	color:#666666;
	width: 242px;
	padding:4px;
}
table.WebContentsMiniTable tr td.TopTitle {
	color: #ffffff;
	background-color:#666666;
	font-weight: bold;
}
table.WebContentsMiniTable tr td.SearchBoxArea {
	padding-top:10px;
}
table.WebContentsMiniTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;		
}
table.WebContentsMiniTable input.btnsubmit {
	width: 30px;	
	height: 22px;	
}



table.WebContentsTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	width: 100%;
}
table.WebContentsTable tr td.PageNumberArea {
	background-color: #999999;
	height:18px;
	padding:3px;
	text-align:center;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #999999;
}
table.WebContentsTable tr td.HtmlViewArea {
	padding:10px;
}

/* Header area containing all search facilities, page numbers etc ///////////////*/
table.WebContentsHeaderTable{
	background-color: #666666;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #333333;
	height:68px;
	width: 100%;
}
table.WebContentsHeaderTable tr td {
	color: #333333;
	font-weight: bold;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;	
	height:30px;	
}
table.WebContentsHeaderTable tr td.TopTitle {
	text-align: left;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
table.WebContentsHeaderTable tr td.SearchBoxArea {
	padding-top:3px;
}
table.WebContentsHeaderTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;		
}
table.WebContentsHeaderTable input.btnsubmit {
	width: 60px;	
	height: 22px;	
}
table.WebContentsHeaderTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.WebContentsHeaderTable select.RecordsPerPage {
	width: 40px;		
}



/* List Results area for the selected category or keyword search //////////////////*/
table.WebContentsResultsArea {
	font-size:11px;
	color: #666666;
	text-align:left;
	width: 100%;
	padding-top:10px;	
}
table.WebContentsResultsArea tr td {
	padding-right:15px;
}
table.WebContentsResultsArea tr td.Arrow {
	padding-left:5px;
	padding-right:5px;
	width:14px;
}
table.WebContentsResultsArea a.ArrowLink {
	background-image: url(/IMAGES/OrangeView.gif); 
	background-repeat: no-repeat;
	disply:block;
	width:19px;
	height:19px;
	float:left;
}
table.WebContentsResultsArea a.ArrowLink:hover {
	background-image: url(/IMAGES/BlueView.gif); 
}
table.WebContentsResultsArea span.Title{
	color:  #495C84;
	font-weight: bold;	
	text-decoration: none;
	font-size:1em;
}
table.WebContentsResultsArea tr td a.ReadMore {
	color: #41AD49;
	font-weight: normal;	
	text-decoration: none;
	font-size:1em;
}
table.WebContentsResultsArea tr td a.ReadMore:hover {
	color: #7d287d;
}
table.WebContentsResultsArea div.NoResults{
	float:left;
	padding: 30px;
	font-size:1.1em;
	color: #FF6600;
	font-weight:bold;
}

/* Page Numbersing ///////////////////////////////////////////*/
.PageNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:	#7d287d; 
	text-decoration: none;
}
a.PageNo{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.PageNo:hover{
	color: #41AD49;
}
.HighlightWordSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #41AD49;
}