﻿*
{
	font-family: Verdana, Tahoma, Arial, Comic Sans MS;
	font-size: 1em;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #b29800;
}

body 
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 20px;
}

img
{
	border: 0px;
}

p
{
	padding-left: 4px;
	padding-right: 4px;
}

/* =============================================================== */
/* == LAYOUT TABLE												== */
/* =============================================================== */
#tblLayout
{
	border-collapse: collapse;
	width: 100%;
}

#tblLayout #tdHeader
{
	padding: 0px;
	width: 100%;
}

#tblLayout #tdOptions
{
	font-size: 0.7em;
	padding: 4px;
	padding-top: 0px;
	vertical-align: top;
	width: 20%;
}

#tblLayout #tdContent
{
	font-size: 0.7em;
	padding: 4px;
	padding-top: 0px;
	vertical-align: top;
	width: 60%;
}

#tblLayout #tdInfo
{
	font-size: 0.7em;
	padding: 4px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
	width: 20%;
}

#tblLayout #tdFooter
{
	padding: 0px;
	width: 100%;
}

/* =============================================================== */
/* == HEADER TABLE												== */
/* =============================================================== */
#tblHeader
{
	border-collapse: collapse;
	width: 100%;
}

#tblHeader #tdLogo
{
	padding: 0px;
	vertical-align: top;
	width: 20%;
}

#tblHeader #tdLogo img
{
    margin: 0px;
}

#tblHeader #tdTagLine
{
	background-color: #f7d300;
	background-image: url(Images/bgTagline.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 60px;
	padding: 0px;
}

#tblHeader #ctl00_wclHeader_tdNavigation
{
	font-size: 0.7em;
	padding: 4px;
}

#tblHeader #tdSearch
{
	font-size: 0.7em;
	padding: 6px;
	padding-right: 0px;
	text-align: right;
}

#tblHeader #txtSearch
{
	font-size: 0.6em;
}

#tblHeader #tdSpacer
{
	font-size: 0.7em;
	padding-bottom: 20px;
	text-align: right;
}

/* =============================================================== */
/* == CATEGORY LIST TABLE										== */
/* =============================================================== */
#ctl00_plcCategoryList_tblCategoryList
{
	border-collapse: collapse;
	width: 100%;
}

#ctl00_plcCategoryList_tblCategoryList .tdCategory
{
	background-image: url(Images/imgBullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #AAAAAA;
	border-top: solid 1px #AAAAAA;
	padding: 4px;
	padding-left: 25px;
}

/* =============================================================== */
/* == ATOZ LIST TABLE											== */
/* =============================================================== */
#ctl00_plcAtoZList_tblAtoZList
{
	margin-top: 20px;
	width: 100%;
}

#ctl00_plcAtoZList_tblAtoZList .tdAtoZLetter
{
	border: dotted 1px #AAAAAA;
	height: 20px;
	text-align: center;
}

/* =============================================================== */
/* == HEADING TABLE												== */
/* =============================================================== */
.tblHeading
{
	border-collapse: collapse;
	width: 100%;
}

.tdHeading
{
	background-color: #f7d300;
	border-bottom: solid 1px #debe01;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
}

/* =============================================================== */
/* == STATISTICS TABLE											== */
/* =============================================================== */
#tblStatistics
{
	border-collapse: collapse;
	width: 100%;
}

#tdStatistics
{
	background-color: #fbea89;
	padding: 6px;
}


/* =============================================================== */
/* == DEVELOPED TABLE											== */
/* =============================================================== */
#tblDeveloped
{
	border-collapse: collapse;
	width: 100%;
}

#tdDeveloped
{
	background-color: #fbea89;
	padding: 6px;
	text-align: center;
}

/* =============================================================== */
/* == CONTENT CATEGORY LIST TABLE								== */
/* =============================================================== */
#ctl00_plcPageContent_tblCategoryList
{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

#ctl00_plcPageContent_tblCategoryList .tdCategory
{
	border: dotted 1px #AAAAAA;
	border-top: 0px;
	padding: 4px;
	text-align: center;
}

#ctl00_plcPageContent_tblCategoryList .tdBlankCategory
{
	border: dotted 1px #AAAAAA;
	border-top: 0px;
	padding: 4px;
	text-align: center;
}

/* =============================================================== */
/* == CATEGORYSERVICELIST TABLE									== */
/* =============================================================== */
#ctl00_plcPageContent_grdAtoZ
{
    border-collapse: collapse;
    width: 100%;
}

#ctl00_plcPageContent_grdAtoZ TD
{
    border: dashed 1px #AAAAAA;
    border-top: 0px;
    padding: 4px;
}

/* =============================================================== */
/* == LIST GRID VIEWS
/* =============================================================== */
#ctl00_plcPageContent_grdCategories
{
	margin-bottom: 20px;
	width: 100%;
}

#ctl00_plcPageContent_grdCategories TD
{
	padding: 4px;
}

#ctl00_plcPageContent_grdServices
{
	margin-bottom: 20px;
	width: 100%;
}

#ctl00_plcPageContent_grdServices TD
{
	padding: 4px;
}

TR.AlternateRow TD
{
	background-color: #F5F5F5;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}

TR.empty TD
{
	background-color: #F5F5F5;
	border-bottom: solid 1px #EEEEEE;
	color: #FF0000;
	padding: 4px;
	text-align: center;
	width: 100%;
}


/* =============================================================== */
/* == SERVICELIST TABLE											== */
/* =============================================================== */
#ctl00_plcPageContent_tblServiceList
{
	border-collapse: collapse;
	width: 100%;
}

#ctl00_plcPageContent_tblServiceList .tdName
{
	border-left: dotted 1px #AAAAAA;
	padding: 4px;
}

#ctl00_plcPageContent_tblServiceList .tdProvider
{
	border-right: dotted 1px #AAAAAA;
	padding: 4px;
	text-align: right;
}

#ctl00_plcPageContent_tblServiceList .tdDescription
{
	border: dotted 1px #AAAAAA;
	border-top: 0px;
	padding: 4px;
}
	
#ctl00_plcPageContent_tblServiceList .tdBlankService
{
	border: dotted 1px #AAAAAA;
	border-top: 0px;
	padding: 4px;
	text-align: center;
}

/* =============================================================== */
/* == LINKLIST TABLE											== */
/* =============================================================== */
#ctl00_plcLinksList_tblLinkList
{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

#ctl00_plcLinksList_tblLinkList .tdLink
{
	background-color: #fbea89;
	padding: 4px;
}

#ctl00_plcLinksList_tblLinkList .tdDisclaimer
{
	background-color: #fbea89;
	border-top: dashed 1px #C3B250;
	padding: 8px;
	font-style: italic;
}

/* =============================================================== */
/* == FORMS TABLES												== */
/* =============================================================== */
.tblForm
{
	border-collapse: collapse;
	width: 90%;
}

.tdTitle
{
	padding: 4px;
	padding-left: 8px;
	width: 30%;
}

.tdField
{
	padding: 2px;
	width: 70%;
}

.txtField
{
	width: 95%;
}

.tdButton
{
	width: 70%;
}


/* =============================================================== */
/* == LOGIN TABLE												== */
/* =============================================================== */
#lblFailedLogin
{
	color: #FF0000;
}

/* =============================================================== */
/* == FOOTER TABLE												== */
/* =============================================================== */
#tblFooter
{
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

#tblFooter #tdLinks
{
	border-top: solid 4px #f7d300;
	font-size: 0.8em;
	padding: 4px;
	vertical-align: top;
}

#tblFooter #tdAccreditations
{
	border-top: solid 4px #f7d300;
	padding: 4px;
	text-align: right;
}