
body {
	color: black;
	background-color:#000099;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #0000CC;
	text-decoration: none;
	font-style: italic;
	line-height: 1.3;
}

td {
	font-size:12px;
}

th { font-size:14px;
	font-weight:bold;
}
	
hr { color: #3333cc; width=300; text-align=left}

h3 {
	padding: 0.3em 1em 0.3em 1em;
	background: url(/images/glossyback.png) repeat-x bottom left;
	background-color: blue;
	color: white;
	-moz-border-radius; 7px;
	-webkit-border-radius: 7px;
/*	behavior:url(/css/border-radius.htc);
*/
}

form {
	font-size:10px;
	padding:0em;
/*
	border: 1px solid blue;
	background-color: #CC9933;
*/
	margin: 0px;
	text-align: center;
	-moz-border-radius; 4px;
	-webkit-border-radius: 4px;
}



#container {
	border:thick double #000000;
	margin: 0 auto;
	padding: 20px;
	width: 930px;
	height:auto;
	background-color:#FFCC33;
}


#header {
	padding: 2px 2px 2px 100px;
}

#leftcolumn {
	float: left;
	width: 180px;
	margin: 2px;
	padding: 3px;
	border: 0px solid blue;
}

#enclose {
	float: left;
	width: 750px;
}

#midcolumn {
	float:  right;
	width: 550px;
	padding: 3px;
}

#content {

}
#content h3 {
	margin-top: 5px;
}

#rightcolumn {
	float:  right;
	margin-right: 2px;
	border: thin solid #0000FF;

}

#footer {
	clear: both;	
	background-color:#FFCC33;
	color:#0033FF;
	padding:2px;
	text-align:center;
	margin-bottom:2px;
}

#pagetitle {
	padding: 0.4em 1em 0.4em 1em;
	margin: 3px 3px 5px 3px;
	background: url(/images/glossyback.png) repeat-x bottom left;

	-moz-border-radius; 7px;
	-webkit-border-radius: 7px;
/*	behavior:url(/css/border-radius.htc);
*/
	background-color: blue;
	font-size:larger;
	font-weight:bold;
	color: white;
	border:#666666 thin groove;
}

#archive {
	border-style: solid;
	border-width: thin;
	border-color:#0000FF;
}
#archive td {
	text-align: center;
	white-space: nowrap;
	line-height: 1.5px;
	font-weight: bold;
}

#archiveContainer {
	padding: 10px;
	margin:50px; 
/*	background:#CCCCCC; */
background:#fff;
}

#results {
	border: solid thin #000099;
}

/*
.menu {
	margin: auto;
}
.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	list-style:none;
	line-height: 1.5;
}
*/
.menu h3 {
	padding: 0.3em 1em 0.2em 1em;
	margin: 3px 3px 5px -2px;
	-moz-border-radius; 7px;
	-webkit-border-radius: 7px;
}

.glossymenu {
list-style-type: none;
margin: 0;
padding: 0;
width: auto; /*WIDTH OF MAIN MENU ITEMS*/
/* border: 1px solid black; */
}

.glossymenu li{
position: relative;
}

.glossymenu li a {
	margin: 1px;
	/* background: white url(glossyback.gif) repeat-x bottom left; */
	background-color:#FFCC00;
	font: italic 12px Verdana, Helvetica, sans-serif;
	color: blue;
	display: block;
	width: auto;
	padding: 2px 0;
	padding-left: 8px;
	text-decoration: none;
	-moz-border-radius; 4px;
	-webkit-border-radius: 4px;
/*
	behavior:url(/css/border-radius.htc);
*/
}

.glossymenu li a:visited, .glossymenu li a:active{
color: blue;
}

.glossymenu li a:hover{
/* background-image: url(glossyback2.gif); */
background-color:#CC9933;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

.synopsis {
	font-size: small;
	color:#666;
}

.synopsis tr {
	border: thin solid #0000FF;

}

#warning {
	background-color:#FFCC33;
	border:#FF0000 2px solid;
	color:#FF0000;
	padding:5px;
	text-align:left;
	margin:25px;
}

.focus {
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
}

.DetailTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
}

.ResultsTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-collapse:collapse;
	border:none;
	text-align:right;
	padding: 1px;
	white-space:nowrap;
}

.ResultsTable td {
	width:5%;
}

.ResultsTable th {
	border-bottom:#666666 thin solid;
}

form input, form textarea{
     border: 1px solid #999;
     	     -moz-border-radius: 4px;
}
	     
.radio {
	border: 0px;
}
	      

.error, .error_popup { 
	font-family: Helvetica, Verdana;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	padding-bottom : 6px;

	background-color:#ffabab;
	background-image:url("../pmnl/admin/img/button_cancel.png");
	
	
	background-repeat:no-repeat;
	background-position : right;
	text-align:center;
	margin-left: 5em;
	margin-right:5em;
	margin-bottom: 2em;
	margin-top: 1em;
}


.error_popup{
	margin-left: 1em;
	margin-right:1em;
	background-position : right;
}

.success,  .success_popup{ 
	 font-family: Helvetica, Verdana;
	 font-size: 13px;
	 font-weight: bold;
	 color: #666;
	 font-weight: bold;
	 padding-bottom : 6px;
	 background-color:#cff5a6;
	 background-image:url("../pmnl/admin/img/button_ok.png");
	 background-repeat:no-repeat;
	 background-position : right;
	 text-align:center;
	 margin-left: 5em;
	 margin-right:5em;
	 margin-top: 1em;
	 margin-bottom: 2em;
 }

.success_popup{
	margin-left: 1em;
	margin-right:1em;
}


.successimport  { 
	 font-family: Helvetica, Verdana;
	 font-size: 13px;
	 font-weight: bold;
	 color: #666;
	 font-weight: bold;
	 padding-bottom : 6px;
	 background-color:#bbec92;
	 background-image:url("../pmnl/admin/img/button_ok.png");
	 background-repeat:no-repeat;
	 background-position : right;
	 text-align:center;
	 margin-left: 5em;
	 margin-right:5em;
	 margin-top: 0em;
	 margin-bottom: 0em;
 }

