body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu_container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* links / footer */
#menu_container
{ 
    background: transparent;
	border-top: 1px solid; 
    border-bottom: 1px solid;
}

/* logo */
#logo
{
	top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#logo h1
{ 
    font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 160%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#logo h2
{ 
    font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-size: 108%;
    letter-spacing: 3px;
}

#header, #headerpreview
{
	height: 15px;
	text-align: center;
	border-top:3px solid;
	border-bottom:3px solid;
	text-decoration: none;
	width: 1000px;
	top: 100px;
	letter-spacing: 6px;
	font-size: 24px;
	font-weight: bold;
}

#headerpreview
{
    width: 485px;    
}

#footer, #footerpreview
{   
    margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

#footerpreview
{
    width: 485px;
}

#footer a, #footerpreview a
{
    text-decoration: none;
}

h1
{ font-size: 108%;
  letter-spacing: 1px;
}

h2
{ 
  font-size: 100%;
  letter-spacing: 1px;
}

img{
border: 0px;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{
	display: block;
	text-align: center;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px; 
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}
#italic_small {
	font-size: 11px;
	font-style: italic;
}
#uc_large {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
}
#uc_medium {
	font-size: 13px;
	text-transform: uppercase;
}

#links
{
	height: 20px;
	margin-bottom: -10px;
	font-size: 90%;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: right;
	top: 165px;
	width: 504px;
	margin-left: 495px;
}

#links a, #links a:hover{
	text-decoration: none;
	color: #000000;
}

/* navigation menu */
#menu, #menupreview
{
	height: 40px;
	border-bottom: 1px solid;
	top: 126px;
	width: 1000px;
}

#menupreview
{
    width: 485px;
}

#menu ul, #menupreview ul
{
    margin: 0px auto;
} 

#menu li, #menupreview li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a, #menupreview li a
{ 
    display: block; 
	background: transparent;
    float: left; 
    height: 27px;
    text-decoration: none; 
    padding: 11px 19px 2px 19px;
    text-transform: uppercase;
    font-size: 88%;
    border-right: 1px solid;
} 
.error  {
	color: #660000;
	background-color: 
	transparent;
	font-weight: bold
}
#errorMsg {
	text-align: center;
}
.message
{
    color: Black;
    background-color: Transparent;
    font-weight: bold;
}
.hl_error  {
	background-color: #880000;
	color: #FFFFFF;
}

.remove_hl {
	color: #000000;
}
#required {
	color: #990000;
	vertical-align: top;
}

/* breadcrumb */
#breadcrumb
{
	text-align:left;
	width:1000px;
	height:auto;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}

/* main content */
#content, #previewcontent
{
	height: auto;
	width:1000px;
	top: 202px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color:White;
}

#previewcontent
{
    height: 125px;
	width:485px;    
}

#contentcolorchanger
{
    height: 345px;
    width:1000px;
	top: 202px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

.buttonsmall
{
	width: 100px;
	height:20px;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
	padding: 1px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;	
	text-decoration:none;
}


.buttonicon
{
	letter-spacing: normal;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-style:normal; 
	font-weight:bolder; 
	cursor:pointer;
}

#button, #bSubmit, #bRegister, #bCancel, #bAdd2, #bAdd3, #bAdd4, #bAdd5, #bLogin, #buttonsmall, #buttonpreview, .button {
	width: 100px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

.aspbutton, .aspbuttonsmall
{
    height: 22px;
    font-family:Arial,Helvetica,sans-serif;
	width: 100px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	vertical-align:middle;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

.aspbuttonsmall
{
	height:20px;
	font-size: 10px;
	padding: 1px;
}

#buttonwide
{
	width: 150px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

#buttonwidest
{
	width: 225px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}


#input_fname, #input_lname {
	text-align: left;
	width: 300px;
}

#login  {
	text-align: center;
}
#login table {
	width: 400px;
}

#login   .label {
	text-align: right;
	width: 300px;
}
#login   .value {
	text-align: left;
	width: 300px;
}
#register  {
	text-align: center;
}
#register table {
	width: 600px;
}

#register th {
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	height: 40px;
}
#register td {
	text-align: center;
}

#register   .label {
	text-align: right;
	width: 190px;
}
#register   .value {
	text-align: left;
	width: 410px;
}

#register table .buttonrow
{
    border: 0px;
}

#file_grid, #file_gridpreview    
{
	text-align: left;
	width: 95%;
	margin-left: 5px;
}

#file_gridpreview    
{
    width: 475px;    
}

#file_grid table, #file_gridpreview table 
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 97%;
}

#file_grid td, #file_gridpreview td
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	padding-left: 5px;
	height:25px;
}

#file_grid td a, #file_gridpreview td a
{
	text-decoration: underline;
}


#file_grid     th, #file_gridpreview  th    
{
	text-transform: uppercase;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	font-weight: bold;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#file_grid     tr, #file_gridpreview  tr    
{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	letter-spacing: normal;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#file_grid th a, #file_gridpreview th a
{
 text-decoration: underline;
}

#file_grid  #button_row table, #file_gridpreview #button_row table   
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 40px;
}

#file_grid .buttonsmall, #file_gridpreview .buttonsmall
{
 text-decoration: none;
}

#div_in_grid table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid td 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid     tr    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid td a
{
 text-decoration: none;
}

#file  {
	width: 1000px;
	left: 0;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#file a, #button a, a.noUnderline
{
    text-decoration: none;    
}
#file table {
	width: 915px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#file th {
	font-size: 19px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	height: 30px;
}
#file td {
	text-align: center;
}

#file   .label {
	text-align: right;
	width: 120px;
}
#file   .value {
	text-align: left;
	width: 300px;
}
#button_row   {
	width: 100%;
	text-align:center; 
	margin-left: 10px;
}
#buyer2, #buyer3, #buyer4, #buyer5 {
	display: none;
}

.modalBackground
{
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 200000;
}
.modalPopup {
	border-width:3px;
	border-style:solid;
	padding:3px;
	width:600px;
	z-index: 200001;
}

.loadingMessage
{
    border-width:1px;
	border-style:solid;
	padding:3px;
	width:300px;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 16px 4px 16px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 15px 3px 15px;
}

#vertical-separator
{
	text-align:center;
	border-left:1px dotted #555555;
	position:relative; 
	top:0;
	left:2%;
	height:100%;
	padding:0 0 0 2%;
}
#horizontal-separator
{
	text-align:center;
	border-bottom:1px dotted #555555;
	position:relative;
	top:0;
	left:0%;
	height:100%;
	padding:0 0 0 2%;
}

/*Site settings tab*/
.tab a
{ 
   display: block;
   padding-top: 14px;
   padding-bottom: 14px;  
}
/*Site settings tab*/

/*Admin links tab*/
.submenu a
{ 
   display: block;
   padding-top: 8px;
   padding-bottom: 9px;  
   padding-left:7px;
   padding-right:7px;
   text-decoration: none; 
   text-transform: uppercase;
   font-size: 88%;
   vertical-align:top;
   height:12px;
}
.tcbackground
{ 
   padding-top: 0px;
   padding-bottom: 0px;  
   padding-left:0px;
   padding-right:0px;
}
/*Admin links tab*/

/*Document Grid similar to File Grid*/
#document_grid, #document_gridpreview    
{
	text-align: left;
	width: 95%;
	margin-left: 5px;
}

#document_gridpreview    
{
    width: 475px;    
}

#document_grid table, #document_gridpreview table 
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 97%;
}

#document_grid td, #document_gridpreview td
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	padding-left: 5px;
	height:25px;
}

#document_grid td a, #document_gridpreview td a
{
	text-decoration: underline;
}


#document_grid     th, #document_gridpreview  th    
{
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	font-weight: bold;
	cursor: default;
	height:25px;
	padding-left: 5px;
}

#document_grid     tr, #document_gridpreview  tr    
{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	letter-spacing: normal;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#document_grid th a, #document_gridpreview th a
{
 text-decoration: underline;
}

#document_grid  #button_row table, #document_gridpreview #button_row table   
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 40px;
}

#document_grid .buttonsmall, #file_gridpreview .buttonsmall
{
    text-decoration: none;
}
/*Document Grid similar to File Grid*/

/*GridView Styling*/
.gridview_pager, .gridview_nolines_pager
{
    text-align: center; 
    text-decoration: none;
}

.gridview_pager a, .gridview_nolines_pager a
{ 
    text-decoration: none;
}

.gridview_footer
{
    font-weight: bold;
    text-align: left;
}
.gridview_row
{
    text-align: left;
}
.gridview_editrow
{
    text-align: left;
}
.gridview_selectedrow
{
    font-weight: bold;
}
.gridview_header
{
    font-weight: bold;
    text-align: left;
}
.gridview_alterrows
{
    text-align: left;
}
/*GridView Styling*/


#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}
	
.uploadimage
{
    cursor: pointer;    
}

.uploadbutton
{
    cursor: pointer;
    /*filter:alpha(opacity=0);
    opacity:0;*/
}

.imageuploadpanel
{
    position:absolute; 
    top:-3px; 
    margin-left:-94px;
    /*@media screen and (-webkit-min-device-pixel-ratio:0) {
        body { margin-left: 100; }
    }*/
}

.imageuploadpanelbanner
{
    position:absolute; 
    top:-3px; 
    margin-left:-94px;
    /*@media screen and (-webkit-min-device-pixel-ratio:0) {
        body { margin-left: 100; }
    }*/
}

.filebutton
{
    border-right: #999999 375px solid;
    cursor: pointer;
    /*filter:alpha(opacity=0);
    opacity:0;*/
}

/* BusinessCard*/
.businesscard
{
     margin-left: 60px;    
}

div.businesscard
{	    
	width: 235px;
    position: absolute;
    margin-left: 705px;
    margin-top: -169px;	
}
div.agent
{
	margin-top: 5px;
	height: 5px;
	width: 99%;			
}
p.msgGreeting
{
    text-align: left; 
    font-size: 13px;
    height: 13px;
   	margin-bottom: 10px;
}
p.image
{
	float: left; 
	margin-left: 12px;
}
div.agentinfosection
{
	float: left; 
	margin-left: 7px; 
}
p.agentinfo
{	
	margin-top: 0;
	margin-bottom: 0;
	text-align: left; 
	width: 138px;
	font-size: 11px;
 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
div.contact
{
	text-align: center;
	width: 99%;
	margin-top: 145px;
}
hr.contactsep
{
	width: 90%;
}
p.contactlogo
{
	margin-top: 0;
	margin-bottom: 0;
	width: 90%
}
p.contactinfo
{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left; 
	width: 90%; 
	font-size: 12px;
}
/* BusinessCard*/

.profileimageupload
{
    position: absolute; 
    top: -3px; 
    margin-left: -95px;    
}
.tblddldocs
{
    margin-left: 44px;
}

/*Disclosure Documents*/
.publicaccesscode
{
    position:absolute;
    margin-top:2px;
    height:30px;
    padding:2px; 
    margin-left:0px;
}
/*Disclosure Documents*/

/* Fax out Footer */
tr.footer td
{
       border-top: 1px solid black;
       font-family:Arial; font-size:small;
}

td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.sortOrder
{
    position:absolute;
    margin-top:-5px;
    margin-left:30px;
}