/* global
----------------------------------------------- */
html {backgrounds:#ccc;height:100%;}
body {
	margin:0 auto;
	background-color: #666;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 14px;
	height:100%;
}

input {
	font-size:12px;
	font-family: arial, sans-serif;
}

a {
	color:#666;
	text-decoration:underline;
}

h3 {
    background:#cc9;
    padding:1px 10px;
    margin:0;
    color: #fff;
    font-weight:bold;
    font-size:14px;
}


div.clear {
	clear:both;
	heights:10px;
	border:0px dashed red;
	padding-bottom:2em; /* buffer for footer */
}

hr {
	clear:both;
	height:1px;
	display:none;
}

p {
	margin:0px;
	padding:5px;
	border:0px dashed red;
}

ul {
	margin:0;
	padding:5px 0;
	list-style:none;
}

li {
  margin:0;
  padding:2px 5px;
  border-bottom:0px dashed #ccc;
}

li.last {
	border:0;
}

span.error {
	color:#900;
	font-weight:bold;
	margin-right:10px;
}
form {
	margin:0;
}

table {
	border-collapse:collapse;
	margin:10px;
	border:1px solid #ccc;
	}

td {
	padding:2px 5px;
	border:1px solid #ccc;
}

th {
	padding:2px 5px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	font-weight:normal;
	text-align:center;
}

/* page structure
----------------------------------------------- */

#container {
	position:relative;
	width:760px;
	margin:0 auto 0px auto;
	padding:0;
	color: #666;
	text-align:left;
	border: 0px solid green;
	background:#fff;
	min-height:100%;
}

}
* html #container {
	height:100%;
}

#header {
	position:relative;
	text-align:right;
	background: #fff;
	padding:5px 10px;
}

#banner {
	backgrounds: #ccc;;
	height:1px;
	margin:0;
	padding:0;
}

#login {
	text-align:center;
	padding:5px 10px;
	border-bottom:2px solid #ccc;
}

#login div {
	text-align:right;
	width:350px;
	margin:10px auto;
	border:1px solid;
}

#sidebar {
	background:#fff;
	displays:inline;
	float:left;
	padding:5px;
	width:240px;
	margin:0 0 0 0;
	font-size:12px;
	border:0px dashed green;
}

#navbar {
	clear:both;
	background:#c96;
	padding:5px 10px;
	margin:0px;
	text-align:center;
}

#box {
	padding:10px;
}

#main2 {
	background:#fff;
	padding:5px;
}

#main {
	background:#fff;
	displays:inline;
	float:left;
	width:500px;
	heights:1%; /* fix for ie 3px margin bug */
	padding:5px;
	border:0px dashed blue;
}

#footer {
	position:relative;
	width:760px;
	height:2em;
	margin:-2em auto 0 auto;
	padding:0;
	text-align:right;
	font-weight:bold;
	background: url(20px666bl.gif) no-repeat bottom left #fff;
}

#footer div {
	border-top:2px solid #666;
	background: url(20px666br.gif) no-repeat bottom right;
	padding:5px 10px;
}


/* content
----------------------------------------------- */

.topcorner {
	background: url(20px666tr.gif) no-repeat top right #fff;
	height:10px;
}
.topcorner div {
	background: url(20px666tl.gif) no-repeat top left;
	height:10px;
}



/* header
----------------------------------------------- */
#header h1 {
	height:40px;
	line-height:40px;
	padding:0;
	margin:0;
	color: #999;
	font-size: 24px;
	font-weight:bold;
	borders:1px solid red;
	background:url(images/dti.gif) no-repeat top left;
}



/* navbar
----------------------------------------------- */

#navbar a {
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
}

#navbar a:hover {
	color:#fff;
	background-color:#cc9;
}

#navbar a.selected {
	color:#fff;
	background-color:#669;
}


/* sidebar
----------------------------------------------- */

#sidebar h3 {
    padding:1px 10px;
    margin:0;
    color: #666;
    background: #ccf;
    font-weight:bold;
	font-size:12px;
}


#sidebar .box {
	padding:0px;
	border:1px solid #ccf;
	background:#fff;
	margin:0 0 10px 0;
	overflows:hidden;
}


#sidebar a.selected {
	text-decoration:none;
	font-weight:bold;
}

/* main
----------------------------------------------- */

#main .box {
	background:#fff;
	padding:0px;
	margin:0 0 10px 0;
	border:1px solid #cc9;
}

#main .box-scroll {
	background:#fff;
	padding:0 10px;
	margin:0 0 10px 0;
	border:1px solid #cc9;
	height:250px;
	overflow:auto;
}


div.feature {
	background:url(abctl.gif) top left no-repeat #fff;
	margin:0 0 10px 0;
	colors:#fff;
	width:100%; /* ie bug fix for nested div */
}

div.feature div {
	background:url(abctr.gif) top right no-repeat;
}

div.feature div div {
	background:url(abcbl.gif) bottom left no-repeat;
}

div.feature div div div {
	background:url(abcbr.gif) bottom right no-repeat;

}

#main h3 {
	background:url(cc9tl.gif) top left no-repeat #cc9;
    padding:1px 10px;
    margin:0;
    color: #fff;
    font-weight:bold;
	font-size:14px;
}


/* footer
----------------------------------------------- */

#footer a {
	text-decoration:none;
}

/* images
----------------------------------------------- */

div.partners {
	padding:0px;
	border:1px solid #ccf;
	background:#fff;
	margin:0 0 10px 0;
	background:url(images/partners540.jpg) top center no-repeat;
	height:240px;
}

