/*
	Filename: dialog.css
	Author: Dan Vega (dvega@letternine.net)
	Purpose: used for dialog boxes.
*/

body {
	background-color: #E6E9E9;
	margin: 0px;
}

.title {
	background-color:#ffffff;
	color: #000000;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.aFieldset {
	margin-bottom: 10px; 
}

.aLengend {
	font-family:arial;
	font-size:10px;
	color: #701C25; 
}

div.radio {
	float: left; 
	padding: 10px;  
}
div.radioH {
	padding: 5px;  
}

input[type=radio] { 
	transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}

input[type="submit"]:hover {
  border-top-color: #0d569e;
  border-right-color: #0d569e;
  border-bottom-color: #0d569e;
  border-left-color: #0d569e;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-color: #990000;
}

input[type="submit"] {
  display: inline-block;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  margin-bottom: 9px;
  cursor: pointer;
  min-width: 75px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c2c2c2;
  border-right-color: #c2c2c2;
  border-bottom-color: #c2c2c2;
  border-left-color: #c2c2c2;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #701C25;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #d8d8d8;
  font-weight: bold;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-align: center;
}

.formField {
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-left-color: #bfbfbf;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  color: #666666;
  font-size: 13px;
 }
 
 .formField:active, .formField:focus {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(2, 139, 255, 0.5);
  border-right-color: rgba(2, 139, 255, 0.5);
  border-bottom-color: rgba(2, 139, 255, 0.5);
  border-left-color: rgba(2, 139, 255, 0.5);
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
  color: #333333;
 }
 
 .Req {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: red; 	
 }

a { color: #701C25; }
a:hover { color: #000000; }

textarea {
	border: solid 1px #701C25;
}

.desc {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 20px;  
}

.descRed {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color: #701C25; 
}

.top {
	font-family:arial;
	font-size:12px;
}
.desc_link {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}
.desc_link:hover {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
#formtable {
	float:left;
	align:left;
}
.login {
	width: 75px;
}
.login1 {
	width: 175px;
}

/* ------------------------------ */

.toolBoxTitle {
		font-family:arial;
		font-size:12px;
		font-weight:bold;
		color:#808080;
	}
	
	.toolBoxText {
		font-family:arial;
		font-size:11px;
	}
	
	.aButton {
		cursor:hand;
		width:170px;
	}
	
	.desc {
		font-family:arial;
		font-size:14px;
		font-weight:bold;
	}
	
	.item_heading {
		font-family:arial;
		font-size:16px;
		font-weight: bold;
		padding-left: 20px;
	}

	.item {
		font-family:arial;
		font-size:14px;
		padding-left: 20px; 
	}

	.item_link {
		font-family:arial;
		font-size:13px;
		color: #000000;
		text-decoration:none;
	}

	.item_link:hover {
		font-family:arial;
		font-size:13px;
		color: #000000;
		text-decoration:underline;
	}

.inputButton {
		font-family:arial;
		font-size:12px;
		border: 1px #701C25 solid;
	}
	
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
	font-family: arial;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable {
	background-color:#eee;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
table.sortable td {
	font-family: arial;
	font-size: 11px;
	background-color: #ffffff;
	padding-left: 5px; 
	padding-right: 5px;
}

div.error { color: #C00; font-weight: normal;  }

span.error { color: #C00; background: url(/images/cancel_16.png) no-repeat scroll 5px center; padding-left: 22px; margin-top: 5px; margin-bottom: 5px; display: block; font-weight: normal; }

span.valid { background: url(/images/accepted_16.png) no-repeat scroll 5px center; display: inline; margin-left: 0px; }

input.error, textarea.error, select.error { border: 1px dotted red; background-color: #FEF; font-weight: normal; }

input.error:focus, textarea:focus { background-color: #FFC; border-color: #FC6; }
