/* CSS Document */
/* ALL IR DOCUMENTS */
.ir_subheading {

}

.ir_textblock {
}

.wpaddedtable td {
	padding: 5px
}

.text {
	font-family: Arial, Helvetica, serif;
	color: #000000;
	font-size: 11px;
}
/* SEC Filings Specific */
.sec_filings_container {

}

/* Personnel Specific */
.personnel_heading:nth-child(1) {
	border: none;
}
.personnel_heading {;
	border-top: 1px inset #777;
}
.personnel_image_container {
	width: 108px !important;
}
.personnel_image {
	height: 127px;
	width: 114px;
}
.personnel_description {
	float: none !important;
	margin-top: -15px;
}

/* Fix for PDF/HTML/XBRL Icon Spacing */
.sec_filings_view a img {
	display: inline;
}

.sec_filings_container td {
	font-size: 13px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {

}
/* Type Links (Annual/Quarterly/etc) */
.type_link_container {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	/*background-color: #81BD41 !important;
	 color: #FFFFFF !important;*/
}
.type_link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.type_link:hover {
	text-decoration: underline;
}
.type_selected {
	font-weight: bold;
}

/* Sort Links HEADER ONLY (Filing Date/Form Type/etc) */
.sort_link {
	color: black;
	text-decoration: none;
	font-size: 13px;
}
.sort_link:hover {
	text-decoration: underline;
}
.sort_nolink {
	font-size: 13px;
}

/* Pagination ( First,2,3,4 ) */
.pagination_container {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}
.pagination {
	text-decoration: none;
	color: #40ABBB;
}

.pagination:hover {
	text-decoration: underline;
}

.colortable {
	border: 1px solid #000;
	width: 100%;
	padding: none;
	margin: none;
}
.colortable th {
	padding: 5px;
	font-size: 14px;
}
.colortable tr {
	border: 1px solid #000;
}
.colortable td {
	padding: 5px;
}

.colortable_odd_row {
	background-color: #F2F2F2;
}

.colortable_even_row {

}
.th {
	background: #154778 url(http://wmgtech.com/img/tr_back.gif) repeat-x;
	color: #fff;
}
/* Table Columns */
.sec_filings_date {
	width: 20%;
	text-align: left;
}
.sec_filings_type {
	width: 15%;
	text-align: left;
}
.sec_filings_title {
	width: 40%;
	text-align: left;
}
.sec_filings_view {
	width: 25%;
	text-align: right;
}

/**********SEC FILINGS END*************/

/* SIDE NAV */

.side_nav_ul {
	margin-left: 20px;
	margin-top: 10px;
}

.side_nav_link {
	font-weight: normal;
	color: #10315C;
	text-decoration: none;
}

/********SIDE NAV END*************/

/* STOCK QUOTE */

.stock_data_container {
	width: 600px;
	text-align: left;
}

.stock_data_left {
	float: left;
	width: 250px;
}

.stock_data_right {
	float: right;
	width: 250px;
}

.stock_chart_div {
	width: 600px;
}

/*.chart_period {
 color:#244272;
 text-decoration:none;
 }*/

.chart_period:hover {
	text-decoration: underline;
}

#stockChart {

}

/********STOCK QUOTE END*************/

/* PRESS RELEASES */

/* Pagination Color*/
.pagination-small ul > li > a, .pagination-small ul > li > span {
	/*color: #81BD41 !important;*/
}
/* News Article Color*/
.press_release_container tr > td > a {
	/*color: #81BD41 !important;*/
}
.press_release_container {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	margin-top: 10px;
}
.press_release_read_container {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
}

.press_release_date {
	width: 20%;
}
.press_release_title {
	width: 80%;
}

/********PRESS RELEASE END*************/

.rightsideblock {
	padding: 5px !important;
}

table.blue-checkered {
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
table.blue-checkered tr:first-child th.first {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
table.blue-checkered th.first, table.blue-checkered td.first {
	text-align: left;
	white-space: nowrap;
}
table.blue-checkered th, table.blue-checkered td {
	padding: 10px 15px;
	vertical-align: middle;
	text-align: center;
	height: 30px;
}
table.blue-checkered tr td {
	border-top: 1px solid #dedede;
}


.rxbodyfield div div:nth-child(4) div.personnel_image_container .personnel_image, 
.rxbodyfield div div:nth-child(6) div.personnel_image_container .personnel_image, 
.rxbodyfield div div:nth-child(8) div.personnel_image_container .personnel_image {
	height: 160px;
}


