body {
    text-align:     center;
    background:     #e9eaec;

    color: #333333;
    font-size: 13px;
    font-family: tahoma;
    
}

a {
    color:              #2c609c;
    text-decoration:    none;
}

a:hover {
    color:              #40acda;
    text-decoration:    underline;
}

#frame {
	width:          934px;
	margin-right:   auto;
	margin-left:    auto;
	margin-top:     10px;
	padding:        0px;
	text-align:     left;
	font-family:    Verdana;
	font-size:      11px;
}
	

 
#offerinfobar {
	float:			center;
	width:			934px;
	
	font-size:		12px;
	line-height:	normal;

	padding:		5px;
	text-align:		center;
}

#offerviewbar {
	float:			center;
	width:			934px;
	
	font-size:		12px;
	line-height:	normal;

	padding:		5px;
	text-align:		center;
}

#statusbar {

	width:			980px;
	height:			38px;

    text-align: center;
	font-size:		12px;
	line-height:	38px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:		center;
	margin-bottom:	0px;
	margin-left: 0px;
	margin-right: 0px;
	border:			0px;
	color:    #333333;
}

#sbleft {
	width:			25%;
	float:			left;
	
}

#sbcenter {
	width:			65%;
	float:			left;
}

#sbright {
	width:			10%;
	float:			right;
}

#navbar {
    float:          left;
    width:          934px;
    /*background:     #E4E8F1;*/
    font-size:      12px;
    line-height:    normal;
	text-align:		center;
    /*border:         1px solid #000;*/
}

#tabnav li {
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background: #e6e6e6;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin-right: 4px;
		border: 1px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		text-decoration: none;
		color: #000;
}

#tabnav a:link.active, #tabnav a:visited.active {
		border: 1px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		background: #FFF;
		color: #000;
}

#tabnav a:hover {
		background: #e6e6e6;
		color: #000;
}

#footer {
    float:          left;
    width:          934px;
    background:     #000000;
    font-size:      12px;
    line-height:    normal;
    border:         0px solid #000;
    border-top:     0px;
    text-align:     center;
    margin-bottom:  0px;
    padding-top:    0px;
    padding-bottom: 0px;
    
}

#centerwrapper {
    width:          934px;
    margin-left:    auto;
    margin-right:   auto;
}


#boxify1 {
    width:          439px;
    margin-left:    auto;
    margin-right:   auto;
    border:  0px ;
    color: #333333;
    padding:        0px 15px;
	text-align:		center;
	
}


#boxify {
    width:          557px;
    margin-left:    auto;
    margin-right:   auto;
    border:  0px ;
    color: #333333;
    padding:        0px 15px;
	text-align:		center;
	
}


#boxify2 {
    width:          587px;
    height:         14px;
    margin-left:    auto;
    margin-right:   auto;
    border:  0px ;

    background-image: url('images/boxify2.jpg');
    padding:        0px;
	text-align:		center;
}




#neutral {
	width:          475px;
	margin-left:    auto;
	margin-right:   auto;
	border:         1px solid #000;
	border-top:		0px;
	background:     blue;
	padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#neutral a {
    color:              #fff;
    text-decoration:    underline;
}

#neutral a:hover {
    color:              #FFF;
}

#error {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
	border-top:		0px;
    background:     #CC0000;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#error a {
    color:              #CCC;
    text-decoration:    underline;
}

#error a:hover {
    color:              #FFF;
}

#success {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
	border-top:		0px;
    background:     #009900;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#success a {
    color:              #CCC;
    text-decoration:    underline;
}

#success a:hover {
    color:              #FFF;
}

div.spacer {
	clear:		both;
	margin-top:		5px;
	margin-bottom:	5px;
}

div.offer {
	width: 164px;
	height: 222px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	padding: 1px;
}
div.offer_list{
	min-height: 120px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
}
div.offer_heading{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	padding: 3px 5px;
}
div.offer_details{
	margin-top: 4px;
	padding: 3px 5px;
}
.offer_details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.viewoffer {
	width: 164px;
	height: 222px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	padding: 1px;
}

p,h1,h2,h3,pre {
	margin: 12px 3px 3px 3px;
}
	
h1 {
	font-size:      14px;
	padding-top:    10px;
}

h2 {
	font-size:		13px;
}

h3 {
	font-size:		12px;
}

h4 {
	font-size:		11px;
}

div.row {
    clear:          both;
    padding-top:    6px;
    margin-left:    auto;
    margin-right:   auto;
    width:          70%;
    height:     22px;

}

div.rowsmall {
    clear:          both;
    padding-top:    2px;
    margin-left:    auto;
    margin-right:   auto;
    width:          140px;
    text-align: left;
}

div.row span.label {
    float:          left;
    text-align:     right;
    font-size:      12px;
    font-weight:    bold;
   
}

div.rowsmall span.labelsmall {
    float:          left;
    text-align:     right;
    font-size:      11px;
    font-weight:    bold;
    background: none;
}

div.row span.formw {
    float:          right;
    text-align:     left;


}

div.rowsmall span.formwsmall {
    float:          right;
    text-align:     left;
	font-size:		11px;
	background: none;
}

#leftcontent {
    float:          left;
    width:          30%;
    margin-right:   15px;
    padding-bottom: 20px;
}

#rightcontent {
    /*text-align:     right;*/
    width:          100%;
}

#colleft {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colcenter {
	width:			34%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colright {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		right;
}
.rollover {
  	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 			10px;
	position: 			absolute; 
	z-index: 			1; 
	visibility: 		hidden;
	background-color: 	#ffffff;
	padding: 			5px 5px 5px 5px;
	border: 			solid 1px #000000;
	margin: 			0px auto 0px 2px;
	text-align: 		left;
	
	width:				216px;

	filter: 			progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='dimgray', Positive='true');
	vertical-align: 	top;
}

table.ticket {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
}
table.ticket th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	color: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.ticket td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.orders {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.orders th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.orders td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.referrals {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.referrals th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	color: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.referrals td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.refsummary {
width: 710px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
}
table.refsummary th {
	font-size: 12px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.refsummary td {
	background-color: #ffffff;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.messages {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.messages th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	color: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.messages td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.credits {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
}
table.credits th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	color: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td.error {
	background:     #ffffff;
    padding:        5px;
	text-align:		center;
	color:			#000000;
	font-weight:	bold;
}

table.credits td.error a {
	color:              #000000;
    text-decoration:    underline;
}

table.credits td.error a:hover {
	color:              #333333;
}

table.zero {
        border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.zero td.zero2 {
        border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
    
div.img
  {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
    padding: 0px 0px 0px 0px;
  display: inline;
  margin: 0px;
  border: 0px;
  }
div.img a:hover img
  {
    padding: 0px 0px 0px 0px;
  border: 0px ;
  }



  td {

    font-family: tahoma;
	font-size: 13px;
	color: #153346;
    
	line-height: 15pt;

	}

input[type=text] {
width: 250px; 
height: 22px; 
border: 1px solid #bebebe; 
background-image: url('images/form_bg.jpg'); 
background-repeat: repeat-x; 
padding: 1px; 
line-height: 20px;
	}


input[type=password] {
width: 250px; 
height: 22px; 
border: 1px solid #bebebe; 
background-image: url('images/form_bg.jpg'); 
background-repeat: repeat-x; 
padding: 1px; 
line-height: 20px;
	}



/** Radios in Offers page in same line **/
#li_1 label.choice {
	display:inline;
	position:relative;
	margin-left: 0.2em;
	_top:0.2em;
}

#li_1 input.radio {
	display: inline;
	margin-left: 0.5em;
}

