/****************
 Fonts / base elements
****************/
variables {
	contentAreaWidth: 990px;
}

* {
	font-size: 1em;
	margin: 0;
}

body {
	background: url("/static/images/bg_body.png") repeat scroll 0 0
		transparent;
	color: #4B4C4D;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

a,a:visited {
	color: #4B4C4D;
	font-weight: bold;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	outline: medium none;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
}

h2 {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 1.0em;
	line-height: 1.0em;
	padding: 10px 0 5px 0;
}

ul {
	padding: 0 0 0 30px;
}

b.green {
	color: rgb(0, 149, 52);
}

/****************
 login page
****************/
div.loginInfo {
	background-color: #EDEDED;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}

a.loginInfo {
	color: rgb(0, 149, 52);
}

/****************
 error/status styles
****************/
.error {
	color: #ED171F;
	line-height: : 30px;
}

ul.error {
	list-style: none;
	line-height: : 30px;
}

li.error {
	color: #ED171F;
	font-size: 1.2em;
	font-weight: bold;
}

span#statusMessage {
	color: #009534;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}

/***************
 General Layout
****************/
.content_area_dimensions {
	width: 1000px;
}

#page_body_inner {
	margin: auto;
	padding-bottom: 80px;
	text-align: left;
}

#page_head {
	margin: 0;
	padding: 10px;
	height: 70px;
}

#page_head h1 {
	padding: 13px 0 2px 0;
}

#page_head #logo {
	float: left;
	margin: 10px 20px 10px 10px;
}

#logo img {
	border: 0 none;
}

#shadow_container {
	position: relative;
}

img.shadow {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#shadow_container_content {
	background-color: #fff;
	margin: 0 8px;
	padding: 30px 0;
}

#subNavi {
	float: left;
	display: block;
	padding: 5px 0 0 10px;
	position: relative;
	top: 0;
	left: 10px;
	z-index: 2;
	width: 175px;
}

#content {
	min-height: 725px;
	margin-left: 195px;
	border-left: 1px solid gray;
	padding: 15px 20px;
}

#footer {
	clear: both;
	padding: 20px 15px 70px 15px;
	background-color: #A19689;
}

.legendWithIcons {
	margin: 4px 0 0 10px;
}

/****************
 Navigation
****************/
#subNavi ul {
	line-height: 1.5 em;
	padding: 0 0 10px 0px;
	list-style-type: circle;
	list-style-position: inside;
}

#subNavi h3 {
	font-size: 15px;
	padding: 10px 5px 0px 5px;
	margin: 0;
	font-weight: bold;
	/*background-color: rgb(0,149,52);*/
	border-bottom: 1px solid rgb(170, 160, 149);
	margin: 0 15px 5px 0;
}

#subNavi li.active {
	list-style-type: disc;
	background-color: #F7F7F7;
	color: rgb(0, 149, 52);;
}

#subNavi li.active a {
	color: rgb(0, 149, 52);
}

#subNavi li:HOVER {
	list-style-type: disc;
	background-color: #F7F7F7;
}

#subNavi li {
	padding: 2px 5px;
	font-size: 12px;
	/*	font-weight: bold;*/
	/*background-color: rgb(0,200,70);*/
	/*	background-color: #ABC578;*/
	/*    border-bottom: 1px solid rgb(170, 160, 149);*/
}

#subNavi li  a,#subNavi span {
	position: relative;
	left: -4px;
}

/*************************
 entity-table
**************************/
.entity-table {
	border: 1px solid #009534;
	border-collapse: collapse;
}

.entity-table td,.entity-table th {
	font-size: 1em;
	border: 1px solid #009534;
	padding: 2px 4px 2px 4px;
}

.entity-table th {
	font-size: 1.1em;
	text-align: left;
	padding: 2px 6px 2px 6px;
	background-color: #009534;
	color: #ffffff;
}

.entity-table th i {
	color: #ffffff;
}

.entity-table tr.alt td {
	color: #000000;
	background-color: #EAF2D3;
}

.entity-table img {
	padding: 2px 6px 0px 6px;
}

.wordbreak {
	word-break: break-all;
}

/****************
 form styles
****************/
dl {
	margin: 0;
	overflow: auto;
	width: 710px;
}

dt {
	float: left;
	font-weight: bold;
	marigin: 0;
	text-align: right;
	padding: 5px 5px 5px 0;
	width: 180px;
}

dd {
	float: left;
	margin: 0;
	/*overflow: hidden;*/
	padding: 5px;
	width: 210px;
}

dd.help {
	width: 280px;
}

.buttonarea {
	margin-left: 190px;
	padding: 10px 0;
}

.buttonarea-right {
	margin-top: 10px;
	float: right;
}

div.checkboxes span {
	padding: 1px 0 1px 0;
	display: block;
}

input[type=text],input[type=password],select {
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	width: 200px;
}

input.login {
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	width: 120px;
}

/* for IE8 */
input.inputFields {
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	width: 200px;
}

/* for IE8 */
input.inputTypeFile {
	width: 100%;
}

input[readonly="readonly"] {
	background-color: #bbb;
}

/* for IE8 */
input.disabled {
	background: #bbb;
}

form button,input {
	margin: 0 2px 0 2px;
}

p {
	max-width: 500px;
}

div.info ul {
	padding: 0;
	margin: 0 0 0 3em;
}

div.faqInfo {
	background-color: #EDEDED;
	padding: 15px;
	margin: 15px 0 15px 0;
}

/***********************
 modified form style for corporation edit
*************************/

#edit-corporation dt {
	width: 250px;
	padding: 10px 10px 5px 5px;
}

#edit-corporation dd {
	width: 120px;
	padding: 10px 10px 5px 5px;
}
#edit-corporation dd.help {
	width: 50px;
}
/****************
 form styles discount
****************/
#discount dt {
	padding-top: 4px;
	padding-bottom: 0;
	font-weight: normal;
}

#discount dd {
	padding-top: 4px;
	padding-bottom: 0;
}

#discount {
	padding-top: 20px;
}


/**********************************
 form styles for pharmacy search dialog
***********************************/
.hiddenDialog {display: none }

#dialog-search fieldset {
	padding: 0;
	margin: 0;
}

div.inputFields {
	height: 24px;
	margin: 6px 10px;
}

#searchresult {
	width: 100%;
}
#searchresult th {
	text-align: left;
}

#searchresult th, tr, td {
	padding: 0px 6px;
}
tr.highlight {
	background-color: #E6E6E6;
}

/**********************************
 form styles for licensing
***********************************/
#license {
	margin-top:10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCC;
}


