body, html,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote, kbd,
table, tr, th, td,
form, fieldset, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 21px;
	color: #666;
}
body {
	font-size: 62.5%;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.spacer {
	width: auto;
	clear: both;
	height: 0;
	overflow: hidden;
}
.shadow {
	background: url(/media/dsg/shadow.gif) no-repeat;
	height: 4px;
	margin-bottom: -4px;
}
.home .shadow {
	background: none;
}
h1, h2, h3, h4, p, ul, ol, form {
	margin-top: 21px;		
	font-weight: normal;
}
h1 {
	font-size: 3.0em;
	line-height: 40px;
}
h1 em {
	color: #cc0000;
	font-style: normal;
}
.user h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 30px;		
	font-size: 2.4em;
}
#left h2, #right h2 {
	margin-top: 0;			
	font-size: 1.6em;
}
#left .tabbed h2, #right .tabbed h2 {
	margin-top: 21px;			
	font-size: 1.6em;
}
h3 {
	margin-top: 30px;		
	font-size: 1.8em;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
}
p, li, dt, dd {
	font-size: 1.2em;	
}
ul {
	list-style: none;
}
li {
	
}
ul li {
	padding-left: 12px;
	background: url(/media/dsg/bullet.gif) no-repeat 0 10px;
}
ol li {
	margin-left: 20px;
}
.box p {
	font-size: 1.3em;
}
li li,
.box li p,
.box dt p,
.box dd p {
	font-size: 1em;	
}
table {
	border-collapse: collapse;
	margin: 20px 0 15px 0;
	width: 100%;
}
th,
td {
	font-size: 1.3em;
	vertical-align: middle;
	text-align: left;
}
th {
	font-weight: bold;
	border-bottom: 3px solid #e6e6e6;
	padding: 2px 5px 5px 5px;	
}
td {
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.2em;
	padding: 15px 5px 15px 5px;	
}
th.first,
td.first {
	padding-left: 0px;
}
th.normal,
td.normal {
	font-weight: normal;
}
th.top,
td.top {
	vertical-align: top;
}
th h3 {
	margin: 0;
	font-size: 1.6em;
}
th p {
	font-weight: bold;
}
.box table p,
.box table ul, 
.box table li {
	margin: 0;
	font-size: 1em;
}
th.center,
td.center {
	text-align: center;
}
.notice {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top: 21px;	
}
.notice p {
	margin: 0 !important;
	font-size: 1.4em;
	text-align: center;
}
.highlight {
	border: 1px solid #dcdcdc;
	background-color: #f0efef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top: 20px;
	padding: 15px 20px;
}
.highlight h1 {
	margin-top: 0;
	line-height: 20px;
}
.button {
	background: url(/media/dsg/button/normal.gif) no-repeat !important;
	padding-left: 5px !important;
}
.button .button {
	background: url(/media/dsg/button/normal.gif) top right no-repeat !important;
	border: 0;
	padding: 0px 10px 6px 5px !important;
	margin: 0;
	color: #fff;
	height: 26px;
	cursor: pointer;
	font-size: 11px;
	display: block;	
	text-decoration: none;
	outline: none;
}
.button.exposed {
	background-image: url(/media/dsg/button/normal_exposed.gif) !important;
}
.button.exposed .button {
	background-image: url(/media/dsg/button/normal_exposed.gif) !important;
}
.button.exposed.small {
	background-image: url(/media/dsg/button/small_exposed.gif) !important;
}
.button.exposed.small .button {
	background-image: url(/media/dsg/button/small_exposed.gif) !important;
	color: #333333;
	height: 18px;	
	line-height: 18px;	
}
.button.large {
	background-image: url(/media/dsg/button/large.gif) !important;
}
.button.large .button {
	height: 31px;	
	padding: 3px 20px 0 15px !important;
	background-image: url(/media/dsg/button/large.gif) !important;
	font-size: 14px;
}
.button.extra_large {
	background-image: url(/media/dsg/button/extra_large.gif) !important;
}
.button.extra_large .button {
	height: 48px;	
	padding: 0px 40px 10px 35px !important;	
	background-image: url(/media/dsg/button/extra_large.gif) !important;
	font-size: 18px;
	text-shadow: #333 2px 2px 2px;
}
.button.special {
	background-repeat: repeat-x !important;	
	background-image: url(/media/dsg/button/social/bg.png) !important;
	border: 1px solid #ccc;
	margin-top: 10px;
	height: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;	
}
.button.special .button {
	background: transparent !important;
	color: #333;
	text-shadow: #fff 1px 1px 1px;
	padding-bottom: 0 !important;
	line-height: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;		
	margin-right: 2px;
}
.confirm {
	text-align: right;
}
.confirm span.button {
	float: left;
}
.print,
.back {
	margin-left: 20px;
	float: right;
	background: url(/media/dsg/print.gif) no-repeat 0 3px;	
	padding-left: 20px;
}
.back {
	background: url(/media/dsg/back.gif) no-repeat 0 6px;
	padding-left: 17px;	
}
h1 .back {
	font-size: 0.6em;
	background: none;
	padding: 0;
}
a.delete {
	background: url(/media/dsg/delete.gif);
	width: 16px;
	height: 16px;
	display: block;
}
a.delete.light {
	background: url(/media/dsg/delete_light.gif);
	width: 18px;
	height: 18px;	
}
a.sort {
	background: url(/media/dsg/sort_asc.gif) no-repeat right;
	padding-right: 13px;
}
a.sort.desc {
	background-image: url(/media/dsg/sort_desc.gif);
}
p.more {
	text-align: right;
	clear: both;
}
.tools {
	float: right;
}
.tools li {
	background: none;
	font-weight: bold;
	text-align: right;
}
kbd.count {
	display: inline;
	margin: 0 0 0 5px !important;
	padding: 1px 5px !important;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	background: url(/media/dsg/status.gif);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 14px;
	line-height: 14px;
}
table td.actions {

}
table .actions ul {
	clear: both;
}
table .actions li {
	display: inline-block;
	margin-left: 6px;
}
table .actions li:first-child {
	background: none;
	margin-left: 0;	
	padding-left: 0;
}
div.filter {
	margin-bottom: 21px;
}
.filter h4 {
	float: left;
	margin: 15px 6px 0 0;
}
.filter form {
	margin-top: 0;	
}
.filter fieldset {
	float: left;
	margin-top: 15px;
}
.filter fieldset li {
	float: left;
	clear: none;
}
.filter fieldset li div {
	width: 142px;
	margin: 0 0 0 5px;
}
.filter fieldset li.select div {
	width: 154px;
}
.filter fieldset li.image div {
	width: auto;
	position: absolute;
	margin: 2px 0 0 -22px;
}
.filter .labeled label {
	padding-left: 5px;
}
.filter .labeled input {
	background-color: #f0f0f0;
	height: 22px;
}
.left.right .filter fieldset li div {
	width: 108px;
}
.left.right .filter fieldset li.select div {
	width: 120px;
}
.loading {
	display: block;
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: white url(/media/dsg/highslide/loader.white.gif) no-repeat center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
