﻿.center
{
	text-align: center;
	margin: auto;
}

.floatLeft{float:left;}
.floatClear{clear:both;height:0;}
.clearRight{clear:right;height:0;}
.clearLeft{clear:left;height:0;}
.clear{clear:left;}
.noClear{clear:none;}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body,blockquote,pre,abbr,acronym,address,code,em.img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
ul
{
	list-style:none;
}
table
{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td
{
	text-align:left;
	font-weight:normal;
}
table,th,td
{
	vertical-align:middle;
}
blockquote:before,blockquote:after,q:before,q:after
{
	content:"";
}
a img 
{
	border:none;
}


FORM
{
	margin:0;
	padding:0
}
body
{
	/*background-color: #00CC66;*/
	background-color:White;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
   /* color: #008000;*/
    text-decoration: none;
    /*color: #034af3;
    text-decoration: underline;*/
}
a:visited
{
    /*color: #505abc;*/
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    /*margin-bottom: 20px;
    line-height: 1.6em;*/
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    /*font-size: 2em; */
    padding-bottom: 0;
    margin-bottom: 0;
     
    color: #3399ff;
	font-size: 1.0em;
	margin-top:10px;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: 40px;
    margin-right: auto;
}

#header
{
	text-align:left;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em !important;
}

#main
{
    padding:   5px 10px 10px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    /*height:350px;*/
}

#footer
{
	/*float: right;*/
	color: #999;
	/*padding: 10px 0 10px 10px;*/
	text-align: right;
	line-height: normal;
	margin: 0;
	/*margin-top: 40px;*/
	font-size: .9em;
	 
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #5C87B2 solid; */
    padding: 0 0 2px;
   /* position: relative;*/
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    /*padding: 10px 20px;*/
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
    background-color: Transparent;
    color: #fff;
}

ul#menu li a
{
	/*padding: 0px 20px;*/
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
	background-color: Transparent;
	color: #000000;
}

ul#menu li a:hover
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FF9900;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
	/*height: 75px;*/
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
	padding: 3px 5px 3px 5px;
	text-align: left;
	background-color: #8CDFFF; /*#3399FF;*/
	border: solid 1px #e8eef4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
	margin-top: 10px; /*background-color: #FFFFFF;*/
	height: 35px;
	/*background-image: url('/Content/ttbar.jpg');*/
	background-repeat: no-repeat;
}
div#logo
{
    display:block;
    /*float:left;*/
    text-align:left;
    width:200px;
    position:relative;
	top:0px;
}
div#title
{
    display:block;
    float:left;
    text-align:left;
}
#loginpanel
{
	 text-decoration:none;
/*	background-color: orange; */
	 
}
#loginpanel A
{
	 text-decoration:none;
}

#logindisplay
{
	font-size: 1.1em; /*display:block;*/
	text-align: right; /*margin:10px 10px 10px 579px;*/
	margin: 0px 10px 10px 579px;
	color: #CC6600;
	clear: both;
	background-color: #FFFFFF;
}

#logindisplay a:link
{
	color: #CC6600;
	text-decoration: none;
}

#logindisplay a:visited
{
    color: #CC6600;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: maroon;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
 

DIV.subscriptionitem FORM{ }

DIV.subscriptionitem INPUT
{
	color:White;
	background-color:#333;
	border:1px solid black;
	cursor:pointer;
}


/* news */
.newssummaryheading
{
	margin:10px;
	background-color:Orange;
	color:White;
	width:200px;
}
.newssummary
{
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:normal;
	color:Black;
}
.newsbody
{
	margin: 10px;
	background-color: #FFFFCC;
	color: #993300;
	font-size: 1.2em;
}
.newsblock span
{
	padding: 10px;
	margin: 10px;
}
.newsblock
{
	padding: 10px;
	margin-top:7px;
	border: thin solid #000080;
}
.newsblock span h2
{
	margin: 10px;
	 
}

.newssumary A {text-decoration:none;}
               
 /* content Layout */
 #container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 30px;
	margin-left: 150px;
	width:600px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.centralcontent
{
	padding: 0px 10px 10px 10px;
}



}*/
/* columns via lists*/
/* 3 Cols */
#col3box
{
	/*border: thick solid #E7E7E7;*/
	width: 963px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
	list-style-image: none;
} 
#col3box .box1 { 
float : left; 
width : 100px; 
color:gray;
padding :5px 5px 0px 5px;
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;
text-align:left;
height:450px;
background-color: #ffffff;
} 
#col3box .box2 { 
float : left; 
width : 650px; 
color:gray;
padding :5px 5px 0px 5px;
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;

height:450px;
background-color: #ffffff;
text-align:left;
} 
#col3box .box3 { 
float : right; 
 
color:gray;
/*padding :5px 5px 0px 5px;*/
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;

height:450px;
background-color: #ffffff;
text-align:center;
} 

#col3box ul li 
{
  list-style-type: none;
  list-style-image: none;
}

/* 2 Cols */
#col2box
{
	/*border: thick solid #E7E7E7;*/
	width: 963px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
	list-style-image: none;
} 
#col2box .box1 { 
float : left; 
width : 350px; 
color:gray;
padding :5px 5px 0px 5px;
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;

height:344px;
background-color: #ffffff;
} 
#col2box .box2 { 
float : right; 
width : 350px; 
color:gray;
padding :15px 5px 0px 5px;
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;

height:393px;
background-color: #ffffff;
text-align:center;
} 

#col2box ul li 
{
  list-style-type: none;
  list-style-image: none;
}

/* user menus */
#UserMenu   li
{
	list-style-type: none;
	list-style-image: none;
	font-size: medium;
	padding-top:15px;
	
}
#UserMenu li A
{
	text-decoration: none;
	color: black;
}
#UserMenu   li A:Hover
{
	text-decoration:none;
	color:Red;
	
}
.offerDescription
{
	width:400px;
	height:100px;
}


/*Searching */
#SearchBar
{
	padding: 4px;
	background-color: #FFFFFF;
	width: 950px;
	display: block;
	text-align: left; /*	position:relative;*/
}
.searchItem
{
	 
	width:175px;
	margin-left:3px;
}
.searchItemSmall
{
	 
	width:150px;
	margin-left:3px;
}
.searchItemBig
{
	 
	width:300px;
	margin-left:3px;
}

.searchbutton
{
	background-color:#E5E5E5;
	color: Black;
	font-weight: bold;
}
.datagrid ul li
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.datagridcontrolbar 
{
	/*background-color: #9900FF;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.datagridcontrolbar a a:visited a:hover
{
	/*background-color: #9900FF;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.offergrid
{
}
.offergrid th
{
	color:black;
	background-color:white;
}
/*offers */
.offersummaryheader
{
	color: #9966FF;
	width: 500px;
	height: 8px;
	font-weight: bolder;
}
.offersummaryheader a:visited
{
	color:#008000;
	text-decoration:none;
}
.offersummaryheader a:hover
{
	color:White;
}
.offerSummary
{
	 
	color: #000000;
 
}

.offersummaryfooter
{
	 
	color: #000000;
	width: 500px;
 
	 
}

.offerbox
{
	margin-top:1px;
	border: thin solid #000000;
	text-align: left;
}
.oddrow
{
	background-color: #E5E5E5;
}

.contactbutton a
{
	color:Red;
}
/* offer boxes */

#ttofferbox
{
	/*border: thick solid #E7E7E7;*/
	margin-top:1px;
	border: thin solid #000000;
	width: 963px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
	list-style-image: none;
	height:450px;
} 
#ttofferbox .box1
{
	float: left;
	width: 50px;
	color: gray;
	padding: 1px 1px 0px 1px; /*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
	margin: 3px 3px;
	font-size: small;
	text-align: left;
	background-color: #FFCCFF;
	height:450px;
} 
#ttofferbox .box2
{
	height:450px;
	float: left;
	width: 300px;
	color: gray;
	padding: 5px 5px 0px 5px; /*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
	margin: 3px 3px;
	font-size: small;
	background-color: #FFFF99;
	text-align: left;
} 
#ttofferbox .box3
{
	height:450px;
	float: left;
	width: 100px;
	color: gray; /*padding :5px 5px 0px 5px;*/ /*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
	margin: 3px 3px;
	font-size: small;
	background-color: #FF00FF;
	text-align: center;
} 
#ttofferbox .box4 
{
	height:413px; 
float : left; 
 width : 100px; 
color:gray;
/*padding :5px 5px 0px 5px;*/
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;
 
background-color: #ffffff;
text-align:center;
} 
#ttofferbox .box5  
{
	height:450px;
float : Left; 
 
color:gray;
/*padding :5px 5px 0px 5px;*/
/*border-style:solid; border-width:thin; border-color:#E7E7E7;*/
margin: 3px 3px;
font-size:small;
width : 100px; 
 
background-color: #ffffff;
text-align:center;
} 

#ttofferbox ul li 
{
  list-style-type: none;
  list-style-image: none;
}

 /*ul li 
{
  list-style-type: none;
  list-style-image: none;
}*/


#searchbutton A
{
	border-style: none;
	text-decoration: none;
	color: #FFFFFF;
}



.pageTitle
{
	color: #3399ff;
	font-size: 1.1em;
	margin-top:10px;
}
 

/* forms */
.fieldset
{
	border:none;
	position:relative;
	padding: 40px 0 10 0;
	font-size:0.9em;
	width:500px;
}
.fieldset div 
{
	margin:  0 0 10px 150px;
	height: 14px;
}
.fieldset div label
{
	 
	line-height: 1.1;
	margin:  5px 20px 0 -150px;
	width:150px;
	float:left;
	text-align:left;
}
 
.fieldset div input, .fieldset div textarea,
.fieldset div select ,.fieldset p input, .fieldset p textarea,
.fieldset p select
{
	display:block;
	line-height:1;
} 
 
 .formQualifier
 {
 	font-size:0.8em;
 	text-align:left;
 	 
 	left:0;
 	 
 }

.whitelink  a:link
{
	text-decoration:none;
	color:White;
}
.submitbutton
{
	background-color:#4CC7F1;
	font-weight:bold;
}
.deletebutton
{
	background-color: #CCCCFF;
	color: Red;
	font-weight: bold;
}

/* temp placement moved from master page */
  
        BODY
        {
            min-width: 800px;
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            /*font-family: "Arial";*/
            /*font-size: 14px;*/
            font-size: 0.9em;
            
            padding-top: 0px;
            left:150px;
        }
        P
        {
            /*font-family: "Arial";*/
            font-size: 0.9empx;
        }
        #centerwrapper
        {
            text-align: left;
            /*width: 653px;*/
            width:696px;
            margin-left: auto;
            margin-right: auto;
        }
        .centerwrapper
        {
            text-align: left;
            width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        ul
        {
            list-style-type: none;
            list-style-position: outside;
        }
        a  
        {
        	text-decoration:none:
        }
   body
        {
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
        }
        P
        {
            font-family: "Arial, Helvetica, sans-serif";
            font-size: 1.2em;
        }
        FORM
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        #centerwrapper
        {
            text-align: left;
            width: 696px;
            margin-left: auto;
            margin-right: auto;
        }
        .menu span
        {
            margin: 0;
            padding: 0;
            border: 0;
        }
    /* ---- */
    
    
/* odd even rows in offers */    
    
.facebooklabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #808080;
	vertical-align:top;
}    
   

