body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#000000;
	background-color: #ebf1e3;
	background-image: url(../web_images/background.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

/* firefox always show scroll bar */
html { overflow: -moz-scrollbars-vertical; }

/* LINKS */ 
a { color: #0998af; text-decoration:none; }
a:hover { color: #036777; text-decoration:underline; }


.content-base {
	background-color: #DCE1D5;
	background-image: url(../web_images/body_base.gif);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color:#575a50;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575a50;
}

h2 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 17px;
	color:#377396;
	margin-top:20px;
}

h3 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color:#575a50;
	padding-bottom:3px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdc1b4;
}

.seperator
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdc1b4;
	width: 100%;
	margin-top:5px;
	margin-bottom:7px;
	font-size: 1px;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 2px solid #61bcd3;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 2px solid #CC0000;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background: url(../web_images/input_bg.gif) top left no-repeat;
  margin-top:2px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

input[type='submit'], input.submit {
	margin:0px;
	cursor: pointer;
	width:none;
	background:none;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	font-weight: normal; 
	color:#FFFFFF;
	padding:3px 13px 3px 13px;
	text-align:center;
	border-style:solid;
	border-width:1px;	
}

input[type='submit'], input.submit { background-color:#3B5998; border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA; }

.input-error { color: #a70911; font-size:10px; font-weight:bold; }

.box-white {
	background-image: url(../web_images/box_white.gif);
	background-repeat: no-repeat;	
}

.box-white-b {
	background-image: url(../web_images/box_white_2.gif);
	background-repeat: no-repeat;	
}

.inline-link {
	background-image: url(../web_images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
	margin-bottom: 6px;
	
}

.inline-link-dark {
	background-image: url(../web_images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
	margin-bottom: 10px;
	
}

/* MESSAGE BOXES */

#message .alert, .warning, .hint{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 8px;
	}

#message .warning {
	background-color: #fffae9;
	border: 1px solid #d3caad;
}
 
#message .alert {
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	color: #960000;
}

#message .hint {
	background-color: #f2f8d3;
	border: 1px solid #a5b646;
}

#message .detail {
	font-weight: normal;
	font-size: 12px;
}

/* PROFILE */

#profile-container {
	padding-left: 25px;
	padding-right: 25px;
}

#profile-container .title { 
	float:left;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
}

#profile-container .action {
	float:right;
	text-align:right;
	text-decoration:none;
	cursor:pointer;
}

#profile-container .display {
	font-size: 10px;
	color: #999999;
	margin-bottom: 30px;
}

#profile-container .modify {
	margin-bottom: 30px;
	padding-left:15px;
	padding-right:15px;
}


#profile-container .seperator {
	width:100%;
	font-size: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	padding-top: 3px;
	margin:0px;
	margin-bottom: 5px;
}

table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F4F4FA;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


/* configure.php */
#configuration-container {
	padding-left: 0px;
	padding-right: 0px;
}

#configuration-container .title { 
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	width:300px;
}

#configuration-container .action {
	text-align:right;
	text-decoration:none;
	cursor:pointer;
	width:100px;
}

#configuration-container .display {
	font-size: 10px;
	color: #999999;
	margin-bottom: 30px;
}

#configuration-container .modify {
	margin-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}

#configuration-container .cseperator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
}

/* tasklist.php */
#task-container {
padding-left: 15px;
padding-right: 15px;
}

#task-container .task-title {
	font-weight:bold;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	margin-bottom: 3px;
}

#task-container .task-item {
	font-size: 11px;
	color: #999999;	
}

.menu { background-repeat: no-repeat; cursor:pointer; width:100px; height:72px; float:left; }

.menu_a{ background-image: url('../web_images/btn_buy_text_links.gif'); width:132px; }
.menu_a_on{ background-image: url('../web_images/btn_buy_text_links_on.gif'); width:132px; }

.menu_b{ background-image: url('../web_images/btn_buy_media_links.gif'); width:148px; }
.menu_b_on{ background-image: url('../web_images/btn_buy_media_links_on.gif'); width:148px; }

.menu_c{ background-image: url('../web_images/btn_text_links.gif'); width:101px; }
.menu_c_on{ background-image: url('../web_images/btn_text_links_on.gif'); width:101px; }

.menu_d{ background-image: url('../web_images/btn_media_links.gif'); width:116px; }
.menu_d_on{ background-image: url('../web_images/btn_media_links_on.gif'); width:116px; }

.menu_e{ background-image: url('../web_images/btn_seo_campaign.gif'); width:134px; }
.menu_e_on{ background-image: url('../web_images/btn_seo_campaign_on.gif'); width:134px; }

.menu_f{ background-image: url('../web_images/btn_contact.gif'); width:107px; }
.menu_f_on{ background-image: url('../web_images/btn_contact_on.gif'); width:107px; }

.coupon_bar{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 6px;
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	color: #960000;
}

.coupon_code{
	font-size: 36px;
	padding: 3px;
	width:250px;
	background-color: #FFDDDD;
	border: 2px solid #0784ae;
	color: #0784ae;
	background-color: #FFFFFF;
	margin-top:5px;
	margin-left:210px;
}

.coupon_popup{
	background-image: url('../web_images/coupon_bar.jpg');
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 6px;
	background-color: #FFDDDD;
	border: 4px solid #0784ae;
	color: #960000;
}
