html, body, form{
	height: 100%;
	margin:0;
	padding:0;
	
}

input, select {
	font-size:11px;
}
ul li{	
	list-style-type:none;
}
.vialleLogo{
	float: left;
	background-image: url(Images/vialle_logo.jpg);
	background-repeat:no-repeat;
	width:194px;
	height:75px;
	padding-bottom: 42px;	
	background-color: White;
}
* html .vialleLogo_IE6{/*FOR IE6*/
	padding-bottom: 94px;
}

.center{
	float:left;	
	margin: auto;
	width: 100%;	
}
.content
{		
	margin: 0px 80px 0 18px;
	background-image: url(Images/centertop.gif);
	background-repeat:repeat-x; 	
	height:56px;	
}

.left
{
	background-image: url(Images/lefttop.gif);
	background-repeat: no-repeat;
	float:left;
	width: 18px;
	height:56px;	
	margin-left: -100%;
}
.right
{
	background-image: url(Images/righttop.gif); 
	background-repeat: no-repeat; 
	float: left;
	width: 80px;
	height: 56px;
	margin-left: -80px;
}
.headerStripe{
	margin-left: 194px; 
	padding-top: 22px;	
	padding-bottom: 95px;
	background-color: White;
}
* html .headerStripe_IE6{/*FOR IE6*/
	position:relative;
	left: -3px;
	width: 100%; 
	padding-bottom: 35px;
}
.SFlogo{
	background-image: url(Images/sublogo.gif); 
	background-repeat: no-repeat;
	width: 56px;
	height: 36px;
	position: relative;	
	left: 23px;
	top:-19px;
}


.LoginTextBasic 
{
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}

.ContentHeader{
	font-weight:bold;	
}
.fatLine{	
	border-top: solid 2px #093155;			
}
.thinLine{
	border-top: solid 1px #093155;		
}
.fatLineRed{	
	border-top: solid 2px #E74A43;			
}
.thinLineRed{
	border-top: solid 1px #E74A43;		
}
.ContentSubHeader{
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 15px;
}

/*///////////////////////  admin's part  ////////////////////////////*/
.header{
	float: left;	
	background-image: url(Images/vialle_logo.JPG);
	background-repeat:no-repeat;
	width: 175px;
	height: 75px;
}
.SFlogo_admin{
	float: right;
	background-image: url(Images/sublogo.gif); 
	background-repeat: no-repeat;
	width: 56px;
	height: 36px;
	clear: right;
}
.leftColumn{
	float: left;
	background-color:#DDDFE5;	
	height: 81%;
	margin: 5px 5px 0 5px;
	text-align: center;
}
.adminLinks{
	background-color:#F9F9F9;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.linkColor
{
	color:#B2B5C1;
	font-size: 14px;
}
.adminStripe{
	background-image: url(Images/Backgr_1px.gif); 
	background-repeat: repeat-x;	
	height:55px;
	clear: both;
}
.rightColumn{		
}

.NewOrdersTitle{
	text-decoration:none;
	text-align:left;	
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}
.VTableRow {	
	border-bottom:1px solid #F15151;
	padding:5px;
	text-align:left;
	white-space:nowrap;
	font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
}
.VTableHeader{
	padding-right: 5px;
	border-top: #E74A43 2px solid;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: #E74A43 1px solid;
	text-align: left;
	font-size:11px;
	padding-bottom:5px;
	padding-top:5px;
	
}
a{
	text-decoration: none;
	color: black;
	font-style:normal;	
	font-family: Arial,Helvetica,sans-serif;
}

 .OnRowMouseOver
 {
    background-color:#D6DADD;
    cursor:hand;
 }
.OnRowMouseOut
{
    background-color:#FFFFFF;
    cursor:default;
}