/* Default CSS for Client Works */
body {
	color: #737373;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 12px;
	background-color: #e1e1e1;
	background-image: url(../images/topClouds.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*#logo {
	background-image: url(../hdw-images/dj_logo_bg.jpg);
	background-repeat: repeat-x;
}
#tagline {
	font-size: 0.7em;
	letter-spacing: 0.6em;
	font-weight: bold;
	color: #0096E5;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 37px;
}*/
a, a:visited {
	color: #0066CC;
	;
	text-decoration: none;
}

a img {
	border: none;
}

span.subtext {
	color: #949494;
	display: block;
	font-style: italic;
	font-size: 10px;
	margin: 0 0 10px;
}

.good {
	color: #5be631;
}

.bad {
	color: #e63131;
}

p, input, label{
	margin: 0 0 10px;
	display: block;
}

input, .button, textarea{
	background: #fff url(images/form_bg.jpg) repeat-x;
	border: 1px solid #bdbdbd;
	color: #282828;
	display: block;
	font-size: 12px;
	padding: 5px;
}

textarea {
	height: 100px;
	width: 400px;
}

.button {
	color: #282828 !important;
	display: inline-block;
	font-size: 11px !important;
	margin-top: 10px;
	padding: 7px;
}

.download {
	font-size: 13px !important;
}

input.submit {
	display: inline;
}

input.medium {
	width: 300px;
}

input.hidden {
	display: none;
}

.right_button {
	float: right;
}

fieldset {
	border: none;
	margin: 10px 0 0;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding-left: 20px;
}

ul {
	list-style: none;
	padding-left: 0px;
}

.filePreview {
	max-width: 800px;
}

.clear {
	clear: both;
}

/* Layout */
#wrap {
	-moz-box-shadow: 0 1px 2px #000;
	-moz-border-radius: 10px;
	width: 800px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px #000;
	background-color: #f3f3f3;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#wrap h1 {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	margin: 0 0 10px;
}

#menu {
	border: 1px solid #9e9e9e;
	margin-bottom: 10px;
	padding: 5px;
	text-shadow: 0 1px 0 #fff;
	background-color: #d9d9d9;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
}

#menu p {
	margin-bottom: 0px;
}

#menu .right {
	float: right;
}

#menu .left {
	float: left;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 100%;
	padding: 0px;
	background-position: 75px 0px;
	height: 75px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#left-col {
	float: left;
	width: 500px;
}

#right-col {
	float: right;
	width: 280px;
}

.right-box {
	background: #d4d2d3 url(images/tablebg.jpg) repeat-x;
	border: 1px solid #9e9e9e;
	margin-bottom:10px;
	padding: 10px;
}

.right-box h2 {
	color: #282828;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 5px;
}

#fileTable {
	border: 1px solid #737373;
}

#fileTable a {
	color: #737373;
}


.fileRow {
	background: #fff url(images/form_bg.jpg) repeat-x;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}

.fileRow:hover {
	background: #ececec;
	text-shadow: 0 1px 0 #fff;
}

.fileRow img, .button img {
	margin-right: 5px;
}

.admin {
	font-style: italic;
	font-weight: bold;
}

.margin {
	margin-bottom: 10px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

tr.table_header {
	color: #656565;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

tr.table_header th {
	background: #d9d9d9 url(images/tablebg.jpg) repeat-x;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

th.left {
	border-left: 1px solid #9e9e9e;
}

th.right {
	border-right: 1px solid #9e9e9e;
}

tr:hover {
	color: #0066CC;
}
tr {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
th, td {
	padding: 5px;
}

td.td2 {
	padding-left: 10px;
	width: 125px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
td.td3 {
	width: 650px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.5em;
}
/*a.button, a.button-color, a.button-color2, a.button-header {
	background: url('../images/button.png') no-repeat scroll top left;
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 5px;
}

a.button span, a.button-color span, a.button-color2 span, a.button-header span  {
	background: url('../images/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666666;
}

a.button-color {
	background: url('../images/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../images/button_color.png') no-repeat scroll top right; 
	color: #fff;
}*/
