BODY {

  margin: 5px;

}

#tdLeftColumn{ background-repeat: repeat-y; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.navbar{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.navbar ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: url(img/navbg.jpg) center center repeat-x;
}

.navbar ul li{
display: inline;
}

.navbar ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #003366;
}

.navbar ul li a:visited{
color: white;
}

.navbar ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(img/navbg_over.jpg) center center repeat-x;
}



.tblGuestBook {

text-align: left;
width: 600px;

}

.tdGuestBookEntryLeftColumn {

width: 85px;
font-weight: bold;
vertical-align: middle;
padding: 5px;
text-align: left;
}

.tdGuestBookEntryRightColumn{

vertical-align: top;
padding: 5px;

}

.tdGuestBookEntryRightColumn input {

width: 300px;

}

.tdGuestBookEntryWholeColumn {

font-weight: bold;
padding: 5px;

}

.tdGuestBookEntryWholeColumn textarea {

  width: 400px;
  height: 70px;
  margin: 5px;
  
}


.overstockposting {

text-align: left;
width: 600px;


}

.left {


width: 85px;
font-weight: bold;
vertical-align: middle;
padding: 5px;
text-align: left;

}

.tdGuestBookEntryWholeColumn {

font-weight: bold;
padding: 5px;

}




#divMain {

}
#ctl00_gvItems {

	font-size: 9px;
	font-family: arial;
margin: 10px;
background-color: #FFFFFF;
color: #333355;
}


#ctl00_gvItems th {

	 background-color: #A7CBDF;
	 color: #666666;

}

#ctl00_gvItems th a {

	color: #333333;

}


#ctl00_gvItems th, #ctl00_gvItems td  {

  padding: 3px;

}


#ctl00_gvItems a {

	color: #339966;
	text-decoration: none;

}


#divHeader {

border: 1px solid #333333;
width: 800px;
 background-color: #BBFFCC;

 margin-bottom: 20px;
padding: 4px;

}


#divHeader a {

  color: #333333;
font-size: 11px;
	font-family: arial;
text-decoration: none;
font-weight: bold;
}



#divFooter {

border: 1px solid #333333;
width: 800px;
 background-color: #BBFFCC;

 margin-top: 20px;
padding: 4px;

}


#divFooter a {

  color: #333333;
font-size: 11px;
	font-family: arial;
text-decoration: none;
font-weight: bold;
}


#divEditItem {


}




#divEditItem fieldset { 

margin: 10px 0 0 20px;
width: 450px;
background-color: #A7CBDF;
border: 2px solid #333333;

}


#divEditItem fieldset legend { 

background-color: #FFFFFF;
border: 2px solid #333333;

}


#divEditItem label {

width: 100px;
float: left;
font-size: 11px;
font-weight: bold;
margin: 3px 0 3px 0;

}


#divEditItem input, #divEditItem select, #divEditItem textarea {

font-size: 11px;
margin: 3px 0 3px 0;
width: 300px;

}



#ctl00_btnSave {

width: 100px !important;

}

#ctl00_btnDelete {

width: 100px !important;
margin-left: 80px!important;

}



.alt_row {

background-color: #EFEFEF;
}

#SC_StockRequest_divMakeRequest {

padding: 10px 50px;

}

#SC_StockRequest_divMakeRequest label {

font-weight: bold;

}


#SC_StockRequest_divMakeRequest textarea {

width: 500px;
height: 70px;
}

a[href$=".pdf"] {
	background: url(images/icon_pdf.jpg) no-repeat right top;
	padding-right: 12px;
}

a[href$=".doc"] {
	background: url(images/icon_word_doc.jpg) no-repeat right top;
	padding-right: 12px;
}

a[href$=".xls"] {
	background: url(images/icon_xls.jpg) no-repeat right top;
	padding-right: 12px;
}