.OR_detailTableInnerCell {
   width: auto;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
 margin-bottom:0; margin-left:0; margin-top:0; margin-right:0;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: #000000
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalSmall
{
   font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color: #000000

 }


.NormalRed
{
   font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: red;

}

.NormalBold
{
   font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #000000
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight:bold;
    color:DarkGreen;
}

H3  {
   font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight:bold;
    color:DarkGreen;

}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Individual "items" in the DataList. */
.ORDataList .AspNet-DataList table tbody tr td
{
    padding:5px;         
    vertical-align: top; 
    font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    text-align:center;
}

.ORItemPrice
{
	font-weight:bold;
  color:#080D07; 
    font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    text-align:center;

}

/* Header of the DataList. */
.ORDataList .AspNet-DataList table thead tr th,
.ORDataList .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.ORDataList .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}

 .ORItem
{
    border: solid 2px #308711;
    padding: 4px;
    background-color:#FFE3A1;
    color:#080D07; 
    font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    text-align:center;

}

.ORItemManufacturer
{
    color:Navy; 
    font-weight:bold;
}

.ORItemModel
{
    color:Navy; 
    font-weight:bold;
}

.ORRequest td
{
    padding-left: 16px;
    padding-bottom: 6px;
}


.ORRequestHead
{
     background-color:#599E29;
    color:White; 
    font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight:bold;

}

.ORImgButton {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.ORImgButtonHover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;

}

.OR_detailTable td
{
 text-align:left;
}

.OR_detailTableInner  
{
	padding-left:50px;
	padding-right:30px;
}

.OR_detailTableInner table  
{
	 border: solid 2px DarkGreen;
	 width:90%;
    font-family:Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight:normal;
}

.OR_detailTableInner td  
{
	 border-bottom: solid 2px DarkGreen;
	 padding-top:4px;
	 padding-bottom:4px;
	 padding-left:10px;
}
.OR_detailTableInnerCell  
{
	text-align:right;
	padding-right:20px;
	padding-left:20px;
	font-weight:bold;
	color:White;
	background-color: DarkGreen;
}

.ORStockList
{
	height:100%;

}


.ORStockList dl
{

}


.ORStockList dd
{
	text-align:right;
	padding-right:0px;
	padding-left:0px;
        margin-left:-20px
	font-weight:Normal;
        font-size:9pt;
	color:Green;
        background-color:whitesmoke;

}

.ORStockList dt
{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
        margin-left:0px;
        margin-right:0px;
	font-weight:bold;
	color:Navy;
        font-size:8pt;
        border-top-color:Navy;
        border-top-style:Solid;
        border-top-width:1px;
}


.ORStockList dt a{
padding-left: 2px;
padding-bottom: 2px;
padding-top:2px;
display: block;
width: 150px;
color: black;
text-decoration: none;
border: 1px solid white;
}

.ORStockList dt a:visited{
color: black;
text-decoration: none;
}

.ORStockList dt a:hover{
border: 1px solid black;
color:white;
background-color: DarkGreen;
text-decoration: none;
}































