/* -------- basic styling ------ */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFED07;
}
#clear {
	clear:both;
}
/* -------- for IE add ons styles --------*/
:root{
	overflow-y:scroll;
}
/* -------- wrapper styles --------*/
#wrapper {
	width: 1100px;
	margin: 20px auto;
	background: url(../images/bg_wraper.jpg) repeat-y top left;
}
/* -------- header styles --------*/
#header {
	height: 150px;
	position: relative;
	background: #010101;
}
#header #white {
	color: #FFFFFF;
}
#header h1 {
	font-size: 30px;
	color: #343436;
	float: left;
	width: 400px;
	padding-top: 48px;
	height: 51px;
}
#header #login_container {
	padding: 2px;
	margin: 5px 5px 0 0;	
	/*border: 2px solid #FFF;*/
	float: right;
	color: #000000;
	width: 243px;
}
#header #login {
	padding: 10px 10px 5px 10px;
	border: 3px solid #999;
	background: #FFFFFF url(../images/login_bgrnd.jpg) repeat-x top left;
}
#header #login p {
	padding: 1px 0;
}
#header .messagebox{
	position:absolute;
	width:100px;
	padding: 5px 5px 5px 25px;
	font-weight:bold;
	color:#2B537C;
	background: url(../images/busy.gif) no-repeat;
}
#header .messageboxok{
	position:absolute;
	width:100px;
	padding: 5px 5px 5px 25px;
	font-weight:bold;
	color:#2B537C;
	background: url(../images/busy.gif) no-repeat;
}
#header .messageboxerror{
	position:absolute;
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding: 3px;
	font-weight:bold;
	color:#CC0000;
}

/*#header ul {
	position: absolute;
	margin: 0;
	left: 0;
	bottom:0;
	float: left;
	list-style: none;
	border-top: 1px solid #B0B4B7;
	border-bottom: 1px solid #B0B4B7;
	background:url(../images/menu-bgrnd.jpg) repeat-x top left;
	width: 900px;
}
#header ul li {
	float:left;
}
#header ul a {
	border-right: 1px solid #B0B4B7;
	text-align: center;
	padding: 0 1.2em;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	color: #2D0E4A;
	float: left;
	display: block;
}
#header ul a:hover {
	color:#91947A;
	background:#e2e2e2;
}*/
#header ul a.selectedtop {
	color:#FFCC00;
	background:url(../images/menu-hover.jpg) repeat-x top left;
}
#header input.submit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #000;
	height: 22px;
	width: 70px;
	padding: 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/header_submit.jpg) repeat-x top left;
}

/* -------- content styles --------*/
#content {
	/*padding: 10px 10px 30px 10px;*/
}
#content h1 {
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 2px solid #e2e2e2;
}
#content h2 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#content p {
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#content form p {
	padding: 5px 0;
}
#content a.whitelink {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#content a:hover.whitelink {
	color:#000000;
	text-decoration: none;
	border-bottom: none;
}
#content form a#frmlinks {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#content form a:hover#frmlinks {
	color:#000000;
	border-bottom: none;
}
#content #reg_steps {
	width: 800px; 
	margin:0 auto;
	background: #666666;
	padding: 10px;
	font-size:14px;
}
#content #panel_left {
	float: left;
	width: 230px;
	height: 550px;
	background: url(../images/logo-vertical.jpg) no-repeat top right;
}
#content #panel_left ul {
	padding: 5px 60px 5px 5px;
	list-style-type: none;
	color:#990000;
	text-align: right;
}
#content #panel_left ul li a {
	line-height: 25px;
	width: 165px;
	text-decoration: none;
	color:#990000;
}
#content #panel_left ul li a:hover {
	/*border-bottom: 1px dotted #000;*/
	color: #000;
}
#content #panel_left ul li a.selected_menu {
	/*border-bottom: 1px dotted #000;*/
	color: #000;
}

#content #panel_center {
	float: left;
	width: 640px;
	padding: 0px 10px 10px 30px;
}
#content #panel_center #login_container {
	padding: 2px;
	margin: 120px auto;
	color: #000000;
	width: 243px;
}
#content #panel_center #login {
	padding: 10px 10px 5px 10px;
	border: 3px solid #999;
}
#content #panel_center #login input.submit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #000;
	height: 22px;
	width: 70px;
	padding: 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/cmxsubmit_btn.jpg) repeat-x top left;
}

#content #panel_center .messagebox{
	position:absolute;
	width:100px;
	padding: 5px 5px 5px 25px;
	font-weight:bold;
	color:#2B537C;
	background: url(../images/busy.gif) no-repeat;
}
#content #panel_center .messageboxok{
	position:absolute;
	width:100px;
	padding: 5px 5px 5px 25px;
	font-weight:bold;
	color:#2B537C;
	background: url(../images/busy.gif) no-repeat;
}
#content #panel_center .messageboxerror{
	position:absolute;
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding: 3px;
	font-weight:bold;
	color:#CC0000;
}

#content #panel_right {
	padding-left: 10px;
	float: left;
	width: 180px;
	font-weight:normal;
}
#content #panel_right ul {
	/*padding: 0 15px;*/
	list-style-type: none;
	color:#990000;
}
#content #panel_right ul li a {
	line-height: 20px;
	width: 165px;
	text-decoration: none;
	color:#990000;
}
#content #panel_right ul li a:hover {
	/*border-bottom: 1px dotted #666666;*/
	color: #000;
}
#content #panel_right ul li a.selected_artist {
	/*border-bottom: 1px dotted #666666;*/
	color: #000;
}
#content #thumbnail_wrap {
	border: 1px solid #e2e2e2;
	/*width: 145px;*/
	margin: 10px 10px 10px 0;
	float: left;
	height: 300px;

}
#content #thumbnail_wrap img {
	border: 1px solid #e2e2e2;
	padding: 2px;
}
#tblAllWorks {
	/*border: 1px solid #666666;*/
	border-collapse: collapse;
	margin-bottom: 20px;
}
#tblAllWorks td {
	vertical-align: bottom;
	width: 170px;
	font-size:11px;
}
#tblAllWorks td img {
	border: 1px solid #e2e2e2;
	padding: 2px;
}
.imgBorderPadding {
	border: 1px solid #e2e2e2;
	margin: 10px 4px 10px 0;
}
#content #thumbnail_wrap #floater {
	position:relative; 
	float:left;
	height:50%;	

	width:1px;
}
#MyBidHistory {
	width: 630px;
	margin-bottom: 20px;
}
#MyBidHistory .divleft {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}
#MyBidHistory .divright {
	float: left;
	width: 450px;
	margin-bottom: 20px;
}
#MyBidHistory img {
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #e2e2e2;
}
#MyBidHistory table, #MyBidHistory th, #MyBidHistory td {
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 2px;
	text-align: center;
}
#MyBidHistory th {
	background: #FFEE06;
}
.borderbreak {
	border-top: solid 1px #e2e2e2;	
}
#PayDrawings table {
	width: 630px;
}
#PayDrawings table, #PayDrawings th, #PayDrawings td {
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 3px;
	text-align: center;
}
#PayDrawings th {
	background: #FFEE06;
}

/*#content #box {
	border: 1px solid #999;
}
#content #box h2 {
	background: #999;
	padding: 5px;
}*/
/* ----- footer styles -----*/
#footer {
	font-weight:normal;
	color:#990000;
	background: #FFED07;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
}
#footer .mao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
#footer .selected{
	color: #000;
	border-bottom: 1px dotted #000;
}
