/* ----------------General Page Style-------------------- */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FAFAFA;
}

/* ------------------General Page Text------------------- */
.PDSWelcome {
	font-size: 24px;
	color: #1F58A1;
}
.PDSServices {
	font-size: 24px;
	color: #1F58A1;
}
.PDSMainText {
	font-size: 12px;
	color: #333333;
}

.PDSMainHeading{
	font-size: 18px;
	color: #1F58A1;
}
.PDSMainHighlight{
	font-size: 11px;
	color: #4BAA43;
	font-weight:bold;
}

.PDSMoreLink {
	font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
}
.PDSMoreLink a{
	font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
	text-decoration:none;
}
.PDSMoreLink a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
	text-decoration:underline;
}
.PDSCompanyInfo{
	font-size: 18px;
	color: #1F58A1;
}

.PDSCompanyInfoHighlight{
	font-size: 12px;
	color: #4BAA43;
	font-weight:bold;
}


/* -----------------Top Navigation Links--------------------- */
.PDSNav {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.PDSNav a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.PDSNav a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

.PDSLink {
	font-size: 12px;
	/*font-weight:bold;*/
	color: #4C4C4C;
}
.PDSLink a{
	font-size: 12px;
	color: #4C4C4C;
	font-weight:bold;
	text-decoration:none;
}
.PDSLink a:hover{
	font-size: 12px;
	font-weight:bold;
	color: #4C4C4C;
	text-decoration:none;
}

/* --------------------Login Area--------------------------- */
.PDSNLSignup {
	font-size: 11px;
	color: #E9E9E9;
	text-decoration: none;
	text-align: right;
}
.PDSNLSignup a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.PDSNLSignup a:hover{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}


.PDSNLLoginForm {
	margin: 0px;
}
.PDSNLLoginFormText {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}



.PDSLoginError {
	background-color: #B4D7E7;
	font-size: 12px;
	color: #000000;
	padding:4px;
}
.PDSLoginErrorText {
	font-size: 12px;
	color: #1F58A1;
	font-weight: bold;
}
.PDSLoginButton{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1F58A1;
	border: none;
	font-weight:bold;
	margin:0px;
	padding:2px;
}
.PDSLoginButtonBG {
	background-color: #1F58A1;
}


.PDSLoginFormFlieds{
	border: 1px solid #CCCCCC;
	font-size: 10px;
}

/*Health Stories (This area cd said NOT to make as include)*/

.HSBottomLinks {
    font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
}

.HSBottomLinks a{
	font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
	text-decoration: none;
}

.HSBottomLinks a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #1F58A1;
	text-decoration: underline;
}

.HSArticleDate{
	color: #4BAA43;
	font-weight: bold;
	font-size:11px;
}


/* ---------------User Details Page------------------- */
.FormButton{
	font-size: 10px;
	font-weight: bold;
	background-color: #99CC33;
	margin: 0px;
	padding: 2px;
	border: none;
	color: #FFFFFF;
}
.FormButtonDelete{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	border: none;
	color: #FFFFFF;
	background-image: url(../_images/T01IBtnDelete.gif);
	background-repeat: repeat-x;
}

/* ------------------User Signup Page------------------- */
.SignupTableBdr{
	border: solid 2px #1F58A1;
}
.SignupTableHeading {
	background-color:#1F58A1;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
}
.SignupButton{
	border: none;
	background-color:#1F58A1;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

/* ---------Footer -------------- */
.PDSFooterLinks {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.PDSFooterLinks a{
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.PDSFooterLinks a:hover{
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
.PDSRightsReserved {
	text-align:center;
	font-size: 10px;
	color: #FFFFFF;
	
}

/* ---------Footer ITI Computers Link-------------- */
.ITIFooterBg{
	background-color:#97AF59;
	padding: 10px;
}
.ITIfooter {
	text-align:right;
	font-size: 9px;
	color: #FFFFFF;
}
.ITIfooter a{
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.ITIfooter a:hover{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* ---------Refill Request Form-------------- */
.RefillRequestOverallBorder {
	border:1px solid #1F58A1;
}
.RefillTableHeading {
	background-color:#1F58A1;
	color:#FFFFFF;
}
.RefillFormTopBg {
	background-color:#F5F5F5;
}
/*-----Testimonials Styles------------*/
.Dot{
	background-image:url(../_images/imgDottedLine.gif);
	background-repeat:repeat-x;
}
.TBorder{
	border:solid #006699 1px;
}
.Sender{
color:#1F58A1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}
/*----------Download Flash Player ---------*/
.DLFlashPlayer{
color:#009900;
font-size:10px;
}
