/***********************************************************
BODY *******************************************************
***********************************************************/

body {
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	color:#000000;
}
p {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
#wrapper {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background: url(http://www.surpluslines.com/applications2/images/body_bg.gif);
}

#header {
	height: 72px;
	padding: 4px;
	background: url(http://www.surpluslines.com/applications2/images/header.gif);
}

#footer {
	padding: 4px;
	margin-bottom: 20px;
}


a:link {
	color: #669900;
	text-decoration: underline;
}

a:active {
	color: #669900;
	text-decoration: underline;
}

a:visited {
	color: #669900;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

/***********************************************************
MENU *******************************************************
***********************************************************/
#menu {
	margin-top: 37px;
	margin-left: 276px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	/*padding:10px;*/
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 10px;
}

#menu li A:link {
	color: #ffffff;
	text-decoration: none;
}

#menu li A:active {
	color: #ffffff;
	text-decoration: none;
}

#menu li A:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu li A:hover {
	color: #dddddd;
	text-decoration: none;
}

/***********************************************************
BODY CONTENT************************************************
***********************************************************/
#content {
	margin-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
}

#content div {
	/*
	padding: 10px;
	border: 1px solid #bbb;
	*/
	float: left;
}

/***********************************************************
TOP *******************************************************
***********************************************************/
#content-top {
	width: 722px;
	padding: 0 15px;
	display: block;
	color: #000000;
}

#rounded-top {
	width: 722px;
	background: #ffffff;
	color: #ffffff;
	margin-bottom: 8px;

}

/***********************************************************
LEFT *******************************************************
***********************************************************/
#content-left {
	padding-top: 10px;
	padding: 0 15px;
	display: block;
	color: #000000;
}

#rounded-left {
	width: 350px;
	background: #ffffff;
	color: #ffffff;
}

/***********************************************************
RIGHT *******************************************************
***********************************************************/
#content-right {
	padding: 0 15px;
	display: block;
	color: #000000;

}

#rounded-right {
	width: 344px;
	background: #ffffff;
	color: #ffffff;
	margin-left: 28px;
}

/***********************************************************
BOX CORNERS UPPER*******************************************
***********************************************************/
.box-top-upper ul {
	background: url(http://www.surpluslines.com/applications2/images/tl_lite.gif) no-repeat;
	height: 11px;
	list-style: none;
	margin: 0;
}
.box-top-upper ul li {
	float: right;
	background: url(http://www.surpluslines.com/applications2/images/tr_lite.gif) no-repeat;
	width: 11px;
	line-height: 11px;
}
.box-bottom-upper ul {
	background: url(http://www.surpluslines.com/applications2/images/bl_dark.gif) no-repeat;
	height: 11px;
	list-style: none;
	margin: 0;
}
.box-bottom-upper ul li {
	float: right;
	background: url(http://www.surpluslines.com/applications2/images/br_dark.gif) no-repeat;
	width: 11px;
	line-height: 11px;
}

/***********************************************************
BOX CORNERS LOWER*******************************************
***********************************************************/
.box-top-lower ul {
	background: url(http://www.surpluslines.com/applications2/images/tl_dark.gif) no-repeat;
	height: 11px;
	list-style: none;
	margin: 0;
}
.box-top-lower ul li {
	float: right;
	background: url(http://www.surpluslines.com/applications2/images/tr_dark.gif) no-repeat;
	width: 11px;
	line-height: 11px;
}
.box-bottom-lower ul {
	background: url(http://www.surpluslines.com/applications2/images/bl_lite.gif) no-repeat;
	height: 11px;
	list-style: none;
	margin: 0;
}
.box-bottom-lower ul li {
	float: right;
	background: url(http://www.surpluslines.com/applications2/images/br_lite.gif) no-repeat;
	width: 11px;
	line-height: 11px;
}

/***********************************************************
FORM *******************************************************
***********************************************************/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/***********************************************************
LIST *******************************************************
***********************************************************/

.listy li {
	list-style: square;
	margin-top: 10px;
}

/***********************************************************
SEARCH *****************************************************
***********************************************************/

a.search:link {
	color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.search:active {
	color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.search:visited {
	color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.search:hover {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}



a.search-nav:link {
	color: #669900;
	text-decoration: underline;
}

a.search-nav:active {
	color: #669900;
	text-decoration: underline;
}

a.search-nav:visited {
	color: #669900;
	text-decoration: underline;
}

a.search-nav:hover {
	color: #663300;
	text-decoration: underline;
}
/***********************************************************
ADMIN TABLE ************************************************
***********************************************************/

.admin-table {
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	background-color: #dddddd;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 1px;
}
/***********************************************************
ALL DONE ***************************************************
***********************************************************/
