@charset "UTF-8";
/* CSS Document */

/* global settings */
table {
	table-layout: fixed;
	border: 0;
}


/* SEARCH RESULTS TABLE ==================================================*/

.searchResults {  /* table overall style */
		color:#000000;
		border-color:#2461BF;
		border-width:0px;
		border-style:Solid;
		width:940px;
		border-collapse:collapse;
		clear: both;
		margin: 0 auto;
}

.searchResultsWide {  /* table overall style */
		color:#000000;
		border-color:#2461BF;
		border-width:0px;
		border-style:Solid;
		width:1200px;
		border-collapse:collapse;
		clear: both;
		margin: 0 auto;
}

.searchResults th, .searchResults td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

/* column settings */
.marketing, .drugStatus{
	width: 20%;
}
.tradeName, .updateDate {
	width: 11%;
}
.checkBox {
	width: 3%;
}

.genericName, .condition 
{
    width: 16%;
}

/* style of header row */
.headerstyle, .sortascheaderstyle {
	text-align: left;
	background-color:#c0d9e5;  /* #375eb9;*/
	height: 45px;
	color: #3d68cc;
	font-size:16px;
}

.headerstyle a {
	color: #3d68cc; /*#f4f4f4;*/
	font-family: "franklin-gothic-urw", Helvetica, serif;
	font-weight: 700;

}

.headerstyle th {
	vertical-align: bottom;
	text-align: left;
}

/*style of table body */
.row_2 {
	background-color: #E5EAEC;
}
.row_1 {
	background-color: #FFFFFF;
	vertical-align: middle;
}

/*style of page links at bottom of table */

.cssPager {
	background-color:#f4f4f4;
	border-bottom: 2px solid #D7E2ED;
}

.cssPager table{
	margin: 0 auto;
 }
 
.cssPager td a {
	color: #a3a5a7;
 }
 
 .cssPager td span {
	 color: darkslategrey;
	 background-color: inherit;
 }
 
/* MY ALERTS TABLE ==================================================*/

.myAlerts {  /* table overall style */
		color:#000000;
		/* border-color:#2461BF; 
		
		border-style:Solid;
		*/
		border-collapse:collapse;
		border-width:0px;
		width:920px;

		clear: both;
		margin: 0 auto;
}

.myAlerts th, .myAlerts td {
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}


/* column settings */
.alertName {
	width: 40%;
}
.alertFrequency, .status, .recentMatches {
	width: 20%;
}

/* style of header row */
.myAlerts .headerstyle{
	text-align: left;
	background-color: #c0d9e5;
	height: 45px;
	color: #3d68cc;
	font-family: "franklin-gothic-urw", Helvetica, serif;
	font-weight: 700;}

/*style of table body */
.myAlerts .row_1 {
	background-color: #f4f4f4;
}
.myAlerts .row_2 {
	background-color: #E5EAEC;
}

table.myAlerts{
	margin-bottom:20px;
	}
	
/* Edit Drug TABLE ==================================================*/

.editDrug {  /* table overall style */
		color:#687578;
		border-color:#2461BF;
		border-width:0px;
		border-style:Solid;
		
		border-collapse:collapse;
		clear: both;
		margin: 0 auto;
}

.editDrug.wide 
{
    width: 1200px;
}

.editDrug th, .editDrug td {
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}


/* style of header row */
.editDrug .headerstyle{
	text-align: left;
	background-color: #c0d9e5;
	height: 20px;
	color: #3d68cc;
	font-family: "franklin-gothic-urw", Helvetica, serif;
	font-weight: 700;
}

/* style of footer row */
.editDrug .footerstyle{
	text-align: left;
	vertical-align: middle;
	background-color: #c0d9e5;
	height: 20px;
	color: #3d68cc;
	font-family: "franklin-gothic-urw", Helvetica, serif;
	font-weight: 700;
}

/* style of selected row */
.editDrug .selectedrowrstyle{
	text-align: left;
	background-color: #D1DDF1;
	color: #333333;
	font-weight: 700;
	vertical-align: middle;
}

/* style of edit row */
.editDrug .editrowstyle{
	text-align: left;
	background-color: #3EBFA3;
	color: White;
}

/* style of header row */
.editDrug .pagerrowstyle{
	text-align: left;
	background-color: #2461BF;
	color: White;
}

/*style of table body */
.editDrug .row_1 {
	background-color: #f4f4f4;
	vertical-align: middle;
}
.editDrug .row_2 {
	background-color: #E5EAEC;
	vertical-align: middle;
}

table.editDrug{
	margin-bottom:20px;
}

.editDrug .Company, .editDrug .Status, .editDrug .Headline {
	width:30%;
}
.editDrug .Region, .editDrug .Name,.editDrug .Condition, .editDrug .Address, .editDrug .Date, .editDrug .Country{
	width:20%;
}
.editDrug .Command{
	width:5%;
}
.editDrug .Region2, .editDrug .email{
	width:15%;
}
.editDrug .ID{
	width:5%;
}
.editDrug .Article{
	width:40%;
}
.editDrug .forty{
	width:40%;
}
.editDrug .ten{
	width:10%;
}
.editDrug .fifteen{
	width:10%;
}
.editDrug .twenty{
	width:20%;
}
.editDrug .thirty{
	width:30%;
}

.hiddenCol {display: none; }