
/* ***************************

 Stylesheet - MAGELLAN docs

 *************************** */

form {margin: 0}

BODY,
body {
	font-size: 11px;
	font-family : verdana, arial, geneva, tahoma, helvetica, sans-serif;
	color: #272727;
	background-color: White;
	margin-left: 0px;
	margin-right: 0px;
}

TD,
td,
LI,
li {
	font-size: 11px;
	font-family : verdana, arial, geneva, tahoma, helvetica, sans-serif;
	color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

input,
INPUT {
	color: #000000;
	font-size: 11px;
}

textarea,
TEXTAREA {
	color: #000000;
	font-size: 11px;
}

select,
SELECT {
	color: #000000;
	font-size: 11px;
}

a:link,
A:link,
a:visited,
A:visited {
	color: #26477F;
	text-decoration : none;
}

a:hover,
A:hover,
a:visited:hover,
A:visited:hover {
	color: #F3901D;
	text-decoration : none;
}

a.newOrder,
A.newOrder,
a.newOrder:visited,
A.newOrder:visited {
	color: #F3901D;
	text-decoration : none;
 }

a.newOrder:hover,
A.newOrder:hover,
a.newOrder:visited:hover,
A.newOrder:visited:hover {
	color: #26477F;
	text-decoration : none;
}

TABLE.standard {
  width: 100%;
}

input.textboxmed {
	width: 155;
}

input.textboxsm {
	width: 80;
}

input.textboxzip {
	width: 55;
}

input.textboxsmsm {
	width: 45;
}

input.textboxstate {
	width: 35;
}

input.textboxlg {
	width: 155;
}

textarea.textboxmed {
	width: 155;
}

select.textboxmed {
}

.shade {
    background-color: #EEEEEE;
/*	background-color: #FFF8DC;*/
}

div.errorbox {
  border: groove;
  border-width: 2px;
  border-color: #FFF8DC;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 100% ;
  background : #FFFFFF;
}

.interior {
  background : #FFFFFF;
}

.border {
  background : #FFF8DC;
}

.subHeader  {
  font-size : 1.2em;
  color : #191869;
  /*color : #777777;*/
  font-weight : bold;
}

.listHeader {
  color : #191869;
  /*color : #777777;*/
  font-weight : bold;
}

.listSubheader {
  color : #000000;
  font-weight : bold;
}

div.box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border: groove;
  border-width: 1px;
  width: 100%;
}

.smHeaderText{
  color : #FFFFFF;
}

A.listLink {
  font-size: 1.1em;
  color: #6077DD;
  text-decoration: none;
}

A.headerLink {
  font-weight : bold;
  color: #99CCFF;
  text-decoration: none;
}

A.headerLink:hover {
  color: #FF9933;
}

A.headerLinkSm,
A.headerLinkSm:visited {
  font-size: .9em;
  color: #FFFFFF;
  text-decoration : none;
}

A.headerLinkSm:hover,
A.headerLinkSm:visited:hover {
  font-size: .9em;
  color: #F3901D;
}

A.listLink:hover {
  font-size: 1.1em;
  color: #000000;
}

.invoiceText {
    font-size : .8em;
}

.smText{
  color : #000000;
}

.smTextBold {
  font-weight: bold;
  color : #000000;
}

.smTextNewBold {
  font-weight: bold;
  color : #F3901D;
}

.finePrint {
	font-size : .9em;
	color : #808080;
	font-style: italic;
}

STRONG.errorHeader {
  font-size : 1.1em;
  font-weight: bold;
  color : #000000;
}

.errorBody {
  font-size:1.3em;
  font-weight: bold;
  color : #CC3333;
}

.errorResolution {
  font-size : 1.1em;
  font-weight: bold;
  color : #2E7903;
}

.confirmation {
  font-weight: bold;
  color : #003399;
  font-size:1.3em;
}

STRONG.classBlue {
  font-weight: bold;
  color : #30659A;
}
.wizardtitle {
  font-size : 1.7em;
  color : #191869;
  /*color : #336699;*/
  font-weight: bold;
}
.title {
  font-size : 1.3em;
  color : #191869;
  /*color : #336699;*/
  font-weight: bold;
}
.titleSmall {
  font-size : 1.1em;
  color : #999999;
}

.leftNavSelected {
	color: #F3901D;
}

.success {
  color: #00A651;
  font-weight: bold;
}

.failed {
  color: #CC3333;
  font-weight: bold;
}

.caution {
  color: #cdcd00;
  font-weight: bold;
}

.inprocess {
  color: #00A651;
  font-weight: bold;
}

td.tabon {
    background-color: #191869;
}

td.taboff {
    background-color: #5E68AD;
}

.cancelFont {
	color:#db4747;
	font-weight : bold;
}
.roundedCorner { 
		border:1px solid;
		border-radius: 7px; 
		border-spacing: 0;
		padding: 1px;
		height:16px; /*make sure (this height + 2*(this padding) + 2*border) = height of property_change_field */
		display: inline-block;  /*makes it tight around the text*/
		/*display: block;
		margin: 0 auto;
		width: auto;*/
		min-width:40px;
		text-align:center;
		white-space: nowrap;

	}
	
	.button {
		box-shadow: 2px 2px 2px grey;
		background-color:#4f8ff4;
		color: white;
		cursor:pointer;
	}
	
	.button:hover{
		/*background-color:orange;*/
		cursor: pointer;
		background-color:#4780db;
	}
	
	.redbutton {
		box-shadow: 2px 2px 2px grey;
		background-color:#f44f4f;
		color: white;
		cursor:pointer;
	}
	
	.redbutton:hover{
		/*background-color:orange;*/
		cursor: pointer;
		background-color:#db4747;
	}
	
	.button:active .redbutton:active {
		box-shadow: 1px 1px 1px grey;
	}
	
	.orangebutton {
		box-shadow: 2px 2px 2px grey;
		background-color:#ff9a40;
		color: white;
		cursor:pointer;
	}
	
	.orangebutton:hover{
		/*background-color:orange;*/
		cursor: pointer;
		background-color:#f58725;
	}
	
	.button:active .orangebutton:active {
		box-shadow: 1px 1px 1px grey;
	}
/* Shadow text - for fun only
   example (HMTL):
   <H3 class=container>Test<font class=frontText>Test</font></H3>

.container {
  position: relative;
  left: 1px;
  top: 0px;
  color: #FFFFFF;
  font-family : Verdana,sans-serif;
}

.frontText {
  position: absolute;
  left: -2px;
  top: 2px;
  color: #6077DD;
  font-family : Verdana,sans-serif;
}

*/
