﻿body
{
    background-color: #FFFFFF;
    margin-top: 0px;
    margin: 0px;
    font-family: Arial;
    color: #000;
    text-align: left;
    font-size: 10pt;
}
a 
{
    color: #587486;
}
#header 
{
    background-image: url('../images/admin_header_02.jpg');
    background-repeat: repeat-x;
}
th
{
    color: #FFF;
    background-image: url('../images/table_row_bg.gif'); 
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

hr
{
    height: 1px;
    border: solid 1px #5874A6;
    color: #5874A6;
}
.adminnewlink
{
    font-family: Arial;
    color: #16549A;
    font-size: 10pt;
    font-weight:bold;
    text-decoration: underline;
    }
    
.input
{
    background-color:#fff;
}
.ImageBox 
{
    padding-top: 7px; 
    border: solid 2px #EEE;
}
.editbox
{
    border: solid 1px #7F9DB9;
}
.adminnewlink:hover
{
    font-family: Arial;
    color: #16549A;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}    
    

.footerurl   
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: none
    }
    
:hover.footerurl   
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: underline
}

.atlurl   		 
{
    font-family: Arial;
    color: #5874A6;
    font-size: 8pt;
    text-decoration: none
}
    
:hover.atlurl    
{
    font-family: Arial;
    color: #5874A6;
    font-size: 8pt;
    text-decoration: underline
}

.copyrighttext  
{
    font-family: Arial;
    color: #5874A6;
    font-size: 9pt;
    text-decoration: none
}

td
{
    font-family: Arial;
    color: #000;
    text-align: left;
    font-size: 10pt;
}
a img
{
    border: 0px;
}
td.squares
{
    font-family: Arial;
    color: #5874A6;
    text-align: center;
    font-size: 10pt;
    }

table.sample {
	border-width: 5px;
	border-spacing: 0;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table.sample th {
	border-width: 5px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

table.sample td {
	border-width: 5px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

table.sample td.squares {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

h1 {
	padding: 0;
	margin: 0;
	background: url('../images/header.jpg') no-repeat;
	width: 796px;
	height: 146px;
	float: left;
}

h1 span
	{
	display: none;
}

.spacer
{
    background-color: #FFFFFF;
    height: 0px;
    }    
    
.maindiv
{
    text-align: center;
    }

.mainrows
{
    background-color:#FFFFFF;
    padding: 0px;
    }
    
    
.product_details_description
{
    font-family: Arial, verdana
    font-size: 10pt;
    }
    
.search_link
{
    font-size: 10pt;
    color: #5874A6;
    text-decoration: none;
    }

.search_link:hover
{
    font-size: 10pt;
    color: #5874A6;
    text-decoration: none;
    }
    
.adminpage
{
    /*padding: 10px;*/
    padding-bottom: 10px;
}
    
    
    
/* Product Details TABs*/    
    
div.TabView div.Tabs
{
    height: 24px;
    overflow: hidden;
}

div.TabView div.Tabs a
{
    float: left;
    display: block;
    width: 25%;
    text-align: center;
    height: 18px;
    padding-top: 3px;
    vertical-align: middle;
    border: 0px solid #5874A6;
    border-bottom-width: 0;
    text-decoration: none;
    font-family: "Arial" , Serif;
    color: #5874A6;
    font-size: 10px;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
    background-color: #5874A6;
    color: #fff;
}

div.TabView div.Pages
{
    clear: both;
    border: 1px solid #5874A6;
    overflow: hidden;
}

div.TabView div.Pages div.Page
{
    height: 100%;
    padding: 0px;
    overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
    padding: 3px 5px;
}

/* Product Details TABs*/    
#PagingFooter, #PagingFooter a, #PagingFooter td
{
    color: #FFF;
    text-decoration: none;
}
#PagingFooter a:hover
{
    text-decoration: underline;
}
