* html #wrapper,
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

html {
height:100%;
}

body{
	height:100%;
	margin-bottom:0;
	
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	height:auto !important;
	min-height:100%;
}

textarea{
width: 99%;
height: 200px;
border: 1px solid #CCC;
}

input[type="checkbox"],
input[type~="checkbox"]{
margin-right: 5px;
}

input[type="text"],
input[type~="text"]{
border: 1px solid #CCC;
}

label.error {
	color: red;
	font-style: italic;
}
input.error {
	border: 1px dotted #f00;
}




a	{ text-decoration: none;}

a:link		{ color: #000000;}
a:visited	{ color: #666666;}
a:active	{ color: #000000;}
a:hover		{ color: #009999;}

.green	{ color: #009999;}
.white	{ color: #FFFFFF;}
.red	{ color: #FF0000;}
.blu	{ color: #0000CC;}
.gray	{ color: #CCCCCC;}

a.green			{ color: #009999;}
a.green:visited	{ color: #666666;}
a.green:hover	{ color: #009999;}
a.green:active	{ color:  #009999;}

a.white			{ color: #FFFFFF;}
a.white:visited	{ color: #FFFFFF;}
a.white:hover	{ color: #FFFFFF;}
a.white:active	{ color: #FFFFFF;}

a.loc:link		{ color: #0000CC;}
a.loc:visited	{ color: #666666}
a.loc:hover		{ color: #0000CC;}
a.loc:active	{ color: ##0000CC;}

a.intra:link	{ color: #FF0000;}
a.intra:visited	{ color: #666666;}
a.intra:hover	{ color: #FF0000;}
a.intra:active	{ color: #FF0000;}

.disabled	{ color: #999999;}

.greenselect { background-color: #009999; color: #FFFFFF;}


h1{
color: #296129;
font-size: 13px;
border: 1px solid #c5d3ce;
background-image: url(/images/headerBg.gif);
background-repeat: repeat-x;
height: 22px;
line-height: 22px;
padding-top: 1px;
}

h1 span{
padding: 4px 20px 3px 5px;
background: #FFF;
background-image: url(/images/headerLeftArrow.gif);
background-position: right top;
background-repeat: no-repeat;
}


h2{
text-align: center;
padding: 0;
margin: 10px 0;
font-weight: bold;
font-size: 13px;
}

.small {
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
}



p, input, span, ul, ol, li, div ,td	{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.small	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}


p {
MARGIN: 0px;
Padding:0px;	
}


select {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
}

table  {
border-collapse:separate;
border-spacing:1px;
text-indent:0;
padding:0;
margin: 0;		
}

td  {
display:table-cell;
padding:1px;
}

tr {
	padding:0px;
	margin:0px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
background-color: #FFF;
height: 85px;
padding-top:2px;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	padding:0 0 98px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 244px;
}

.titles
	{
	background:none repeat scroll 0 0 #009999;
	padding-left: 5px;	
	color: #FFFFFF;
}

#mainList img
	{
	position:relative;	
	top:2px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 214px;
	margin-left: -100%;
	position: relative;
	background: #FFF;
	padding-left:0px;
}

#auth{
margin: 7px 0;
}

#auth div.label{
color: #9c9c9c;
font-size: 13px;
}

#auth input{
width: 105px;
}

#auth input.enter{
border: medium none;
background-image: url(/images/go.gif);
background-repeat: no-repeat;
background-color:#FFFFFF;
width: 22px;
height: 22px;
}


div.box{
width: 182px;
height: 100%;
}

div.box div.boxTop{
/*background-image: url(/images/box/boxTop.gif);*/
background-repeat: no-repeat;
height: 5px;
}

div.box div.boxMiddle{
/*background-image: url(/images/box/boxMiddle.gif);*/
background-repeat: repeat-y;
padding: 0 10px;
}

div.box div.boxMiddle ul{
padding-left: 0px;
}

div.box div.boxMiddle ul li a{
font-size: 11px;
}

div.box div.boxBottom{
/*background-image: url(/images/box/boxBottom.png);*/
background-repeat: no-repeat;
height: 12px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
 /*	height: 88px;
	padding-top:4px;
	padding-left:4px;
	
	color:#FFFFFF;
	margin:-66px auto 0;
	min-width:1000px; */
	background: #009999 none repeat scroll 0 0;
	height:98px;
	margin:-98px auto 0;
	min-width:1000px;
	color:#FFFFFF;
	padding:10px 0px 0px 5px;
}

#activ24 {
float:right;
margin:60px 0 0;
padding:0;
right:0;
top:32px;
}

#left {
height:80px;
position: absolute;
}

#center {
margin-left:380px;

width:250px;
position: absolute;
}

#right {
margin-left:590px;
position: absolute;
}

#footer a {
color:#FFFFFF;
font-weight:bold;
}

a.editable{
display: block;
width:  60px;
height: 60px;
border:1px dotted gray;
line-height: 50px;
position: absolute;
z-index: 1001;
}

a.editable:hover{
border:1px dotted red;
}
