/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
body {
	text-align:left;
	}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
	color:#CC0000;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	color:#CC0000;
}
a.headline {
		color:#CC0000;
		text-decoration:none;
		font-weight: bold;
		font-size:123.1%;
		}
a.headline_reverse {
		color:#FFFFFF;
		text-decoration:underline;
		font-weight: bold;
		font-size:200%;
		}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
	color:#CC0000;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
table.padded-table td { 
	padding:3px;
	}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
td {
	text-align:left;
	}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin:3px;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */

#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:170px;	/* Width of menu */
	}
	
#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#FFF;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:1em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#A2AE83;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */
		width:150px;

	}
	
#dhtmlgoodies_menu li a:hover{	/* Text rules for the menu items */
		color:#FFF;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:1em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#AEBB8D;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */
		width:150px;

	}
	
#dhtmlgoodies_menu li div{
		float:left;
		width:150px;
	}
	
img{border:none;}

#crumbtrail{height:20px; background-color:#555555;margin:0px; padding:0px;}

a.crumbtrail {
		color:#ffffff;
		text-decoration:none;
		font-weight: bold;}
a.crumbtrail:link {
		color:#ffffff;
		text-decoration:none;
		font-weight: bold;}
a.crumbtrail:visited {
		color:#ffffff;
		text-decoration:none;
		font-weight: bold;}

.main{height:300px; background-color:#CCCCCC; border-top:#FFFFFF 2px solid;margin:0px; padding:0px;}

#secondary{height:300px; background-color:#DDD; border-top:#FFFFFF 5px solid;margin:0px; padding:0px;}

#secondaryFull{height:50px; background-color:#333333; border-top:#FFFFFF 2px solid;margin:0px; padding:0px;}

#footer{
		height:50px;
		background-color:#555555;
		border-top:#FFFFFF 2px solid;
		margin:0px;
		padding:0px;
		color:#ffffff;}

 #system_message {
 background-color :  yellow;
 color : black;
 font-weight : bold
 }
 
 div.column50 {
 	height:18px;
 	background-color:#555555;
 	margin:0px;
 	padding:3px;
Ê Ê float: left;
Ê Ê width: 50%;
	color:#ffffff;
}

/* Overlay */
#simplemodal-overlay {background-color:#aaaaaa; cursor:wait;}

/* Container */
#simplemodal-container {height:180px; width:300px; background-color:#fff; border:1px solid #000000; -moz-border-radius: 5px; }
#simplemodal-container a.modalCloseImg {background:url('http://www.salesvoicellc.com/pics/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

.textbox { border: 1px solid #999999;  border-top-color: #CCCCCC;  border-left-color: #CCCCCC; color: #333333;  font: 90% Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }

/* 'Login' Button */
#submit { margin: 5px; padding: 0px; float: center; width: 100px; background-color: white; }

#notification_error { color: red; height: auto; padding: 4px; text-align: center; }

#login_response { overflow: auto; }
 
#ajax_loading { display: none; margin: 0px; padding: 0px; font-size: 14px; font-family: Tahoma; }

#logged_in { padding: 5px; margin: 23px 0 100px 43px; padding: 5px; text-align: center; width: 400px; }

#status { margin-top: 20px; width: 310px; }

#action { margin: 5px;
		padding: 5px;
		float: center;
		width: 150px;
		height: 30;
		background-color: white;
		font-weight: bold;
		font-size:1em;
		}

#seller { margin: 3px;
		padding: 3px;
		float: center;
		width: 150px;
		height: 20;
		background-color: white;
		font-weight: bold;
		font-size:1.2em;
		}


#buyer { margin: 3px;
		padding: 3px;
		float: center;
		width: 150px;
		height: 20;
		background-color: white;
		font-weight: bold;
		font-size:1.2em;
		}
		
#disposition { margin: 3px;
		padding: 3px;
		float: center;
		width: 150px;
		height: 20;
		background-color: white;
		font-weight: bold;
		font-size:1em;
		}
#submit_small { margin: 3px;
		padding: 3px;
		float: center;
		width: 100px;
		height: 20;
		background-color: white;
		font-weight: bold;
		font-size:1em;
		}
#submit_wide { margin: 3px;
		padding: 3px;
		float: center;
		width: 200px;
		height: 20;
		background-color: yellow;
		font-weight: bold;
		font-size:1em;
		}
