/********* Default Site Layout ***********/

body
{
    background-color:#EFEFFF;
}

#contentContainer
{
	padding:30px 0px 0px 7px;
	margin:0px 0px 0px 0px;
	background-image:url("../../images/page_background.gif");
    background-repeat:repeat-x;
    background-color:#C9CACC;
}

#content
{
	
}

#pageContent
{
    margin:0px 0px 0px 199px;
    padding:0px 0px 0px 0px;
    width:728px;
}


#footer
{
    clear:both;
    height:60px;
    background-color:#c2df9f;
    text-align:center;
    margin:20px 0px 20px 0px;
    padding:10px 0px 0px 0px;
    color:#333333;
}

#footer a
{
    color:#333333;
}

#side-bar1
{
    float:left;
    width:195px;
    padding:0px 0px 20px 0px;
}

#searchCustomerID_list
{
	width:205px;
}

 div.item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:White;
	cursor:hand;
	padding-left:2px;
	height:16px;
}

 div.selected
{
	background-color:#92c54f !important;
	color:White
}

#searchOrder_list
{
	background-color:White;
	margin:0px 0px 0px 0px;
}
#searchOrder_list div.item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:White;
	cursor:hand;
	padding-left:2px;
	height:16px;
}
#searchOrder_list div.selected 
{
	background-color:#EEEEEE;
	color:White
}