/***********************************************/
/* Pharmacy Society CSS                    		*/
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	color: #000066;
}

body, p, td, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}


li {
padding-top:5px;
}

/******* hyperlink and anchor tag styles *******/


a:link {
	color: #008D94;
	text-decoration: underline;
}

a:hover {
	color: #008D94;
	text-decoration: none;
}

a:visited {
	color: #008D94;
	text-decoration: underline;
}

a:visited:hover {
	color: #008D94;
	text-decoration: none;
}

.index a:link {
	color: #E98443;
	text-decoration: none;
}

.index a:hover {
	color: #E98443;
	text-decoration: none;
}

.index a:visited {
	color: #E98443;
	text-decoration: none;
}

.index a:visited:hover {
	color: #E98443;
	text-decoration: none;
}

.activeLink h1, h2, h3, h4, h5, h6 {
	color: #424372;
	text-decoration: none;
}

.activeLink p a:link {
	color: #424372;
	text-decoration: none;
} 

.activeLink p a:hover {
	color: #424372;
	text-decoration: none;
}

.activeLink p a:visited {
	color: #424372;
	text-decoration: none;
}

.activeLink p a:visited:hover {
	color: #424372;
	text-decoration: none;
}


.activeLink h2 a:link {
	color: #424372;
	text-decoration: none;

} 

.activeLink h2 a:visited {
	color: #424372;
	text-decoration: none;
}
/******* Heading tag styles *******/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #424372;
	margin:0px;
}

h1 {
	font-size: 26px;
	line-height:normal;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 20px;
	line-height:normal;
}


h3 {
	font-size: 16px;
	line-height:normal;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

p {
	font-size: 12px;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

select {
	font-size: 9px;
}

/*************** list tag styles ***************/

ul{
 	list-style-type: square;

}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}
/*************** hide print logo styles ***************/
#printLogo { visibility: hidden; display:none; }

.sidemenu {
	background-color: #9AC6D3;
	background-image:    url("images/fade.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}
.sidemenu h1 {
	font-size: 16px;
	color: #424372;
	line-height: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*************** side menu link styles ***************/
.sidemenu h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sidemenu2 a:link {
	color: #008D94;
	text-decoration: none;
}

.sidemenu2 a:hover {
	color: #424372;
	text-decoration: underline;
}

.sidemenu2 a:visited {
	color: #008D94;
	text-decoration: none;
}

.sidemenu2 a:visited:hover {
	color: #008D94;
	text-decoration: underline;
}

.sidemenu2 h2 {
	color: #008D94;
}

.sidemenu2 td{
	padding-left: 0px;
	padding-right: 0px;
}
.orange {
	color: #E98443;
}
.blue {
	color: #008D94;
}

.hide        { visibility: hidden; display: none }
.show        { visibility: visible; display: block }



.sidemenu h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsbk {
	background-image:    url("images/index_fade.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #80B9CA;
}
.index_line {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008D94;
}
.indexbk {
	background-color: #99C7D4;
	background-image:    url("images/index_image.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo input  {
	width:75px;
}

.url {
	font-size: 12px;
	color: #999999;
}
.leftmenu {
	font-size: 11px;
	font-weight: bold;
	color: #008D94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008D94;
	padding: 8px 10px;
}

.leftmenuselect {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008D94;
	padding: 8px 10px;
}

.leftmenuselect a:link {
	color: #000000;
	text-decoration:none;
}
.leftmenuselect a:visited {
	color: #000000;
	text-decoration:none;
}
.leftmenuselect a:hover {
	color: #000000;
	text-decoration:underline;
}

.loginmenu {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.logininput {
	width: 85px;
	padding-left: 3px;
	border: 1px solid #424372;
}
.loginmenu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.loginmenu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.loginmenu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.searchbk {
	background-image:   url("../images/search/search_bk.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9BAF36;
}
.adminHead {
	font-weight: bold;
	background-color: #E8ECF5;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: solid #424372 1px;
	border-top: solid #424372 1px;
}
.dataTable {
	border-bottom: solid #424372 5px;
}

.dataTable td {
	border-bottom: solid #424372 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.dataTable h4{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.editTable {
}
.editTable td{
	border-bottom: solid #DFDFEC 1px;
	padding: 2px 5px 2px 5px;
}

.editTable h4, h5 {
	font-weight: bold;
	color: #424372;
	margin:0px;
}
.editTable h4{
	margin-top :10px;
}

.editinput {
	width: 150px;
	padding-left: 3px;
	border: 1px solid #424372;
}


.red {
	color: #FF0000;
}

.UserListHeader
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	background-color: #424372;
	color: White;
	height: 23px;
	
}

.UserListHeader td 
{
	padding-left: 5px;	
}

.UserListItem td
{
	padding-left: 5px;		
}

.fileinput 
{
	padding-left: 3px;
	border: 1px solid #424372;	
	width: 300px;
}
/*************** whats new styles ***************/

.whatsNew {
	background-color: #FDFEFA;
}
.whatsNew td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #9BAF36;
}
.whatsNew p {
	font-size: 12px;
	margin:0px;
}
.whatsNew h1{
	font-size: 14px;
	margin:0px;
	font-weight:bold;
	color: #FFFFFF;
}

.whatsNew h2 {
	font-size: 12px;
	margin:0px;
	font-weight:bold;
	color: #9BAF36;
}
/*************** resources styles ***************/

.resources{
	background-color: #FDFEFA;
	width: 100%;
}
.resources td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #9BAF36;
}
.resources p {
	font-size: 12px;
	margin:0px;
}
.resources h1{
	font-size: 14px;
	margin:0px;
	font-weight:bold;
	color: #FFFFFF;
}

.resources h2 {
	font-size: 16px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	color: #424372;
}

.resources h3 {
	font-size: 14px;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}
.main_padding {
	margin-top: 35px;
	margin-right: 40px;
	margin-bottom: 35px;
	margin-left: 35px;
	width: 90%;
	height: 100%;
}
.sidemenu_line {

}
.table_layout p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
