body {
	background: #c0cdd3 url(../images/background.gif) top repeat-x;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.full { width: 100%; }
.ul { text-decoration: underline; }
.marg-b { margin-bottom: 16px; }
.marg-t { margin-top: 16px; }
.marg-l { margin-left: 10px; }
.printonly { display: none; }
.ieonly { display: none; }
.ie6only { display: none; }

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: .18em;
	word-spacing: .2em;
}
a {
	color: #2293ba;
	text-decoration: none;
}
p {
	margin-left: 10px;
}

input,textarea {
	font-size: 14px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 14px;
	padding: 4px;
	border: 1px solid #778b92;
}
textarea {
	height: 150px;
}
input[type="submit"],
input[type="button"] {
	border: 1px solid green;
	background: rgb(120,240,80);	
	outline: none;
	width: auto !important;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #fbd68b;
	cursor: pointer;
}

div.notice {
	float: left;
	clear: left;
	width: 100%;
}
div.notice span {
	display: block;
	padding: 16px;
	margin: 10px;
}
div.notice.info span {
	border: 1px dashed GoldenRod;
	background: Cornsilk;
}
div.notice.error span {
	border: 1px dashed red;
	background: pink;
}
div.notice.success span {
	border: 1px dashed green;
	background: #e1fff1;
}

#cursor {
	width: 15px;
	height: 15px;
	background: url(../images/ajax-loader.gif);
	position: absolute;
	display: none;
	z-index: 1000;
}

#wrapper {
	
}

#container {
	position: relative;
	background: white;
	border: 1px solid #8b003f;
	float: left;
	width: 960px;
	left: 50%;
	margin: 50px 0 15px -480px;
	min-height: 450px;
	padding-bottom: 60px;
	text-align: left;
}

#powered {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	margin-bottom: 80px;
}
#powered span {
	float: left;
	position: relative;
	margin-left: 10px;
	padding: 10px;
	display: none;
}
#powered a {
	position: relative;
	float: left;
	width: auto;
	padding: 10px;
	color: #3B5158;
	text-align: center;
}


#header {
	background: white;
	height: 94px;
	padding-top: 16px;
}
#darts_logo {
	float: left;
	padding-left: 16px;
}
#darts_contact {
	float: left;
	margin: 0 16px;
	font-size: 11px;
}

#client_logo {
	float: right;
	margin-right: 16px;
}
#client_logo img {
	height: 84px;
	width: auto;
	margin-bottom: 10px;
}

#topbar {
	height: 30px;
	background: #ffe6a9;
	font-size: .85em;
	letter-spacing: .04em;
	background: url(../images/topbar_bg.gif) repeat-x;
}

#topbar span {
	display: block;
	padding: 7px 0 0 16px;
	float: left;
}
#topbar div {
	float: right;
}
#topbar div a {
	height: 30px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #8b003f;
	text-decoration: none;
	margin: 0 8px;
	height: 26px;
	float: left;
	padding: 3px 8px 0 8px;
	border: 1px solid transparent;
	border-bottom: 0;
}
#topbar div a:hover,
#topbar div a.selected {
	background: white url(../images/topbar_nav_hover.gif) top repeat-x;
	background: white;
	border: 1px solid #ed9d20;
	border-bottom: 0;

}


#cart_info {
	position: absolute;
	right: 13px;
	top: 154px;
	border: 1px dashed GoldenRod;
	padding: 10px;
	background: CornSilk;
}
#cart_info.active {
	border: 1px dashed green;
	background: #e1fff1;
}

#cart_info .sm {
	font-size: .85em;
}


#login_container {
	margin-top: 50px;
}

#login {
	background: #e9f2f5;
	float: left;
	width: 268px;
	padding: 16px;
	color: #3b5158;
	border: 1px solid #778b92;
}

#login h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #778b92;
}
#login span {
	display: block;
	width: 120px;
	font-size: 1.2em;
}
#login dt {
	width: 90px;
	padding: 6px 0;
}
#login div {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
}
#login input.button {
	margin-left: 0;
}



h3.banner {
	background: #f5f9fa url(../images/header_banner.gif) repeat-x;
	color: #006686;
	font-size: 24px;
	height: 52px;
	padding: 16px 0 0 10px;
	margin-bottom: 16px;
}
h4.banner {
	background: #f5f9fa url(../images/header_banner_flip.gif) bottom repeat-x;
	color: #006686;
	font-size: 18px;
	height: 36px;
	padding: 16px 0 0 10px;
	margin: 16px 0 0 0;
}



.view_selectors {
	float: left;
	clear: left;
	margin: 10px 10px 0 10px;
}
.view_selectors select {
	border: 1px solid #778b92;
	padding: 4px;
}

.view_selectors .selectors div {
	margin-right: 4px;
}

.view_selectors div.search {
	margin: 10px 0;
}

#view_selectors_form div {

	float: left;

}

#view_selectors_form div.selectors {
	clear: left;
}

#view_selectors_form div.multichecks {
	margin: 5px 0;
	clear: left;
}

#view_selectors_form div.multichecks a.check {

	color: black;
	border: 1px solid #bdd7de;
	height: 22px;
	padding: 4px;
	margin: 0 2px 2px 0;
	background: #cfebf3;
	cursor: pointer;
	float: left;

}

#view_selectors_form div.multichecks a.check.selected,
#view_selectors_form div.multichecks a.check:hover {
	color: white;
	background: #2293BA;
	border: 1px solid transparent;
	height: 22px;
}

#view_selectors_form div.multichecks a.check input {
	display: none;
}












div.button a,
input.button {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	float: left;
	height: 18px;
	border: 1px solid #778b92;
	background: url(../images/button_bg_blue.gif) repeat-x;
	font-size: 12px;
	padding: 6px 8px;
	margin: 0 0 0 10px;
	color: #3b5158;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .12em;
	word-spacing: .15em;
}
input.button {
	height: 32px;
}

div.button a:hover,
input.button:hover {
	border: 1px solid #778b92;
	background: url(../images/button_bg.gif) repeat-x;
}

div.button a:active,
input.button:active {
	border: 1px solid #c0cdd3;
	background: url(../images/button_bg_active.gif) repeat-x;
	outline: 0;
}





div.breadcrumb a {
	color: black;
	background: #cfebf3 url(../images/breadcrumb_bg.gif) left no-repeat;
	display: block;
	padding: 0 10px 0 16px;
	font-size: 12px;
	margin-left: 16px;
	margin-bottom: 16px;
	border: 0px solid black;
	height: 24px;
	line-height: 24px;

}
div.breadcrumb a:hover {
	background-color: #2293BA;
	color: white;
}
div.breadcrumb.margin a {
	margin: 16px;
}




table.view_table {
	width: 940px;
	margin: 10px;
	border: 1px solid #bdd7de;
	border-collapse: collapse;
	font-size: 11px;
	clear: both;
	float: left;
}
table.view_table.short {
	width: 600px;
}
table.view_table.tiny {
	width: 300px;
}
table.view_table thead {
	border-bottom: 1px solid #bdd7de;
	font-size: 14px;
}
table.view_table th {
	padding: 16px 10px;
	color: #006686;
	text-align: left;
	white-space: nowrap;
	border-right: 1px dashed #bdd7de;
	background: url(../images/header_banner.gif) bottom repeat-x;
}
table.view_table tbody tr.view_row.hoverclick:hover td {
	background: Cornsilk;
	cursor: pointer;
}
table.view_table tr td {
	background: #f4f8f9;
}
table.view_table tr.odd td {
	background: #e9f2f5;
}
td.view_cell {
	vertical-align: middle;
	padding: 16px 10px;
	border-right: 1px dashed #bdd7de;
}

td.view_cell img {
	width: 120px;
	height: auto;
}

td.functions {
	width: 100px;
}

td.functions a {
	color: black;
	border: 1px solid #bdd7de;
	padding: 4px;
	margin: 2px;
	background: #cfebf3;
}

td.functions a:hover {
	color: white;
	background: #2293BA;
	border: 1px solid #2293BA;
}

td.functions a.delete:hover {
	color: white;
	background: red;
	border: 1px solid red;
}





.detail_image {
	width: 270px;
	text-align: center;
}

.detail_image .image {
	width: 240px;
	height: auto;
}

.detail_list {
	margin-bottom: 16px;
	margin-left: 10px;
	width: 670px;
}
.detail_list.border {
	border-left: 1px solid #BDD7DE;
	padding-left: 10px;
	margin-left: 0;
}
.detail_list div.dl {
	float: left;
	clear: both;
	border-bottom: 1px dashed #BDD7DE;
}

dd,.dd {
	text-align: left;
	margin: 0;
	padding: 0;
}

dt,.dt,dd,.dd {
	font-size: 14px;
	float: left;
}
dt { 
	clear: left;
}
.dt.required {
	color: red;
}
.dd.required input {
	color: black;
}


.detail_list .dt,
.detail_list .dd {
	padding: 6px;
	font-size: 14px;
	
}

.detail_list .dt {
	width: 160px;
	
}
.detail_list .dd {
	width: 480px;
}
.detail_list input,
.detail_list textarea {
	width: 250px;
}



.inlineform {
	padding: 16px;
	background: Cornsilk;	
	border: 1px dashed GoldenRod;
	display: none;
	margin: 10px;
	float: left;
	clear: left;
}
.inlineform .detail_list {
	width: 500px;
}
.inlineform .detail_list div.dl {
	border-bottom: 1px dashed GoldenRod;
}

.inlineform .detail_list .dt {
	width: 200px;
}
.inlineform .detail_list .dd {
	width: 250px;
}


.pagination {
	float: left;
	clear: both;
}


.pagination .details {
	
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;

}
.pagination .select {
	clear: left;
	float: left;
	margin-left: 10px;
	height: 30px;
	padding-top: 5px;
}



.asmContainer {
	width: 300px;
}
