/*****
            Site2
******/

body {
    background:#fff;
    margin:0;
    padding:0;
    height: 100%;
}

p,td {
    font-family:Arial, Helvetica, sans-serif;
    margin-top:0;
    color:#0B7CA9;
}

a {
    color:#0B7CA9;
    text-decoration:underline;
}

a:hover {
    color:#0FB0EE;
    text-decoration:underline;
}

a.hidden {
    text-decoration:none;
    color:#000;
    cursor:default;
}

form {
    margin:0;
    padding:0;
}

table {
    width:100%;
    border: 0px;
    padding: 0px;
}

ul {
    margin-left:20px;
    margin-top:0;
    list-style-type:square;
    line-height:16px;
    padding:1px;
}

h1,h2,h3,h4,h5 {
    font-size:20px;
    font-weight:700;
    color:#000;
    padding-left:0px;
    padding-top:14px;
    padding-bottom:7px;
    margin:0;
    color:#0B7CA9;
}

h2 {
    font-size:16px;
}
h3 {
    font-size:14px;
}

td.hbg {
    background-image:url(images/hbg.gif);
    background-repeat:repeat-x;
}

td.mbg {
    background-color:#F1F8FE;
    background-image:url(images/mbg.jpg);
    background-repeat:no-repeat;
    background-position:top;
}

td.bottom_addr {
    font-size:10px;
    color:#FFF;
    padding-top:3px;
    padding-bottom:8px;
    text-align:center;
}

.bottom_addr a {
    text-decoration:none;
}

.bottom_addr a:hover {
    text-decoration:underline;
}

.bottom_menu {
    color:#FFF;
    text-align:center;
    padding-top:10px;
    padding-bottom:2px;
    font-size:11px;
}

.bottom_menu a {
    color:#FFF;
    text-decoration:underline;
}

.bottom_menu a:hover {
    color:#6DD0F5;
    text-decoration:underline;
}

.menu {
    color:#00648b;
    background-image:url(images/m-bul.gif);
    background-repeat:no-repeat;
    background-position:167px 7px;
    font-weight:700;
    white-space:nowrap;
    font-family:Tahoma, Arial;
    font-size:14px;
    text-align:right;
    padding:3px 30px 3px 10px;
}

.menu a {
    text-decoration:none;
    color:#00648b;
}

.c-sep-bg {
    background-image:url(images/c-sep-bg.gif);
    background-repeat:repeat-x;
    background-position:17px;
}

.logo {
    margin:9px 10px 9px 24px;
}

.menu a:hover {
    color:#00A0DD;
    text-decoration:none;
}

.sub {
    color:#e2aa0f;
    text-transform:none;
    vertical-align:top;
    padding-top:4px;
    padding-right:5px;
}

.sub a {
    color:#e2aa0f;
    text-decoration:none;
}

.sub a:hover {
    color:#e2aa0f;
    text-decoration:underline;
}

.bot-bg {
    background-image:url(images/bot-bg.gif);
    background-repeat:repeat-x;
    background-position:top;
}

.body_txt {
    color:#000;
    text-align:justify;
    vertical-align:top;
    font-size:12px;
    padding:7px 17px 10px;
}

.company_name {
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    color:#48555a;
}

#slogan {
    position:absolute;
    margin-left:570px;
    top:43px;
    color:#1b5989;
    font-weight:700;
    font-size:17px;
    line-height:17px;
    width:200px;
}

.login_form {
    background-image:url(images/login-form-bg.gif);
    background-repeat:repeat-x;
    height:20px;
    width:110px;
    font-size:11px;
    padding-top:3px;
    padding-left:1px;
    border-style:solid;
    border-width:1px;
}

.content-main {
    padding-left: 5px;
}

.input-box {
	display:block;
	margin-bottom:5px;
	vertical-align:top;
	padding:2px;
	color:#666666;
	font-size:1em;
	border:1px solid #82b26e;
	background:url(images/bg-input.png) no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table {
	background:#f6f6f6;
	font-size:12px;
	border-top:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
}

table.data-table caption {
	background:#b6b6b6;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #7a7a7a;
	border-bottom:none;
}

table.data-table td,
table.data-table th {
	padding:8px;
	border-right:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
}

table.data-table th { 
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
}
	
table.data-table td {
}

table.data-table tr.row-alternating td{
	background:#e0e0e0;
}

.w50 {
    width: 50%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 data-table but slimmer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.data-table-slim 
{
	background:#f6f6f6;
	font-size:12px; /*1em;          /* .8em */
	border-top:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
}

table.data-table-slim caption
{
	background:#b6b6b6;
	padding:2px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #7a7a7a;
	border-bottom:none;
}

table.data-table-slim td,
table.data-table-slim th
{
	padding:4px 8px 4px 4px;
	border-right:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
}

table.data-table-slim th
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
}
	
table.data-table-slim td
{
}

table.data-table-slim tr.row-alternating td
{
	background:#e0e0e0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 data-table w/o borders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.data-table-noborder 
{
	background:#f6f6f6;
	font-size:12px;
}

table.data-table-noborder caption
{
	background:#b6b6b6;
	padding:0px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	border-bottom:none;
}

table.data-table-noborder td,
table.data-table-noborder th
{
	padding:4px 4px 4px 0px;
	border-right: none;
	border-bottom: none;
}

table.data-table-noborder th
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
}
	
table.data-table-noborder td
{
}

table.data-table-noborder tr.row-alternating td
{
	background:#e0e0e0;
}









/* Authorize.NET styles */
div.AuthorizeNetSeal {
    margin-top: 20px;
}

input.error {
	border:1px solid #ff0000;
}

.RedNoticeText {
    color:#970f00;
    font-size:larger;
    font-weight:bold;
    text-align:center;
}

div#errorList {
	border:1px dashed red;
	margin-left: 2px;
	margin-bottom: 5px;
}

p.NotificationLine {
    font-weight: bolder;
}


.CustomerCareInfoTable {
    width:280px;
    border-style:solid;
    border-width:thin;
}

.CustomerCareInfoTable td {
    font-weight:bold;
    font-size:14;
    text-align:center;
}

label.error {
	font-weight:normal;
	font-size:1em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.input-box  {
	display:inline;
	margin-bottom:5px;
	vertical-align:top;
	padding:2px;
	color:#666666;
	font-size:1em;
	border:1px solid #82b26e;
	background:url(images/bg-input.png) no-repeat;
}

div#map_canvas {
    width: 600px; 
    height: 400px
}
	
textarea {
    width: 95%;
    height: 100px;
}


/***
    Modifications to the template's CSS
****/
table.data-table td label
{
	font-size:1em;
}
table.data-table td select
{
    font-size:1em;
}

    /** This makes the main space use almost the entire width. Before it was short 200px **/
.content-container-inner
{
	padding:0 20px 0 200px;
}

ul#validation-summary-errors {
    
}

ul#validation-summary-errors li {
	list-style: none;
	background: url(images/li-error.png) no-repeat 0 5px;
	padding:    3px 0 3px 17px;
}

ul#validation-summary-errors li label {
	color: Red;
}

ul.cs {
}

ul.cs li {
    padding-top: 10px;
}

label {
	font-weight:bold;
	font-size:1em;
	font-weight:bold;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.none {
	display:none;
}

table.homepage {
    width: 75%;
}

/**
        Pager styles
**/
div.pager {
    color: #0B7CA9;
    background-color: White;
}

div.pager a {
    border: solid 1px #0B7CA9;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

div.pager span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

div.pager .nextprev {
    border: solid 1px #0B7CA9;
}

div.pager .current {
    color: White;
    background-color: #0B7CA9;
}
