/* ----------------General Page Style-------------------- */
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../_images/DesignBg.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}
.DesignContentBg {
	background-color: #FFFFFF;
	background-image: url(../_images/Design_05.gif);
	background-repeat: repeat-x;
}

/* ------------------General Page Text------------------- */
.PDSMainText {
	font-size: 12px;
	color: #000000;
}
.PDSGenLink {
	font-size: 12px;
	color: #000000;
}
.PDSGenLink a{
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
.PDSGenLink a:hover{
	font-size: 12px;
	color: #3366CC;
	text-decoration: underline;
}

/* ---------------Header Area------------------ */
.Header{
}
.PDSPharmacyName{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.PDSPharmacySlogan{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

/* --------------------Login Area--------------------------- */
.PDSNLHeading {
	/*height: 20px;*/
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.PDSNLSignup {
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
.PDSNLSignup a{
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
.PDSNLSignup a:hover{
	font-size: 10px;
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
}
.PDSNLLoginForm {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.PDSNLLoginFormText {
	font-size: 12px;
	color: #000000;
	padding-right:10px;
	padding-left:10px;
}
.PDSNLBottomLinks {
	/*background-color: #FFFFFF;*/
	font-weight: bold;
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
	height: 20px;
	width: 236px;
	padding-right:15px;
	padding-left:15px;
}
.PDSNLBottomLinks a{
	font-weight: bold;
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
}
.PDSNLBottomLinks a:hover{
	font-weight: bold;
	font-size: 10px;
	color: #3366CC;
	text-decoration: underline;
}
.PDSLoginError {
	background-color: #B4D7E7;
	font-size: 12px;
	color: #000000;
	padding:4px;
}
.PDSLoginErrorText {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.PDSLoginButton{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1E3242;
	border: none;
	padding: 2px 6px;
}
.PDSLoginFormFlieds{
	border: 1px solid #D7D7D7;
	font-size: 10px;
}

/*Health Stories (This area cd said NOT to make as include)*/

.HSBottomLinks {
	background-color: #FFFFFF;
	background-image: url(../_images/BtnHealthStoriesMore.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #A8C9DA;
	height: 41px;
	width: 236px;
	padding-bottom:12px;
	padding-right:15px;
	padding-left:15px;
}
.HSBottomLinks a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.HSBottomLinks a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}


/* ---------------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;
}

/* ---------Footer -------------- */
.PDSFooterBG{
	background-color: #FFFFFF;
	background-image:url(../_images/T09bluYelBottomBgL.gif);

}
.PDSFooterLinks {
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
}
.PDSFooterLinks a{
	font-size: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.PDSFooterLinks a:hover{
	font-size: 10px;
	text-align: center;
	color: #FF0000;
	text-decoration: underline;
}
.PDSRightsReserved {
	text-align:center;
	font-size: 10px;
	color: #000000F;
	
}

/* ---------Footer ITI Computers Link-------------- */
.ITIFooterBg{
	background-color: #FFFFFF;
	background-image: url(../_images/Design_08.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ITIfooter {
	text-align:right;
	font-size: 9px;
	color: #666666;
}
.ITIfooter a{
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.ITIfooter a:hover{
	font-size: 9px;
	color: #3366CC;
	text-decoration: underline;
}


