﻿html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;

	
	background-image: url('../Images/main-bg.jpg');
}

/**** Master Page Divs ****/
#top
{
    /**background: #B6B6B6;**/
    /*height: 45px; Height of top section*/
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #000000;
}

IMG.TopImageCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

#top h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper
{
float: left;
width: 100%;

background-color: #0033CC;
}

.inner{
/*margin: 20px; Margins for inner DIV inside each column (to provide padding)*/

min-height: 500px;

margin-top: 10px;
margin-left: 10px;
margin-right: 10px;

/*margin-top: 0;*/

padding: 10px;

/* Gradient Background */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #cacaca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #666666 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #666666 0%,#cacaca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #666666 0%,#cacaca 100%); /* IE10+ */
background: linear-gradient(to bottom,  #666666 0%,#cacaca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */

}

h1 
{
    margin: 0;
    padding-top: 15px;
    font-size: 1.5em;
    padding: 5px;
    color: #FFFFFF;
}

h2
{
    color: #FFF;
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size: 16px;
}

h3
{
    color: #000;
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

h4 
{
    font-size: 1.25em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

h5
{
    color: #FFF;
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size: 14px;
}

h6 {
    color: #FFF;
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size: 12px;
}

input[type=text], input[type=password], textarea
{
    border: 1px solid #000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
} 

select
{
    border: 1px solid #000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

p
{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.row
{
    padding: 7px;
    clear: both;
}
.rfieldspan
{
    float: left;
	width: 125px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
        
.fieldspan
{
    float: left;
	width: 125px;
	font-weight: bold;
}

.FeaturedProducts .fieldspan
{
    float: left;
	width: 180px;
	font-weight: bold;
}

fieldset  
{
    padding-left: 1em;
    padding-right: 1em;
    border:1px solid #000000; 
    display: inline-block;
}
		
legend
{
    color: #134AA8;
    font-weight: bold;
}

.ValidationMessage 
{
	color: Red;
}

.page
{
    margin: 20px;
}

.clear
{
    clear: both;
}

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/
a
{
    color: #09016A;
}

a:hover
{
    color: #FFFFFF;
}
th
{ 
	color: #000000;
}
em{color: red;}


.center
{
margin:auto;
width:70%;
text-align: center;
/*background-color:#b0e0e6;*/
}

#content{
margin: 0 0 0 15px;
}

#contentsv{
margin: 0 0 0 0;
font-size: 11px;
}

#footer
{
    width: 100%;
    
    color: #FFF;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
}

#footer a{
    color: #FFFFFF;
}

fieldset ol
{
    list-style: none;
    margin: 0;
    padding: 0;
} 
fieldset li {  
    padding-bottom: .5em; 
}

.RedFont
{
    color: red;
    font-weight: bold;
}


/*Gridview Styles Start*/
.AltGridViewStyle
{
    background-color: #B7B7B7;
    padding: 5px;
    margin: 15px;
}

.GridViewEmptyStyle
{
    text-align: center;
    background-color: #C4C4C4;
}

.GridViewStyle
{
	font-size: 11px;
    border: 1px solid black;
    padding: 25px;
    background-color: #D7D7D7;
}

.GridViewStyle td
{    
    padding: 4px;
    /*border: 1px solid black;*/
}

.GridViewStyle a:hover
{
    color: #000000;
}

.GridViewHeaderStyle
{
    background-color: #C2C2C2;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.GridViewHeaderStyle th
{
     padding: 5px;
     /*border: 1px solid black;*/
}

.GridViewHeaderStyle a
{
    color: #000000;
    text-decoration: none;
}

.GridViewHeaderStyle a:link
{
    color: #000000;
}

.GridViewHeaderStyle a:hover
{
    color: #000000;
    text-decoration: underline;
}

.GridViewPagerStyle table
{
    margin-left:auto;
    margin-right:10px;
    background-color: #C2C2C2;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

.GridViewPagerStyle td
{    
    padding: 1px;
    border: 0;
}

.GridViewPagerStyle
{
    background-color: #C2C2C2;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid black;
    
}

.GridViewPagerStyle a
{
    color: #000000;
}

.GridViewPagerStyle a:link
{
    color: #000000;
}

.GridViewPagerStyle a:hover
{
    color: #C4C4C4;
}

.GridViewAlignCenter
{
	text-align: center;
}

.GridViewAlignRight
{
	text-align: right;
}

.GridViewAlignLeft
{
	text-align: left;
}
/*Gridview Styles End*/

.hrule
{
    height: 1px; 
    color: #000; 
    background-color: #000; 
    border: none;
}

a.imgnoborder img
{
    border: none;
}

.navicon
{
    float: left;
}
a.imgiconnav img
{
    border: none;
    width: 64px;
    padding-right: 10px;
}

a.navicons img
{
    border: none;
    width: 64px;
    /**padding-right: 1px;**/
}

/* default text boxes */
    .defaultText { width: 300px; }
    .defaultTextActive { color: #a1a1a1; font-style: italic; }
    
.HelpIcon img
{
    width: 30px;
    height: 30px;
    border: none;
}

.HelpBottom
{
    float: right; 
    margin-top: 50px;
}