﻿/* =============================================================================== 
 Design: Ben McIntyre, Arrow of Time 2012
 Cherry picked from sites around the 'net.  You know who you are !
/* =============================================================================== */

/* =============================================================================== 
   Basic Page Format Settings
/* =============================================================================== */

body {
	/*
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	line-height: 1.4;
    */
	font: 16px/1.9em 'Source Sans Pro', 'Helvetica Neue', Verdana, Tahoma, arial, sans-serif;
	color: #444444;
	line-height: 1.5em;
	background-color: #ddf; /*#aae8ff; #55bbff; */
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
}

input, textarea, select  {
	/*
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	line-height: 1.4;
    */
	font: 16px/1.9em 'Sans Source Pro', 'Helvetica Neue', Verdana, Tahoma, arial, sans-serif;
	border: solid 1px gray
}

/*table { border-collapse: collapse; } */

h1	{font-family: Arial; font-size: 140%; margin-top: 1.0em; margin-bottom: .5em; font-weight: normal;}

h2	{font-family: Arial; font-size: 140%; margin-top: 1.0em; margin-bottom: .5em; font-weight: normal;}

h3	{font-family: Arial; font-size: 120%; margin-top: 1em; margin-bottom: .4em; font-weight: bold;}

h4	{font-family: Arial; font-size: 100%; margin-top: 1em; margin-bottom: .4em; font-weight: bold;}

div.heading	{font-size: 150%; margin-top: .3em; margin-bottom: .7em; font-weight: normal; color:#222222}

p	{margin-bottom: 1.2em; margin-top: .5em;}

ul,ol {margin-bottom: 0.6em; margin-top: .5em; } /* */

li	{margin-bottom: 0.2em; margin-top: .2em;}

a { text-decoration: none;
	font-weight: bold;
	color: #006EB8;
}

input { padding-left:2px; }

input[type="submit"] { background-color: #eee; }

strong { font-family: Arial; }

/* =============================================================================== 
   Basic Page Layout Settings
/* =============================================================================== */

div.contentarea {
	margin: -0px auto 0px auto; 
	border: 1px solid #888;
	width: 1100px; 
	background-color: #fefefe; /*#aae8ff; #55bbff; */
}

div.productbar {
	color:white; 
	background-color:#256574; 
	font-size:145%; 
	padding:12px 20px; 
	margin-bottom:.5em;
	text-align: center;
}

div.rightheader {
	background-color:#135160; 
	text-align:center; 
}

div.leftbar {
	width: 260px; 
	/* background-color:#EEEEEE; */
	padding: 0px 10px 8px 8px;
	/* border-right: solid 2px #2266cc; */
}

div.topbar {
	background-color:#2266cc; 
	height:1.6em; 
	font-weight:bolder;
	padding: 0 0 0 0px;
}

.toplink {
	font-family: Arial; 
	font-weight:bold;
	color: #ccc; /* #fc7; */
	margin: 0 10px 0 10px;
}

div.pagecontentdiv {
	padding: 2px 8px 2px 8px;
}

/* Master Page: Page Footer */
.FooterText {
	font-size:96%;
	font-weight:normal;
}
.FooterLink {
	font-size:96%;
	font-weight:normal;
}

.FooterSeparator {
    color: #ccc;
}

.spamblock {
	display:none;
}

.plainlink a:link, .plainlink a:visited, .plainlink a:active, .plainlink a:hover {
	 color: #2222cc; font-size: 100%; font-weight: normal; text-decoration: none;
}

div.nopadtop {
	 padding-top:0;
}

div.productheading {
	 font-family: Arial; color:#135160; font-weight:bold; font-size:150%; padding-bottom:8px; padding-top:10px;
}
div.productindent {
	 padding-left:10px;
}
div.addtocart {
	 border:1px solid #888; padding:2px 2px 2px 2px; background-color:#eee; text-align:center; width:100px; font-weight:normal; color:#666
}
.smallbutton {
	 border:1px solid #888; 
	 padding:2px 2px 2px 2px; 
	 background-color:#eee; 
	 text-align:center; 
	 vertical-align:middle; 
	 width:60px; 
	 font-weight:normal; 
	 color:#666; 
	 line-height:1.4;
}

.collapse_heading {
     font-weight:bold;
}

td.acctcontact {
	 padding-right:10px; width:450px; background-color:#eee;
}
table.producttable td {
	 font-weight:bold; vertical-align:top;
}

table.skeleton {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

table.skeleton td {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
}

table.borders {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

table.borders td {
	padding: 1px 3px 1px 3px;
	margin: 0;
	border: 1px solid #aaa;
}

.adminPage {
    border: 1px solid #919B9C;
    position:relative;
    padding: 5px 10px 10px 10px;
    top:-3px;
    left:1px;
    z-index:98;
}

.img-spaced {
    margin: 20px 0 10px 0;
    vertical-align:top; 
}
.img-spaceleft {
    margin-left: 40px;
}
.img-wide {
    margin-left: -220px;
}

/* =============================================================================== 
.contentlink a:link, .contentlink a:visited, .contentlink a:active, .contentlink a:hover {
	 color: Navy; font-size: 100%; font-weight: bold; text-decoration: underline;
}

   Left Hand Menu 
/* =============================================================================== */

.menu_treeview td, .samples_treeview th {
	border-bottom: solid 1px #2266cc;
	padding: 3px 0 3px 10px;
}

.menu_treeview table {
	width:100%;
}

div.menu_header {
	/* background-color: #2266cc; */
	font-family: Arial; 
	font-size: 100%;
	padding: 3px 0 4px 1px;
	border-bottom: solid 1px #ddd;
}

div.menu_header_noline {
	/* background-color: #2266cc; */
	font-family: Arial; 
	font-size: 100%;
	padding: 3px 0 2px 1px;
}

div.menu_sub_header {
	padding: 3px 0 3px 2px;
}
.menu_sub_header a:link, .menu_sub_header a:visited, .menu_sub_header a:active, .menu_sub_header a:hover {
    font-family: Arial; 
 	font-size: 100%;
	font-weight:bold; 
	text-decoration: none;
}
div.menu_item {
	padding: 3px 0 3px 10px;
}
.menu_item a:link, .menu_item a:visited, .menu_item a:active, .menu_item a:hover {
	 color: #326ea1; font-size: 100%; font-weight:normal; text-decoration: none;
}
div.menu_spacer {
	padding: 3px 0 3px 1px;
}

img.inline {
	padding: 10px 0px 10px 5px;
}


a.contentlink {
	 color: Blue; font-size: 100%; font-weight: 400; text-decoration: underline;
}

.hilightpara {
	color:Red; 
	font-weight:bold; 
	font-style:italic;
	padding-bottom: .5em;
}

/* =============================================================================== 
   Internal Site Settings - Standard App
/* =============================================================================== */




div.SaveButtonDiv {
	background-color: #EEEEEE;
	margin: 0px 10px 5px 20px;
	border: solid 1px #DDDDDD;
}

.disabledLook {
    background:#CCC; 
    color:#333;
}

div#wrapper {
	margin:0px auto;
	width: 960px;
}

div.page_border {
	border: solid 1px #888888; 
	padding: 10px 10px 10px 10px;
}

.small_button {
	width:80px;
}

.PageContentSeparator {
	color: Blue;
}

.calendar_button {
	border:none;
	cursor:pointer;
	width:25px;
	height:22px;
	margin:0 0 0 0;
	vertical-align:top;
}

fieldset {
	padding: 8px;
}

.hide {
    visibility:hidden;
}

.addlinkDiv {
	margin: 5px 0 5px 0;
}

.addlinkImg {
	vertical-align:middle;
}

hr {
	color: #DDDDDD;
	height: 1px;
	vertical-align: middle;
}

hr.message {
	color: #DDDDDD;
	height: 1px;
	vertical-align: middle;
    border-style:dotted;
}

hr.nopad {
	margin:0;
}

.date_input {
	width: 100px;
}

img {
	border-style: none;
}


.textbox {
	margin-right: 10px;
	position: absolute;
	left: 100px;
}

.textboxCentre {
	left: 480px;
}

.textboxCentre2 {
	left: 580px;
}

.flat {
	border: solid 1px gray;
	margin-left:0;
}

.qtybox {
	border: solid 1px gray;
	margin-left:0;
	width:25px;
}

table.columns {
	border-width: 0;
}

/* table.columns td {
	padding: 0;
	margin: 0;
	border: solid 1px red;
}*/

table.zero {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
}

table.zero td {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	color:Navy;
}

.nameTag {
	padding: 2px; 
	font-size:1.2em; 
	font-weight:bold;
	float:left;
	vertical-align:middle;
}

.addlInfoTag {
	padding: 6px; 
	font-size:1.2em; 
	font-weight:bold;
	color:Red;
	float:right;	
}

.clear {
  clear: both;
}

td.mandatory {
	background-image: url("../image/aot/red_asterisk.png");
	background-position:right;
	background-repeat:no-repeat;
	background-attachment: scroll;
}

.tableHeight {
	height: 20px;
	font-weight:bold;
}


.descCol50 {
	width: 50px;
}

.descCol60 {
	width: 50px;
}

.descCol80 {
	width: 80px;
}
.descCol100 {
	width: 100px;
}

.descCol120 {
	width: 120px;
}

.descCol150 {
	width: 150px;
}

.descCol180 {
	width: 180px;
}

.descCol200 {
	width: 200px;
}

.descCol250 {
	width: 250px;
}

.descCol300 {
	width: 300px;
}

.descCol350 {
	width: 350px;
}

.descCol400 {
	width: 400px;
}

.descCol450 {
	width: 450px;
}

.descCol500 {
	width: 500px;
}

table.debugborder td {
	padding: 0;
	margin: 0;
	border: solid 1px red;
}

.tab_border {
	border: solid 1px #888888;
	border-top: 0;
	padding: 10px 10px 10px 10px ;
}

.align520 {
	position: absolute;
	left: 520px;
}

.align150 {
	vertical-align : middle;
	position: absolute;
	left: 150px;
}
.align350 {
	position: absolute;
	left: 350px;
}

.SaveButton {
	height:22px;
	background-image:url('../image/trb/save_icon.gif');
	background-repeat: no-repeat;
}

.CancelButton {
	height:22px;
	background-image:url('../image/trb/cancel_icon.gif');
	background-repeat: no-repeat;
}

.ButtonBackground {
	background-image:url('../image/ca_menu/gradient-menu.png');
	background-repeat: repeat-x;
}

.empty_page {
	margin: 10px;
	font-size:1.2em;
	font-weight:600;
	color:Maroon;
}

/* Empty jQuery marker classes */
.noWarn {
}

.clear_val {
}

/* Error related classes */

.noAccess {
	/* background-color: #FFCCCC; */
	background-image: url('../image/aot/advancedmatrixphp1.gif');
	background-repeat:repeat;
	border: 5px solid #6600CC;
	padding: 10px;
	color: Gray;
	min-height:500px;
}
.errorPageBody {
	margin: 10px;
	font: 12px arial;
	height:100%;
}
.errorTable {
	border-collapse: collapse;
}
.errorTable th {
	padding: 4px 4px 8px 0px !important;
	font-weight: bold;
	border: 0;
}
.errorTable td {
	padding: 4px !important;
}

hr {
	border: 0px;
	height: 2px;
	background-color: #DDDDDD;
	clear:both;
}

.top-margin {
	margin-top: 8px;
}

a.buttonlink {
min-width:96px;	
font-weight:700;
font-size:11px !important;
color:#fff !important;
background:#9A0003 !important;
text-transform:capitalize;
border:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:5px auto;
padding:5px 10px;
white-space:nowrap;
}

.vid-wrapper {
    padding-top:8px;
}