body{
	margin: 0px;
	background: #cfe0fc;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow: auto;
	height: 100%;
}
table.login{
background-image:url('imgs/v3/login_page.png');
background-repeat:no-repeat;
width:500px;
height:500px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}
td.login_e{
background-image:url('imgs/login_e.png');
background-repeat:no-repeat;
background-position: right top;
width:108px;
height:150px;
}
td.login_title{
background-image:url('imgs/login_title.png');
background-size:contain; 
background-repeat:no-repeat;
width:336px;
height:30px;
}
td.login_user_title{
text-align: center;
font-weight:bold;
}
td.login_user{
text-align: center;
}
td.login_user_label{
text-align: center;
}
input.txt{
border: 1px solid black;
padding: 3px;
text-align:left;
width: 200px;
}
input.txt:hover,input.txt:focus{
border: 1px solid blue;
}
input.bttn{
border: 1px solid black;
padding: 3px;
text-align:left;
background: #ffffff;
}
input.bttn:hover,input.bttn:focus{
background: transparent;
color:blue;
font-weight: bold;
border: 1px solid blue;
cursor: pointer;
}
input.button{
	border: none;
	background: transparent;
	padding: 3px;
	color: #585858;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, serif;
}
input.button:hover,input.button:focus{
	color:black;
	background: #ffffc2;
	cursor: pointer;
}
input.button:disabled{
	color: gray;
	font-weight: normal;
	cursor: not-allowed;
}
tr.status{height: 120px;
	width:100%;
	font-weight: bold;
	text-align:center;
	color:red;
}
tr.status_good{height: 120px;
	width:100%;
	font-weight: bold;
	text-align:center;
	color:blue;
}
table.header{
	position: fixed;
	top: 0px;
	left:0px;	
	width:100%;
	height:75px;
	text-align: center;
	font-variant: small-caps;
	color: #585858;
	font-size: 28px;
	font-family: "Trebuchet MS", Georgia, serif;
}
td.header_left{
	background-image:url('imgs/v2/PageHeader_bgL.png');
	background-repeat:no-repeat;
	width: 44px;
	max-width: 44px;
}
td.header_logo{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 250px;
	text-align: left;
	color: #585858;
	cursor: default;
	font-size: 28px;
	font-family: "Trebuchet MS Bold", Georgia, serif;
}
td.header_main{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
}
td.header_bttn{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	cursor: pointer;
	font-size: 16px;
	width: 150px;
	white-space: nowrap;
}
td.header_bttn:hover,td.header_bttn:focus{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
}
td.header_bttn_selected{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
	cursor: pointer;
	font-size: 24px;
	width: 150px;
	white-space: nowrap;
}
td.header_bttn_selected:hover,div.header_bttn_selected:focus{
	color: #94b9f7;
}
td.header_user{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 125px;
	cursor: default;
	font-size: 12px;
}
td.header_user:hover,td.header_user:focus{
	font-size: 14px;
}
td.header_logout{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 125px;
	cursor: pointer;
	font-variant: normal;
	font-size: 12px;
}
td.header_logout:hover,td.header_logout:focus{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
	font-size: 20px;	
}
#content{
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
}
#contentbox{
	overflow-y: scroll;
	height: 500px;
}
#migrations_list{
	overflow-y: scroll;
	height: 500px;
}
div.content_header{
	padding-top: 5px;
}
table.content_block{
	min-width: 220px;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	display: inline-block;
	vertical-align: top;
}
table.content_block_w{
	width: 650px;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	display: inline-block;
	vertical-align: top;
}
table.content_block_wide{
	width: 90%;
	max-width: 95%;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	vertical-align: top;
}
td.content_block_tl{
	width: 14px;
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tl.png');
	background-repeat:no-repeat;	
}
td.content_block_tc{
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tc.png');
	background-repeat:repeat-x;	
	font-variant: small-caps;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
}
td.content_block_tr{
	width: 14px;
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tr.png');
	background-repeat:no-repeat;
}
td.content_block_l{
	width: 14px;
	background-image:url('imgs/v2/Content_Block_l.png');
	background-repeat:repeat-y;	
}
td.content_block_c{
	text-align: center;
	background: white;
}
td.content_block_c2{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
}
td.content_block_c3{
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 700px;
	text-align: left;
}
td.content_block_c4{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	width: 700px;
	text-align: left;
}
td.content_block_c_wide{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
td.content_block_c:hover{
	text-align: center;
	background: #ffffc2;
	cursor: pointer;
}
td.content_block_r{
	width: 14px;
	background-image:url('imgs/v2/Content_Block_r.png');
	background-repeat:repeat-y;	
}
td.content_block_bl{
	width: 14px;
	height: 26px;
	background-image:url('imgs/v2/Content_Block_bl.png');
	background-repeat:no-repeat;	
}
td.content_block_bc{
	height: 26px;
	background-image:url('imgs/v2/Content_Block_bc.png');
	background-repeat:repeat-x;	
}
td.content_block_br{
	width: 14px;
	height: 26px;
	background-image:url('imgs/v2/Content_Block_br.png');
	background-repeat:no-repeat;	
}
hr.content_block{
	width: 100%;
}

div.content_block{
	background-image:url('imgs/header_content_border.png');
	background-repeat:repeat-y;
	font-size: 20px;
	width: 220px;
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
}
div.content_block:hover{
	color: yellow;
}
div.content_title{
	padding-top: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	border-bottom: 2px solid white;
}
div.content_desc{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
div.content_main{
	padding-left: 15px;
	padding-right: 15px;
}
div.content_footer{
	border-top: 2px solid white;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 10px;
}
div.highlight{
	background: yellow;
	padding-bottom: 3px;
	padding-top: 3px;
}
#new_errors{
	color: red;
	font-weight: bold;
}
.divbttn{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	display: inline-block;
	font-family: "Trebuchet MS", Georgia, serif;
}
.divbttn:focus,.divbttn:hover{
	background: #ffffc2;
	cursor: pointer;
}
td.note{
	font-style: italic;
	color: #bcbcbc;	
}
.formentry{
	width: 100%;
}
.formentry2{
	width: 75%;
}
.formentry_error{
	width: 100%;
	color: red;
	background: yellow;
}
#locationSuggest{
	position: absolute;
}
.logNav{
	width: 100%;
}
.logNavTitle{
	text-align: center;
	border-bottom: 2px solid #585858;
}
.logList{
	width:300px;
	text-align: center;
	border-right: 2px solid #585858;
	vertical-align: top;
}
#dates{
	width: 100%;
	height: 650px;
	border: none;
	text-align: center;
	font-size: 20px;
}
#selectedDate{
	padding-left: 10px;
	vertical-align: top;
	height: 100%;
}
table.vars{
	margin: auto;
	border: 1px solid black;
	padding: 3px;
}
#add_box{
	display: inline-block;
}
.minibutton{
	background: white;
	border: 1px solid #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	font-variant: small-caps;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)	
}
.minibutton:hover,.minibutton:focus{
	background: yellow;
	cursor: pointer;
}
.loginbttn{
	background: white;
	border: 1px solid #000000;
	padding: 3px;
	text-align:left;
	font-size: 18px;
	display: table;
}
.loginbttn:hover,.loginbttn:focus{
	background: #eeeeee;
	cursor: pointer;
}
.loginbttn_text{
	display: table-cell;
	vertical-align: middle;
}
.machines_select{
	width: 550px;
	height:400px;
	border: 1px solid #000000;
	font-size: 14px;
}
.machines_option_disabled{
	color: #898982;
}
.machines_option:hover,.machines_option:focus{
	background: #ffffc2;
	cursor: pointer;
}
.jobs_select{
	width: 550px;
	border: 1px solid #000000;
	font-size: 14px;
}
.pathtxt{
	width: 550px;
	margin-bottom: 10px;
}
.offlinewarn{
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
}
.onlineinfo{
	display: inline-block;
	color: inherit;
	font-weight: bold;
}
.dialogbase{
	display: none;
}
.dialogbase_active{
	display: inline-block;
	position: absolute;
	top:0px;
	left: 0px;
	width:99%;
	height: 99%;
	background: transparent;
	text-align: center;
	z-index: 500;
}
#dialogwindow{
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	width: 400px;
	max-width: 400px;
	border-radius: 25px;
	box-shadow: 5px 10px rgba(150,150,150,.5);
	background: rgba(64, 64, 64,.99);
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 20px 10px 5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#dialogbttn{
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	padding: 4px;
}
#dialogbttn:hover,#dialogbttn:focus{
	background: #ffffc2;
}
#filelogwindow{
	display: inline-block;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	max-width: 98%;
	min-width: 600px;
	border-radius: 25px;
	box-shadow: 5px 10px rgba(150,150,150,.5);
	background: rgba(64, 64, 64,.99);
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.filelog_header{
	font-variant: small-caps;
	font-size: 30px;
	font-weight:bold;
	text-align: center;
	cursor: default;
}
.filelog_subhead{
	font-variant: small-caps;
	font-size: 24px;
	text-align: center;
	cursor: default;
}
.filelog_coldefs{
	font-variant: small-caps;
	font-weight:bold;
	cursor: pointer;
	text-align: center;
}
.filelog_colvals{
	text-align: center;
	cursor: default;
}
.filelog_tbl{
	width: 100%;
}
.filelog_tbl tbody{
  display:block;
  overflow:auto;
  height:500px;
  width:100%;
}
.filelog_tbl thead tr{
  display:block;
  width: 100%;
}
.lognavtbl{
	width: 100%;
}
.lognavtbl td:hover{
	background: white;
	color: black;
	cursor: pointer;
}
.filelog_status_fail{
	color: #ffcccc;
}
.filelog_status_skipped{
	color: #a6a6a6;
}
#userwindow{
	display: inline-block;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	max-width: 98%;
	min-width: 400px;
	border-radius: 25px;
	box-shadow: 5px 10px rgba(150,150,150,.5);
	background: rgba(64, 64, 64,.99);
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.userselecttbl{
	width:80%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.userselecttbl_head{
	font-weight: bold;
	cursor: none;
	border-bottom: 1px solid white;
}
.userselecttbl_path:hover{
	background: #999900;
	cursor: pointer;
}
.userselecttbl_path_selected{
	background: #ffffff;
	color:#000000;
	cursor: pointer;
}
input.userbutton{
	border: none;
	background: transparent;
	padding: 3px;
	color: white;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, serif;
}
input.userbutton:hover,input.userbutton:focus{
	color:black;
	background: #ffffc2;
	cursor: pointer;
}
#migration_tbl{
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.mig_list_title{
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, serif;
	font-variant: small-caps;
}
.mig_list_select{
	font-size: 16px;
	width: 98%;
	height: 400px;
}
#jobs_details{
	min-height: 100px;
}
.job_details_text{
	text-align: left;
	display: inline-block;
	font-size: smaller;
}
.option_job_complete{
	color: #005516;
}
.option_job_running{
	color: #008fff;
}
.option_job_fail{
	color: #e35c5c;
}
.refresh_img{
	height:32px;
	width:32px;
	cursor: pointer;
}