
body  {
    color : #000000;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
}



.boxy {
	padding:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


#forcelandscape {
	display:block;
}

#msglandscape {
	display:none;
}

div#maxshadow {
height:14px;
background-image: url(../images/shaded_bottom.gif);
background-repeat: repeat-x;
}


div#maxmain {
	width:95%;	
	text-align:center;
	margin: 5px auto 0 auto;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
    background-color:#FFFFFF;
	font-weight : normal;
    font-size : 10pt;
    padding: 2px;
}

div#security {
	width:680px;	
	text-align:left;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
    background-color:#FFFFFF;
	font-weight : normal;
    font-size : 10pt;
    padding:10px;
}

#profileleft {
	float:left;
	width:45%;
	padding:5px;
	vertical-align: top
}

#profileright {
	float:left;
	width:52%;
	padding:5px;
	vertical-align: top
}

.maxprint {
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
}

@media print {
	.maxprint {
		font-size:14pt;
	}
}

.splitbox {
	float:left;
	width:47%;
}

.thirds {
	float:left;
	width:30%;
	margin-right:10px;
}

.fourths {
	float:left;
	width:23%;
	margin-right:5px;
}

#buttons3 {
	float:left;
	width:30%;
}

.float15 {
	float:left;
	width:15%;
}


.float25 {
	float:left;
	width:25%;
}

.float40 {
	float:left;
	width:40%;
}


.float45 {
	float:left;
	width:45%;
}

.float30 {
	float:left;
	width:30%;
}


.instancename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size : 11pt;
	font-weight : bold;
}

.instancename a:link, .instancename a:visited {
   color: white;
	 text-decoration:none;
}

.instancename a:hover {
   color: red;
}

.maxwidth {
	width:90%;
}

.nomobile {
	width:25%;
}

.boxsizing {
	width:40%;
}

.displaywidth {
	width:70%;
}

.display50 {
	width:50%;
}

.display60 {
	width:60%;
}

.display70 {
	width:70%;
}

.display100  {
	width:100%;
}

.display80  {
	width:80%;
}

.display85  {
	width:85%;
}

.display90  {
	width:90%;
}

.left30 {
	margin-left:30px;
}

.width450 {
	width: 450px;
}

.onlymobile {
	display:none;
}

.break { page-break-after: always; }

.navcol {
	float:left;
	width:15%;
	padding:4px;
	background-color:#B5B5B5;
}

.mainscreen {
	float:left;
	margin:0 0 0 8px;
	z-index:99;
}

.roundedgrey {
	background-color:#F2F2F2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#scrollpanel {
	text-align:left;
	width: 100%;
	height: 600px;
	overflow: auto;
}

@media print {
    .noPrint { display: none; }
		#scrollpanel {
			text-align:left;
			width: 100%;
		}
		.mainscreen {
			width: 100%;
			margin:0 0 0 8px;
			z-index:99;
		}
}

.loginbox {
	text-align:center;
	width:95%;
}

.primetextcolormain {
	color:black; 
}

.maxcase {
    font-family: Times, serif;
	font-size : 14pt;
	font-weight: bold;
	color: #646155;
}

.maxheaderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #646155;
}

.maxcontentline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #646155;
}

.maxcontentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal;
	color: #646155;
}

               
.maxcenteredbox {
    text-align:left;
    margin: 0 20% 0 20%;
}

.maxcenteredboxlarge {
    text-align:left;
    margin: 0;
}

.maxtable {
	    text-align:left;
        width: 100%;
        border:0;
        margin:0;
        padding:0;
}



.maxsheet {
	    text-align:left;
        width: 100%;
        border-collapse:collapse; 
        margin-bottom: 1px;
}


/*   The subheader class is used for subtitles  */
.maxsubheader {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-size : 10pt;
}



/*    The error class is used for error messages such as incorrect input      */
.maxerror {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-size : 10pt;
    font-style: italic;
    color: red;
}

.maxlogerror {
    text-align:left;
	margin: 3px;
    border: 2px solid red;
	color: #000000;
    background-color:#8080FF;
    font-size : 10pt;
    padding: 4px;
}


.maxcontent {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
}

.maxcontentbig {
	font-size : 11pt;
    font-weight : bold;
}

.maxcontentcp {
	font-size : 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}


.maxcontentsmall {
	font-size : 8pt;
}

.maxcontentsmaller {
	font-size : 7pt;
}


.maxcontent10 {
	font-size : 10pt;
}

/* The fixed tag is used on forms so that the fields will align properly */
.maxfixed {
	font-family: "Courier New";
	color: #000000;
	font-size : 10pt;
    font-weight : normal;
}

.whitetext {
	font-size : 10pt;
    color: #FFFFFF;
    padding:8px;
}

fieldset {
  margin: 0 0 16px 3px; 
  padding: 0 5px 5px 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


legend {
  color: blue;
  font-weight: bold;
}

label {
  float:left;
  width:100px;
}

.maxtitle {
    font-size : 14pt;
	font-weight: bold;
	color: navy;
}

.redbutton {
  color: red;
  font-weight : bold;
}

.bluebutton {
  color: blue;
  font-weight : bold;
}



.smallbutton {
  font-size: 9px;
}

.smallerbutton {
  font-size: 8px;
}



.maxtextdate {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.maxtext {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.maxborder {
  padding: 5px;
  border: 1px solid #ccc;
}


.buttonlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
  font-weight: bold;
}


.buttonlink a:link, .buttonlink a:visited {
   color: white;
}

.buttonlink a:hover {
   color: red;
}

.adsbackground{
   background-color: silver;
}

.menubutton {
  padding: 5px;
  border: 1px solid #666;
  text-decoration:none;
  width:80px; height:24px;
}





        /* The following are for light boxes */
		.black-overlay{
			display: block;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.7;
			opacity:.70;
			filter: alpha(opacity=70);
		}
		
		.lightbox-content {
			display: block;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 60%;
			padding: 16px;
			border: 6px solid #0000F0;
		   -moz-border-radius: 16px;
		   -webkit-border-radius: 16px;
		   border-radius: 16px;
			background-color: #ADEFFF;
			z-index:1002;
			overflow: auto;
	      background-image: -moz-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
	      background-image: -webkit-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
	      background-image: -o-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
		}
		
		.close-lightbox {
			position: absolute;
			top: 0;
			right: 0;
			border-left: 12px solid #0000F0;
		   -moz-border-radius: 0 0 0 12px;
		   -webkit-border-radius: 0 0 0 12px;
		   border-radius: 0 0 0 12px;
		}
		
.mainbutton {
    width:45px;
    text-align:center;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 5 px 10px;
	background: -moz-linear-gradient(
		top,
		#ffcb69 0%,
		#f0a733 50%,
		#f2a324 92%,
		#ffb730);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffcb69),
		color-stop(0.50, #f0a733),
		color-stop(0.92, #f2a324),
		to(#ffb730));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #965F06;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow:
		1px 1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.4);
}




	/* -------------------------------------------------- */
	/* roundbar-grey http://matthewjamestaylor.com/centered-menus/ */
	/* -------------------------------------------------- */
	#roundbar-grey {
		clear:left;
		float:left;
		width:100%;
		background:#B7B7B7 url(images/roundbar-grey.gif) 0 25% repeat;
		font-family:Trebuchet MS, Helvetica, sans-serif;
		border-bottom:1px solid #A8A8A8;
		overflow:hidden;
	}
	#roundbar-grey ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-grey ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#roundbar-grey ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#roundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.3em;
	}
	#roundbar-grey ul li a span {
		display:block;
	}
	#roundbar-grey ul li.active a {
		background:url(images/roundbar-grey.gif) 0 75% repeat;
		font-weight:bold;
	}
	#roundbar-grey ul li a:hover {
		background:url(images/roundbar-grey.gif) 0 75% repeat;
	}



.alertbutton {
		    background-color: red;
        font-size:11px;
		    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#ED53BC));
			background: -webkit-linear-gradient(top, red, #ED53BC);
			background: -moz-linear-gradient(top, red, #ED53BC);
			background: -o-linear-gradient(top, red, #ED53BC);
			background: linear-gradient(top, red, #ED53BC);
		    background: -ms-linear-gradient(bottom, red 5%, #ED53BC 100%);
		    color: white;
		    border:2px groove red; 
		    padding: 2px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
		    -webkit-border-radius: 4px;
		    cursor: pointer;
			-webkit-box-shadow: 2px 3px 2px #d1d1d1;
			-moz-box-shadow: 2px 3px 2px #d1d1d1;
			box-shadow: 2px 3px 2px #d1d1d1;
}

.greyalertbutton {
		    background-color: #ADADAD;
        font-size:11px;
		    color: white;
		    padding: 2px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
		    -webkit-border-radius: 4px;
		    cursor: not-allowed;
			-webkit-box-shadow: 2px 3px 2px #d1d1d1;
			-moz-box-shadow: 2px 3px 2px #d1d1d1;
			box-shadow: 2px 3px 2px #d1d1d1;
}

.roundedbox {
		    background-color: #EFEFEF;
        font-weight:bold;
				color:navy;
		    padding: 4px;
				border: 1px solid navy;
		    -moz-border-radius: 6px;
		    border-radius: 6px;
		    -webkit-border-radius: 6px;
}








