body {
	background-color: #FFFFFF;
	margin:0px;
}

div.container {
	width:1004px;
	margin:0px;	
}

div.separator {
	width:5px;	
}

div.left {
	width:200px;
	float:left;
	margin:0;
	margin-right:5px;
}

div.middle {
	position: absolute;
	left: 205px;
	width:630px;
	margin:0;
	margin-right:5px;
}

div.right {
	width:155px;
	float:right;
	margin:0;
}

div.chat {
	height:100px;
}

div.infobox {
	background-color:#FFFFFF;
	width:100%;
	margin:0px;
	
}

div.content {
	background-color:#DBDEFF;
	height:100%;
	float:left;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
}

span.right {
	float:right;
}

div.header {
	color:#FFFFFF;
	background-image: url(images/bg_bar.png);
	background-repeat: repeat-x;
	font-family: cursive;
	font-size:15px;
	font-weight:bold;
	font-stretch:narrower;
	padding-left:5px;
}

div.border_right {
	width:9px;
	height:100%;
	float:right;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

div.border_left {
	width:7px;
	height:100%;
	float:left;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

div.border_bottom {
	height:10px;
	width:100%;
	background: url(images/bottom.gif) repeat-x top;
	float:left;
	margin:0px;
}
div.border_bottom_left {
	height:10px;
	width:7px;
	background: url(images/bottom_left.gif) no-repeat left top;
	float:left;
	margin:0px;
}
div.border_bottom_right {
	height:10px;
	width:9px;
	background: url(images/bottom_right.gif) no-repeat right top;
	float:right;
	margin:0px;
}
div.border_upper {
	height:6px;
	width:100%;
	background: url(images/upper.gif) repeat-x bottom;
	float:left;
	margin:0px;
}
div.border_upper_left {
	height:6px;
	width:7px;
	background: url(images/upper_left.gif) no-repeat left bottom;
	float:left;
	margin:0px;
}
div.border_upper_right {
	height:6px;
	width:9px;
	background: url(images/upper_right.gif) no-repeat right bottom;
	float:right;
	margin:0px;
}

form {
	margin-bottom: 0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	cursor:pointer;
}

a:hover {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	cursor:pointer;
}


.big, a.big, a.big:link, a.big:visited, a.big:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 24px;
	margin-bottom: 7px;
	margin-top: 20px;
}

a.big:hover {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 24px;
	margin-bottom: 7px;
	margin-top: 20px;
	cursor:pointer;
}
.medium, a.medium, a.medium:link, a.medium:visited, a.medium:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 20px;
}

a.medium:hover {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 20px;
	cursor:pointer;
}

hr {
	color: #000000;
	 background-color: #000000;
	height: 1px;
	border: 0;
}

.admin, a.admin, a.admin:link, a.admin:visited, a.admin:active {
    font-size: 7pt;
    font-family: arial,sans-serif,helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.a.admin:hover {
    font-size: 7pt;
    font-family: arial,sans-serif,helvetica;
	font-weight: bold;
    color: #cccccc;
	text-decoration: none;
}
.admin_grey, a.admin_grey, a.admin_grey:link, a.admin_grey:visited, a.admin_grey:active {
        font-size: 7pt;
        font-family: arial,sans-serif,helvetica;
	font-weight: bold;
        color: #aaaaaa;
        text-decoration: none;
}

.miscbutton {
	border: 1px solid #ffffff;
	background-color: #aaaaaa;
	color: #000000;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 10px;
}

.miscbutton2,.inplaceeditor-form input[type="submit"] {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
	background-color: #eeeadd;
	color: #000000;
	font-family: verdana, arial, geneva, helvetica;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}
.tinput,.inplaceeditor-form input[type="text"]{
  color: #000000;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: verdana,arial,geneva,helvetica;
  font-size: 12px;
}


.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* 17em;*/ /* ems so it will grow */
	background: url(images/br.jpg) no-repeat bottom right;
	font-size: 100%;

}
.subbox {
	background: url(images/sub_r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	line-height: 1em;
}
.subbox a {
	font-size: 14px; 
	color: #FFFFFF;
	font-family: trebuchet ms, verdana, arial, helvetica;
}

.subbox a:hover {
	font-size: 14px; 
	color: #cccccc;
	font-family: trebuchet ms, verdana, arial, helvetica;
	cursor:pointer;
}
.boxhead {
	background: url(images/tr.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/tl.jpg) no-repeat top left;
	margin: 0;
	padding: 7px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
    font-family: trebuchet ms, verdana, arial, helvetica;
	line-height: 1em;
}
.boxbody {
	background: url(images/bl.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 17px 20px;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
}

.chattext {
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 8px;		
}
.smallbox {
	margin: 0 auto; /* center for now */
	width: 100%; /* 17em;*/ /* ems so it will grow */
	background: url(images/br2.jpg) no-repeat bottom right;
	font-size: 100%;
}
.smallboxhead {
	background: url(images/tr.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 50%;
}
.smallboxhead h2 {
	background: url(images/tl.jpg) no-repeat top left;
	margin: 0;
	padding: 7px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.0em; 
    font-family: trebuchet ms, verdana, arial, helvetica;
	line-height: 1em;
}
.smallboxbody {
	background: url(images/bl2.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 17px 20px;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
}
.list {
	width: 100%;
}

.list_even {
	background-color: #CACDEE;  /* DBDEFF */
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
	padding-left: 5px;
}

.list_odd {
	
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
}

td {
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
}

.error {
    font-size: 12pt;
    font-family: arial,sans-serif,helvetica;
 	color: red;
	font-weight: bold;
}

.head2, a.head2:link, a.head2:visited, a.head2:active, a.head2 {
    font-size: 12pt;
    font-family: arial,sans-serif,helvetica;
	color: black;
	font-weight: bold;
}

.rub, a.rub {
    font-size: 9pt;
    font-family: arial,sans-serif,helvetica;
	color: white;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

	div.section,div#createNew {
		border: 1px solid #CCCCCC;
		margin: 30px 5px;
		padding: 0px 0px 10px 0px;
		background-color: #CACDEE;
	}

	div#createNew input { margin-left: 5px; }

	div#createNew h3, div.section h3{
		border: 1px solid #CCCCCC;
		font-size: 14px;
		padding: 2px 5px;
		margin: 0 0 10px 0;
		background-color: #1122AA;
		color: #FFFFFF;
		display: block;
	}

	div.lineitem {
		margin: 3px 3px;
		padding: 2px;
		background-color: #CACDEE;
	}
	div.itemhandle {
		cursor: move;
	}