html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
}

.normal, body, p {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a, a:visited {
	color: #900;
}

a:hover {
	color: #F00;
}

p {
	margin: 0px;
}

.space_bottom {
	margin-bottom: 2px;
}

.big {
	font-size: 12px;
}

.extraBig {
	font-size: 14px;
}

.small {
	font-size: 9px;
}

.gray {
	color: #999;
}

#header {
	background-color: #4B5457;
	color: #FFF;
	font-size: 10px;
}

#footer {
	background-color: #4B5457;
	color: #FFF;
	font-size: 10px;
}

.banner, .banner p {
	color: #FFF;
	font-size: 10px;
}

.nav {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

.nav td {
	background-color: #4B5457;
}

.nav td a {
	color: #FFF;
	text-decoration: none;
}

.nav td a:hover {
	text-decoration: underline;
}

.nav .navItemSelected {
	background-color: #FFF;
	color: #666;
}

.nav .navItemSelected a {
	color: #666;
	text-decoration: none;
}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
}

select {
}

textarea {
}

.typePopup {
	width: 160px;
}
.typePopup60 {
	width: 60px;
}
.typePopup80 {
	width: 80px;
}
.typePopup100 {
	width: 100px;
}
.typePopup120 {
	width: 120px;
}
.typePopup150 {
	width: 150px;
}
.typePopup200 {
	width: 200px;
}
.typePopup250 {
	width: 250px;
}
.typePopup300 {
	width: 300px;
}
.typePopupM500 {
	max-width: 500px;
}


#quickSearch {
	clear: left;
	margin-bottom: 10px;
}

#search p, #simpleSearch p, #advancedSearch p, #quickSearch p {
	font-size: 11px;
	padding: 2px;
	clear: left;
}

#quickSearch form {
	float:left;
	margin-bottom: 0;
	margin-right: 4px;
}

#searching {
	clear: left;
	text-align: center;
	visibility:hidden;
}


/*--- list format ---*/
.datarow {
}
.datarow_hidden {
	color: #999;
}
.datarow_hilite {
	color: #A00;
}
.datarow2 {
	background-color: #FED;
}

.datarow a,
.datarow2 a,
.datarow_hidden a,
.datarow_hilite a
{
	color: inherit;
}

.datarow:hover, .datarow_hilite:hover {
	background-color: #FFC;
}
.datarow_hidden:hover {
	background-color: #FFC;
}
.datarow2:hover {
	background-color: #FDC;
}

.datarow strong,
.datarow2 strong,
.datarow_hidden strong,
.datarow_hilite strong,
.datarow big,
.datarow2 big,
.datarow_hidden big,
.datarow_hilite big
{
	font-size: 11px;
}

.datarow_indent {
	margin-left: 18px;
}


/*--- mailinglist color code ---*/
.mailinglisttype-Photo {
	color: #900
}
.mailinglisttype-Styling {
	color: #009
}
.mailinglisttype-Office {
	color: #000
}

/*--- job status color code ---*/
.status-Aborted {
	color: #666
}
.status-Confirmed {
	color: #C30
}
.status-Shot {
	color: #C30
}
.status-Invoiced {
	color: #C90
}
.status-Paid {
	color: #0A0
}
.status-Partially_Paid {
	color: #C66
}
.status-Released {
	color: #666
}
.status-Option {
	color: #00C
}
.status-Postponed {
	color: #666
}
.status-Hold {
	color: #666
}


/*--- error messages ---*/
#message {
	background-color: #FF9;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#message p {
	font-size: 16px;
	font-weight: bold;
	color: #600;
}

.errormessage, .red {
	color: #CC0000;
}
.errormessage {
	font-size: 12px;
	font-weight: bold;	
}

.alert {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
}

.errorfield {
	color: #CC0000;
	font-weight: bold;
	text-decoration: blink;
}

.warning {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.hidden {
	color: #999;
}


/*--- side box in edit screen ---*/
.sidebox {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 100%;
	margin-bottom: 10px;
	min-width: 300px;
}

.sideboxheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
	padding: 2px;
	display: block;
}

.sideboxtitle {
	display: block;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	font-size: 11px;
}

.sideboxtitle2 {
	display: block;
	text-align: right;
	white-space: nowrap;
}

.sideboxcontent {
	padding: 2px;
}

.sideboxcontent blockquote {
	margin-left: 4px;
	margin-bottom: 0px;
}

.sideboxcontent_nopad {
	padding: 0px;
}

.divider {
	padding: 0px;
	margin-top: 2px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #999999;
	height: 1px;
}

.tableItem {
	padding: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: #999999;
}

.tableItemRight {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 1px;
	border-color: #999999;
}

.contactPicture {
	max-width: 300px; 
	max-height: 300px;
}

.requestDate {
	color: #333333;
	padding: 0px;
}

.requestItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}

/*---  ---*/

#print {
	display: block;
	height: 4in;
	width: 4in;
	border: thin solid #666;
	margin: 8pt;
	padding: 0.5in;
}

#print p {
	display: block;
	font-size: 14px;
}


/*--- mini calendar ---*/
#mini_calendar {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
#mini_calendar .month {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#mini_calendar .arrow {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#mini_calendar .dayNames {
	background-color: #CCC;
	width: 24px;
	font-size: 10px;
	text-align: center;
}
#mini_calendar .days, #mini_calendar .days_today {
	background-color: #FFF;
	font-size: 11px;
	text-align: right;
}
#mini_calendar .days_today {
	background-color: #FFC;
}

/*--- inline popup ---*/
#popup {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	visibility: hidden;
	z-index:1;
}
.littleMargin {
	margin: 10px;
}
#_popup_bg {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color: #666;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: 2;
}
#_popup_container {
	position:fixed;
	top: 0px;
	left: 0px;
/*	width: 648px;
*/	background-color: #FFF;
	z-index: 10;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#_popup_close {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 4px;
	height: 12px;
	background-color: #4B5457;
	color: #FFF;
	z-index: 100;
}
#_overlay_window {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 4px;
	min-width: 240px; 
	min-height: 160px;
	max-height: 604px;
	background-color: #FFF;
	z-index: 100;
	overflow: auto;
}
#_overlay_window .dw_loadExternal_loading {
	font-size: 18px;
	text-decoration: blink;
	color: #CCC;
}
